summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mir: implement gdk_window_move_to_rect ()wip/attente/popup-atWilliam Hua2016-07-181-16/+114
* port to new gtk_menu_popup_at_* () functionsWilliam Hua2016-07-1819-1142/+553
* add demo for testing gtk_menu_popup_at_* ()William Hua2016-07-183-0/+2998
* gtkmenu: add gtk_menu_popup_at_* ()William Hua2016-07-1810-74/+1521
* gdkwindow: add gdk_window_move_to_rect ()William Hua2016-07-178-1/+418
* gdkwindow: store transient_for windowWilliam Hua2016-07-162-0/+3
* gdkwindow: store shadow sizesWilliam Hua2016-07-132-0/+9
* GtkFileChooserNativePortal: Use correct response code for acceptPatrick Griffis2016-07-131-1/+1
* gtk/gtkfilechoosernativeportal.c: Don't use g_autoptr()Chun-wei Fan2016-07-131-1/+2
* Remove a few mentions of GtkVBox in the docsMatthias Clasen2016-07-121-2/+2
* docs: Fix typo.Emmanuele Bassi2016-07-121-1/+1
* docs: Attempt a better explanation for gtk_widget_destroy()Emmanuele Bassi2016-07-121-14/+30
* placesview: fix spelling of WebDAV in a translatable stringPiotr Drąg2016-07-121-1/+1
* placesview: fix open action for locations without a mount or volumeRazvan Chitu2016-07-121-3/+12
* docs: Improve gdk_window_create_similar_image_surface()Emmanuele Bassi2016-07-111-0/+19
* Adwaita: remove old popover checkbutton/radiobutton styleLapo Calamandrei2016-07-093-57/+26
* Adwaita: remove some check and radio related cruftLapo Calamandrei2016-07-083-39/+0
* Updated POTFILES.inPiotr Drąg2016-07-082-0/+2
* Fix up the documentation of GtkTextView::move-viewportMatthias Clasen2016-07-081-3/+3
* Add portal support to GtkPrintOperationMatthias Clasen2016-07-084-35/+777
* print job: Add api to send data from an fdMatthias Clasen2016-07-082-0/+39
* page setup: Add api to serialize to a GVariantMatthias Clasen2016-07-083-0/+91
* Add api to serialize a GtkPaperSize to a GVariantMatthias Clasen2016-07-083-0/+94
* print settings: Add api to serialize to a GVariantMatthias Clasen2016-07-083-0/+73
* Support the Inhibit portalMatthias Clasen2016-07-082-38/+150
* Implement combobox apis for GtkFileChooserNativePortalMatthias Clasen2016-07-083-66/+203
* Implement combobox apis in GtkFileChooserWidgetMatthias Clasen2016-07-082-0/+195
* GtkFileChooser: Add abstract api for comboboxes and checkbuttonsMatthias Clasen2016-07-083-1/+128
* Adapt to simplified file chooser portal apiMatthias Clasen2016-07-081-3/+3
* file chooser portal: Port to new Request APIMatthias Clasen2016-07-081-29/+22
* Use the portal when sandboxedMatthias Clasen2016-07-081-8/+1
* portal: Sent more data alongMatthias Clasen2016-07-081-0/+21
* portal: Send file filters to the portalMatthias Clasen2016-07-081-0/+19
* Add api to serialize GtkFileFilter to a variantMatthias Clasen2016-07-083-0/+110
* Initial version of file chooser portal supportAlexander Larsson2016-07-084-1/+423
* about dialog: Use gtk_show_uri_on_windowMatthias Clasen2016-07-081-4/+1
* Add gtk_show_uri_on_windowMatthias Clasen2016-07-083-1/+74
* Add a portal helperMatthias Clasen2016-07-082-0/+26
* Change the priority of the window-close idle to G_PRIORITY_DEFAULTOwen W. Taylor2016-07-061-1/+1
* Add a css parser test for background-blend-modeMatthias Clasen2016-07-053-0/+40
* gtk3-demo: Simplify the blendmodes example a bitMatthias Clasen2016-07-042-37/+28
* wayland: remove unneeded statementOlivier Fourdan2016-07-041-2/+0
* wayland: return child only in device_query_state()Olivier Fourdan2016-07-041-1/+2
* Updated POTFILES.skipPiotr Drąg2016-07-042-0/+2
* gtk3-demo: Make blendmodes example non-resizableMatthias Clasen2016-07-031-0/+1
* Fix parsing of some css propertiesMatthias Clasen2016-07-031-3/+3
* css parser: Improve an error messageMatthias Clasen2016-07-031-5/+5
* demo: add a demo for blend modesGeorges Basile Stavracas Neto2016-07-038-0/+629
* css: add documentation for background-blend-modeGeorges Basile Stavracas Neto2016-07-031-0/+14
* css: add background-blend-mode supportGeorges Basile Stavracas Neto2016-07-036-3/+240