| .. |
|
gtkmm2ext
|
remove critical use of Glib::ustring
|
2011-08-18 17:33:48 +00:00 |
|
po
|
new Basque translation from Pablo F. and friends
|
2011-07-08 18:49:56 +00:00 |
|
.cvsignore
|
All included libraries now link dynamically instead of statically.
|
2006-04-25 20:23:50 +00:00 |
|
application.cc
|
brute force approach to stopping GTK shutdown from causing a crash as we try to manipulate no-longer-existing Objective C menu items
|
2010-04-02 18:56:56 +00:00 |
|
AUTHORS
|
Initial revision
|
2005-05-13 20:47:18 +00:00 |
|
auto_spin.cc
|
** requires svn jack ** Hardware monitoring should work, some canvas scrolling speed improvement, don't disconcertingly churn the disk if jack auto-start fails, mixer visibility state is saved per session, slow down meters a bit (too much?), zoom cleanups, remove some unused variables, use rwlock for tempo state for no reason other than that it might be useful one day, fix compiler warning.
|
2006-08-30 20:48:16 +00:00 |
|
barcontroller.cc
|
remove unused variable
|
2011-02-04 12:42:33 +00:00 |
|
bindable_button.cc
|
strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mostly) and make transport buttons bindable (state not saved yet); use const char* not string in route order keys to avoid pointless mallocs during route sorting
|
2007-02-09 03:36:00 +00:00 |
|
binding_proxy.cc
|
changes to support making RouteUI and its children and relations able to switch the Route/IO object they refer to (significant architectural changes)
|
2008-10-05 19:06:20 +00:00 |
|
ChangeLog
|
Initial revision
|
2005-05-13 20:47:18 +00:00 |
|
choice.cc
|
Comments button now indicates when comments are present, more dialog work (ask about saving, comments box etc.), code cleanups in mixer_strip.cc.
|
2006-04-20 20:41:05 +00:00 |
|
click_box.cc
|
centre gain meter display, some bbt ruler fixes
|
2006-11-05 14:24:37 +00:00 |
|
COPYING
|
Initial revision
|
2005-05-13 20:47:18 +00:00 |
|
dndtreeview.cc
|
enough mind-blowing crazy code, lets do intra-ardour DnD the right way
|
2008-11-25 00:03:21 +00:00 |
|
fastmeter.cc
|
Replaced some c includes with their c++ wrappers
|
2008-07-10 18:37:26 +00:00 |
|
focus_entry.cc
|
the useless commit: add copyright messages to all(?) files that need it
|
2007-04-12 21:37:52 +00:00 |
|
gettext.h
|
actually make i18n work on OS X, and update osx_build to install .mo files (for GTK+ too)
|
2010-01-20 18:02:57 +00:00 |
|
grouped_buttons.cc
|
Moved GroupButtons to gtkmm2ext
|
2007-02-01 13:17:04 +00:00 |
|
gtk_ui.cc
|
ensure that Gtkmm2ext::UI's requests always get their type field initialized, since they are now deleted without necessarily having been used
|
2011-02-04 12:43:26 +00:00 |
|
gtkapplication.c
|
rework "ige_mac" menubar integration from Carbon to Cocoa; recast as start of GtkApplication object as per discussions on #gtk+; associated changes in ardour; NOT TESTED ON X11, LEOPARD or SNOW LEOPARD
|
2010-01-15 01:59:56 +00:00 |
|
gtkapplication_quartz.mm
|
fix up Meta/Mod2/Command madness for OS X
|
2011-11-23 17:21:22 +00:00 |
|
gtkapplication_x11.c
|
add missing functiong for GtkApplication on X11
|
2010-01-15 18:23:40 +00:00 |
|
gtkutils.cc
|
a) use ink extents in most places where we used to use logical extents
|
2006-04-20 18:14:00 +00:00 |
|
i18n.h
|
Initial revision
|
2005-05-13 20:47:18 +00:00 |
|
idle_adjustment.cc
|
the useless commit: add copyright messages to all(?) files that need it
|
2007-04-12 21:37:52 +00:00 |
|
libgtkmm2ext.pc.in
|
Initial revision
|
2005-05-13 20:47:18 +00:00 |
|
libgtkmm2ext.spec.in
|
Initial revision
|
2005-05-13 20:47:18 +00:00 |
|
NEWS
|
Initial revision
|
2005-05-13 20:47:18 +00:00 |
|
pixfader.cc
|
fix up Meta/Mod2/Command madness for OS X
|
2011-11-23 17:21:22 +00:00 |
|
pixscroller.cc
|
Reinstate mouse scroll actions (audio clocks, shuttle wheel, faders), clearing selection is undoable, fix compiler warning, add modified patch by Jon Michael Smith for mouse wheel track height adjustment and vertical canvas scrolling (thanks Jon)
|
2006-04-10 02:14:05 +00:00 |
|
popup.cc
|
make Gtkmm2ext::Popup::touch() thread-safe (again; it used to be in the 0.99 era)
|
2008-11-25 22:15:19 +00:00 |
|
prompter.cc
|
tim mayberry's patches to fix middle-click pasting ina couple of dialogs (merged from trunk)
|
2007-05-16 02:43:06 +00:00 |
|
README
|
Initial revision
|
2005-05-13 20:47:18 +00:00 |
|
SConscript
|
tidy up and abstract the GtkApplication concept a bit for OS X integration
|
2010-01-15 17:50:03 +00:00 |
|
selector.cc
|
** requires svn jack ** Hardware monitoring should work, some canvas scrolling speed improvement, don't disconcertingly churn the disk if jack auto-start fails, mixer visibility state is saved per session, slow down meters a bit (too much?), zoom cleanups, remove some unused variables, use rwlock for tempo state for no reason other than that it might be useful one day, fix compiler warning.
|
2006-08-30 20:48:16 +00:00 |
|
slider_controller.cc
|
changes to support making RouteUI and its children and relations able to switch the Route/IO object they refer to (significant architectural changes)
|
2008-10-05 19:06:20 +00:00 |
|
stateful_button.cc
|
the useless commit: add copyright messages to all(?) files that need it
|
2007-04-12 21:37:52 +00:00 |
|
tearoff.cc
|
make it possible to not tearoff tearoff boxes :(
|
2008-11-11 07:02:00 +00:00 |
|
textviewer.cc
|
Initial revision
|
2005-05-13 20:47:18 +00:00 |
|
utils.cc
|
remove icky FUDGE-ness code when sizing ComboBoxText's (from an idea by david taht)
|
2009-03-13 13:01:23 +00:00 |
|
window_title.cc
|
the useless commit: add copyright messages to all(?) files that need it
|
2007-04-12 21:37:52 +00:00 |