]> Pileus Git - ~andy/gtk/history - gtk/gtkmenuitem.c
Move destroy signal to GtkWidget
[~andy/gtk] / gtk / gtkmenuitem.c
2010-09-27 Javier JardónMove destroy signal to GtkWidget
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin Ottemenuitem: Remove is_drawable() check
2010-09-26 Benjamin Ottemenuitem: Port to draw vfunc
2010-09-26 Benjamin Ottemenuitem: Move paint function into expose function
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-13 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-09 Matthias Clasen Remove GtkItem
2010-08-29 Matthias ClasenMove deprectated menu enumerations to a private header
2010-08-22 Javier Jardóngtk/gtkmenuitem.c: use accessor functions to access...
2010-08-21 Tristan Van BerkomFixed GtkMenuItem to not access the menu->requisition...
2010-08-19 Tristan Van BerkomImplemented height-for-width geometry management for...
2010-07-22 Javier JardónCheck if childs actually exists before using it
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse GtkBin accessors
2010-07-13 Javier JardónUse accessor functions to acces GtkContainer
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Christian DywanRemove deprecated GtkMenuItem function
2010-04-04 Jan Arne PetersenFix notify::label emmision in GtkMenuItem
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Matthias ClasenOnly show the mnemonic underline when pressing Alt
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-03-15 Jan Arne PetersenFix notify::label emmision in GtkMenuItem
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-02-19 Johan Dahlin[annotations] Add allow-none
2009-12-20 Matthias ClasenOnly show the mnemonic underline when pressing Alt
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-07-01 Alexander LarssonMerge branch 'client-side-windows'
2009-06-22 Tristan Van BerkomAccelerators failed for submenus (GNOME bug 582025)
2009-02-22 Matthias ClasenRename gtk_activatable_reset to gtk_activatable_sync_ac...
2009-01-23 Matthias Claseni Bug 560228 – Add "action-controller" property...
2008-11-13 Christian DywanBug 560602 – Wrong GtkMenuItem default value (test...
2008-11-06 Tristan Van BerkomMade buildable and added support for adding children...
2008-11-06 Tristan Van Berkomadded new apis gtk_menu_item_[set/get]_label() and
2008-09-03 Michael Natterergtk/gtkmenu.c remove unused macro cruft. Also remove...
2008-08-18 Björn LindqvistBug 541315 – Segfault when selecting a GtkMenuItem...
2008-08-13 Michael Nattererget rid of the deprecated aliases NONE and BOOL.
2008-08-12 Michael Natterergtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist...
2008-08-12 Michael Nattererconsistently chain up using GTK_FOO_CLASS(parent_class...
2008-08-11 Sven Neumanngtk/gtkmenu.c gtk/gtkmenuitem.c gtk/gtkmenushell.c...
2008-07-03 Matthias ClasenFall back to the default positioning when the menuitem...
2008-07-02 Michael NattererBug 537591 – Don't hardcode minimum width of menuitems
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-20 Hans Breuermust return a value of the appropriate type with g_retu...
2008-06-20 Johan DahlinAdd missing Since: gtk-doc markup for newly added GSEAL...
2008-06-20 Tim JanikFix documentaion of gtk_menu_item_get_accel_path
2008-06-20 Tim JanikSeal GtkMenuItem
2008-06-19 Johan Dahlinremove an unused variable and cast accel_path to gchar...
2008-06-07 Christian PerschBug 535608 – do not string-copy accel paths in the...
2008-05-25 Matthias Clasen Bug 501730 – use GSlice for small allocs
2008-02-06 Michael Natterergtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c...
2007-11-30 Matthias ClasenRemove debug spew
2007-11-21 Behdad EsfahbodMake GtkMenuItem's arrow size themeable. (#469239,...
2007-06-13 Michael Nattereradd "submenu" property. Fix gtk_menu_item_set_submenu...
2007-06-01 Michael Nattererdon't switch submenu opening direction for overlapping...
2007-04-27 Michael NattererMerged heavily modified patch from maemo-gtk which...
2007-01-29 Michael Nattererqueue a draw on the parent_menu_item of this menu item...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-06-09 Benjamin BergTake GtkMenu::horizontal-padding into account when...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-25 Søren SandmannCreate 'composited' label.
2006-03-03 Michael NattererApplied modified patch from maemo-gtk which makes separ...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-03-31 Michael NattererAllow to pop up menus without grabbing the keyboard...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenMore canonical property names.
2005-02-11 Matthias ClasenSupport vertical menubars (#166632):
2004-12-28 Matthias ClasenInherit submenu direction from the parent menu.
2004-12-15 Matthias ClasenUse _gtk_menu_item_popup_submenu() to make keynav into...
2004-12-13 Matthias ClasenReintroduce the reverted change, since it is necessary...
2004-12-13 Matthias ClasenRevert a change which prevented torn-off menus from...
2004-11-30 Matthias ClasenDon't do the popup-on-click handling for menubars....
2004-11-24 Matthias ClasenOpen submenus on click. (#128968, Martin Jeppesen)
2004-11-22 Matthias ClasenMake the size of the arrow depend only on the font...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-05-27 Matthias ClasenTypo fix.
2004-05-07 Matthias ClasenMerge from 2.4:
next