summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* [gtktreeview] Add a couple of annotationsJohan Dahlin2010-06-101-12/+12
* Add an accessor for GtkViewport->view_window (#621081).Cosimo Cecchi2010-06-093-0/+20
* [gtkwidget] Add type annotations for the event signals.Steve Frécinaux2010-06-081-23/+42
* menu: Fix wrong comparison causing navigation region to not get removedBenjamin Otte2010-06-081-37/+46
* bgo#608537 - Make the file chooser's sort arrows consistent with the HIGFederico Mena Quintero2010-06-081-2/+2
* add transfer-none to return value of gtk_widget_get_windowJohn (J5) Palmieri2010-06-071-1/+1
* [gtktextbuffer] Annotate gtk_text_buffer_create_mark()Steve Frécinaux2010-06-081-1/+1
* annotate allow-none for gtk_image_menu_item_new_from_stock accel_group paramJohn (J5) Palmieri2010-06-071-2/+2
* add allow-none annotation to gtk_clipboard_set_can_store's targets parameterJohn (J5) Palmieri2010-06-071-2/+3
* [docs] Fix GtkWindow: activate-default => activate-focus.Stanislas Marquis2010-06-051-1/+1
* gtktoolshell: Fix some "Since" tagsJavier Jardón2010-06-041-4/+4
* Bug 596428 - GtkAssistant: Support ending with a progress pageMatthew Barnes2010-06-033-8/+61
* Bug 611709 - Add gtk_statusbar_remove_allGarrett Regier2010-06-023-0/+70
* Fix the buildMatthias Clasen2010-05-301-1/+4
* Don't include __bss_start, _edata and _end symbols in the abichecksSebastian Dröge2010-05-301-1/+1
* Fix typo in gtkprintoperationJavier Jardón2010-05-301-1/+1
* Improved icon view keynavMatthias Clasen2010-05-303-4/+93
* Bug 607628 - DnD operation doesn't work when using offscreenMichael Natterer2010-05-291-160/+105
* gtk_tree_selection_get_selected: added transfer none annotation to model out argJohn (J5) Palmieri2010-05-271-1/+1
* gtk_tree_view_get_model: return value annotated transfer noneJohn (J5) Palmieri2010-05-271-1/+1
* annotation fixesJohn (J5) Palmieri2010-05-271-2/+2
* Deprecate GTK_NO_REPARENTJavier Jardón2010-05-271-0/+2
* Bug 607628 - DnD operation doesn't work when using offscreenMichael Natterer2010-05-262-17/+25
* GtkWindow: Add gtk_window_has_group()Carlos Garcia Campos2010-05-263-0/+20
* Revert "Deprecate the GdkRegion API"Benjamin Otte2010-05-267-63/+65
* add a transfer none annotation to gtk_tree_view_get_selectionJohn (J5) Palmieri2010-05-251-1/+1
* Deprecate the GdkRegion APIBenjamin Otte2010-05-237-65/+63
* Get rid of navigation region in GtkMenuBenjamin Otte2010-05-232-62/+67
* Create the navigation region without flippingBenjamin Otte2010-05-231-52/+5
* Deprecate GtkBoxChildMatthias Clasen2010-05-221-2/+27
* Update list of US Letter localesMarek Kasik2010-05-211-4/+5
* GtkRange: Redraw if GtkRange is a GtkScale and value is drawn.Jan Arne Petersen2010-05-181-1/+3
* Bug 565559 - Incorrect leave-notify signals for treeviewKristian Rietveld2010-05-121-0/+2
* Correct a Since: tagMatthias Clasen2010-05-071-1/+1
* Use event instead key in the previous patchJavier Jardón2010-05-054-6/+6
* Added api to reset the im context in GtkTextView and GtkEntryJavier Jardón2010-05-055-2/+120
* filechooser: Fix a crash when removing filesBenjamin Otte2010-05-021-0/+1
* Move documentation to inline comments: GtkHBoxJavier Jardón2010-04-281-0/+25
* Move documentation to inline comments: Testing utilitiesJavier Jardón2010-04-281-1/+6
* Allow NULL as 'icon_widget' in gtk_tool_button_new()Javier Jardón2010-04-271-1/+1
* Deprecate GTK_WIDGET_*SET_FLAGS() macroJavier Jardón2010-04-271-0/+12
* Add accessors for GtkTextView adjustmentsMirsal Ennaime2010-04-273-0/+41
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_HAS_DEFAULT)Javier Jardón2010-04-263-6/+18
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_TOPLEVEL)Javier Jardón2010-04-265-7/+24
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_HAS_GRAB)Javier Jardón2010-04-263-2/+14
* Only a GtkMisc widget should be passed to gtk_tool_button_new()Javier Jardón2010-04-261-1/+3
* tree-view: Use gtk_widget_send_focus_change()Emmanuele Bassi2010-04-261-13/+3
* window: Use gtk_widget_send_focus_change()Emmanuele Bassi2010-04-261-13/+3
* widget: Add send_focus_change()Emmanuele Bassi2010-04-263-0/+69
* Move documentation to inline comments: GtkMessageDialogJavier Jardón2010-04-213-9/+85