summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Use gtk_printer_accepts_ps here.Matthias Clasen2006-06-124-15/+68
* Add a GTK_PRINT_CAPABILITY_GENERATE_PDF capability.Matthias Clasen2006-06-122-7/+22
* Add support for pasting filenames into the filechooser. (#153212, BastianMatthias Clasen2006-06-121-0/+61
* report status in return value instead of spewing assertions. (#335729,Kristian Rietveld2006-06-122-11/+24
* Clean up user data. (#344624, Christian Weiske)Matthias Clasen2006-06-121-1/+7
* Cosmetic cleanups.Matthias Clasen2006-06-124-79/+90
* Add an accessible implementation in order to make the buttons visible toMatthias Clasen2006-06-121-0/+190
* store scale in percentMatthias Clasen2006-06-121-3/+2
* Fix #344543Matthias Clasen2006-06-123-4/+26
* Do not leak the groups string vector. (#344607, John Finlay)Emmanuele Bassi2006-06-112-0/+4
* Fix MSVC build problem. (#339739, Kazuki Iwamoto)Tor Lillqvist2006-06-111-1/+5
* Allow NULL to mean the default manager. (#344530, John Finlay)Matthias Clasen2006-06-112-2/+2
* Fix bug 344518Matthias Clasen2006-06-111-1/+3
* remove an extra commaMatthias Clasen2006-06-111-1/+1
* Use cairo_pdf_surface_set_dpi by cairo_surface_set_fallback_resolution.Matthias Clasen2006-06-111-1/+1
* Register create_custom_widget as an object-returning signal. (#344505,Matthias Clasen2006-06-112-5/+5
* Register GtkPrintCapabilitiesMatthias Clasen2006-06-113-4/+29
* Take GtkMenu::horizontal-padding into account when placing submenusBenjamin Berg2006-06-091-0/+3
* added new style properties "trough-side-details" andMichael Natterer2006-06-091-78/+317
* fix buildMatthias Clasen2006-06-091-8/+9
* Turn off profilingMatthias Clasen2006-06-081-1/+1
* Don't include gtkprinter-private.h here.Matthias Clasen2006-06-087-9/+15
* forgotten fileMatthias Clasen2006-06-081-1/+1
* Rename pdf_target to export_filenameMatthias Clasen2006-06-083-20/+21
* Get rid of GTK_PRINT_OPERATION_RESULT_PREVIEW.Matthias Clasen2006-06-083-21/+17
* Give GtkToolButton the same treatment.Matthias Clasen2006-06-081-1/+17
* Don't call construct_child here, since some apps make assumptions aboutMatthias Clasen2006-06-081-1/+30
* Fix up unix fallout from previous change.Alexander Larsson2006-06-081-2/+2
* Update windows to build with new APIs and first cut at preview work.Alexander Larsson2006-06-084-59/+225
* make it compileMatthias Clasen2006-06-081-1/+1
* Adjust Delete insensitivityMatthias Clasen2006-06-081-2/+2
* Add more docs, cleanupsMatthias Clasen2006-06-082-65/+66
* Add some docs.Matthias Clasen2006-06-083-4/+14
* Add a destroy notify for the callback data. (#344209, Murray Cumming)Matthias Clasen2006-06-082-4/+12
* Fix building gtkbuiltincache.h without system GTK+.Jürg Billeter2006-06-071-1/+2
* Clean up APIs: Make async a setting instead of separate calls. CombineAlexander Larsson2006-06-075-218/+226
* Remove debugging spewMatthias Clasen2006-06-071-6/+0
* make the last change workMatthias Clasen2006-06-071-11/+19
* Small optimizationMatthias Clasen2006-06-061-12/+9
* 2.9.2GTK_2_9_2Matthias Clasen2006-06-052-5/+9
* UpdatesMatthias Clasen2006-06-052-0/+18
* Fix borderline cases in tab visibility calculation. (#168105, CarlosMatthias Clasen2006-06-051-9/+23
* Add missing G_END_DECLS (#343838)Behdad Esfahbod2006-06-041-0/+2
* Add a GtkPrintOperation::show-preview propertyMatthias Clasen2006-06-034-4/+67
* CleanupsMatthias Clasen2006-06-031-64/+65
* Rubber banding for GtkTreeView, #80127. Uses same method as GtkIconView.Kristian Rietveld2006-06-023-4/+477
* revert fix of #164884 because it's not a problem in gtk+ but inKristian Rietveld2006-06-021-3/+2
* Separate sensitive/selectable properties.Kristian Rietveld2006-06-023-55/+54
* need to use gtk_tree_model_filter_get_iter_full() since the path returnedKristian Rietveld2006-06-021-1/+1
* allow returning partial informationMatthias Clasen2006-06-021-13/+22