summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add new API to docs and symbol listMatthias Clasen2010-10-131-0/+10
* Support GtkWidget expand properties in GtkNotebookMatthias Clasen2010-10-131-2/+48
* Support GtkWidget expand properties in GtkTableMatthias Clasen2010-10-131-11/+76
* Support GtkWidget expand properties in GtkBoxHavoc Pennington2010-10-131-6/+72
* 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
* 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-136-2823/+1
* Don't start a drag if we are not resizableMatthias Clasen2010-10-131-38/+43
* Use GSettings for the filechooser settingsChristian Persch2010-10-137-655/+117
* Bug 563002 - Doesn't call 'update-preview' on set_filenameMichael Natterer2010-10-121-0/+8
* 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
* Add two new functions to gtk.symbolsTor Lillqvist2010-10-121-0/+2
* 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-121-3/+4
* Fix a trivial typoMatthias Clasen2010-10-121-1/+1
* Inspect geometry when setting resize grip cursorsMatthias Clasen2010-10-111-13/+72
* GtkWindow: Allow setting size from geometryOwen W. Taylor2010-10-112-47/+132
* 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-1110-71/+254
* Added documentation to GtkContainer about implementing containers using heigh...Tristan Van Berkom2010-10-121-5/+129
* docs: Move documentation do inline comments: GtkContainerJavier Jardón2010-10-113-1/+95
* docs: Improve reference crossing in GtkWidget docsJavier Jardón2010-10-111-4/+6
* Plug memory leak in GtkWindowXan Lopez2010-10-111-0/+1
* docs: Move documentation to inline comments: GtkScrolledWindowJavier Jardón2010-10-111-0/+54
* Fix a problem with 'resize grip avoidance' in scrollbarsMatthias Clasen2010-10-081-22/+38
* Check for grip_window != NULL in gtk_window_drawMatthias Clasen2010-10-081-1/+1
* Don't assume widgets are containers when walking the focus treeWilliam Jon McCann2010-10-081-1/+1
* Fix grip window positioningMatthias Clasen2010-10-081-12/+15
* Don't show resize grips on override-redirect windowMatthias Clasen2010-10-081-1/+8
* Make GtkPaned use gtk_container_class_handle_border_widthMatthias Clasen2010-10-081-1/+1
* Make GtkPaned use gtk_container_class_handle_border_widthMatthias Clasen2010-10-081-34/+21
* Make GtkPathBar use gtk_container_class_handle_border_widthMatthias Clasen2010-10-081-19/+12
* Migrated old GtkSizeRequestIface documentation to GtkWidget and added notes t...Tristan Van Berkom2010-10-082-99/+96
* Removed call to get_preferred_size (widget, NULL, NULL);Tristan Van Berkom2010-10-081-1/+0
* Removed needless initial size request of childrenTristan Van Berkom2010-10-081-3/+0
* Removed needless size-requesting of children (child sizes are ignored at requ...Tristan Van Berkom2010-10-081-16/+0
* Make GtkTable use gtk_container_handle_border_widthMatthias Clasen2010-10-081-14/+5
* Get scrollbars out of the way of the window's resize gripMatthias Clasen2010-10-081-4/+96
* Remove resize grip handling from GtkStatusbarMatthias Clasen2010-10-083-534/+105
* Fix resize grip drawing in GtkAssistantMatthias Clasen2010-10-081-0/+3
* Add resize grips to GtkWindowMatthias Clasen2010-10-083-10/+525