summaryrefslogtreecommitdiff
path: root/gtk/gtkoptionmenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adapt to uscore-ification of gtktextiterprivateHavoc Pennington2001-01-041-6/+30
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-25/+1
* Add note about GtkMenuPositionFunc API changes.Alexander Larsson2000-11-081-31/+17
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Call gtk_widget_size_request() on reparented child, if one. Otherwise,Owen Taylor2000-07-021-2/+20
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-4/+4
* Merges from gtk-1-2Owen Taylor2000-03-141-4/+12
* Add patch from Jonathan Blandford and Anders Carlsson to change the PanedOwen Taylor2000-02-171-4/+9
* New function, long needed.Owen Taylor1999-12-031-0/+15
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Fixed some bugs with set_default_size.Owen Taylor1999-02-101-4/+6
* Fixed problem with uints resulting in huge child allocations.Owen Taylor1999-02-011-5/+5
* set RECEIVES_DEFAULT on init, and a button press on the widget doesn'tGeorge Lebl1999-01-251-1/+1
* Return TRUE for button press events we handle. (Allows option menus inOwen Taylor1998-12-221-1/+2
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode.Tim Janik1998-11-231-4/+0
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-34/+40