summaryrefslogtreecommitdiff
path: root/gtk/gtkoptionmenu.c
Commit message (Expand)AuthorAgeFilesLines
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-5/+6
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-2/+2
* Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-03-011-2/+2
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-4/+4
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.cSven Neumann2008-08-111-2/+2
* gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.cMichael Natterer2008-08-071-2/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gtk/gtkfilesel.c gtk/gtkinputdialog.c gtk/gtkmenutoolbutton.cMichael Natterer2008-06-171-5/+6
* cast menu's toplevel to GtkWindow when passing toMichael Natterer2008-06-171-1/+1
* Bug 536765 – GtkComboBox should set COMBO type hint for its menuMatthias Clasen2008-06-111-0/+4
* gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.cMichael Natterer2008-05-191-2/+1
* gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.cMichael Natterer2008-02-071-5/+1
* gtk/gtkstyle.c (option_menu_get_props) use gtk_requisition_free() insteadManish Singh2007-09-211-1/+1
* gtk/gtkstyle.c (option_menu_get_props) Use gtk_border_free when freeingMichael Natterer2007-01-031-1/+1
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+0
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-6/+6
* More of the sameMatthias Clasen2006-05-141-2/+2
* Boilerplate reductionMatthias Clasen2006-05-021-35/+3
* Documentation updatesMatthias Clasen2005-12-201-1/+1
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-3/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+5
* More canonical property names.Matthias Clasen2005-03-091-2/+2
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix #136614 in a better way:Matthias Clasen2004-03-101-6/+0
* Avoid centering the label that is reparented from the menuitem. (#136614,Matthias Clasen2004-03-091-1/+7
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Add deprecation notes pointing people to GtkComboBox.Matthias Clasen2004-02-151-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-6/+6
* New function to emit the "cancel" signal on a menu shell.Matthias Clasen2003-12-211-1/+1
* Deprecate. Ditto.Kristian Rietveld2003-10-101-1/+3
* Set state of labels back to normal before reparenting back. (#102387)Matthias Clasen2003-03-291-0/+1
* account for RTL code.Jonathan Blandford2003-02-261-0/+4
* Data constness fixes. (#75754)Matthias Clasen2002-12-101-1/+1
* Fix drawing of RTL optionmenus by flipping the indicator_spacing.Matthias Clasen2002-11-081-1/+1
* Automatic RTL flipping for some more widgets.Matthias Clasen2002-11-021-4/+18
* Deprecation cleanupManish Singh2002-10-091-39/+45
* activate the menu item so old apps work properlyjacob berkman2002-07-101-0/+1
* Remove the result file on error. (#79929, David Highley)Owen Taylor2002-05-141-1/+6
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-1/+1
* Fix calculation error in the (shouldn't happen) case whereOwen Taylor2002-01-171-1/+1
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-33/+40
* Calculate size based on the _child_ of the menu item, not the menuitem.Owen Taylor2001-11-261-3/+8
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-151-16/+15