summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Split up GtkWrapBox:spreading property into two orientation specific properties.Tristan Van Berkom2010-09-213-101/+288
* Tons of transfer annotationsMatthias Clasen2010-09-2180-759/+804
* Reduced overall SizeRequestCache sizeTristan Van Berkom2010-09-212-36/+69
* More error trap cleanupsMatthias Clasen2010-09-205-11/+1
* Add deprecation guards for gtk_cell_renderer_get_size()Javier Jardón2010-09-192-0/+4
* Fix a few dubious return values in return_if_fail callsMatthias Clasen2010-09-192-7/+7
* Add a rename-to annotation for gtk_tree_path_get_indices_with_depthMatthias Clasen2010-09-191-0/+2
* Point to the new GtkWidget align and margin propertiesMatthias Clasen2010-09-191-0/+4
* Another fix for the initial focus heuristicMatthias Clasen2010-09-191-6/+6
* Fix an annotationMatthias Clasen2010-09-191-1/+1
* Use gdk_error_trap_pop_ignore() where appropriateMatthias Clasen2010-09-186-18/+18
* Add a couple of missing annotationsJohan Dahlin2010-09-185-14/+14
* [introspection] Do not parse private sourcesJohan Dahlin2010-09-181-1/+1
* [introspection] Do not include internal apiJohan Dahlin2010-09-181-1/+1
* Do not use deprecated gtk_cell_renderer_get_size()Javier Jardón2010-09-172-59/+74
* Change GtkEditable typedef from GtkEditableClass to GtkEditabeInterfaceJavier Jardón2010-09-175-25/+26
* Fix a trivial typo in a doc commentMatthias Clasen2010-09-171-1/+1
* Add some element-type annotations to gtk apisMatthias Clasen2010-09-174-9/+13
* Rename h/v-align to h/valignMatthias Clasen2010-09-154-73/+169
* Add docs for new APIMatthias Clasen2010-09-151-0/+96
* Add new api to gtk.symbolsMatthias Clasen2010-09-151-0/+12
* Use gint instead of in for local consistencyMatthias Clasen2010-09-152-16/+16
* Fix build on WindowsTor Lillqvist2010-09-151-9/+7
* spinner: Dont inherit from GtkDrawingArea part 2.Tristan Van Berkom2010-09-151-3/+3
* spinner: timeout should add/remove in map/unmap, not realize/unrealize.Javier Jardón2010-09-151-18/+14
* gtkentry: remove unnneded check in map/unmap functionsJavier Jardón2010-09-151-20/+14
* Add deprecation guards for gtk_widget_size_request()Javier Jardón2010-09-152-0/+4
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-1545-135/+269
* Fixed GtkSizeGroups to adjust both minimum and natural requisitionsTristan Van Berkom2010-09-153-61/+55
* Add deprecation guards for gtk_cell_view_get_size_of_row()Javier Jardón2010-09-142-0/+4
* spinner: Don't inherit from drawing areaBenjamin Otte2010-09-141-1/+1
* spinner: Implement the size request interfaceBenjamin Otte2010-09-141-4/+37
* spinner: Move G_DEFINE_TYPE() below function definitionsBenjamin Otte2010-09-141-4/+2
* wrapbox: Lookie, an unused variableBenjamin Otte2010-09-141-1/+0
* spinner: Define desired size at top of fileBenjamin Otte2010-09-141-2/+4
* GtkWrapBox: let GtkContainer handle border widthMatthias Clasen2010-09-131-30/+11
* Remove fill options from GtkWrapBoxMatthias Clasen2010-09-132-49/+4
* Remove padding from GtkWrapBoxMatthias Clasen2010-09-133-327/+201
* GtkBox: let GtkContainer handle border widthMatthias Clasen2010-09-131-38/+21
* Add deprecation guards for gtk_widget_get_child_requisition()Javier Jardón2010-09-132-0/+4
* bgo#486839 - Fix path bar size group in the file chooserMilan Bouchet-Valat2010-09-131-5/+5
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-1323-78/+166
* Fixed GtkWrapBox to allocate variable row AND column heights when in ALIGNED ...Tristan Van Berkom2010-09-141-79/+290
* Changed GtkWrapBox code to avoid a growing GArray of a known size.Tristan Van Berkom2010-09-141-27/+25
* Update gtkstyle.c to account for removal of row-ending-detailsKristian Rietveld2010-09-131-15/+27
* Mark declaration of symbol _gtk_text_unknown_char_utf8 as externKristian Rietveld2010-09-131-1/+1
* Use accessor functions to access GtkWidgetKristian Rietveld2010-09-131-16/+27
* Update for GDK key name changesKristian Rietveld2010-09-131-13/+13
* Add margin and alignment properties to GtkWidgetHavoc Pennington2010-09-123-8/+548
* GtkButton: let GtkContainer handle border widthHavoc Pennington2010-09-121-29/+19