13
0
livetrax/libs/gtkmm2ext
2013-07-17 08:05:59 -04:00
..
gtkmm2ext Merge branch 'master' into windows 2013-07-17 08:05:59 -04:00
po update all i18n .po files 2013-04-09 09:32:14 -04:00
actions.cc Slightly grubby hack to fix up the state of the Window->Mixer menu item when the mixer is opened on starting Ardour (#4808). 2012-06-07 21:51:25 +00:00
application.cc forward port 2.X changes up to and including rev 6842 2010-08-17 02:48:24 +00:00
AUTHORS
auto_spin.cc fulfill the promise of an in-library Keyboard object, and use platform specific modifiers throughout libgtkmm2ext. also fix up scrolling of pixfaders by making them grab keyboard magic focus when the mouse pointer is within them 2009-12-10 23:01:45 +00:00
barcontroller.cc implement visual-sensitivity (gray out) for faders 2013-07-12 19:07:07 +02:00
bindable_button.cc MIDI/Controllables for monitor section, and related fixes 2010-04-06 16:57:35 +00:00
binding_proxy.cc fully implement and deploy explicit x-thread signal connection syntax (testing comes next) 2009-12-21 18:23:07 +00:00
bindings.cc use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in several files 2013-07-15 14:29:00 -04:00
cairo_packer.cc add copyright comments 2013-01-16 18:27:41 +00:00
cairo_widget.cc remove additional "mid" color from ArdourButton; replace Active/Mid widget state with ExplicitActive/ImplicitActive; represent implicit-active state with colored border around ArdourButton; tune button colors; new rounded_foo() functions, some in use, some not in use right now 2012-02-07 17:43:55 +00:00
cairocell.cc Allow a dialogue containing an audioclock to be 2011-11-14 13:44:01 +00:00
cell_renderer_color_selector.cc if color property is not yet set, don't render 2011-12-06 21:58:41 +00:00
cell_renderer_pixbuf_multi.cc new multistate custom cell pixbuf renderer 2009-11-21 19:25:54 +00:00
cell_renderer_pixbuf_toggle.cc Fix some unused parameter warnings. 2009-07-21 15:55:17 +00:00
choice.cc Give titles to Gtkmm2ext::Choice prompts, and do some minor cleanups to prompt text. 2009-12-23 01:26:33 +00:00
click_box.cc Use sigc::slot for ClickBox printing function rather 2012-03-21 16:38:59 +00:00
COPYING
debug.cc Missing files. 2011-03-01 23:28:02 +00:00
dndtreeview.cc Fix crash when dragging something from another task over the editor window. 2010-05-16 18:51:05 +00:00
fastmeter.cc add option to disable cairo-RGBA overlays for meters. 2013-07-16 00:56:36 +02:00
focus_entry.cc
gettext.h commits 6001-6525 inclusive from 2.X applied to 3.0 2010-04-21 02:24:38 +00:00
grouped_buttons.cc replaced gtk_idle_add() with g_idle_add() 2010-05-28 16:33:18 +00:00
gtk_ui.cc Use timeout source to process ui requests on windows 2013-07-11 12:56:35 -04:00
gtkapplication_quartz.mm fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
gtkapplication_x11.c Fix some compilation warnings 2013-03-30 18:09:40 +01:00
gtkapplication.c new files 2010-03-16 19:16:23 +00:00
gtkutils.cc
i18n.h extra include required for S_() 2011-11-28 21:07:22 +00:00
idle_adjustment.cc Include pbd/timersub.h for mingw build 2013-07-11 15:16:11 -04:00
keyboard.cc Make scroll-wheel modifier keys consistent in main editor window. 2013-06-21 20:13:44 +01:00
libgtkmm2ext.pc.in
libgtkmm2ext.spec.in
motionfeedback.cc use g_unlink() rather than unlink() universally, requires <glib/gstdio.h> in several files 2013-07-15 14:29:00 -04:00
persistent_tooltip.cc possible fix for http://tracker.ardour.org/view.php?id=5586 2013-07-16 22:44:54 +02:00
pixfader.cc implement visual-sensitivity (gray out) for faders 2013-07-12 19:07:07 +02:00
pixscroller.cc cairo-ify expose handlers for PixFader and PixScroller (latter is not used); tweak UI RC file in response; move rgb macros to gtkmm2ext for easier use there as we go cairo over time 2011-02-08 19:19:55 +00:00
popup.cc replaced gtk_idle_add() with g_idle_add() 2010-05-28 16:33:18 +00:00
prolooks_helpers.c partially clean up warnings from "prolooks" code 2013-04-06 16:46:21 -04:00
prompter.cc Make route group dialog resizable; make ArdourPrompter entries 2012-03-05 22:34:49 +00:00
scroomer.cc implement double click to ContentsRange on MidiScroomer 2012-10-16 09:19:19 +00:00
selector.cc fulfill the promise of an in-library Keyboard object, and use platform specific modifiers throughout libgtkmm2ext. also fix up scrolling of pixfaders by making them grab keyboard magic focus when the mouse pointer is within them 2009-12-10 23:01:45 +00:00
slider_controller.cc substantive changes to pixfaders and derived classes. now fully dynamically sizable and have an added texture that currently just emulates the ardour2 belt pattern. mild color changes, not finalized yet. 2013-01-11 18:33:57 +00:00
stateful_button.cc try to fix data loss at end of a capture pass for MIDI - add a new virtual method to MidiSource that specifies what should be done with stuck notes, remove duplicate(i hope) _last_flush_frame from SMFSource that mirrored, more or less, MidiSource::_last_write_end; use new virtual method when stopping after capture. 2011-07-20 18:13:03 +00:00
sync-menu.c first half of the mega-by-hand-commit-by-commit merge from 2.X 2009-04-15 18:04:23 +00:00
tearoff.cc tighten up spacing of tearoff arrow 2011-11-02 14:57:16 +00:00
textviewer.cc
treeutils.cc fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
utils.cc various changes to window visibility mgmt, including use of the mixbus2 code for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause 2013-05-07 13:01:26 -04:00
visibility_tracker.cc various changes to window visibility mgmt, including use of the mixbus2 code for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause 2013-05-07 13:01:26 -04:00
window_title.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
wscript add new VisibilityTracker class to implement cycling window visibility "properly" - i.e. avoiding hide+show/present to get a hidden or partially obscured window visible again 2013-03-25 20:03:59 -04:00