summaryrefslogtreecommitdiff
path: root/gtk/gtkmenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-3/+4
* Fix child allocations to be relative to widget position and some drawingOwen Taylor2001-11-161-1/+1
* Make Menu items NO_WINDOW widgets.Owen Taylor2001-11-161-23/+102
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-15/+123
* Add missing cast.Owen Taylor2001-09-191-1/+1
* Set current serial so that we don't eternally update the keymap after weOwen Taylor2001-09-031-1/+1
* Use autoconf 2.13/2.50 compat macro.Owen Taylor2001-08-271-3/+40
* Remove unused and useless function gtk_menu_item_configure(). (#58925)Owen Taylor2001-08-251-12/+0
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-24/+0
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-3/+5
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+17
* Use new mnemonic convenience functionsHavoc Pennington2001-06-051-0/+29
* got rid of gtk_widget_popup(), a function that bad needs to be nuked, notTim Janik2001-04-011-3/+3
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-0/+23
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-4/+4
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-13/+1
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-8/+8
* doh, this was broken beyond believe.Tim Janik2000-12-131-23/+22
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-28/+0
* Add note about GtkMenuPositionFunc API changes.Alexander Larsson2000-11-081-11/+80
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-2/+2
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-4/+4
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-12/+12
* Fix problem with installation directory for gdkx.hOwen Taylor2000-04-071-15/+11
* Adapt cast macros to standard.Raja R Harinath1999-11-221-23/+21
* 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-3/+5
* gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.cOwen Taylor1999-01-141-2/+2
* only pass key events to the focus widget if it is sensitive.Tim Janik1999-01-111-18/+19
* free the event that was returned to us by gtk_get_current_eventGeorge Lebl1999-01-061-0/+2
* Move main thread lock back to GDK - we need it there for locking whenOwen Taylor1998-12-161-3/+2
* version bump to 1.1.8, binary age 0, interface age 0, depend on GLibTim Janik1998-12-161-2/+2
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-0/+5
* fixed submenu popup timeouts, we decide whether or not to delay theTim Janik1998-12-141-8/+25
* made GtkMenuItem::activate a GTK_RUN_ACTION signal.Tim Janik1998-12-131-1/+10
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* changed scrolled window inheritance, it inherits from GtkBin now.Tim Janik1998-11-281-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-14/+20
* GTK_MENU_DIR_CHILD: check for the existance ofTim Janik1998-09-031-13/+43
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-121-2/+65
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-1/+1
* 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
* yeppers, accelerator changes to fix the gimp. commit message dedicated toTim Janik1998-06-181-0/+27
* fixed an assertment.Tim Janik1998-06-071-164/+29
* typedef gint gboolean; this is needed to provide portability withTim Janik1998-05-141-0/+1
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* Allow the user to use the popup list like a menu.Owen Taylor1998-04-301-28/+0
* An old allocation error.Owen Taylor1998-04-131-1/+2