summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* GtkNotebook: replace group by group_nameMatthias Clasen2010-09-243-48/+49
* GtkNotebook: remove gtk_notebook_set_window_creation_hookMatthias Clasen2010-09-243-46/+2
* Fix a couple of broken annotationsJohan Dahlin2010-09-233-3/+3
* Fix the annotation of gtk_tree_view_create_row_drag_iconMatthias Clasen2010-09-231-1/+1
* fix a typo in the gtk_widget_render_icon annotationsMatthias Clasen2010-09-231-1/+1
* Fixed GtkWrapBox base requests for ALIGNED and FREE modeTristan Van Berkom2010-09-221-26/+123
* Fixed gtk_distribute_natural_allocation() to place the g_newa *after* g_retur...Tristan Van Berkom2010-09-221-1/+3
* Remove url hooks from GtkAboutDialog and GtkLinkButtonMatthias Clasen2010-09-225-326/+136
* Fixed GtkViewport to set adjustments properly for width-for-height widgetsTristan Van Berkom2010-09-221-8/+14
* Do not disable deprecation guardsJavier Jardón2010-09-221-1/+0
* GtkScrolledWindow: change default policy to 'automatic'Matthias Clasen2010-09-211-4/+4
* Merge branch 'notebooks-without-mouse-scrolling'Cody Russell2010-09-211-48/+1
|\
| * Remove mouse scrolling from GtkNotebook tabs. Bug #630226.Cody Russell2010-09-211-48/+1
* | 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