summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_entry.cc
AgeCommit message (Expand)Author
2019-10-24Rough-in gtk-pianokeyboard C -> C++Robin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-02-28Consolidate ToggleAction cast, use new APIRobin Gareus
2018-12-27fix silly cycling-show-hide bug with step editingPaul Davis
2018-12-22deal with end-of-step-editing in a better wayPaul Davis
2018-12-22make StepEntry into a singleton.Paul Davis
2018-12-19make StepEntry actions be static.Paul Davis
2018-12-11change action group owner pointer to be the relevant keybindings; reorder set...Paul Davis
2018-12-10add nominal owners for all action groupsPaul Davis
2018-12-10use ActionManager namespace, rather than ActionMap objects, and remove all pe...Paul Davis
2018-12-05start using ActionMap in preference to ActionManagerPaul Davis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2016-12-21Fix indentation 8 whitespaces to tabNil Geisweiller
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-03-15fix capitalization of sections of key editorPaul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22ensure that all callers of ARDOUR_UI_UTILS::relay_key_press() provide a windowPaul Davis
2016-02-22action maps now have namesPaul Davis
2016-02-22more changes to Bindings, Keyboard APIsPaul Davis
2016-02-22radically change Keyboard/Binding API design to disconnect Gtk::Action lookup...Paul Davis
2016-02-22add step entry bindings pointer to step entry window so that bindings will be...Paul Davis
2016-02-22switch all action registration/binding code over to new API.Paul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2015-09-16Use ARDOUR_UI_UTILS::set_tooltip rather than via ARDOUR_UI::set_tipTim Mayberry
2015-01-07MusicalTime => Beats.David Robillard
2014-11-22Fix quantization and other time-related ops.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-10-02Text tweaks and typo fixesColin Fletcher
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2013-05-04the big rework of window management. probably not complete at thsi point, but...Paul Davis
2013-04-05mark the step entry dialog as a dialog even though it is an ArdourWindow, to ...Paul Davis
2013-01-07remove type hint DIALOG from step entry "dialog"Paul Davis
2012-11-05amend 13373: don't force Step entry window on topRobin Gareus
2012-11-02make the Step-Entry piano a dialog window (no maximize, on-top)Robin Gareus
2012-06-23Remove unused or unnecessary header includesTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-05-18major rationalization of use of search paths. ardour now has just 4 functions...Paul Davis
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-06-01Delete trailing whitespaceDavid Robillard
2011-04-16Fix step editor note lengths and default to crotchet / mf in the dialogue (#3...Carl Hetherington
2011-03-21two small fixes from melvin ray herr for the step editorPaul Davis
2011-03-04basic adoption of new mouse binding facilityPaul Davis
2011-02-08melvin herr's "reversion" fix for step editing so that everything is zero-bas...Paul Davis
2011-02-05step editing patches from melvin herrPaul Davis
2011-01-31small change to step edit bindings, plus make the spin button/adjustment able...Paul Davis
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-15split out the logic behind step editing from MidiTimeAxisView as much as poss...Paul Davis