summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* listbox: Remove css box drawingTimm Bäder2017-07-191-61/+2
* headerbar: Remove css box drawingTimm Bäder2017-07-191-28/+1
* widget: Draw focus outlineTimm Bäder2017-07-191-0/+10
* progressbar: Remove css box drawingTimm Bäder2017-07-191-31/+4
* label: Remove css box drawingTimm Bäder2017-07-191-29/+14
* gtkgrid: Remove css box drawingTimm Bäder2017-07-191-23/+1
* gizmo: Remove css box drawingTimm Bäder2017-07-191-19/+3
* box: Remove css box drawingTimm Bäder2017-07-191-25/+1
* Widget: Disable css box drawing for GtkWindowTimm Bäder2017-07-191-8/+10
* button: Remove css box drawingTimm Bäder2017-07-191-35/+1
* widget: Draw background and border for every widgetTimm Bäder2017-07-191-0/+66
* Avoid compiler warningsMatthias Clasen2017-07-191-2/+2
* gtkwindow: Free pointer foci on disposeCarlos Garnacho2017-07-191-0/+3
* gtkwindow: Do not leak GtkPointerFocusCarlos Garnacho2017-07-191-0/+1
* Fix MacOS compiler warnings.John Ralls2017-07-181-3/+5
* Copy gtk_clipboard_get_default implementation to gtkclipboard-quartz.cJohn Ralls2017-07-181-6/+9
* quartz: Implement gtk_clipboard_get_selectionPhilip Chimento2017-07-181-0/+14
* meson: Add missing source fileEmmanuele Bassi2017-07-181-0/+1
* filechooserwidget: Add GtkFileChooserErrorStackTimm Bäder2017-07-185-46/+227
* filechooserwidget: Let the rename entry hexpandTimm Bäder2017-07-181-0/+1
* Add nullable return annotation to gtk_text_mark_get_nameIñaki García Etxebarria2017-07-181-1/+1
* Add nullable return annotation to gtk_notebook_get_tab_labelIñaki García Etxebarria2017-07-181-1/+1
* Update the URLs of known licenses to HTTPSDaniel Aleksandersen2017-07-181-12/+12
* gtkapplication: Mark gtk_application_get_active_window() as nullableArun Raghavan2017-07-181-1/+2
* Add gtkfilechoosernativequart.c to meson buildMatthias Clasen2017-07-181-0/+1
* GtkFileChooserNativeWin32: add support for get_filter and set_filterTom Schoonjans2017-07-181-2/+40
* GtkFileChooserNativeQuartz: add support for get_filter and set_filterTom Schoonjans2017-07-183-3/+36
* GtkFileChooserNative: documentation updatedTom Schoonjans2017-07-181-2/+18
* GtkFileChooserNativeQuartz: add support for filtersTom Schoonjans2017-07-183-18/+190
* GtkFileChooserNativeQuartz: add partial support for extra widgetTom Schoonjans2017-07-181-8/+24
* GtkFileChooserNativeQuartz: add support for GTK_FILE_CHOOSER_ACTION_CREATE_FO...Tom Schoonjans2017-07-181-39/+51
* GtkFilechooserNative: add macOS supportTom Schoonjans2017-07-184-0/+447
* Drop gtk-doc trigraphs on GtkTextView enumerationEmmanuele Bassi2017-07-161-2/+1
* image: Warn when attempting to load pixdata GResourcesBastien Nocera2017-07-121-2/+40
* Use newer glib-genmarshal to simplify build rulesEmmanuele Bassi2017-07-111-6/+8
* Avoid a race in the print portalMatthias Clasen2017-07-071-11/+44
* Avoid a race in the file chooser portalMatthias Clasen2017-07-071-3/+36
* label: Remove extra quote in code exampleDaniel Boles2017-07-071-1/+1
* headerbar: fix "widow" typo in docsWill Thompson2017-06-151-1/+1
* GtkActionHelper: Remove unnecessary NULL checkDebarshi Ray2017-06-131-10/+5
* GtkActionHelper: Allow a NULL action-name to unset the previous GActionDebarshi Ray2017-06-131-28/+38
* file chooser: Don't pass NULL as title to the portalMatthias Clasen2017-06-131-1/+4
* gtk/Makefile.am: Fix 'make dist'Chun-wei Fan2017-06-121-2/+1
* label: Provide a baseline in all casesMatthias Clasen2017-06-111-4/+25
* center box: Take baseline-position fully into accountMatthias Clasen2017-06-101-3/+22
* center box: complete the baseline supportMatthias Clasen2017-06-102-1/+138
* center box: Fix size allocationMatthias Clasen2017-06-101-1/+1
* center box: Drop a useless lineMatthias Clasen2017-06-101-1/+0
* icon-theme: Show filename attempted when icon fails to loadRobert Ancell2017-06-091-0/+1
* iconhelper: Show error if fail to load placeholder iconRobert Ancell2017-06-091-1/+3