summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo fixes.Matthias Clasen2001-12-074-3/+92
* each source generation rule needs to use its own temporary file, to avoidTim Janik2001-12-071-9/+9
* Fix errors in computing the size of the second child.Owen Taylor2001-12-072-2/+2
* Make button 1 clicks on the trough do pages, button 3 steps. (Patch fromOwen Taylor2001-12-061-2/+2
* Forgotten file.Matthias Clasen2001-12-061-0/+7
* Fix docs. (#66383)Matthias Clasen2001-12-066-43/+51
* restore the else case of #ifdef __GNUC__ #66225Hidetoshi Tajima2001-12-051-0/+37
* gtk/gtkmain.c g_module_symbol takes a gpointer *, not just a gpointer.Manish Singh2001-12-053-6/+6
* close comment.Sven Neumann2001-12-052-1/+2
* remove g_assert_not_reached() that was bogus, since we demand-create theHavoc Pennington2001-12-0510-28/+116
* Deprecate. (#65851)Matthias Clasen2001-12-052-111/+177
* Minor fix.Jonathan Blandford2001-12-047-564/+695
* add a warning for "invisible" property, #65999Havoc Pennington2001-12-041-0/+1
* fixed docsMatt Wilson2001-12-041-3/+3
* Simplify, make more efficient and fix memory leak when turning quark intoOwen Taylor2001-12-041-5/+2
* Ref and sink priv->tooltips in init() and unref priv->tooltips in destroyOwen Taylor2001-12-041-11/+5
* Revert my last mistaken change - toggle-size-request doesn't take aOwen Taylor2001-12-041-2/+2
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-0422-497/+620
* remove VOID:BOXED,POINTER and NONE:POINTER. and now everyone else has toJonathan Blandford2001-12-041-2/+0
* Return FALSE from expose handlers.Alex Larsson2001-12-039-13/+17
* if we use pointers, we should free the previous pointer first (if itKristian Rietveld2001-12-034-12/+16
* Fix some bugs with size requisition. (From Bill Haneman) Draw headers andOwen Taylor2001-12-031-84/+25
* Hmm, setter functions normally assign the new value to the object field.Havoc Pennington2001-12-031-0/+4
* set the signal id to 0 after we disconnect from itjacob berkman2001-11-301-0/+1
* Sanitize move/resize code, removing various bad, non-functional hacks.Owen Taylor2001-11-301-4/+2
* add checks for empty menu items to behave like insensitive items (#59456)Kristian Rietveld2001-11-294-21/+63
* assertion here that we were at the end iterator was not correct; changeHavoc Pennington2001-11-291-3/+6
* Remove improper use of g_locale_to_utf8() to convert from latin-1, and doOwen Taylor2001-11-291-8/+1
* Rename 'id' parameter to avoid problems with Objective C.Owen Taylor2001-11-282-4/+4
* Typo fixes. (#65607)Matthias Clasen2001-11-283-6/+14
* Move accounting of menu->tearoff_scrollbar width to here and make sure weOwen Taylor2001-11-282-25/+19
* put the warning explaining the validation error in front of theHavoc Pennington2001-11-282-2/+2
* Add markup to docs.Matthias Clasen2001-11-281-3/+4
* Notify on the ::active property _here_, not inOwen Taylor2001-11-281-4/+3
* add 2 properties (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)Jonathan Blandford2001-11-271-0/+18
* Calculate size based on the _child_ of the menu item, not the menuitem.Owen Taylor2001-11-262-4/+10
* free font_desc when finished (#65266)Kristian Rietveld2001-11-252-0/+19
* don't deactivate menu when menu_item isn't sensitive (#61389)Kristian Rietveld2001-11-241-0/+2