summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
AgeCommit message (Expand)Author
2015-12-12use correct source for application name when labelling a windowPaul Davis
2015-12-12use EventLoop::event_loop_name()Paul Davis
2015-12-09update german translationEdgar Aichinger
2015-11-29NOOP, remove trailing whitespace, replace tabs in python scriptsRobin Gareus
2015-11-23make copies of global lists before extendingNils Philippsen
2015-10-20remove cruftRobin Gareus
2015-10-20remove unused "copy modifier hint"Robin Gareus
2015-10-20Add tooltips to user config preferences. clean up combo ordering.nick_m
2015-10-16API to add system-specific file chooser shortcutsRobin Gareus
2015-10-15prepare better solution of Glib's << operatorRobin Gareus
2015-10-05use quotes for in-tree pbd/glib wrapper includeRobin Gareus
2015-10-05remove unused fstream includesRobin Gareus
2015-10-05remove i/ofstream from libardourRobin Gareus
2015-10-05remove unused API (and ifstream)Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-01there's no class called "The" :)Robin Gareus
2015-09-17associate label more closely with VST path button. the plugin tab needs a co...Ben Loftis
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-12plug some memory leaks in libsRobin Gareus
2015-09-07properly clean up meter-pattern cacheRobin Gareus
2015-09-06consistent pango-text layout size - fixes #6490Robin Gareus
2015-09-05remove a float loop counterRobin Gareus
2015-08-11add API to get combobox option count.Robin Gareus
2015-08-05adjust click box size - fixes #6499Robin Gareus
2015-07-16merge fixBen Loftis
2015-07-16add missing return valueRobin Gareus
2015-07-13implement scroll-wheel support for ClickBoxesRobin Gareus
2015-07-02don’t compile tracks specific sources for ardour.Robin Gareus
2015-07-02MSVC doesn't like us calling 'sqrt()' with integers (it doesn't have a versio...John Emmas
2015-07-02Add some newly introduced sources to our MSVC project (gtkmm2ext)John Emmas
2015-06-30prevent stuck & vanishing tooltipsRobin Gareus
2015-06-30stop PersistentTooltip flicker.Robin Gareus
2015-06-30Revert "fix previously cherry-picked commit to be Tracks-only, since Ardour/M...Robin Gareus
2015-06-29store all error/info/etc messages in a list inside Gtkmm2ext::UI, and provide...Paul Davis
2015-06-29comment unused but potentially usable variablesPaul Davis
2015-06-29update waves' fader implementation, clean up whitespace, indentation, variabl...Paul Davis
2015-06-29Revert "remove unused variables". They are used on OS X.Paul Davis
2015-06-29remove unused variablesPaul Davis
2015-06-29fix whitespace/indentation and compiler warningsPaul Davis
2015-06-29fix previously cherry-picked commit to be Tracks-only, since Ardour/Mixbus ar...Paul Davis
2015-06-29[Summary] Mac OS specific bug fix: Increased priority of the top menu bar eventsNikolay
2015-06-29add new Gtkmm2ext::pixel_size() to conveniently get width&height for a given ...Paul Davis
2015-06-29API to set tooltip y-marginRobin Gareus
2015-06-29copy all XCode project files from Tracks.Paul Davis
2015-06-29merge two small pieces of code by Valeriy into libs/gtkmm2ext, conditionally ...Paul Davis
2015-06-29fix up waves_fastmeter.cc code to work with current fastmeter APIPaul Davis
2015-06-29add clean and nice check for Tracks buildsPaul Davis
2015-06-29conditionally use correct fast meter implementationPaul Davis
2015-06-29add Waves Tracks version of fastmeterPaul Davis