summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 2.8.3GTK_2_8_3Matthias Clasen2005-08-292-1/+5
* Only cancel if the menu was active. (#314298, Christian Persch, analysisMatthias Clasen2005-08-291-1/+1
* Remove an accidentally leftover duplicate pixbuf creation. (#314700,Matthias Clasen2005-08-291-2/+0
* Don't leak the cursor theme name. (#314693, Kjartan Maraas)Matthias Clasen2005-08-291-0/+2
* Fix the default value of the ui property.Matthias Clasen2005-08-271-1/+1
* Updates.Matthias Clasen2005-08-261-2/+4
* Avoid an uninitialized variable warning, pointed out by Colin Walters.Matthias Clasen2005-08-261-1/+1
* Remove some ifdeffed out debugging printouts.Tor Lillqvist2005-08-261-31/+34
* Fix the calculation of week_start. (#314473, JP Rosevaar)Matthias Clasen2005-08-261-1/+1
* Acquire GDK lock. (#314533, Thomas Fitzsimmons)Thomas Fitzsimmons2005-08-261-0/+4
* Handle NULL gracefully. (#314523, Ed Catmur)Matthias Clasen2005-08-261-0/+3
* Take widget y offset into account when positioning the popup. (#314470,Matthias Clasen2005-08-251-0/+1
* 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