summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
AgeCommit message (Expand)Author
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
2005-11-26compiles and runs, but crashes ... duhPaul Davis
2005-11-23Gnome::Canvas -> ArdourCanvas and some other small fixesNick Mainsbridge
2005-11-23strip keyboard.cc of noxious focus handling stuff, and cleanupPaul Davis
2005-11-16get editor.cc to compilePaul Davis
2005-11-13some C++-ification of GnomeCanvasBlahNick Mainsbridge
2005-11-12incomplete changes based on karsten's megapatchPaul Davis
2005-11-02small fixes to editor.ccPaul Davis
2005-10-29Gnime::Canvas::Points init fixNick Mainsbridge
2005-10-28mostly editor.cc & editor_mouse.cc for Gdk::Cursor, Gnome::Canvas::ItemNick Mainsbridge
2005-10-26editor group list, route list and named selection treeviewsNick Mainsbridge
2005-10-22More compliation fixes. add_with_viewport() -> add(). track_gnome_canvas ->...Taybin Rutkin
2005-10-12split sfdb_v3 into 3 classes.Taybin Rutkin
2005-10-12the ongoing story of umpteen lines of code and its love affair with GTK2Paul Davis
2005-10-09fixes for utils.cc in gtk2_ardour and gtkmm2ext, including switch to Pango::F...Paul Davis
2005-10-09"finalmunge" patch from nick, plus work on editor region list and actions inf...Paul Davis
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-26continuing fixes to get this shibboleth to compilePaul Davis
2005-09-26rename all GTK signalsPaul Davis
2005-09-26got ardour_dialog compilingPaul Davis
2005-09-26fix all _impl member functions to be on_ insteadPaul Davis
2005-09-25Switched to use libgnomecanvas (not the C++ one).Taybin Rutkin
2005-09-25replaced slot() with mem_fun() and ptr_fun().Taybin Rutkin
2005-09-25Fly my pretties!Taybin Rutkin
2005-09-25Initial import of gtk2_ardour.Taybin Rutkin