summaryrefslogtreecommitdiff
path: root/libs/surfaces/push2/scale.cc
AgeCommit message (Collapse)Author
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
make libwidget independent of libcanvas. Confine basics to pbd and gtkmm2ext.
2016-09-30fix some compiler warnings (from mingw)Paul Davis
2016-09-29Rectangle is ambiguous on WindowsRobin Gareus
In file included from /usr/share/mingw-w64/include/windows.h:71:0, from /home/ardour/win-stack-w32/include/pthread.h:198, from /home/ardour/ardour-w32/libs/pbd/pbd/event_loop.h:29, from /home/ardour/ardour-w32/libs/pbd/pbd/signals.h:42, from /home/ardour/ardour-w32/libs/midi++2/midi++/parser.h:26, from ../libs/surfaces/push2/mix.cc:30: /usr/share/mingw-w64/include/wingdi.h:3049:67: note: candidates are: WINBOOL Rectangle(HDC, int, int, int, int) In file included from ../libs/surfaces/push2/mix.cc:48:0: /home/ardour/ardour-w32/libs/canvas/canvas/rectangle.h:30:48: note: class ArdourCanvas::Rectangle
2016-09-28MacOS [sic] required changes for Rect in Push 2 codePaul Davis
2016-09-28move mode/scale/key definitions out of push2 code and into libardour; ↵Paul Davis
Aeolian is the same as Minor
2016-09-27push2: tweak layout APIs etc.Paul Davis
2016-09-27push2: substantial improvements to track mix mode, and a few other detailsPaul Davis
2016-09-27push2: scale selection and display on video display now workingPaul Davis
2016-09-27tweaks and so forth to get first canvas-based rendering to Push2 displayPaul Davis
2016-09-27first compiling and theoretically correct version of Push2 canvas display.Paul Davis
Not tested with device at this point
2016-09-27additional i18n.h changes for push2 branchPaul Davis
2016-09-27push2: track mix layout somewhat workingPaul Davis
2016-09-27push2: rearrange and separate header file materialPaul Davis
2016-09-27refactor Push2 GUI into modular "layouts" that encapsulate a given screen, ↵Paul Davis
its drawing and event handling