| Commit message (Expand) | Author | Age | Files | Lines |
* | 2.8.2GTK_2_8_2 | Matthias Clasen | 2005-08-24 | 3 | -2/+12 |
* | Cleanup up the mess I created | Matthias Clasen | 2005-08-24 | 1 | -5/+114 |
* | Make sure font and cursor settings get propagated down to the screen | Matthias Clasen | 2005-08-24 | 1 | -111/+7 |
* | Don't try to send a client message if the screen is NULL. Noticed by | Matthias Clasen | 2005-08-24 | 1 | -1/+1 |
* | 2.8.1GTK_2_8_1 | Matthias Clasen | 2005-08-24 | 1 | -0/+4 |
* | Make it compile | Matthias Clasen | 2005-08-24 | 1 | -1/+1 |
* | Fix #314335 | Matthias Clasen | 2005-08-24 | 1 | -3/+4 |
* | Fix for #314004, reported by Michael Reinsch: | Owen Taylor | 2005-08-24 | 2 | -86/+125 |
* | don't bother inserting new rows in a level with a zero refcount and | Kristian Rietveld | 2005-08-23 | 1 | -0/+6 |
* | Complain when there is no index.theme file in the specified directory, | Matthias Clasen | 2005-08-23 | 1 | -1/+26 |
* | Fix a C99ism. (#314262, Robert Jeff Mitchell) | Matthias Clasen | 2005-08-23 | 1 | -1/+2 |
* | add declaration for _gtk_icon_theme_check_reload. | Manish Singh | 2005-08-22 | 2 | -6/+7 |
* | Implement a clientmessage based scheme for makeing sure that all GTK+ | Matthias Clasen | 2005-08-22 | 2 | -9/+64 |
* | Add a note regarding icon theme changes. | Matthias Clasen | 2005-08-22 | 2 | -1/+25 |
* | One more fix to prevent buffer overruns. (#314081, Hans Breuer) | Matthias Clasen | 2005-08-22 | 1 | -0/+1 |
* | Clarify that the returned layout must not be modified. | Matthias Clasen | 2005-08-21 | 1 | -2/+2 |
* | clear scroll_to_path if the model changes. | Jonathan Blandford | 2005-08-20 | 2 | -11/+78 |
* | Make it compile | Matthias Clasen | 2005-08-20 | 1 | -4/+4 |
* | Don't queue a draw if the layout has not changed. (#313991, Benjamin Berg) | Matthias Clasen | 2005-08-20 | 1 | -6/+42 |
* | Remove duplicate lines. (#313344, Benoit Carpentier) | Matthias Clasen | 2005-08-19 | 1 | -2/+0 |
* | Handle pixbuf being NULL without warnings. Also, don't leak pixbuf | Matthias Clasen | 2005-08-19 | 1 | -3/+9 |
* | Don't access the user data on destroyed windows, since at best it can be a | Matthias Clasen | 2005-08-19 | 1 | -1/+4 |
* | Avoid a buffer overrun. (#313900, Sebastien Bacher) | Matthias Clasen | 2005-08-19 | 1 | -2/+2 |
* | Return FALSE if the tree is empty. (#313891, Guillaume Cottenceau) | Matthias Clasen | 2005-08-19 | 1 | -0/+3 |
* | Store GtkIconData structs in the per-directory hash, even if they come | Matthias Clasen | 2005-08-19 | 1 | -10/+20 |
* | Disconnect signal handlers on destroy, not on finalize. (#313759, Brett | Matthias Clasen | 2005-08-18 | 1 | -9/+33 |
* | Put debugging printout inside GTK_NOTE. | Tor Lillqvist | 2005-08-15 | 1 | -3/+6 |
* | Fix have_base_pc / have_base_x_pc typo. | Owen Taylor | 2005-08-15 | 1 | -4/+0 |
* | When using gtk_dialog_run() for modal dialogs, make sure to inherit the | Matthias Clasen | 2005-08-15 | 3 | -5/+15 |
* | Handle paths of depth 0 gracefully. (#312796, Jonathan Blandford) | Matthias Clasen | 2005-08-15 | 1 | -8/+10 |
* | Add some more tests for menu placement. | Matthias Clasen | 2005-08-15 | 2 | -13/+58 |
* | Use g_path_get_dirname() instead of the nonportable <libgen.h> and | Tor Lillqvist | 2005-08-15 | 1 | -5/+5 |
* | Use object data to mark widgets and groups as visited, so that we avoid | Matthias Clasen | 2005-08-15 | 1 | -9/+41 |
* | Correct the download location for the hicolor icon theme. (#313475, Olexiy | Matthias Clasen | 2005-08-15 | 1 | -1/+5 |
* | Small fix for svg icons. | Matthias Clasen | 2005-08-15 | 1 | -1/+8 |
* | Store only one copy of the pixel data for symlinked icons. To achieve | Matthias Clasen | 2005-08-15 | 1 | -26/+200 |
* | 2.8.0GTK_2_8_0 | Matthias Clasen | 2005-08-13 | 1 | -0/+4 |
* | Remove a line without effect. | Matthias Clasen | 2005-08-12 | 1 | -2/+0 |
* | When changing the icon theme, defer the resetting of rc styles to an idle, | Matthias Clasen | 2005-08-12 | 1 | -6/+36 |
* | Work around some problems with the gnome-vfs backends which could lead to | Matthias Clasen | 2005-08-12 | 1 | -2/+6 |
* | Fix for #312924, by John Finlay. | Kristian Rietveld | 2005-08-11 | 2 | -0/+27 |
* | queue a draw for the entire widget if any column changes width. (Fixes | Kristian Rietveld | 2005-08-11 | 1 | -1/+5 |
* | Remove ambiguities pointed out by gcc. | Matthias Clasen | 2005-08-10 | 1 | -2/+4 |
* | Fixes "notification area leaks space" (bug #312687) | Mark McLoughlin | 2005-08-09 | 2 | -2/+2 |
* | Use g_quark_from_static_string here. | Matthias Clasen | 2005-08-09 | 1 | -2/+2 |
* | Deactivate the menu when the button becomes insensitive, and remove dead | Christian Persch | 2005-08-08 | 1 | -51/+17 |
* | Use ->priv instead of GTK_MENU_TOOL_BUTTON_GET_PRIVATE. Surviving part of | Christian Persch | 2005-08-08 | 1 | -12/+4 |
* | Tighten up ABI checks a bit | Matthias Clasen | 2005-08-07 | 1 | -2/+2 |
* | Don't export extra stuff | Matthias Clasen | 2005-08-07 | 4 | -33/+39 |
* | Set the relief of the arrow button to the value returned by | Søren Sandmann | 2005-08-05 | 1 | -1/+3 |