summaryrefslogtreecommitdiff
path: root/gtk/gtkoptionmenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a "menu" property and notify on it. (#62798, Padraig O'Briain)Owen Taylor2001-10-311-1/+71
* add a mnemonic_activate function to option menu.Jonathan Blandford2001-10-161-0/+11
* Handle scroll wheel events.Alexander Larsson2001-09-171-0/+49
* const correct string parameter.Tim Janik2001-08-171-6/+6
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-18/+0
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-5/+5
* fixes to compile with G_DISABLE_COMPATHavoc Pennington2001-06-291-7/+7
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-0/+1
* Account for the fact that the border width is _outside_ the window. (FixesOwen Taylor2001-05-311-16/+12
* New default theme! A slighly improved version of the 2.0 Raleigh theme,Owen Taylor2001-05-011-2/+2
* Add an extra parameter use_text to gtk_paint_label() to deal withOwen Taylor2001-04-301-16/+47
* fix warningHavoc Pennington2001-04-281-0/+3
* Reference param spec when caching property values, since we unref it laterOwen Taylor2001-04-021-8/+7
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-21/+71
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-11/+4
* added accumulator data argument to g_signal_newc() functions.Tim Janik2001-03-081-1/+1
* marshaller fixes.Tim Janik2001-03-071-1/+1
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-0/+9
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-10/+75