summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* Add the timeout for polling the file; change the default polling delta toEmmanuele Bassi2006-07-281-6/+9
* Move a callMatthias Clasen2006-07-271-2/+2
* 2.10.1GTK_2_10_1Matthias Clasen2006-07-242-2/+6
* Fix a memleakMatthias Clasen2006-07-231-0/+2
* New function to destroy an rc context.Matthias Clasen2006-07-213-18/+70
* Replace gtk_rc_style_ref/unref by g_object_ref/unref.Matthias Clasen2006-07-213-6/+4
* 0-terminate outbuf in all cases. (#348227, Nguyen Thái Ngoc Duy)Matthias Clasen2006-07-211-8/+3
* Enable symbolic colors and color expressions in style properties. FixesMichael Natterer2006-07-211-40/+134
* remove accidential 2nd parameter to g_object_unref().Michael Natterer2006-07-211-1/+1
* Don't leak the action_view. (#348120, Chris Wilson)Matthias Clasen2006-07-211-13/+17
* Improve drawing of tabsMatthias Clasen2006-07-211-10/+7
* Fix a memleakMatthias Clasen2006-07-211-0/+12
* Unset the during_reorder flag. (#348049, Sven Herzberg, patch by BenjaminMatthias Clasen2006-07-211-0/+1
* Just remove the scroll timeout here, don't access settings. (#348095,Matthias Clasen2006-07-201-5/+6
* Fix messed up refcounting. (#348090, Chris Wilson)Matthias Clasen2006-07-201-8/+14
* Export this privately.Matthias Clasen2006-07-203-4/+9
* Fix a thinko that leads to constantly reloading the mime data if aMatthias Clasen2006-07-202-14/+34
* Free caches on shutdownMatthias Clasen2006-07-202-0/+14
* fix typo to make it compile again.Michael Natterer2006-07-201-1/+1
* Correctly chain up the finalization vfunc. (#348089, Chris Wilson)Emmanuele Bassi2006-07-201-1/+1
* Add xdg_init-free versions of some functions and use them internally, soMatthias Clasen2006-07-204-20/+58
* fix bug #5241Matthias Clasen2006-07-202-2/+10
* Reindent.Richard Hult2006-07-192-1/+7
* add align_set field to keep track whether the align property was set byKristian Rietveld2006-07-191-1/+16
* fix 347277Matthias Clasen2006-07-181-16/+35
* add GTK_PRINTER_OPTION_TYPE_PICKONE_PASSWORD,John Palmieri2006-07-183-19/+161
* Fix https://bugzilla.novell.com/show_bug.cgi?id=184875 - make the locationFederico Mena Quintero2006-07-183-32/+89
* remember the sensitivity of the steppers in GtkRangeLayout, update it inMichael Natterer2006-07-181-32/+53
* oooops.Kristian Rietveld2006-07-181-2/+19
* Fix for #335012, reported by Matteo Nastasi.Kristian Rietveld2006-07-182-3/+31
* Another fix for #164884.Kristian Rietveld2006-07-182-0/+5
* use MAX priv->width, alloc.width when allocating the bin_window,Kristian Rietveld2006-07-181-2/+3
* Set an empty NSImage if there is none, covers the cases where applicationsRichard Hult2006-07-171-5/+22
* Don't undo reordering if we haven't been reordering. (#346836, Ed Catmur)Matthias Clasen2006-07-171-3/+2
* check if the iter still has children after running the test-expand-rowKristian Rietveld2006-07-171-1/+5
* use 5 * gtk-timeout-repeat, just as many other widgets. Makes the calendarMichael Natterer2006-07-171-1/+3
* Fix typos in the docs.Matthias Clasen2006-07-172-2/+2
* Some small documentation fixups. (#347711, Guillaume Cottenceau)Matthias Clasen2006-07-171-6/+6
* Mark the text of the location label as translatable.Matthias Clasen2006-07-171-2/+5
* Fix a typo in the docs. (#347211, Kouhei Sutou)Matthias Clasen2006-07-171-1/+1
* Check if the chooser implementation supports the "show-number" propertyEmmanuele Bassi2006-07-111-0/+37
* Fix some typos with inline property docs. (#347065, John Finlay)Matthias Clasen2006-07-106-12/+12
* Fix some memory handling issues. (#347043, Chris Wilson)Matthias Clasen2006-07-101-4/+3
* Do not leak the URI returned by the model; select the row when callingEmmanuele Bassi2006-07-101-14/+16
* Fix a typo in the docs. (#347041, Kouhei Sutou)Matthias Clasen2006-07-101-1/+1
* Fix a typo in the docs. (#347032, Kouhei Sutou)Matthias Clasen2006-07-101-1/+1
* Don't assume that priv->current_page is non-NULL. (#347048, GuillaumeMatthias Clasen2006-07-101-3/+6
* Add some missing deprecation guards.Matthias Clasen2006-07-101-0/+8
* Implement some more stubs for pygtk, bug #346713.Richard Hult2006-07-091-0/+11
* Fix a small leakMatthias Clasen2006-07-091-4/+3