summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-06-06width of sliders in the option editor is now a fixed text-relative widthPaul Davis
2019-06-06RcActionButton is now always its natural widthPaul Davis
2019-06-06change OptionEditComponent to avoid ever expanding the RHS widget horizontallyPaul Davis
2019-01-02Add external drive references for most file-browsersRobin Gareus
2018-12-08Better version of 9ccc56e1625, implicit signal disconnectRobin Gareus
2018-12-08Fix CheckOption crash on session-reloadRobin Gareus
2018-12-08NO-OP: whitespace and some guaranteed assertion removalRobin Gareus
2018-12-07Tweaks to Mixer and Monitor keybindings:Ben Loftis
2018-09-18new transport slave/master implementation, gui editionPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2016-12-30Prefs treeview bordersRobin Gareus
2016-12-30re-fine preferences dialog part ten of 27 (probably)Robin Gareus
2016-12-30Left align notes in Preferences.Robin Gareus
2016-12-30Shrink some spinnersRobin Gareus
2016-12-29Consolidate Preferences/OptionEditorRobin Gareus
2016-12-28Further preference-dialog re-layout work in progress..Robin Gareus
2016-12-28Prefs Dialog: consistent headings, spacing, reduce width,..Robin Gareus
2016-12-28Add Locale config preferences and rearrange UI prefsRobin Gareus
2016-12-20remove debug outputRobin Gareus
2016-12-08Clarify "frames" (video, timecode) vs "samples" (audio)Robin Gareus
2016-08-29NOOP: whitespacePaul Davis
2016-08-29improved (more general) fix for preferences window visibilityPaul Davis
2016-07-26When showing a prefs pane, select the row in the treeJulien "_FrnchFrgg_" RIVAUD
2016-07-26Factor out and simplify the search by components in options treeJulien "_FrnchFrgg_" RIVAUD
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-07fix up inheritance heirarchy and constructors so that the Session Properties ...Paul Davis
2016-03-07expand option editor treeviews by default so that all nodes are visiblePaul Davis
2016-03-06avoid extra iterator increment, so that Option/Paths workPaul Davis
2016-03-06avoid blank header bar in option editor treeviewPaul Davis
2016-03-06change OptionEditor to use a left-hand-side treeview to navigate the notebookPaul Davis
2016-02-22fix inheritance/class design to get both SessionOptionEditor and RCOptionEdit...Paul Davis
2016-02-22the basics of tabbedPaul Davis
2015-12-12add rc-config widget to display text-config/paths (read only)Robin Gareus
2015-12-08add Action-Button for rc-config dialogRobin Gareus
2015-11-04Let Entry of FaderOption react on ENTER and allow only numerical input.André Nusser
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-11Have GUI Option reflect current state (in case toggle fails)Robin Gareus
2015-05-05fix some gtk filechooser issuesRobin Gareus
2015-03-09Move 'poor_mans_glob()' into libpbdJohn Emmas
2015-03-09Fix a couple of issues when displaying the 'Preferences' dialog on Windows:-John Emmas
2014-12-24Fix OSX build.David Robillard
2014-12-24fix clang compilationRobin Gareus
2014-12-22move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbdPaul Davis
2014-12-15move theme manager into preferences windowPaul Davis
2014-11-01Slider Controller API ChangeRobin Gareus
2014-09-02add a special bool option that prevents redrawingRobin Gareus
2014-09-02prepare Slider API cleanupRobin Gareus