ardour/libs/gtkmm2ext
2015-02-05 16:21:08 -05:00
..
gtkmm2ext [Summary] Fight for performance 2014-12-14 01:33:33 +02:00
macosx/gtkmm2ext/gtkmm2ext.xcodeproj [Summary] Added gtkmm2ext project for Xcode 5 2014-09-18 15:29:16 +03:00
MSVCgtkmm2ext Modify our VC project files to work with msvc32-fixup.pl 2014-08-18 14:22:32 -04:00
po i18n updates (specifically .de from edgar a, but also contains results of ./waf i18n 2014-02-10 12:19:43 -05:00
actions.cc add ActionManager::enable_accelerators(), which takes all known Actions and registers them via the UIManager as accelerators. 2014-07-04 10:48:23 -04:00
application.cc forward port 2.X changes up to and including rev 6842 2010-08-17 02:48:24 +00: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 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-08-08 15:23:08 -04:00
bindable_button.cc MIDI/Controllables for monitor section, and related fixes 2010-04-06 16:57:35 +00:00
binding_proxy.cc 'libs/gtkmm2ext' - Main body of changes required for building with MSVC (mostly #includes and casting) 2013-08-26 17:45:18 +01: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 [Summary] No chance of using cairo image surface 2014-11-20 21:04:24 +02:00
cairocell.cc [P4/git history rebuild] change corner radius of a CairoCell 2014-05-27 22:56:01 -04: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 rollback to 3428, before the mysterious removal of libs/* at 3431/3432 2008-06-02 21:41:35 +00:00
cursors.cc add copyright header comments 2014-09-10 19:13:59 -04:00
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
fader.cc [Summary] Do not change selection by Fader press (requested by Igor) 2015-01-13 15:43:25 +02:00
fastmeter.cc change the meters into CairoWidget, add expose_area to CairoWidget::render() 2014-08-17 14:28:10 -04: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 set name of GUI event loop thread 2015-02-05 16:21:08 -05:00
gtkapplication.c new files 2010-03-16 19:16:23 +00:00
gtkapplication_quartz.mm [Summary]: add possibility of starting Tracks from application api (as a result of dbl click / drag-n-drop on session file). Correct opening session file from application api when SessionDialog is running. Rework class SessionDialog. Rework method load_from_application_api (). 2015-02-02 18:50:50 +02:00
gtkapplication_win32.c 'libs/gtkmm2ext' - Add the file 'gtkapplication_win32.c' to complement gtkapplication_x11 and gtkapplication_quartz 2013-09-04 15:43:35 +01:00
gtkapplication_x11.c fix two unused args warnings 2013-04-06 16:39:37 -04: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-08-16 16:49:17 -04:00
keyboard.cc STFU! 2014-09-03 15:48:01 -04: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 monitor knobs tweaked to better match the theme of other buttons 2014-08-18 12:30:10 -04: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 possible fix for http://tracker.ardour.org/view.php?id=5586 2013-08-08 15:23:10 -04:00
pixfader.cc [P4/git history rebuild] implementation of image-based pixfader 2014-05-27 22:58:02 -04: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 [P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit) 2014-05-27 22:58:12 -04:00
scroomer.cc implement double click to ContentsRange on MidiScroomer 2012-10-16 09:19:19 +00:00
selector.cc Remove unused header includes 2014-08-17 15:32:33 -04: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 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 add Gtkmm2ext::event_inside_widget_window() 2014-11-02 08:53:29 -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
window_title.cc Remove most using declarations from header files. 2009-05-12 17:03:42 +00:00
wscript add new (mostly) static class to permit lookup of cursor image hotspots 2014-09-10 16:48:09 -04:00