radio actions now display correctly, region list sorting works
[ardour.git] / gtk2_ardour / editor.cc
2006-01-02 Paul Davisradio actions now display correctly, region list sortin...
2006-01-01 Paul Davisfix segv
2006-01-01 Doug McLainadd ability to specify row colors for region treeview
2005-12-31 Paul Davismany options moved to menus, region list context menu...
2005-12-30 Paul Davismany changes, read the diffs
2005-12-24 Paul Davislots and lots of keybindings working again, with lots...
2005-12-24 Paul Davisvarious changes to controls_layout size management
2005-12-23 Paul Davisuse scroll handling instead of button 4/5 (incomplete)
2005-12-22 Paul Davisvery important fix to avoid double delete of waveview...
2005-12-22 Karsten Wieses/stringcr_t/const string &/
2005-12-21 Paul Davisbutton hacks and more
2005-12-21 Doug McLainAdjusted some font sizes
2005-12-18 Nick Mainsbridgesize-based scrolling and right-click pages for editor...
2005-12-18 Nick MainsbridgeDon't resize the editor_mixer when changing tracks...
2005-12-17 Doug McLainA possible method for correctly sizing the editor contr...
2005-12-16 Karsten Wieseuse stringcr_t and gain 1/1000 binary size reduction...
2005-12-14 Doug McLaintrivial editor Combobox tweaks
2005-12-12 Paul Daviseditor window layout changes, and lots more
2005-12-08 Paul Davismeter/tempo bars show again, fix tempo/meter dialogs...
2005-12-07 Paul Davisblack bg for meters, font fixups for startup message...
2005-12-07 Taybin RutkinRemoved last usage of checkmark XPMs.
2005-12-06 Nick Mainsbridgesome treeview headings and session click fix
2005-12-05 Paul Davisstock icons, transport controls as proxies, make Action...
2005-12-02 Paul Davisthe usual blob of fixes. note the requirement for Combo...
2005-12-02 Nick Mainsbridgeget SYSLIBS=1 kind of working, use stock HAND2 cursor
2005-11-29 Paul Davismore fixes to get things moving along
2005-11-29 Paul Daviscleanup leftover problems from my commit yesterday...
2005-11-29 Paul Davisremove <gtkmm/gtkmm.h> from all files, plus a small...
2005-11-28 Paul Davismega commit to remove gtk_object cruft, and much other...
2005-11-28 Paul Daviscome up and stay up
2005-11-27 Karsten Wieseconvert set_property("foo", bar) to property_foo()...
2005-11-27 Paul Davisslowly fixing up ArdourDialog nonsense
2005-11-27 Karsten Wieseconvert property_foo().set_value(bar) to property_foo...
2005-11-27 Paul Davismiscellany
2005-11-27 Karsten Wiesereally fix 5 GLib-GObject-WARNING **: unable to set...
2005-11-27 Karsten Wiesefix 5 GLib-GObject-WARNING **: unable to set property...
2005-11-26 Karsten WieseEditor::transport_punch*_line has no "outline_pixels".
2005-11-26 Paul Davismore fixes for gobject stuff plus doug's patch for...
2005-11-26 Paul Daviscompiles and runs, but crashes ... duh
2005-11-23 Nick MainsbridgeGnome::Canvas -> ArdourCanvas and some other small...
2005-11-23 Paul Davisstrip keyboard.cc of noxious focus handling stuff,...
2005-11-16 Paul Davisget editor.cc to compile
2005-11-13 Nick Mainsbridgesome C++-ification of GnomeCanvasBlah
2005-11-12 Paul Davisincomplete changes based on karsten's megapatch
2005-11-02 Paul Davissmall fixes to editor.cc
2005-10-29 Nick MainsbridgeGnime::Canvas::Points init fix
2005-10-28 Nick Mainsbridgemostly editor.cc & editor_mouse.cc for Gdk::Cursor...
2005-10-26 Nick Mainsbridgeeditor group list, route list and named selection treeviews
2005-10-22 Taybin RutkinMore compliation fixes. add_with_viewport() -> add...
2005-10-12 Taybin Rutkinsplit sfdb_v3 into 3 classes.
2005-10-12 Paul Davisthe ongoing story of umpteen lines of code and its...
2005-10-09 Paul Davisfixes for utils.cc in gtk2_ardour and gtkmm2ext, includ...
2005-10-09 Paul Davis"finalmunge" patch from nick, plus work on editor regio...
2005-10-06 Paul Davisfix compose mess, and a number of 64 bit printf specs
2005-09-26 Paul Daviscontinuing fixes to get this shibboleth to compile
2005-09-26 Paul Davisrename all GTK signals
2005-09-26 Paul Davisgot ardour_dialog compiling
2005-09-26 Paul Davisfix all _impl member functions to be on_ instead
2005-09-25 Taybin RutkinSwitched to use libgnomecanvas (not the C++ one).
2005-09-25 Taybin Rutkinreplaced slot() with mem_fun() and ptr_fun().
2005-09-25 Taybin RutkinFly my pretties!
2005-09-25 Taybin RutkinInitial import of gtk2_ardour.