summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2012-06-18define CHARSETALIASDIR (again) to stop various bits of the GNU stack from loa...Paul Davis
2012-06-15for AU plugin GUIs, since configure events don't seem to be handled correctly...Paul Davis
2012-06-12set FONTCONFIG_FILE for bundlePaul Davis
2012-06-08revert 12594, it is not a typoTodd Naugle
2012-06-06fix typoTodd Naugle
2012-06-02backport AU GUI plugin resizing from 3.0 (not yet tested with 2.X)Paul Davis
2012-05-28fix formatting error and cmment for czech gtk2_ardour translationPaul Davis
2012-05-25updated cs translation from pavel frichPaul Davis
2012-05-24tweaks to packaging to make SUIL (and thus LV2 UI's) workPaul Davis
2012-05-15save COMPOSER info to TOC/CUE files (from colinf)Paul Davis
2012-05-15disallow colons in snapshot names (from colinf)Paul Davis
2012-05-11revert inadvertent change in previous commitPaul Davis
2012-05-11backport LV2 plugin GUI bug fix involving uninitialized _gui_widget member; c...Paul Davis
2012-05-01fix typo in region fade keybindingsBen Loftis
2012-04-19backport tentative AU GUI fix from 3.0Paul Davis
2012-04-19provide WITH_CARBON scons argument to be able to disable support of Carbon AU...Paul Davis
2012-04-19remove soundtouch, fixes for Snow Leopard build, use libintl explicitly on no...Paul Davis
2012-04-05various tweaks to Freesound UI and code. keep a single mootcher to speed up ...Ben Loftis
2012-03-22clarify what the "precise" button does in the timefx dialogPaul Davis
2012-03-16backport ruler text spacing fix from 3.0Paul Davis
2012-03-12remove menu items from the keybindings dialogBen Loftis
2012-03-12Allow Separate to work on explicit range. Cleanup code by replacing mouse_...Ben Loftis
2012-03-09revert 11507 which switched to use <Primary> for keybindings (this will not w...Paul Davis
2012-03-09avoid redisplaying route list during session deletionPaul Davis
2012-03-09fix odd behaviour of gdk_window_get_pointer(), used to determine if the mouse...Paul Davis
2012-03-06make sure loop markers are shown when loop is initiatedBen Loftis
2012-02-29Switch out some strings that still use Ardour and use PROGRAM_NAME insteadTodd Naugle
2012-02-23backport use of GtkAccelGroup::get_label() from a3 so that we use "nice" acce...Paul Davis
2012-02-23fix a problem with bindings involving "faked" keys (like the arrow keys) and ...Paul Davis
2012-02-23now that we can use Primary as a modifier name for gtk accel maps, unify the ...Paul Davis
2012-02-22use AccelGroup::get_label() rather than AccelGroup::name() to display names i...Paul Davis
2012-02-03clean up previous commit by removing unused function decls and switch back to...Paul Davis
2012-02-03fix/workaround bug in GTK that prevents <release> bindings from working - sav...Paul Davis
2012-01-31add 176.4kHz rate to GUIBen Loftis
2012-01-20(backport from a3) heuristic to workaround over-eager translation of NN000Hz ...Paul Davis
2012-01-10Remove the plugin ui widget before deleting the plugin. this fixes a crash w...Ben Loftis
2011-12-21fix direction of zoom-wheel in the timebar rulersBen Loftis
2011-11-23fix up Meta/Mod2/Command madness for OS XPaul Davis
2011-11-23initial rev of file_subst() and its initial use (testing for now) for convert...Paul Davis
2011-11-23switch to FFADO as the default firewire driverPaul Davis
2011-11-18fix modifier definitions for current gtk stackPaul Davis
2011-11-13make evtest print useful names of modifiers rather than hex valuesPaul Davis
2011-11-03fix for previous patchBen Loftis
2011-11-03backports of 10318, 10380, 10403-10405. Fixes a crash in opening sessions and...Todd Naugle
2011-10-03Replace use of SLV2 with its successor Lilv.David Robillard
2011-09-27ben's pane resizing "fixes" for OSX, plus slightly more debugging for kbd eve...Paul Davis
2011-09-25removed an un-initialized variable warningPaul Davis
2011-09-21fix error in export range dialog caused by using wrong sndfile helper array f...Paul Davis
2011-09-14don't waste time/code on i18n-ing audio file endingsPaul Davis
2011-09-12do not attempt to lookup sndfile constants/enums using a string, because this...Paul Davis