summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Expand)Author
2013-01-17fix issue with color and position of mixer strip plugin control sliders (#5275)Paul Davis
2013-01-17cache cairo_pattern_t's for PixFader so that we don't generate one per fader,...Paul Davis
2013-01-17fix problem with size of patterns used by pixfaders when they get re-size-all...Paul Davis
2013-01-17prevent button1/2 clicks on pixfaders from being used to drive event processi...Paul Davis
2013-01-17fix up handling of size allocation + settingPaul Davis
2013-01-16add copyright commentsPaul Davis
2013-01-12fixed unity-line alignment for horiz faders.Robin Gareus
2013-01-12round outside corners of pixfadersPaul Davis
2013-01-12rework pixfader design again: remove texture, draw entire (double-sized) patt...Paul Davis
2013-01-11space pixfader dots betterPaul Davis
2013-01-11substantive changes to pixfaders and derived classes. now fully dynamically s...Paul Davis
2013-01-10remove rounded corners from non-mobile ends of pixfadersPaul Davis
2013-01-10goodbye pixmaps and pixbufs (no longer) used by Gtkmm2ext::PixFaderPaul Davis
2013-01-09DE libgtkmm2ext translation updatePaul Davis
2013-01-09move french translation for gtkmm2ext into correct directoryPaul Davis
2013-01-07latest po updates, including updated russian po-files from alexandrePaul Davis
2013-01-04quick fix for bug reported by ricardus: faders in Play are no longer dark gr...Ben Loftis
2013-01-04fix #5249- small faders in the processor box are not draggable when tooltips ...Robin Gareus
2013-01-03various i18n fixes and updates after a ./waf i18n runPaul Davis
2013-01-03rename po files to match rules/conventions discovered and applied elsewherePaul Davis
2013-01-02new norwegian and and updated german libs/ardour translationsPaul Davis
2012-12-25keep pan-info-box within screen-boundariesRobin Gareus
2012-12-25fix step increment direction for mouse-click on fadersRobin Gareus
2012-12-13remove debug outputPaul Davis
2012-12-13reinstate the windows way for GUIIdle's but limit the scope of the connection...Paul Davis
2012-12-12if we're not going to use pixfbuf (images) for faders, then lets not create a...Paul Davis
2012-12-10pixfader: don't change drawing state (prelight) just because a leave event ar...Paul Davis
2012-12-10tweak to plugin parameter sliders in mixer stripsBen Loftis
2012-12-07more theming and layout tweaks. new faders that pre-light. fixed some spaci...Ben Loftis
2012-12-07change presentation of shortcut in tooltips and fix include pathsPaul Davis
2012-12-06several theme changes. changed drawing of rounded_rectangle to be more corre...Ben Loftis
2012-11-14provide the ability to enable + disable tooltipsPaul Davis
2012-11-11make Cairo{HV}Packer fetch bg information from a style file, rather than hard...Paul Davis
2012-10-16implement double click to ContentsRange on MidiScroomerHans Baier
2012-09-12fix a couple of errors in zh.po filesPaul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-07-25convert from Glib:: to Glib::Threads for all thread-related APIPaul Davis
2012-07-17updated RU translations from alexander prokoudinePaul Davis
2012-06-17Hacky fix for track height step losing 'grip' on theCarl Hetherington
2012-06-11Factor out 'persistent' tooltip code from the pannerCarl Hetherington
2012-06-07Slightly grubby hack to fix up the state of the Window->Mixer menu item when ...Carl Hetherington
2012-06-06Updated Spanish translation from Pablo_F (#4912).Carl Hetherington
2012-06-05Marginal cleanup.Carl Hetherington
2012-06-01Make faders visually desensitised when their tracks are in automation-play.Carl Hetherington
2012-05-31Add primary-modifier click on monitor knobs to go to -inf dB (partCarl Hetherington
2012-05-31Use the same logic to decide on step size when scroll-wheeling faders in the ...Carl Hetherington
2012-05-31fix comment regarding keyboard modifiers on OS XPaul Davis
2012-05-24Compile cleanly with clang.David Robillard
2012-05-24Fix blatang logic errors (?), which is rather odd since this file was generat...David Robillard
2012-05-14drop boost::signals2 and replace with carl's solution which continues to rely...Paul Davis