13
0
livetrax/libs/gtkmm2ext
Robin Gareus 54276f7e78 keep pan-info-box within screen-boundaries
fixes #5214

git-svn-id: svn://localhost/ardour2/branches/3.0@13728 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-25 22:23:13 +00:00
..
gtkmm2ext if we're not going to use pixfbuf (images) for faders, then lets not create a whole bunch of them unnecessarily (for now, at least) 2012-12-12 01:23:06 +00:00
po fix a couple of errors in zh.po files 2012-09-12 21:30:44 +00:00
.cvsignore
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 more theming and layout tweaks. new faders that pre-light. fixed some spacing around mixer buttons. tweaked some colors (returned mutes to yellow). removed group button at bottom of mixer strip and replaced it with fader automation mode. 2012-12-07 22:38:49 +00: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 quiten down in the back 2011-11-04 17:51:34 +00:00
cairo_packer.cc several theme changes. changed drawing of rounded_rectangle to be more correct. operation and feel should be more consistent. rec-mute-solo buttons are now dull until enabled. this might be debatable. otherwise if it looks weird, try loading Window->Theme Manager and clicking Restore Defaults 2012-12-06 20:48:44 +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
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 Fix meter colour range to again have a hard knee at 0dB and twiddle colours so >0dB levels are red and stand out. 2011-08-31 18:58:46 +00:00
focus_entry.cc
fr_FR.po Add fr_FR translation for libgtkmm2ext from Roming22 (#4080). 2011-08-14 19:24:23 +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 change presentation of shortcut in tooltips and fix include paths 2012-12-07 13:43:45 +00: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 fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00: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
keyboard.cc Hacky fix for track height step losing 'grip' on the 2012-06-17 16:57:21 +00:00
libgtkmm2ext.pc.in
libgtkmm2ext.spec.in
motionfeedback.cc Add primary-modifier click on monitor knobs to go to -inf dB (part 2012-05-31 18:04:54 +00:00
persistent_tooltip.cc keep pan-info-box within screen-boundaries 2012-12-25 22:23:13 +00:00
pixfader.cc fix step increment direction for mouse-click on faders 2012-12-25 18:11:55 +00: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 Fix blatang logic errors (?), which is rather odd since this file was generated by Vala... 2012-05-24 02:51:30 +00: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 Make faders visually desensitised when their tracks are in automation-play. 2012-06-01 00:41:28 +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
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 several theme changes. changed drawing of rounded_rectangle to be more correct. operation and feel should be more consistent. rec-mute-solo buttons are now dull until enabled. this might be debatable. otherwise if it looks weird, try loading Window->Theme Manager and clicking Restore Defaults 2012-12-06 20:48:44 +00:00
window_title.cc
wscript Factor out 'persistent' tooltip code from the panner 2012-06-11 21:21:10 +00:00