summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* widget: Remove show_all vfuncTimm Bäder2017-01-207-118/+1
* filechooserbutton: Be a GtkWidgetTimm Bäder2017-01-204-168/+109
* sizerequest: Use gtk_widget_measure to measure widget sizesTimm Bäder2017-01-201-6/+10
* gtkbuilder: Improve error messagesTimm Bäder2017-01-201-2/+2
* shortcutswindow: Unset search_bar in disposeTimm Bäder2017-01-201-1/+3
* shortcutswindow: Use GtkButton:icon-name for search buttonTimm Bäder2017-01-201-8/+3
* shortcutsshortcut: Be a GtkWidgetTimm Bäder2017-01-201-25/+49
* gtkshortcutswindow: Adapt to GtkWidget visibility changesTimm Bäder2017-01-202-18/+2
* filechooser: adapt to GtkWidget:visible changesTimm Bäder2017-01-202-36/+5
* coloreditor: Hide overlay boxesTimm Bäder2017-01-201-0/+3
* Hide popovers and toplevels by defaultTimm Bäder2017-01-202-0/+5
* widget: Be visible by defaultTimm Bäder2017-01-201-1/+3
* combobox: popdown() the menu during unmap()Daniel Boles2017-01-201-3/+14
* gtkmain: Fix build on WindowsChun-wei Fan2017-01-202-12/+8
* gtk: Register GSK resources at startupBenjamin Otte2017-01-201-0/+2
* combobox: Remove dead code & unneeded type checksDaniel Boles2017-01-191-409/+66
* combobox: Make wrap-width and grid mode work againDaniel Boles2017-01-191-1/+2
* Update callersMatthias Clasen2017-01-195-5/+5
* Drop arguments from gtk_initMatthias Clasen2017-01-192-45/+15
* Simplify initialization codeMatthias Clasen2017-01-191-108/+10
* Drop the --gtk-debug and --gtk-no-debug optionsMatthias Clasen2017-01-191-30/+0
* Drop the --g-fatal-warnings argumentMatthias Clasen2017-01-191-12/+0
* Drop the --gtk-modules argumentMatthias Clasen2017-01-191-19/+0
* Don't export gtk_get_option_groupMatthias Clasen2017-01-194-25/+1
* Stop exporting gtk_parse_argsMatthias Clasen2017-01-192-27/+1
* Drop gtk_init_with_argsMatthias Clasen2017-01-192-85/+0
* combobox: Avoid a pointless assignmentDaniel Boles2017-01-191-2/+2
* combobox: Also preselect active item in grid popupDaniel Boles2017-01-191-9/+11
* scale: Really fix documentation of set_digits()Daniel Boles2017-01-191-5/+4
* scale: doc: set_digits doesn’t round retroactivelyDaniel Boles2017-01-191-3/+3
* Scale: Always sync ::digits to Range::round-digitsDaniel Boles2017-01-191-5/+1
* combobox: Work around popup handler altering modelDaniel Boles2017-01-181-3/+7
* combobox: Don’t select active item if it’s hiddenDaniel Boles2017-01-181-1/+1
* combobox: Move variables into narrowest scopesDaniel Boles2017-01-181-10/+11
* css: Remove deprecated number-as-pixels compatibilityBenjamin Otte2017-01-188-41/+13
* Revert "filechooser portal: Make sure we can save"Matthias Clasen2017-01-171-13/+2
* filechooser portal: Make sure we can saveMatthias Clasen2017-01-171-2/+13
* switch: Fix buildTimm Bäder2017-01-161-0/+2
* switch: Remove some unused codeTimm Bäder2017-01-161-5/+0
* gtkentryprivate: Remove unused prototypeTimm Bäder2017-01-161-2/+0
* scalebutton: Use GtkButon:icon-name in the ui fileTimm Bäder2017-01-161-20/+2
* spinbutton: Restore gtk3 focus behaviorTimm Bäder2017-01-161-2/+4
* inspector: Use GtkButton:icon-name in ui filesTimm Bäder2017-01-162-40/+4
* entry: Remove unused struct memberTimm Bäder2017-01-161-1/+0
* grid: Fix plural error in docs' @Short_descriptionDaniel Boles2017-01-151-1/+1
* snapshot: Rename gtk_snapshot_translate_2d()Benjamin Otte2017-01-1315-77/+77
* snapshot: Rename append APIsBenjamin Otte2017-01-1330-199/+201
* cssimage: Fallback images have no aspect ratioBenjamin Otte2017-01-131-1/+1
* cssimage: Scale images to contain, not coverBenjamin Otte2017-01-131-4/+4
* snapshot: Redo pop() APIBenjamin Otte2017-01-1319-72/+57