summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
2006-01-17a metric boatload of changes; plugin UIs work, adding tracks work, redirect l...Paul Davis
2006-01-12mixer track list now uses checks and reordering properlyPaul Davis
2006-01-10more gcc 4.1 complaints, route_list is a ListStoreNick Mainsbridge
2006-01-10route list + edit group list now pretty much functional, plus preparations fo...Paul Davis
2006-01-08fix control layout size allocation (nearly done) and make duplicate region ev...Paul Davis
2006-01-08a metric ton of changesPaul Davis
2006-01-05lots of small fixes for various irritations, return of snapshots, region list...Paul Davis
2006-01-04Updates for set_type_hint() and the sfdb_ui.Taybin Rutkin
2006-01-04make show all option on region list context menu workPaul Davis
2006-01-03make meters work properly (and very slightly faster)Paul Davis
2006-01-03"fix" track heights etc.Paul Davis
2006-01-02fix window_to_world() issues inside ardourPaul Davis
2006-01-02radio actions now display correctly, region list sorting worksPaul Davis
2006-01-01fix segvPaul Davis
2006-01-01add ability to specify row colors for region treeviewDoug McLain
2005-12-31many options moved to menus, region list context menu sort of operationalPaul Davis
2005-12-30many changes, read the diffsPaul Davis
2005-12-24lots and lots of keybindings working again, with lots more menu itemsPaul Davis
2005-12-24various changes to controls_layout size managementPaul Davis
2005-12-23use scroll handling instead of button 4/5 (incomplete)Paul Davis
2005-12-22very important fix to avoid double delete of waveview caches, since regionvie...Paul Davis
2005-12-22s/stringcr_t/const string &/Karsten Wiese
2005-12-21button hacks and morePaul Davis
2005-12-21Adjusted some font sizesDoug McLain
2005-12-18size-based scrolling and right-click pages for editor notebookNick Mainsbridge
2005-12-18Don't resize the editor_mixer when changing tracks, gcc 4.1 fix, reorder edit...Nick Mainsbridge
2005-12-17A possible method for correctly sizing the editor controls, and a couple butt...Doug McLain
2005-12-16use stringcr_t and gain 1/1000 binary size reduction. not thaat much...Karsten Wiese
2005-12-14trivial editor Combobox tweaksDoug McLain
2005-12-12editor window layout changes, and lots morePaul Davis
2005-12-08meter/tempo bars show again, fix tempo/meter dialogs, and morePaul Davis
2005-12-07black bg for meters, font fixups for startup message, new notebook widget (in...Paul Davis
2005-12-07Removed last usage of checkmark XPMs.Taybin Rutkin
2005-12-06some treeview headings and session click fixNick Mainsbridge
2005-12-05stock icons, transport controls as proxies, make ActionManager::get_action() ...Paul Davis
2005-12-02the usual blob of fixes. note the requirement for ComboBoxText::set_active_te...Paul Davis
2005-12-02get SYSLIBS=1 kind of working, use stock HAND2 cursorNick Mainsbridge
2005-11-29more fixes to get things moving alongPaul Davis
2005-11-29cleanup leftover problems from my commit yesterday; return of the windowsPaul Davis
2005-11-29remove <gtkmm/gtkmm.h> from all files, plus a small fix related to map/realiz...Paul Davis
2005-11-28mega commit to remove gtk_object cruft, and much other stuffPaul Davis
2005-11-28come up and stay upPaul Davis
2005-11-27convert set_property("foo", bar) to property_foo() = barKarsten Wiese
2005-11-27slowly fixing up ArdourDialog nonsensePaul Davis
2005-11-27convert property_foo().set_value(bar) to property_foo() = barKarsten Wiese
2005-11-27miscellanyPaul Davis
2005-11-27really fix 5 GLib-GObject-WARNING **: unable to set property `fill-color' of ...Karsten Wiese
2005-11-27fix 5 GLib-GObject-WARNING **: unable to set property `fill-color' of type `g...Karsten Wiese
2005-11-26Editor::transport_punch*_line has no "outline_pixels".Karsten Wiese
2005-11-26more fixes for gobject stuff plus doug's patch for redirect box menus, minus ...Paul Davis