| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove assorted G_OBJECT casts where unnecessary. | Sebastian Wilhelmi | 2001-12-13 | 1 | -0/+7 |
* | free path at the end | Kristian Rietveld | 2001-12-13 | 1 | -0/+5 |
* | Markup fixes. | Matthias Clasen | 2001-12-13 | 1 | -0/+4 |
* | do not try to find the clicked node in the tree when tree == NULL | Kristian Rietveld | 2001-12-13 | 1 | -0/+5 |
* | Compare event->state with the default mod mask. | Anders Carlsson | 2001-12-13 | 1 | -0/+5 |
* | s/obj/klass/ where appropriate | jacob berkman | 2001-12-12 | 1 | -0/+4 |
* | Reset the existing slave before removing it to give it a chance to commit | Owen Taylor | 2001-12-12 | 1 | -0/+7 |
* | Typo fixes Typo fix. (#66746) | Matthias Clasen | 2001-12-12 | 1 | -0/+10 |
* | Remove validate_rows_timer in unrealize. Reported by Matthew Wilson. | Jonathan Blandford | 2001-12-12 | 1 | -0/+5 |
* | Remove support for "prepainting" the menu before realizing other than via | Owen Taylor | 2001-12-12 | 1 | -0/+11 |
* | Support using names/nicks for the gdk_settings values for enum valued | Owen Taylor | 2001-12-12 | 1 | -0/+6 |
* | keep in sync with insert_page_menu. Code duplication is bad. | Jonathan Blandford | 2001-12-12 | 1 | -0/+8 |
* | Fix check for modifiers. | Owen Taylor | 2001-12-12 | 1 | -0/+5 |
* | check GTK_MENU_ITEM (menu_item)->accel_path first when looking up the | James Henstridge | 2001-12-12 | 1 | -0/+5 |
* | Only draw for events on the bin window. | Owen Taylor | 2001-12-12 | 1 | -0/+5 |
* | Small fix to let mnemonics work with notebooks. | Jonathan Blandford | 2001-12-11 | 1 | -0/+5 |
* | Change bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view). | Jonathan Blandford | 2001-12-11 | 1 | -0/+6 |
* | added new keyboard shortcut 'a' which adds alpha to the pixbuf; re-load | Michael Natterer | 2001-12-11 | 1 | -0/+6 |
* | Fix wrong ChangeLog entry Fix drawing of top right corner | Soeren Sandmann | 2001-12-11 | 1 | -3/+4 |
* | *** empty log message *** | Søren Sandmann Pedersen | 2001-12-11 | 1 | -0/+5 |
* | remove <<<<<<< | Jonathan Blandford | 2001-12-11 | 1 | -1/+0 |
* | do not grab things if the nograb debug flag is set | jacob berkman | 2001-12-11 | 1 | -0/+11 |
* | stupid bug where I didn't reset the timer. | Jonathan Blandford | 2001-12-11 | 1 | -0/+5 |
* | Close comment. | Matthias Clasen | 2001-12-10 | 1 | -0/+8 |
* | New function to fixup parity. RBTree corruption bug-- | Jonathan Blandford | 2001-12-10 | 1 | -0/+5 |
* | Return if edited_column is NULL, also grab focus before removing the | Anders Carlsson | 2001-12-10 | 1 | -0/+6 |
* | check for 0 value on the denominator in the horizontal case just like we | George Lebl | 2001-12-09 | 1 | -0/+7 |
* | Update xsettings name. | Anders Carlsson | 2001-12-09 | 1 | -0/+11 |
* | 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 |