]> Pileus Git - ~andy/gtk/history - gtk/gtkswitch.c
Add GtkBubbleWindow
[~andy/gtk] / gtk / gtkswitch.c
2013-02-07 Alexander LarssonAdd gtk_widget_(un)register_window
2012-12-06 Benjamin Otteswitch: Remove hack to change text size
2012-08-20 Ryan Lortieport GtkSwitch to GtkActionHelper
2012-04-17 Benjamin Ottecss: Remove old animation code
2012-04-17 Benjamin Otteswitch: Set ACTIVE state flag with is_active property
2012-02-27 Javier JardónChange FSF Address
2012-01-11 Ryan LortieRename gtk_application_window_get_observer
2012-01-11 Matthias ClasenGtkSwitch: Implement GtkActionable
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-24 Matthias ClasenGtkSwitch: Return FALSE from the button press handler
2011-08-10 Matthias ClasenMake focus rectangles optional
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-14 Matthias ClasenDrop unneeded includes
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-05 Matthias ClasenMove GtkSwitchAccessible to a11y/
2011-07-05 Matthias ClasenInitial conversion of GailWidget to GtkWidgetAccessible
2011-07-05 Matthias ClasenRemove debug spew
2011-07-05 Matthias ClasenFix GtkSwitchAccessible type definition
2011-06-17 Matthias ClasenRemove unnecessary includes
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-23 Cosimo Cecchiswitch: hardcode a smaller font size for the switch...
2011-03-18 Cosimo Cecchiswitch: fix boundaries for the switch motion
2011-03-10 Alexander LarssonMerge branch 'gtk-3-0' into broadway
2011-03-03 Cosimo CecchiCleanup unused variables
2011-03-03 Cosimo Cecchiswitch: remove slider padding from available allocation...
2011-03-03 Cosimo Cecchiswitch: fetch the padding values from the slider
2011-03-03 Cosimo Cecchiswitch: propagate the active state to the slider
2011-02-25 Matthias ClasenGtkSwitch: use regular activation
2011-02-18 Matthias ClasenGtkSwitch: Add an AtkAction implementation
2011-02-18 Matthias ClasenGtkSwitch: Use ATK_DEFINE_TYPE properly
2011-02-17 Matthias ClasenUse _gtk_accessible_set_factory_type in GtkSwitch
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-15 Chun-wei FanMerge ssh://git.gnome.org/git/gtk+
2011-01-12 Thomas Woodswitch: allow the user to toggle the switch by clicking...
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2011-01-04 Carlos GarnachoGtkSwitch: remove deprecated call.
2010-12-28 Carlos GarnachoMake GtkSwitch use GtkStyleContext
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-02 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-30 Emmanuele Bassiswitch: Fix the attribution line
2010-11-30 Cosimo CecchiMerge branch 'master' into open-with-dialog
2010-11-29 Matthias ClasenForgotten changes
2010-11-29 Javier JardónGtkSwitch: Add missing "Since: 3.0" tags
2010-11-29 Emmanuele Bassiswitch: Use ATK macros to reduce the amount of code
2010-11-29 Emmanuele Bassiswitch: Use the right value for comparison
2010-11-29 Emmanuele Bassiswitch: Add accessibility implementation
2010-11-29 Emmanuele BassiAdd GtkSwitch, a "light-switch" like widget