summaryrefslogtreecommitdiff
path: root/gtk/gtkmenu.c
Commit message (Expand)AuthorAgeFilesLines
* Add some docs for GTK_NEED_REQUEST GTK_NEED_ALLOCATION.Owen Taylor2002-02-181-8/+30
* Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14Owen Taylor2002-02-181-1/+1
* fix figuring accel path and changing behaviour.Tim Janik2002-02-131-6/+3
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+0
* Fix leak of GdkEvent (#70519)Padraig O'Briain2002-02-041-0/+2
* Non-exported _gtk_menu_select_first() function that selects the first itemOwen Taylor2002-02-031-1/+1
* Fix some bugs in the determination of xgrab_shell.Owen Taylor2002-02-031-1/+1
* Add a GtkSetting (gtk-entry-select-on-focus) controlling whether theOwen Taylor2002-02-021-9/+27
* To get around the fact that we may have a owner_events = FALSE grab inOwen Taylor2002-02-021-40/+143
* Remove the "select first item if popped up from keypress" hack -- wasOwen Taylor2002-02-021-16/+0
* Documentation additions.Matthias Clasen2002-01-141-3/+4
* Call gdk_window_get_pointer() on menu->bin_window not menu->window, so weOwen Taylor2001-12-271-1/+1
* Allow unsetting the title by setting to NULL. Move docs inline. Update theOwen Taylor2001-12-271-23/+51
* Remove support for "prepainting" the menu before realizing other than viaOwen Taylor2001-12-121-17/+18
* check GTK_MENU_ITEM (menu_item)->accel_path first when looking up theJames Henstridge2001-12-121-1/+3
* add checks for empty menu items to behave like insensitive items (#59456)Kristian Rietveld2001-11-291-1/+2
* Move accounting of menu->tearoff_scrollbar width to here and make sure weOwen Taylor2001-11-281-23/+18
* applied patch from owen to get rid of accel map notifiers. changed thingsTim Janik2001-11-201-5/+8
* added gtkaccelmap.sgml. other updates.Tim Janik2001-11-131-57/+145
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-1/+1
* weight value should be an intKristian Rietveld2001-09-221-5/+17
* Break compatibility and make gtk_image_new() take no arguments. TheOwen Taylor2001-08-251-0/+70
* Deprecate gtk_menu_bar_append/prepend/insert, forgot to do this when weOwen Taylor2001-08-231-5/+5
* commiting patch after comments from Alex on IRCJames Henstridge2001-07-251-1/+1
* Enforce the widget/child realization/mapping invariants.Owen Taylor2001-07-191-2/+3
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-24/+0
* Fix idles and timeouts to be properly surrounded byOwen Taylor2001-07-181-0/+8
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-5/+5
* Allow %NULL for style to mean "revert to default style"Owen Taylor2001-06-301-1/+1
* Clip the retrieved image data to the screen, using a server grab to avoidHavoc Pennington2001-06-291-0/+20
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+34
* fix warningHavoc Pennington2001-04-281-3/+39
* Add missing NULL on valist.Owen Taylor2001-03-291-4/+19
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-34/+2
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-20/+1
* marshaller fixes.Tim Janik2001-03-071-13/+15
* Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.Alexander Larsson2001-03-051-0/+2
* Patch from ChiDeok Hwang to move call to sync_selection() up a few linesOwen Taylor2001-03-021-8/+2
* small (not only) portability fixesHans Breuer2001-02-251-0/+1
* default initialize the generated ENTER_NOTIFY event with 0, otherwise notTim Janik2001-02-171-6/+7
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-2/+8
* Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().Owen Taylor2001-02-021-0/+26
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-34/+0
* Add note about GtkMenuPositionFunc API changes.Alexander Larsson2000-11-081-101/+874
* in gtk_menu_set_submenu_navigation_region do stop_navigating_submenu, toGeorge Lebl2000-09-081-4/+3
* Apply patch from Nils Barth and David Santiago to improve submenuOwen Taylor2000-09-021-32/+292
* 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
* Spelling/grammar fixes in comments.Nils Barth2000-05-211-1/+1
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-21/+23