.. |
gtkmm2ext
|
API to set tooltip y-margin
|
2015-06-29 14:18:13 -04:00 |
macosx/gtkmm2ext/gtkmm2ext.xcodeproj
|
copy all XCode project files from Tracks.
|
2015-06-29 14:18:10 -04:00 |
MSVCgtkmm2ext
|
Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (just to be on the safe side)
|
2015-06-09 13:18:42 +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
|
|
|
auto_spin.cc
|
fix duplicate inc/decrement in AutoSpin?
|
2015-06-02 01:01:23 +02:00 |
barcontroller.cc
|
implement spin-button internal<>interface bridge
|
2014-11-01 18:24:31 +01:00 |
bindable_button.cc
|
|
|
binding_proxy.cc
|
Fix ArdourButton event sequence.
|
2014-08-28 10:31:57 -05: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
|
|
|
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
|
|
|
cell_renderer_pixbuf_multi.cc
|
|
|
cell_renderer_pixbuf_toggle.cc
|
|
|
choice.cc
|
|
|
click_box.cc
|
|
|
COPYING
|
|
|
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
|
|
|
emscale.cc
|
add new Gtk2mmext::EmScale class for measuring font-based sizing
|
2014-10-23 13:21:04 -04:00 |
fader.cc
|
add fader implementation from Tracks
|
2015-06-29 14:16:43 -04:00 |
fastmeter.cc
|
skip meter re-draw when no pixels are changed.
|
2014-10-25 17:28:14 +02:00 |
focus_entry.cc
|
|
|
gettext.h
|
|
|
grouped_buttons.cc
|
|
|
gtk_ui.cc
|
automatic error log window popup be gone.
|
2015-03-14 18:28:36 +01:00 |
gtkapplication_quartz.mm
|
[Summary]: add keybindings Cmd-h (hide application) for mac
|
2015-06-29 14:16:43 -04: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
|
|
|
gtkutils.cc
|
|
|
i18n.h
|
|
|
idle_adjustment.cc
|
yet another gettimeofday() removal (glibmm idle)
|
2014-05-16 18:34:59 +02:00 |
keyboard.cc
|
Swap default snap modifiers (non-OSX) to avoid potential upgrade pain.
|
2015-05-24 05:50:31 +10:00 |
libgtkmm2ext.pc.in
|
|
|
libgtkmm2ext.spec.in
|
|
|
motionfeedback.cc
|
Remove obviously dead/redundant code.
|
2014-11-18 02:55:03 -05: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
|
API to set tooltip y-margin
|
2015-06-29 14:18:13 -04:00 |
pixfader.cc
|
fix #6117 - fader prelight
|
2015-01-28 02:22:52 +01:00 |
pixscroller.cc
|
|
|
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
|
|
|
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
|
|
|
sync-menu.c
|
|
|
tearoff.cc
|
Tearoff windows are utility windows rather than toolbars.
|
2015-03-10 03:58:00 +11:00 |
textviewer.cc
|
|
|
treeutils.cc
|
|
|
utils.cc
|
add API to query Gtk::ComboBoxText entries
|
2015-03-16 14:38:21 +01: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
|
fix up waves_fastmeter.cc code to work with current fastmeter API
|
2015-06-29 14:18:10 -04:00 |
window_title.cc
|
|
|
wscript
|
add clean and nice check for Tracks builds
|
2015-06-29 14:18:10 -04:00 |