summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement get_preferred_width/height in GtkEventBoxMatthias Clasen2010-10-141-16/+35
* Use gtk_container_handle_border_width() in GtkEventBoxMatthias Clasen2010-10-141-22/+17
* Inclusion cleanups in sourcesMatthias Clasen2010-10-1458-161/+226
* Inclusion cleanups in headersMatthias Clasen2010-10-1412-18/+19
* Make gdk.h an include-only headerMatthias Clasen2010-10-146-137/+250
* Drop dead gxid_proto.h headerMatthias Clasen2010-10-141-39/+0
* Some GDK documentation fixesMatthias Clasen2010-10-142-16/+31
* Enable the build of MS Windows engine againFridrich Štrba2010-10-141-1/+1
* Part of bgo#613728 - [GtkTreeView] Focus the list, not the headers, when Tab-...Federico Mena Quintero2010-10-141-2/+1
* Initialize device_cursor hash table before creating impl windowKristian Rietveld2010-10-141-3/+3
* Do not call validate_visible_area() from the draw methodKristian Rietveld2010-10-141-4/+18
* Add test for bug 163214Kristian Rietveld2010-10-141-0/+64
* Add test for bug 111500Kristian Rietveld2010-10-141-2/+128
* Add unit test for bug 93584Kristian Rietveld2010-10-141-0/+40
* Also test scrolling to a new row in a mixed height modelKristian Rietveld2010-10-141-0/+81
* Trying to fix MS Windows engineMartin Schlemmer2010-10-143-380/+288
* Initialize variablesMatthias Clasen2010-10-141-0/+3
* build: Require cairo-gobject for GDKBenjamin Otte2010-10-141-2/+2
* gdk: add slots for all GdkWindowObject signalsMichael Natterer2010-10-142-6/+31
* Bug 631599 - Allow to use arbitrary surfaces for offscreen windowsMichael Natterer2010-10-146-10/+98
* gtk: add cast to fix warning in my last commitMichael Natterer2010-10-141-1/+1
* Implement style_set() for GtkWindow to resize window grips when the style cha...Cody Russell2010-10-131-1/+23
* 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