summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBoxTristan Van Berkom2010-10-1315-35/+435
* Add new API to docs and symbol listMatthias Clasen2010-10-132-1/+23
* Support GtkWidget expand properties in GtkNotebookMatthias Clasen2010-10-131-2/+48
* Support GtkWidget expand properties in GtkTableMatthias Clasen2010-10-131-11/+76
* Add a GtkTable testcaseMatthias Clasen2010-10-131-14/+81
* Support GtkWidget expand properties in GtkBoxHavoc Pennington2010-10-131-6/+72
* add tests/testexpand.c used to test the expand props on GtkWidgetHavoc Pennington2010-10-132-0/+157
* Add horizontal and vertical expand flags, compute_expand() to GtkWidgetHavoc Pennington2010-10-133-2/+678
* Some more resize grip cleanupsMatthias Clasen2010-10-131-16/+24
* Unify handling of GtkWindow::resizable propertyMatthias Clasen2010-10-131-5/+10
* Remove GtkWrapBox from the docs, tooMatthias Clasen2010-10-132-40/+0
* Make GtkRecentManager use standard icon names for themed iconsMatthias Clasen2010-10-131-2/+2
* Some resize grip cleanupsMatthias Clasen2010-10-131-14/+19
* Removed all traces of GtkWrapBox from GTK+.Tristan Van Berkom2010-10-139-3327/+2
* Don't start a drag if we are not resizableMatthias Clasen2010-10-131-38/+43
* Use GSettings for the filechooser settingsChristian Persch2010-10-138-655/+123
* Updated Spanish translationJorge González2010-10-131-15/+10
* Updated Spanish translationJorge González2010-10-131-17/+12
* Updated Spanish translationJorge González2010-10-121-25/+16
* Bug 563002 - Doesn't call 'update-preview' on set_filenameMichael Natterer2010-10-121-0/+8
* Updated Slovenian translationMatej Urbančič2010-10-121-1151/+941
* Don't check resize-grip-visible in default values unit testKristian Rietveld2010-10-121-0/+5
* Disable resize grip on spin button testKristian Rietveld2010-10-121-0/+2
* Fix scrolled window policy so the size allocation does not "flap"Kristian Rietveld2010-10-121-0/+3
* Handle off-by-one errors due to roundingKristian Rietveld2010-10-121-5/+7
* Use double iso. float since that is what GtkAdjustment usesKristian Rietveld2010-10-121-9/+9
* Use GtkAdjustment accessors to properly compress changed signalsKristian Rietveld2010-10-121-20/+41
* Rework GdkPangoRenderer example to use existing apiMatthias Clasen2010-10-121-55/+51
* docs: add a longdesc for X-specificsMatthias Clasen2010-10-121-132/+27
* docs: Update cairo-related docsMatthias Clasen2010-10-121-5/+4
* docs: Remove mentions of GdkPixmap from cursor docsMatthias Clasen2010-10-121-4/+4
* Move GdkVisualType docs inlineMatthias Clasen2010-10-122-8/+24
* docs: Correct some link targetsMatthias Clasen2010-10-121-2/+2
* Updated Spanish translationJorge González2010-10-121-1736/+1777
* Add two new functions to gtk.symbolsTor Lillqvist2010-10-121-0/+2
* Bug 631599 - Allow to use arbitrary surfaces for offscreen windowsMichael Natterer2010-10-121-36/+61
* Added logic to GtkScrolledWindow when allocating height-for-width children.Tristan Van Berkom2010-10-121-1/+123
* Make GtkScrolledWindow offload border-width calculations to GtkContainerClass.Tristan Van Berkom2010-10-121-55/+41
* Don't link to old stuffMatthias Clasen2010-10-123-28/+15
* Add a missing close tagMatthias Clasen2010-10-121-0/+1
* Remove a note about GTK 1.2 apiMatthias Clasen2010-10-121-32/+4
* Fix a trivial typoMatthias Clasen2010-10-121-1/+1
* Reorder some sectionsMatthias Clasen2010-10-121-3/+3
* Remove mentions of dialog separator from the docsMatthias Clasen2010-10-121-34/+9
* Some documentation updatesMatthias Clasen2010-10-123-27/+10
* Inspect geometry when setting resize grip cursorsMatthias Clasen2010-10-111-13/+72
* GtkWindow: Allow setting size from geometryOwen W. Taylor2010-10-113-47/+161
* Warn when calling gtk_window_parse_geometry() on an empty windowOwen W. Taylor2010-10-111-0/+7
* Fix handling of the geometry widgetOwen W. Taylor2010-10-1113-239/+463
* Added documentation to GtkContainer about implementing containers using heigh...Tristan Van Berkom2010-10-121-5/+129