summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 2.8.2GTK_2_8_2Matthias Clasen2005-08-243-2/+12
* Cleanup up the mess I createdMatthias Clasen2005-08-241-5/+114
* Make sure font and cursor settings get propagated down to the screenMatthias Clasen2005-08-241-111/+7
* Don't try to send a client message if the screen is NULL. Noticed byMatthias Clasen2005-08-241-1/+1
* 2.8.1GTK_2_8_1Matthias Clasen2005-08-241-0/+4
* Make it compileMatthias Clasen2005-08-241-1/+1
* Fix #314335Matthias Clasen2005-08-241-3/+4
* Fix for #314004, reported by Michael Reinsch:Owen Taylor2005-08-242-86/+125
* don't bother inserting new rows in a level with a zero refcount andKristian Rietveld2005-08-231-0/+6
* Complain when there is no index.theme file in the specified directory,Matthias Clasen2005-08-231-1/+26
* Fix a C99ism. (#314262, Robert Jeff Mitchell)Matthias Clasen2005-08-231-1/+2
* add declaration for _gtk_icon_theme_check_reload.Manish Singh2005-08-222-6/+7
* Implement a clientmessage based scheme for makeing sure that all GTK+Matthias Clasen2005-08-222-9/+64
* Add a note regarding icon theme changes.Matthias Clasen2005-08-222-1/+25
* One more fix to prevent buffer overruns. (#314081, Hans Breuer)Matthias Clasen2005-08-221-0/+1
* Clarify that the returned layout must not be modified.Matthias Clasen2005-08-211-2/+2
* clear scroll_to_path if the model changes.Jonathan Blandford2005-08-202-11/+78
* Make it compileMatthias Clasen2005-08-201-4/+4
* Don't queue a draw if the layout has not changed. (#313991, Benjamin Berg)Matthias Clasen2005-08-201-6/+42
* Remove duplicate lines. (#313344, Benoit Carpentier)Matthias Clasen2005-08-191-2/+0
* Handle pixbuf being NULL without warnings. Also, don't leak pixbufMatthias Clasen2005-08-191-3/+9
* Don't access the user data on destroyed windows, since at best it can be aMatthias Clasen2005-08-191-1/+4
* Avoid a buffer overrun. (#313900, Sebastien Bacher)Matthias Clasen2005-08-191-2/+2
* Return FALSE if the tree is empty. (#313891, Guillaume Cottenceau)Matthias Clasen2005-08-191-0/+3
* Store GtkIconData structs in the per-directory hash, even if they comeMatthias Clasen2005-08-191-10/+20
* Disconnect signal handlers on destroy, not on finalize. (#313759, BrettMatthias Clasen2005-08-181-9/+33
* Put debugging printout inside GTK_NOTE.Tor Lillqvist2005-08-151-3/+6
* Fix have_base_pc / have_base_x_pc typo.Owen Taylor2005-08-151-4/+0
* When using gtk_dialog_run() for modal dialogs, make sure to inherit theMatthias Clasen2005-08-153-5/+15
* Handle paths of depth 0 gracefully. (#312796, Jonathan Blandford)Matthias Clasen2005-08-151-8/+10
* Add some more tests for menu placement.Matthias Clasen2005-08-152-13/+58
* Use g_path_get_dirname() instead of the nonportable <libgen.h> andTor Lillqvist2005-08-151-5/+5
* Use object data to mark widgets and groups as visited, so that we avoidMatthias Clasen2005-08-151-9/+41
* Correct the download location for the hicolor icon theme. (#313475, OlexiyMatthias Clasen2005-08-151-1/+5
* Small fix for svg icons.Matthias Clasen2005-08-151-1/+8
* Store only one copy of the pixel data for symlinked icons. To achieveMatthias Clasen2005-08-151-26/+200
* 2.8.0GTK_2_8_0Matthias Clasen2005-08-131-0/+4
* Remove a line without effect.Matthias Clasen2005-08-121-2/+0
* When changing the icon theme, defer the resetting of rc styles to an idle,Matthias Clasen2005-08-121-6/+36
* Work around some problems with the gnome-vfs backends which could lead toMatthias Clasen2005-08-121-2/+6
* Fix for #312924, by John Finlay.Kristian Rietveld2005-08-112-0/+27
* queue a draw for the entire widget if any column changes width. (FixesKristian Rietveld2005-08-111-1/+5
* Remove ambiguities pointed out by gcc.Matthias Clasen2005-08-101-2/+4
* Fixes "notification area leaks space" (bug #312687)Mark McLoughlin2005-08-092-2/+2
* Use g_quark_from_static_string here.Matthias Clasen2005-08-091-2/+2
* Deactivate the menu when the button becomes insensitive, and remove deadChristian Persch2005-08-081-51/+17
* Use ->priv instead of GTK_MENU_TOOL_BUTTON_GET_PRIVATE. Surviving part ofChristian Persch2005-08-081-12/+4
* Tighten up ABI checks a bitMatthias Clasen2005-08-071-2/+2
* Don't export extra stuffMatthias Clasen2005-08-074-33/+39
* Set the relief of the arrow button to the value returned bySøren Sandmann2005-08-051-1/+3