messages sent to info/warning/error/fatal should end with endmsg, not endl
[ardour.git] / libs / gtkmm2ext / gtkmm2ext /
2016-07-20 Paul DavisGtkmm2ext::Pane: attempt to track child lifetime, since...
2016-07-18 Paul Davismove show_gdk_event_state() utility function from gtk2_...
2016-06-23 Paul Davismore tweaks to HTML output when printing key bindings
2016-06-21 Paul Davisuse new keyboard modifier names, and replace GDK names...
2016-06-21 Paul Davisprovide some Keyboard:: methods to get access to other...
2016-06-20 Paul Davissome modest improvements in the html rendering of key...
2016-06-13 Paul Davisworking version of pane position mgmt for OS X
2016-06-13 Paul Davisgive WindowProxy its own map/unmap signals so that...
2016-06-07 Paul Davismake it possible to disable VisibilityTracker's use...
2016-06-06 Paul Davisadd a destructor for Gtkmm2ext::Pane that unparents...
2016-05-31 Paul Davisfix pane behaviour when children are hidden/shown
2016-05-31 Paul Davismore sensible API for Pane::set_child_minsize
2016-05-31 Paul Davisprovide a mechanism to avoid allocating too small of...
2016-05-31 Paul Davisvarious work on Pane, including cursors, more styling...
2016-05-31 Paul DavisPane: use style-provided colors, and change colors...
2016-05-31 Paul Davisfix use of widget allocation origin in Gtkm2mext::Pane
2016-05-31 Paul Davisworking but incomplete version of new Pane replacement...
2016-05-31 Paul Davisbasics of printing bindings as HTML
2016-05-31 Paul Davismove new fractional pane utility functions into libs...
2016-05-31 Paul Davismost of the changes required to add a new master faders...
2016-05-24 Robin Gareusfix potential undefined DnD behavior for external drags
2016-05-10 Paul Davistrack geometry via configure events for tabbable own...
2016-05-06 Robin GareusDnDTreeview: allow to handle multiple drag-targets
2016-05-02 Robin Gareususe same tooltip timeout throughout Ardour -- part one
2016-04-27 Paul Davisadd the concept of a "state mask" that determines what...
2016-04-26 Robin Gareusalso hide persistent tooltips
2016-03-18 Robin Gareusfix processor DnD from sidebar.
2016-03-15 Paul Davischange API for CairoWidget::focus_handler
2016-03-11 Robin Gareusand now without debug printf()
2016-03-11 Robin Gareusprepare DnD for copying processor state
2016-03-11 John EmmasMake sure that a newly introduced class will be visible...
2016-03-08 Mathias BuhrAdds a tooltip to the icon
2016-03-08 Mathias BuhrImplements filtering in bindings editor
2016-03-08 Paul Davisfix up indentation in libs/gtkmm2ext/bindings code...
2016-03-05 Mathias BuhrSmall refactoring of keyboard bindings (first part)
2016-02-26 Paul Davisimprove size and positioning of Tabbable's after being...
2016-02-25 Paul Davisremove declaration of non-existent method
2016-02-22 Paul Davisa bunch of stuff to make tab/window switching work...
2016-02-22 Paul Davisprovide Tabbable::change_visibility(), which has slight...
2016-02-22 Paul Davisallow pixbuf_from_string() to return the full size...
2016-02-22 Paul Davisremove tab-related code for tabbed notebook, add toolti...
2016-02-22 Paul Davisremove Bindings::ignored_state and use Keyboard::Releva...
2016-02-22 Paul Davisremove Gtkmm2ext::possibly_translate_mod_to_make_legal_...
2016-02-22 Paul Davisreplicate the remove-all-trailing whitespace commit...
2016-02-22 Paul Davischange suffix of keybinding files to ".keys" to avoid...
2016-02-22 Paul Daviscleanup Bindings/ActionMap API to get all actions for...
2016-02-22 Paul Daviscreate a two-way association between an action map...
2016-02-22 Paul Davismore changes to Bindings, Keyboard APIs
2016-02-22 Paul Davisradically change Keyboard/Binding API design to disconn...
2016-02-22 Paul Davischange/extend/rework Bindings API to allow replacement...
2016-02-22 Paul Davisinitial compilable version of saving key bindings with...
2016-02-22 Paul Davissmall rationalization of naming and code for managing...
2016-02-22 Paul Davisbindings: prevent double registration and double signal...
2016-02-22 Paul Davisremove all action-registering API from Gtkmm2ext::Actio...
2016-02-22 Paul Davischanges to Bindings and Keyboard API to support (mostly...
2016-02-22 Paul Davisextend API for tabbable visibility management
2016-02-22 Paul Davisconvert CairoIcon into a NO_WINDOW widget that just...
2016-02-22 Paul Davisclean up tabbable state maintainance; drop Gtk::Button...
2016-02-22 Paul Davismove ui_scale static member from ARDOUR_UI to GtkUI
2016-02-22 Paul Davishopefully get dynamic tabbable menu state right this...
2016-02-22 Paul Davisprovide a sigc::signal to track display state changes...
2016-02-22 Paul Davischanges to get show/hide/attach/detach working
2016-02-22 Paul Davischange/extend Tabbable API to allow for show/hide/attac...
2016-02-22 Paul Davisuse new CairoIcon to add a tab-close "button" to tabs
2016-02-22 Paul Davisadd new CairoWidget-derived class that does nothing...
2016-02-22 Paul Davisadd tab-closing buttons to tabs.
2016-02-22 Paul Davisadd ::make_visible() to Tabbable class
2016-02-22 Paul Daviswidespread changes to get the new (oldArdour binding...
2016-02-22 Paul Davisadd suggestive tooltips for tabs; remove position argum...
2016-02-22 Paul Davissave/restore tabbable state
2016-02-22 Paul Davisfirst compilable version of tabbable design.
2016-02-22 Paul Daviscompilable version of WindowProxy
2016-02-22 Paul Davisinitial versions of Tabbable object
2016-02-22 Paul Davisfirst version of Gtkmm2ext::WindowProxy
2016-02-22 Paul Davisbetter system for managing kbd focus after cmd-w closin...
2016-02-22 Paul Davismanually revert most of previous commit related to...
2016-02-22 Paul Davisos x: an initial attempt at fixing loss of keyboard...
2016-02-12 Robin GareusAllow partial CairoWidget exposure
2016-02-11 Paul Davisremove all traces of "prolooks" and related classes
2016-02-11 Tim MayberryChange CairoWidget::get_active() to be const
2015-12-30 Robin Gareusallow to set per item drag targets
2015-12-29 Robin Gareusallow to set parent for modal dialog
2015-12-29 Robin Gareusfix window-title (separate application name, thread...
2015-12-28 Robin Gareusmissing drag-end (fix possible crash)
2015-12-28 Robin Gareusallow DnD between DnDTreeView and DnDVbox
2015-12-24 Robin GareusTreeview Drag: allow to use single column as drag-widget
2015-12-22 Robin Gareusextend Drag/Drop mechanism
2015-10-20 Robin Gareusremove cruft
2015-10-20 Robin Gareusremove unused "copy modifier hint"
2015-10-16 Robin GareusAPI to add system-specific file chooser shortcuts
2015-10-15 Robin Gareusprepare better solution of Glib's << operator
2015-10-05 Robin Gareusremove unused API (and ifstream)
2015-10-05 Robin GareusNOOP, remove trailing tabs/whitespace.
2015-10-04 Paul Davisglobally remove all trailing whitespace from ardour...
2015-10-01 Robin Gareusthere's no class called "The" :)
2015-09-17 Ben Loftisassociate label more closely with VST path button....
2015-09-12 Robin Gareusplug some memory leaks in libs
2015-08-11 Robin Gareusadd API to get combobox option count.
2015-07-16 Ben Loftismerge fix
2015-07-13 Robin Gareusimplement scroll-wheel support for ClickBoxes
next