summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtk/gtkrc.c fix canonicalization of property names which was broken afterMichael Natterer2006-07-072-3/+3
* Small memory savingsMatthias Clasen2006-07-071-7/+4
* Get the display name for the home directory. (#346498, Dennis Cranston,Matthias Clasen2006-07-061-1/+1
* added a bunch of utility functions to copy icon_factories and color_hashesMichael Natterer2006-07-061-86/+130
* Improve consistency of signal and property namesMatthias Clasen2006-07-0649-181/+175
* Don't leak dash_list. (#346639, Christian Persch)Matthias Clasen2006-07-051-0/+1
* Fix some assignments involving booleans. (#346467, Christian Persch)Matthias Clasen2006-07-051-7/+7
* Use serialized pixbufs instead of xpmsMatthias Clasen2006-07-041-154/+192
* 2.10.0GTK_2_10_0Matthias Clasen2006-07-031-0/+4
* Treat "" like NULL when parsing the menu-bar-accel setting. Here too.Matthias Clasen2006-07-032-4/+3
* Remove redundant assignments to page, which may cause NULL dereferences.Matthias Clasen2006-07-021-3/+4
* Don't leak default_sort_data. (#346341, Christian Weiske)Matthias Clasen2006-07-021-0/+8
* Fix #346312Matthias Clasen2006-07-021-0/+4
* Always call the destroy notifyMatthias Clasen2006-06-301-0/+6
* Documentation updates.Matthias Clasen2006-06-302-2/+6
* Add a preview capabilityMatthias Clasen2006-06-304-3/+17
* Bill Skaggs <weskaggs@primate.ucdavis.edu>William Skaggs2006-06-291-4/+4
* some cross-referencingMatthias Clasen2006-06-291-0/+3
* Improve docsMatthias Clasen2006-06-291-0/+6
* Documentation additions and fixes.Matthias Clasen2006-06-2915-24/+120
* CleanupsMatthias Clasen2006-06-282-17/+17
* cancel the expand collapse timeout when unsetting the model (FixesKristian Rietveld2006-06-271-0/+6
* Make the insert and set functions somewhat more convenient. (#343841,Kristian Rietveld2006-06-262-8/+22
* revert "keep cursor visible when size changes" since it breaks thingsMichael Natterer2006-06-261-14/+4
* Avoid a refcounting leak in the python bindings. (#344876, Phil Dumont)Matthias Clasen2006-06-261-3/+3
* Fix printer enumerationMatthias Clasen2006-06-251-9/+24
* Update the height as well when changing fonts. (#321393, Billy Biggs) `Matthias Clasen2006-06-241-1/+10
* broken pipeMatthias Clasen2006-06-222-0/+2
* keep the cursor visible when the size changes. Fixes bug #344874.Michael Natterer2006-06-221-4/+14
* add missing flag valuesMatthias Clasen2006-06-222-0/+5
* broken pipeGTK_2_9_4Matthias Clasen2006-06-223-5/+9
* Don't free the value.Matthias Clasen2006-06-211-1/+0
* Apply a patch by John Palmieri to use buffered io using GIOChannels, cleanMatthias Clasen2006-06-219-75/+80
* cleanupMatthias Clasen2006-06-211-1/+1
* Fix the registration of the grid-lines property (#345456, Murray Cumming)Matthias Clasen2006-06-211-7/+8
* Allocate space for the grid lines when they are enabled.Kristian Rietveld2006-06-211-18/+102
* Add an GError parameter.Matthias Clasen2006-06-213-9/+18
* Add to docs. (gtk_print_job_class_init): Make track-print-status aMatthias Clasen2006-06-201-21/+40
* Correctly register the done signal - it sends an enum, not an int.Murray Cumming2006-06-201-2/+2
* configure.in gtk/Makefile.am Rename "pdf" backend to "file" backend. StepChristian Persch2006-06-201-2/+2