| .. |
|
gtkmm2ext
|
remove icky FUDGE-ness code when sizing ComboBoxText's (from an idea by david taht)
|
2009-03-13 13:01:23 +00:00 |
|
po
|
Updated and correctly named Polish translation.
|
2008-04-10 14:37:15 +00:00 |
|
.cvsignore
|
All included libraries now link dynamically instead of statically.
|
2006-04-25 20:23:50 +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
|
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 |
|
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
|
Initial revision
|
2005-05-13 20:47:18 +00:00 |
|
grouped_buttons.cc
|
Moved GroupButtons to gtkmm2ext
|
2007-02-01 13:17:04 +00:00 |
|
gtk_ui.cc
|
Error viewer is set to WINDOW_TYPE_HINT_UTILITY, same for add preset prompter, SAE default port count to 256, slight colour change in SAE Master track.
|
2008-11-11 16:00:27 +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 the stepping direction for horizontal faders, it was stepping in the wrong direction, and comment the line that
|
2008-02-23 02:58:03 +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
|
move to scons Clone everywhere rather than Copy; add Session::micro_locate() for ongoing work on video sync; debugging output for export precision problem; minor clean up to IO::find_possible_connection(); fix up a few signed/unsigned issues; make "feature lines" always be the right height as tracks resize; change version to 2.5
|
2008-07-07 15:52:22 +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 |
|
sync-menu.c
|
correct (or at least better) handling of shifted shortcuts under OS X
|
2009-03-11 19:28:20 +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 |