summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Expand)Author
2013-04-10Merge branch 'master' into cairocanvasPaul Davis
2013-04-09update all i18n .po filesPaul Davis
2013-04-06Merge branch 'master' into cairocanvasPaul Davis
2013-04-06partially clean up warnings from "prolooks" codePaul Davis
2013-04-06fix two unused args warningsPaul Davis
2013-04-06merge with master, including manual merge conflict resolutionPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-03-30Fix some compilation warningsJulien de Kozak
2013-03-25add new VisibilityTracker class to implement cycling window visibility "prope...Paul Davis
2013-03-20initial, prototype modifications to permit compilation of local libraries as ...Paul Davis
2013-03-17remove cruft (old cvsignore files)Robin Gareus
2013-03-03updated .po files, including new cs versions for libs/ardour and libs/gtkmm2extPaul Davis
2013-02-26updated .de translations from edgarPaul Davis
2013-02-22new czech translation from pavel frichPaul Davis
2013-02-15updated spanish translation from Pablo Fernandez (and team)Paul Davis
2013-02-05replace final(?) incidences of program name (ardour, Ardour) with PROGRAM_NAM...Paul Davis
2013-01-24fix up rather odd sizing model for ProcessorBox that affected Pixfaders used ...Paul Davis
2013-01-24patch/fix for crash when pixfader is exposed after being allocated only 1xN o...Paul Davis
2013-01-23more i18n fixes, this time removing a hack that broke i18n in bundles, and al...Paul Davis
2013-01-21start passing around the (possibly-bundle-modified) localedir so that we call...Paul Davis
2013-01-21pixfaders should invalidate their patterns and layout on style change, helps ...Paul Davis
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