13
0
livetrax/libs/gtkmm2ext
2015-10-01 21:39:15 +02:00
..
gtkmm2ext there's no class called "The" :) 2015-10-01 21:39:15 +02:00
macosx/gtkmm2ext/gtkmm2ext.xcodeproj copy all XCode project files from Tracks. 2015-06-29 14:18:10 -04:00
MSVCgtkmm2ext Add some newly introduced sources to our MSVC project (gtkmm2ext) 2015-07-02 08:23:37 +01:00
po updated i18n files from ./waf i18n 2015-03-31 20:16:25 -04:00
actions.cc hand-merge libs/gtkmm2ext part of f49d31a82 from Tracks; provides a way to disable/re-enable OS X main menu 2015-06-29 14:16:43 -04:00
application.cc [Summary]: add keybindings Cmd-h (hide application) for mac 2015-06-29 14:16:43 -04:00
ardour_icon.cc fix the cairo-fletcher-fluctuation 2015-05-31 19:40:04 +02:00
AUTHORS rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
auto_spin.cc add missing return value 2015-07-16 15:34:37 +02:00
barcontroller.cc implement spin-button internal<>interface bridge 2014-11-01 18:24:31 +01:00
bindable_button.cc MIDI/Controllables for monitor section, and related fixes 2010-04-06 16:57:35 +00:00
binding_proxy.cc Fix ArdourButton event sequence. 2014-08-28 10:31:57 -05:00
bindings.cc use pbd's gstdio compatibility wrapper 2015-09-17 14:37:57 +02:00
cairo_packer.cc add copyright comments 2013-01-16 18:27:41 +00:00
cairo_widget.cc merge two small pieces of code by Valeriy into libs/gtkmm2ext, conditionally used ONLY in Tracks builds. 2015-06-29 14:18:10 -04:00
cairocell.cc 'libs/gtkmm2ext' - Use 'std::vector' instead of dynamically sized arrays (required to be buildable with MSVC) 2013-08-26 17:28:03 +01: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 adjust click box size - fixes #6499 2015-08-05 19:53:33 +02:00
COPYING rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
cursors.cc fix/improve/test hotspot file parsing 2014-09-10 19:39:52 -04:00
debug.cc We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanism away from a 64bit integer and toward std::bitset. 2015-06-12 18:14:09 -04:00
dndtreeview.cc Fix crash when dragging something from another task over the editor window. 2010-05-16 18:51:05 +00:00
emscale.cc add new Gtk2mmext::EmScale class for measuring font-based sizing 2014-10-23 13:21:04 -04:00
fader.cc MSVC doesn't like us calling 'sqrt()' with integers (it doesn't have a version which takes an int) 2015-07-02 08:23:38 +01:00
fastmeter.cc properly clean up meter-pattern cache 2015-09-07 13:35:48 +02:00
focus_entry.cc rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
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 store all error/info/etc messages in a list inside Gtkmm2ext::UI, and provide a method to dump them all to a std::ostream 2015-06-29 16:27:03 -04:00
gtkapplication_quartz.mm Revert "fix previously cherry-picked commit to be Tracks-only, since Ardour/Mixbus are not affected" 2015-06-30 08:11:06 +02:00
gtkapplication_win32.c [Summary]: add keybindings Cmd-h (hide application) for mac 2015-06-29 14:16:43 -04:00
gtkapplication_x11.c [Summary]: add keybindings Cmd-h (hide application) for mac 2015-06-29 14:16:43 -04:00
gtkapplication.c new files 2010-03-16 19:16:23 +00:00
gtkutils.cc rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
i18n.h extra include required for S_() 2011-11-28 21:07:22 +00:00
idle_adjustment.cc yet another gettimeofday() removal (glibmm idle) 2014-05-16 18:34:59 +02:00
keyboard.cc use pbd's gstdio compatibility wrapper 2015-09-17 14:37:57 +02:00
libgtkmm2ext.pc.in rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
libgtkmm2ext.spec.in rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
motionfeedback.cc use pbd's gstdio compatibility wrapper 2015-09-17 14:37:57 +02:00
paths_dialog.cc paths dialog: use selection as default when adding new dirs 2014-03-08 18:28:16 +01:00
persistent_tooltip.cc prevent stuck & vanishing tooltips 2015-06-30 13:08:22 +02:00
pixfader.cc plug some memory leaks in libs 2015-09-12 20:05:25 +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 'libs/gtkmm2ext' - Minor modification to prevent MSVC from complaining about a malformed comment 2013-09-04 15:46:14 +01:00
prolooks_helpers.c 'libs/gtkmm2ext' - Compiler specific includes 2013-08-26 17:47:28 +01:00
prompter.cc Make route group dialog resizable; make ArdourPrompter entries 2012-03-05 22:34:49 +00:00
scroomer.cc Remove obviously dead/redundant code. 2014-11-18 02:55:03 -05:00
selector.cc Remove unused header includes 2014-06-17 21:30:51 +10:00
slider_controller.cc consistent step+page sizes for fader+spinbox 2014-11-30 15:05:40 +01: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 Tearoff windows are utility windows rather than toolbars. 2015-03-10 03:58:00 +11:00
textviewer.cc rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
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 associate label more closely with VST path button. the plugin tab needs a complete layout rethink, someday 2015-09-17 16:07:40 -05: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
waves_fastmeter.cc comment unused but potentially usable variables 2015-06-29 14:18:15 -04:00
window_title.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
wscript don’t compile tracks specific sources for ardour. 2015-07-02 15:32:29 +02:00