summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add to docs.Matthias Clasen2006-06-201-1/+2
* Fix handling of stock items without icons in action-based ui. (#342458,Matthias Clasen2006-06-203-5/+8
* Convert input to filename encoding and construct an URI from that. AddChristian Persch2006-06-202-18/+31
* Better fix.Matthias Clasen2006-06-201-1/+1
* broken pipeMatthias Clasen2006-06-203-41/+0
* unset the pressed button here. (gtk_notebook_grab_notify): stop reorderCarlos Garnacho2006-06-201-7/+9
* Set default action area spacing to HIG-compliant 6px. Bug #345106,Christian Persch2006-06-201-1/+1
* Small doc fix. (#345176, Claudio Saavedra)Matthias Clasen2006-06-201-1/+1
* (gtk_tree_view_set_column_drag_info): Don't crash if theMatthias Clasen2006-06-201-3/+4
* Don't leak dash_list.Matthias Clasen2006-06-201-0/+2
* Make transparent tray icons work. (#320034, based on a patch by DanMatthias Clasen2006-06-192-1/+24
* Marks strings for translation. (#314278, Claudio Saavedra) `Matthias Clasen2006-06-191-18/+22
* Forgotten filesMatthias Clasen2006-06-193-0/+155
* Don't call g_str_has_prefix on a NULL strung. (#344897, Tommi Komulainen)Matthias Clasen2006-06-191-1/+1
* Avoid a near-duplicate string and add some translator comments. (#345320,Matthias Clasen2006-06-191-0/+2
* Avoid a near-duplicate string. (#345320, Hendrik Richter)Matthias Clasen2006-06-191-1/+1
* Clarify the use of these functions, to avoid the case where a chooser isFederico Mena Quintero2006-06-191-0/+16
* Add gtk_label_set_line_wrap_mode, gtk_label_get_line_wrap_mode, and aAlexander Larsson2006-06-193-0/+78
* Another forgotten change.Matthias Clasen2006-06-191-1/+2
* Forgotten fileMatthias Clasen2006-06-191-2/+4
* Add a capabilities argument to the printer_get_options method and to theMatthias Clasen2006-06-193-7/+9
* Add a GENERATE_PS capability. And use it here.Matthias Clasen2006-06-192-6/+14
* Don't open a display connection.Matthias Clasen2006-06-191-2/+4
* doc improvementMatthias Clasen2006-06-191-3/+3
* ~Matthias Clasen2006-06-172-74/+46
* Add GTK_PRINTER_OPTION_TYPE_ALTERNATIVE which is semantically the same asMatthias Clasen2006-06-173-1/+87
* Fix a warningMatthias Clasen2006-06-161-1/+2
* Don't grow additional columns.Matthias Clasen2006-06-161-1/+1
* Add a GtkPrintSettings parameter to the printer_create_cairo_surfaceMatthias Clasen2006-06-163-42/+46
* Don't leak match data. (#345107, Christian Weiske)Matthias Clasen2006-06-161-0/+3
* Move the conflict label out of the button box. (#339456, Christian Persch)Matthias Clasen2006-06-161-25/+10