summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Silence new gcc warningsMatthias Clasen2011-01-2356-3515/+3319
* Split out private style context api into a private headerMatthias Clasen2011-01-238-115/+148
* Render check/radio buttons with border-color: @fg_colorCarlos Garnacho2011-01-231-0/+1
* GtkNotebook: only set/unset active flag on the tab labelCarlos Garnacho2011-01-231-2/+2
* Simplify GTK_STATE_FLAG_FOCUSED handling in state propagation.Carlos Garnacho2011-01-231-9/+1
* Do not unset sensitivity mistakenly in gtk_widget_set_state_flags()Carlos Garnacho2011-01-231-1/+2
* Gtk(Toggle)Button: preserve untouched state flags when updating state.Carlos Garnacho2011-01-232-1/+9
* Fix alignment problems with text cell renderersMatthias Clasen2011-01-221-7/+10
* bgo#639531 - [filechooser] Handle the case where the user types a nonexistent...Federico Mena Quintero2011-01-211-15/+48
* bgo#640161 - Maintain map/unmap invariants in GtkFileChooserDialogFederico Mena Quintero2011-01-211-23/+0
* bgo#626336 - Don't assume that GtkButton is activated only when a keyboard ev...Federico Mena Quintero2011-01-211-10/+14
* Use actual app name in app choosersWilliam Jon McCann2011-01-212-14/+10
* gtk: no need to add GTK_STYLE_FLAG_FOCUSED to the widget's state flagsMichael Natterer2011-01-213-9/+0
* Make gtk_widget_get_state_flags() avoid propagating the focused flag down the...Carlos Garnacho2011-01-211-0/+16
* gtk: save/restore the cairo_t around early upchaining in draw()Michael Natterer2011-01-211-5/+2
* gtk: remove unused "window" variable from gtk_entry_draw_frame()Michael Natterer2011-01-211-3/+0
* Fix keynav issue in menu modeMatthias Clasen2011-01-201-26/+27
* assistant: Fix mapped invariantsBenjamin Otte2011-01-211-1/+9
* Avoid a warning if GtkCellView has no modelMatthias Clasen2011-01-201-0/+3
* When cancelling the app dialog return to the last item in comboboxWilliam Jon McCann2011-01-201-1/+5
* Make GtkAppChooserButton work in modal contextMatthias Clasen2011-01-201-0/+3
* Add a way to set the heading of GtkAppChooserDialogMatthias Clasen2011-01-203-10/+80
* Change the label of the GtkAppChooserDialog buttonMatthias Clasen2011-01-201-1/+1
* Make the show more button follow the show-other propertyWilliam Jon McCann2011-01-201-2/+2
* Adapt gtk_icon_info_load_symbolic to librsvg limitations tooMatthias Clasen2011-01-201-5/+5
* Don't reserve a column of space the for icons in app chooser buttonWilliam Jon McCann2011-01-201-5/+12
* Do not scan gtktextdisplay.h, avoids a scanner warningJohan Dahlin2011-01-201-1/+1
* Don't use an icon for Other Applications...William Jon McCann2011-01-201-6/+1
* gtksettings: Add gtk-doc to silent an annotation warningJohan Dahlin2011-01-201-0/+5
* Correct gtk-doc syntax and add missing (transfer)Johan Dahlin2011-01-201-17/+17
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-2018-49/+55
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-2049-248/+301
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-2036-94/+103
* [GI] Add missing (scope) annotationsPavel Holejsovsky2011-01-206-8/+12
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-2016-38/+42
* [GI] Fix transfer annotation on gtk_dialog_add_button()Steve Frécinaux2011-01-201-1/+1
* [GI] Add (type) annotations to real typesPavel Holejsovsky2011-01-205-16/+19
* Make GtkBorder style properties have a non-NULL defaultMatthias Clasen2011-01-191-0/+4
* Add gtk_text_view_get_cursor_locationsMatthias Clasen2011-01-193-16/+62
* Mention type vs region ambiguity in the docsMatthias Clasen2011-01-191-1/+8
* [GI] Added missing (transfer none) annotation to gtk_tree_view_get_path_at_posSebastian Pölsterl2011-01-191-1/+1
* Make GtkCssProvider deal with widget types not being in plain CamelCaseCarlos Garnacho2011-01-194-4/+52
* Set horizontal/vertical style classes to GtkRangesCarlos Garnacho2011-01-191-0/+1
* Make GtkCheckButton/GtkRadioButton background white againCarlos Garnacho2011-01-191-0/+1
* Don't displace background for spinbuttons in the theming engineCarlos Garnacho2011-01-191-9/+0
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-1815-33/+42
* [GI] Add missing (allow-none) annotationsPavel Holejsovsky2011-01-188-18/+18
* [GI] Annotate strings holding file paths as (type filename)Pavel Holejsovsky2011-01-1813-58/+63
* [GI] Make argument names in vfunc decls consistent with invoker docsPavel Holejsovsky2011-01-183-13/+13
* [GI] Mark callbacks' context parameter with (closure) annotation.Pavel Holejsovsky2011-01-189-13/+24