| .. |
|
gtkmm2ext
|
final (?) tweak for totally optimized meter redraws (vertical only)
|
2008-02-21 20:43:46 +00:00 |
|
po
|
the return of VST support
|
2006-06-21 23:01:03 +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
|
tweak panner drawing
|
2007-02-03 20:43:36 +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
|
permit OSX native package without JACK; prevent excessive track name lengths from messing up JACK port names; splash screen tweaks for OS X; new region gain control operations ; work on AU plugin GUIs (totally incomplete); don't needlessly create prompters in a barcontroller (create on demand)
|
2008-01-18 19:58:34 +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
|
the useless commit: add copyright messages to all(?) files that need it
|
2007-04-12 21:37:52 +00:00 |
|
fastmeter.cc
|
final (?) tweak for totally optimized meter redraws (vertical only)
|
2008-02-21 20:43:46 +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
|
AU GUIs basically working, though unfinished; push up dialog for massive split operations (still in progress); fix problem where peakfile is slightly older than audio data even though it is ready to use (debugging output still present); move sync-menu code to libs/gtkmm2ext for linkage reasons; prevent flush_pending() calls from "top menu" items on OS X from locking the GUI; try to make adding lots of regions (e.g. from split-at-points) scale a bit better; SAE version has no timecode mode for audio clocks
|
2008-02-12 02:51:51 +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 |
|
hexentry.cc
|
Initial revision
|
2005-05-13 20:47:18 +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 |
|
pathlist.cc
|
Minor updates for PathList and OptionEditor.
|
2006-07-26 22:18:55 +00:00 |
|
pixfader.cc
|
fix deadlock in playlist::partition(); new first idle model, including message about loading visual data; make h-faders use scroll up/down and be scalable-clickable; new track menu stuff (waveform scaling/shape); fix up ordering of ruler menus; fix initial sensitivity of region menu operations
|
2008-02-21 18:37:00 +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
|
** 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 |
|
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
|
minor fixes from OS X land
|
2008-02-21 02:45:42 +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
|
Trackfaders
|
2008-02-15 22:27:48 +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
|
fix use of basename; AU automation now working; add gtk event reporter back into SAE bundle; fix up carbon menu handler so that it never causes a nested gtk main loop problem
|
2008-02-15 20:37:41 +00:00 |
|
tearoff.cc
|
miscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX WITHIN 18 HOURS
|
2006-12-06 19:00:57 +00:00 |
|
textviewer.cc
|
Initial revision
|
2005-05-13 20:47:18 +00:00 |
|
utils.cc
|
fix problem exposed by GTK 2.11.6 with connecting to ComboBox::signal_changed(), and removed duplicate Export item from actiong group
|
2007-08-01 16:19:42 +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 |