| Commit message (Expand) | Author | Age | Files | Lines |
* | Add docs. | Matthias Clasen | 2001-12-09 | 1 | -0/+4 |
* | Doc markup fix. | Matthias Clasen | 2001-12-08 | 1 | -0/+13 |
* | Fallback to setting the prgname to "<unknown>" if someone doesn't pass in | Christopher Blizzard | 2001-12-08 | 1 | -0/+6 |
* | Add debug spew to lots of places, so that people with crashy trees can | Jonathan Blandford | 2001-12-08 | 1 | -2/+8 |
* | nuke the stamp++, per jrb's request | Kristian Rietveld | 2001-12-08 | 1 | -0/+5 |
* | Don't return TRUE since then the default GtkLayout expose handler won't be | Anders Carlsson | 2001-12-08 | 1 | -0/+5 |
* | remove g_return_if_fail. | Jonathan Blandford | 2001-12-08 | 1 | -0/+9 |
* | get logic right, #66249 | Jonathan Blandford | 2001-12-08 | 1 | -0/+12 |
* | Close comment. | Owen Taylor | 2001-12-08 | 1 | -0/+5 |
* | Typo fixes. | Matthias Clasen | 2001-12-07 | 1 | -0/+8 |
* | Display the XIM status callbacks with a popup window. (Patch from | Owen Taylor | 2001-12-07 | 1 | -0/+6 |
* | each source generation rule needs to use its own temporary file, to avoid | Tim Janik | 2001-12-07 | 1 | -0/+6 |
* | fix up my list of "cursors that are actually useful" in gdk_cursor_new() | Havoc Pennington | 2001-12-07 | 1 | -0/+5 |
* | Fix errors in computing the size of the second child. | Owen Taylor | 2001-12-07 | 1 | -0/+5 |
* | Make button 1 clicks on the trough do pages, button 3 steps. (Patch from | Owen Taylor | 2001-12-06 | 1 | -0/+6 |
* | Fix docs. (#66383) | Matthias Clasen | 2001-12-06 | 1 | -0/+21 |
* | uhmm, I obviously forgot to commit my ChangeLog entry yesterday... | Sven Neumann | 2001-12-05 | 1 | -0/+6 |
* | restore the else case of #ifdef __GNUC__ #66225 | Hidetoshi Tajima | 2001-12-05 | 1 | -0/+5 |
* | gtk/gtkmain.c g_module_symbol takes a gpointer *, not just a gpointer. | Manish Singh | 2001-12-05 | 1 | -0/+11 |
* | remove g_assert_not_reached() that was bogus, since we demand-create the | Havoc Pennington | 2001-12-05 | 1 | -1/+42 |
* | Deprecate. (#65851) | Matthias Clasen | 2001-12-05 | 1 | -0/+8 |
* | remove gtk_tree_view_column_cell_event, #62084. | Jonathan Blandford | 2001-12-04 | 1 | -0/+5 |
* | Minor fix. | Jonathan Blandford | 2001-12-04 | 1 | -0/+14 |
* | add a warning for "invisible" property, #65999 | Havoc Pennington | 2001-12-04 | 1 | -0/+5 |
* | fixed docs | Matt Wilson | 2001-12-04 | 1 | -0/+4 |
* | Simplify, make more efficient and fix memory leak when turning quark into | Owen Taylor | 2001-12-04 | 1 | -1/+6 |
* | Ref and sink priv->tooltips in init() and unref priv->tooltips in destroy | Owen Taylor | 2001-12-04 | 1 | -0/+17 |
* | Revert my last mistaken change - toggle-size-request doesn't take a | Owen Taylor | 2001-12-04 | 1 | -0/+8 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -0/+48 |
* | remove VOID:BOXED,POINTER and NONE:POINTER. and now everyone else has to | Jonathan Blandford | 2001-12-04 | 1 | -0/+5 |
* | Return FALSE from expose handlers. | Alex Larsson | 2001-12-03 | 1 | -0/+13 |
* | if we use pointers, we should free the previous pointer first (if it | Kristian Rietveld | 2001-12-03 | 1 | -0/+20 |
* | Fix some bugs with size requisition. (From Bill Haneman) Draw headers and | Owen Taylor | 2001-12-03 | 1 | -0/+11 |
* | Hmm, setter functions normally assign the new value to the object field. | Havoc Pennington | 2001-12-03 | 1 | -0/+6 |
* | set the signal id to 0 after we disconnect from it | jacob berkman | 2001-11-30 | 1 | -0/+5 |
* | Deprecate. | Matthias Clasen | 2001-11-30 | 1 | -0/+13 |
* | Sanitize move/resize code, removing various bad, non-functional hacks. | Owen Taylor | 2001-11-30 | 1 | -1/+6 |
* | Patch from Hidetoshi Tajima to fix bad match error when target drawable is | Owen Taylor | 2001-11-30 | 1 | -0/+9 |
* | Typo fix.GTK_MULTIHEAD_MERGEPOINT_30_11_01 | Matthias Clasen | 2001-11-29 | 1 | -0/+4 |
* | add checks for empty menu items to behave like insensitive items (#59456) | Kristian Rietveld | 2001-11-29 | 1 | -0/+22 |
* | assertion here that we were at the end iterator was not correct; change | Havoc Pennington | 2001-11-29 | 1 | -0/+6 |
* | Remove improper use of g_locale_to_utf8() to convert from latin-1, and do | Owen Taylor | 2001-11-29 | 1 | -0/+7 |
* | Convert atoms to and from atoms for properties of type XA_ATOM. (#65555, | Owen Taylor | 2001-11-29 | 1 | -0/+6 |
* | Rename 'id' parameter to avoid problems with Objective C. | Owen Taylor | 2001-11-28 | 1 | -0/+5 |
* | Typo fixes. (#65607) | Matthias Clasen | 2001-11-28 | 1 | -0/+9 |
* | Move accounting of menu->tearoff_scrollbar width to here and make sure we | Owen Taylor | 2001-11-28 | 1 | -0/+16 |
* | fix typo | Kristian Rietveld | 2001-11-28 | 1 | -0/+7 |
* | put the warning explaining the validation error in front of the | Havoc Pennington | 2001-11-28 | 1 | -0/+11 |
* | Remove reference to gdkcursors.h. | Owen Taylor | 2001-11-28 | 1 | -0/+5 |
* | Add markup to docs. | Matthias Clasen | 2001-11-28 | 1 | -0/+2 |