ardour/libs/gtkmm2ext
David Robillard 587dc283ea Fix stuck faders on very fine adjustments.
I attempted to preserve the "don't draw unless different" by ditching rounding for more
precise display_span, but that didn't work.  An alternative solution would be
to draw on adjustment change if there's text, since then we need to redraw
regardless of slider position, but it seemed weird even just with respect to
the slider, so I opted for this, which really definitely redraws when the
adjustment changes, period.

If this proves to be a performance issue we'll have to figure that out.
2014-12-05 15:19:43 -05:00
..
gtkmm2ext Fix stuck faders on very fine adjustments. 2014-12-05 15:19:43 -05:00
MSVCgtkmm2ext Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVC 2014-10-29 17:36:30 +00:00
po updated .po files 2014-09-04 22:24:41 -04:00
actions.cc add abort() to non-reached code 2014-11-14 11:30:08 +01:00
application.cc
AUTHORS
auto_spin.cc
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 add copyright comments 2013-01-16 18:27:41 +00:00
cairo_widget.cc allow to use cairo-image/software surface for canvas & cairowidgets 2014-10-28 02:15:10 +01: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
cell_renderer_pixbuf_toggle.cc
choice.cc
click_box.cc Use sigc::slot for ClickBox printing function rather 2012-03-21 16:38:59 +00:00
COPYING
cursors.cc fix/improve/test hotspot file parsing 2014-09-10 19:39:52 -04:00
debug.cc
dndtreeview.cc
emscale.cc add new Gtk2mmext::EmScale class for measuring font-based sizing 2014-10-23 13:21:04 -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 add abort() to non-reached code 2014-11-14 11:30:08 +01:00
gtkapplication.c
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_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
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 add Gtkmm2ext::Keyboard::reset_bindings() 2014-07-10 11:04:04 -04: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 possible fix for http://tracker.ardour.org/view.php?id=5586 2013-08-08 15:23:10 -04:00
pixfader.cc Fix stuck faders on very fine adjustments. 2014-12-05 15:19:43 -05: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 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
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 add Gtkmm2ext::event_inside_widget_window() 2014-11-02 08:57:47 -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
wscript add new Gtk2mmext::EmScale class for measuring font-based sizing 2014-10-23 13:21:04 -04:00