summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Make interpretation of misc->xpad/ypad consistent with GtkLabel. DoOwen Taylor2001-12-273-23/+42
* Remove optimization that was causing problems because we calledOwen Taylor2001-12-271-12/+1
* 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
* gtk/gtkplug.c (gtk_plug_key_press_event): Don't do special handling of keyOwen Taylor2001-12-272-5/+10
* fix a few places where I was confused between modelsort iters and otherKristian Rietveld2001-12-271-6/+0
* ensure we are unprelighted before reorderingKristian Rietveld2001-12-263-111/+158
* Document the fact that gtk_paned_set_handle_size() has been removed.Owen Taylor2001-12-261-1/+0
* Connect gtk_drag_hightlight_expose _after_, so it works with widgets thatOwen Taylor2001-12-261-3/+3
* Assign the allocation to widget->allocation. (Fixes #67290, Chris Phelps.)Owen Taylor2001-12-261-0/+2
* (#67542, reported by Anders Carlsson)Owen Taylor2001-12-262-6/+8
* s/<!>/<!-- -->/ to make the doc valid with both SGML and XML.James Henstridge2001-12-241-2/+2
* 1.3.12, interface, binary age 0.Owen Taylor2001-12-237-39/+89
* Trivial doc adjustment.Matthias Clasen2001-12-201-2/+3
* More precise documentation about underscores and mnemonics. (#66380)Matthias Clasen2001-12-204-15/+18
* Don't call map here.Anders Carlsson2001-12-201-3/+0
* Fix typo (list->data becomes list->next)Padraig O'Briain2001-12-181-1/+1
* Add Unicode control char menu, based on patch from Dov. Bug #63495Havoc Pennington2001-12-175-14/+243
* Fix a typo. Fix a typo.Kjartan Maraas2001-12-162-2/+2
* Fix some warnings.Darin Adler2001-12-153-3/+2
* Fixed first arg type of GtkScale's format_value signal's function pointer.Murray Cumming2001-12-151-1/+1
* free path at the endKristian Rietveld2001-12-131-0/+2
* Markup fixes.Matthias Clasen2001-12-133-35/+33
* do not try to find the clicked node in the tree when tree == NULLKristian Rietveld2001-12-131-1/+2
* Compare event->state with the default mod mask.Anders Carlsson2001-12-131-1/+1
* s/obj/klass/ where appropriatejacob berkman2001-12-1211-11/+11
* Reset the existing slave before removing it to give it a chance to commitOwen Taylor2001-12-121-7/+16
* Typo fixes Typo fix. (#66746)Matthias Clasen2001-12-124-16/+10
* Remove validate_rows_timer in unrealize. Reported by Matthew Wilson.Jonathan Blandford2001-12-121-0/+6
* Remove support for "prepainting" the menu before realizing other than viaOwen Taylor2001-12-121-17/+18
* Support using names/nicks for the gdk_settings values for enum valuedOwen Taylor2001-12-121-1/+8
* keep in sync with insert_page_menu. Code duplication is bad.Jonathan Blandford2001-12-122-1/+9
* Fix check for modifiers.Owen Taylor2001-12-121-1/+2
* check GTK_MENU_ITEM (menu_item)->accel_path first when looking up theJames Henstridge2001-12-121-1/+3
* Small fix to let mnemonics work with notebooks.Jonathan Blandford2001-12-111-0/+4
* Change bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).Jonathan Blandford2001-12-111-20/+12
* Fix wrong ChangeLog entry Fix drawing of top right cornerSoeren Sandmann2001-12-111-1/+1
* stupid bug where I didn't reset the timer.Jonathan Blandford2001-12-111-6/+6
* Close comment.Matthias Clasen2001-12-102-0/+47
* New function to fixup parity. RBTree corruption bug--Jonathan Blandford2001-12-101-56/+53
* Return if edited_column is NULL, also grab focus before removing theAnders Carlsson2001-12-101-2/+6
* check for 0 value on the denominator in the horizontal case just like weGeorge Lebl2001-12-091-4/+5
* Update xsettings name.Anders Carlsson2001-12-092-5/+19
* Add docs.Matthias Clasen2001-12-091-6/+68
* Doc markup fix.Matthias Clasen2001-12-085-82/+90
* Add debug spew to lots of places, so that people with crashy trees canJonathan Blandford2001-12-081-5/+31
* nuke the stamp++, per jrb's requestKristian Rietveld2001-12-081-1/+0
* remove g_return_if_fail.Jonathan Blandford2001-12-081-3/+5
* get logic right, #66249Jonathan Blandford2001-12-084-117/+305
* Close comment.Owen Taylor2001-12-081-1/+1