| Commit message (Expand) | Author | Age | Files | Lines |
* | Close comment. | Matthias Clasen | 2001-12-10 | 2 | -0/+47 |
* | New function to fixup parity. RBTree corruption bug-- | Jonathan Blandford | 2001-12-10 | 1 | -56/+53 |
* | Return if edited_column is NULL, also grab focus before removing the | Anders Carlsson | 2001-12-10 | 1 | -2/+6 |
* | check for 0 value on the denominator in the horizontal case just like we | George Lebl | 2001-12-09 | 1 | -4/+5 |
* | Update xsettings name. | Anders Carlsson | 2001-12-09 | 2 | -5/+19 |
* | Add docs. | Matthias Clasen | 2001-12-09 | 1 | -6/+68 |
* | Doc markup fix. | Matthias Clasen | 2001-12-08 | 5 | -82/+90 |
* | Add debug spew to lots of places, so that people with crashy trees can | Jonathan Blandford | 2001-12-08 | 1 | -5/+31 |
* | nuke the stamp++, per jrb's request | Kristian Rietveld | 2001-12-08 | 1 | -1/+0 |
* | remove g_return_if_fail. | Jonathan Blandford | 2001-12-08 | 1 | -3/+5 |
* | get logic right, #66249 | Jonathan Blandford | 2001-12-08 | 4 | -117/+305 |
* | Close comment. | Owen Taylor | 2001-12-08 | 1 | -1/+1 |
* | Typo fixes. | Matthias Clasen | 2001-12-07 | 4 | -3/+92 |
* | each source generation rule needs to use its own temporary file, to avoid | Tim Janik | 2001-12-07 | 1 | -9/+9 |
* | Fix errors in computing the size of the second child. | Owen Taylor | 2001-12-07 | 2 | -2/+2 |
* | Make button 1 clicks on the trough do pages, button 3 steps. (Patch from | Owen Taylor | 2001-12-06 | 1 | -2/+2 |
* | Forgotten file. | Matthias Clasen | 2001-12-06 | 1 | -0/+7 |
* | Fix docs. (#66383) | Matthias Clasen | 2001-12-06 | 6 | -43/+51 |
* | restore the else case of #ifdef __GNUC__ #66225 | Hidetoshi Tajima | 2001-12-05 | 1 | -0/+37 |
* | gtk/gtkmain.c g_module_symbol takes a gpointer *, not just a gpointer. | Manish Singh | 2001-12-05 | 3 | -6/+6 |
* | close comment. | Sven Neumann | 2001-12-05 | 2 | -1/+2 |
* | remove g_assert_not_reached() that was bogus, since we demand-create the | Havoc Pennington | 2001-12-05 | 10 | -28/+116 |
* | Deprecate. (#65851) | Matthias Clasen | 2001-12-05 | 2 | -111/+177 |
* | Minor fix. | Jonathan Blandford | 2001-12-04 | 7 | -564/+695 |
* | add a warning for "invisible" property, #65999 | Havoc Pennington | 2001-12-04 | 1 | -0/+1 |
* | fixed docs | Matt Wilson | 2001-12-04 | 1 | -3/+3 |
* | Simplify, make more efficient and fix memory leak when turning quark into | Owen Taylor | 2001-12-04 | 1 | -5/+2 |
* | Ref and sink priv->tooltips in init() and unref priv->tooltips in destroy | Owen Taylor | 2001-12-04 | 1 | -11/+5 |
* | Revert my last mistaken change - toggle-size-request doesn't take a | Owen Taylor | 2001-12-04 | 1 | -2/+2 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 22 | -497/+620 |
* | remove VOID:BOXED,POINTER and NONE:POINTER. and now everyone else has to | Jonathan Blandford | 2001-12-04 | 1 | -2/+0 |
* | Return FALSE from expose handlers. | Alex Larsson | 2001-12-03 | 9 | -13/+17 |
* | if we use pointers, we should free the previous pointer first (if it | Kristian Rietveld | 2001-12-03 | 4 | -12/+16 |
* | Fix some bugs with size requisition. (From Bill Haneman) Draw headers and | Owen Taylor | 2001-12-03 | 1 | -84/+25 |
* | Hmm, setter functions normally assign the new value to the object field. | Havoc Pennington | 2001-12-03 | 1 | -0/+4 |
* | set the signal id to 0 after we disconnect from it | jacob berkman | 2001-11-30 | 1 | -0/+1 |
* | Sanitize move/resize code, removing various bad, non-functional hacks. | Owen Taylor | 2001-11-30 | 1 | -4/+2 |
* | add checks for empty menu items to behave like insensitive items (#59456) | Kristian Rietveld | 2001-11-29 | 4 | -21/+63 |
* | assertion here that we were at the end iterator was not correct; change | Havoc Pennington | 2001-11-29 | 1 | -3/+6 |
* | Remove improper use of g_locale_to_utf8() to convert from latin-1, and do | Owen Taylor | 2001-11-29 | 1 | -8/+1 |
* | Rename 'id' parameter to avoid problems with Objective C. | Owen Taylor | 2001-11-28 | 2 | -4/+4 |
* | Typo fixes. (#65607) | Matthias Clasen | 2001-11-28 | 3 | -6/+14 |
* | Move accounting of menu->tearoff_scrollbar width to here and make sure we | Owen Taylor | 2001-11-28 | 2 | -25/+19 |
* | put the warning explaining the validation error in front of the | Havoc Pennington | 2001-11-28 | 2 | -2/+2 |
* | Add markup to docs. | Matthias Clasen | 2001-11-28 | 1 | -3/+4 |
* | Notify on the ::active property _here_, not in | Owen Taylor | 2001-11-28 | 1 | -4/+3 |
* | add 2 properties (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED) | Jonathan Blandford | 2001-11-27 | 1 | -0/+18 |
* | Calculate size based on the _child_ of the menu item, not the menuitem. | Owen Taylor | 2001-11-26 | 2 | -4/+10 |
* | free font_desc when finished (#65266) | Kristian Rietveld | 2001-11-25 | 2 | -0/+19 |
* | don't deactivate menu when menu_item isn't sensitive (#61389) | Kristian Rietveld | 2001-11-24 | 1 | -0/+2 |