summaryrefslogtreecommitdiff
path: root/gtk/gtkoptionmenu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtk/gtkoptionmenu.c make option menus work when some of the menuitems areGMT 1998 Austin Donnelly1998-11-011-1/+3
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-3/+36
* totaly binary incomnpatible change:Tim Janik1998-07-071-9/+9
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* boy! did i really modify that many files?Tim Janik1998-06-161-2/+14
* Removed code for drawing the child in two places at once. Unfortunately,Owen Taylor1998-06-131-1/+20
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* TODO updates (major ones ;).Tim Janik1998-02-231-0/+3
* don't add the same menu to different menuitems/ optionmenus.Tim Janik1998-02-031-2/+1
* attach/detach to menu widget viaTim Janik1998-02-031-18/+30
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-14/+18
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2