ardour/libs/gtkmm2ext/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
..
actions.h add ActionManager::enable_accelerators(), which takes all known Actions and registers them via the UIManager as accelerators. 2014-07-04 07:48:41 -04:00
activatable.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
application.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
auto_spin.h Merge remote-tracking branch 'remotes/origin/exportvis' into windows+cc 2013-10-18 10:03:22 +01:00
barcontroller.h Remove dead code. 2014-11-27 04:17:15 -05:00
bindable_button.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
binding_proxy.h Fix ArdourButton event sequence. 2014-08-28 10:31:57 -05:00
bindings.h remove unused static member from MouseButton 2014-01-20 11:33:28 -05:00
cairo_packer.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
cairo_widget.h allow to use cairo-image/software surface for canvas & cairowidgets 2014-10-28 02:15:10 +01:00
cairocell.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
cell_renderer_color_selector.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
cell_renderer_pixbuf_multi.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
cell_renderer_pixbuf_toggle.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
choice.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
click_box.h Merge remote-tracking branch 'remotes/origin/exportvis' into windows+cc 2013-10-18 10:03:22 +01:00
cursors.h add required visibility macros to Gtkmm2ext::CursorInfo 2014-09-12 14:33:36 -04:00
debug.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
dndtreeview.h 'libs/gtkmm2ext' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2014-01-20 17:01:58 +00:00
dndvbox.h disallow selection of the fader and meter processor entries 2014-07-28 10:08:26 -05:00
doi.h 'libs/gtkmm2ext' - DLL visibility stuff and associated changes needed for building with MSVC. Currently includes debugging information and things that are just commented out until we have known compatibility with the other platforms (i.e. contains stuff to be removed at a later date) 2014-01-20 17:01:58 +00:00
emscale.h add new Gtk2mmext::EmScale class for measuring font-based sizing 2014-10-23 13:21:04 -04:00
fastmeter.h API flush static cairo pattern cache 2014-09-11 19:30:33 +02:00
focus_entry.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
grouped_buttons.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
gtk_ui.h one less annoying compiler warning. 2014-09-06 21:18:08 +02:00
gtkapplication-private.h new files 2010-03-16 19:16:23 +00:00
gtkapplication.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
gtkutils.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
gui_thread.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
idle_adjustment.h Include stdint.h for int64_t type 2014-06-07 13:49:12 +10:00
keyboard.h add Gtkmm2ext::Keyboard::reset_bindings() 2014-07-10 11:04:04 -04:00
motionfeedback.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
paths_dialog.h ardour now requires export visibility macros for all added classes 2014-03-01 16:17:33 -05:00
persistent_tooltip.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
pixfader.h Fix stuck faders on very fine adjustments. 2014-12-05 15:19:43 -05:00
pixscroller.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
popup.h Merge remote-tracking branch 'remotes/origin/exportvis' into windows+cc 2013-10-18 10:03:22 +01:00
prolooks-helpers.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
prompter.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
rgb_macros.h Remove unused variables. 2011-12-04 16:59:19 +00:00
scroomer.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
selector.h Remove dead code. 2014-11-25 02:11:44 -05:00
slider_controller.h implement spin-button internal<>interface bridge 2014-11-01 18:24:31 +01:00
stateful_button.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
sync-menu.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
tearoff.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
textviewer.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
treeutils.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
utils.h add Gtkmm2ext::event_inside_widget_window() 2014-11-02 08:57:47 -05:00
visibility.h remove recently added conflation of mingw64 and msvc with respect to symbol export 2014-03-02 14:59:08 -05:00
visibility_tracker.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
widget_state.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00
window_title.h add export control to libgtkmm2ext 2013-10-17 11:26:01 -04:00