summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* autocleanups: allow g_autoptr() usage with GtkTreePathChristian Hergert2017-12-051-0/+1
* Ensure that the path is always setEmmanuele Bassi2017-12-051-1/+3
* Fix the buildEmmanuele Bassi2017-12-051-1/+1
* gdk: Documentation improvementsMatthias Clasen2017-12-046-27/+36
* docs: Drop some no longer existing functionsMatthias Clasen2017-12-041-4/+0
* Revert "clipboard: Add gdk_clipboard_set()"Matthias Clasen2017-12-045-27/+118
* clipboard: Add gdk_clipboard_set()Benjamin Otte2017-12-055-118/+27
* dnd: Remove x/y coordinates from drag-data-receivedBenjamin Otte2017-12-0522-106/+117
* Expand the docsMatthias Clasen2017-12-041-1/+9
* Document gdk_content_provider_contents_changedMatthias Clasen2017-12-041-0/+6
* gdk: Expand the clipboard documentationMatthias Clasen2017-12-041-1/+10
* gdk: Fill in some blanks in the docsMatthias Clasen2017-12-047-3/+64
* Add a long description for GdkTextureMatthias Clasen2017-12-041-0/+16
* Move GdkGrabStatus docsMatthias Clasen2017-12-041-3/+1
* Add new stuff to the gdk docsMatthias Clasen2017-12-043-0/+114
* Fix the gdk doc buildMatthias Clasen2017-12-042-4/+0
* switch: Remove unused variableTimm Bäder2017-12-041-2/+0
* wayland: Initialize variableBenjamin Otte2017-12-041-0/+1
* actionbar: Add more docs for gtk_action_bar_get_revealedMatthias Clasen2017-12-041-0/+2
* about dialog: Add some missing docsMatthias Clasen2017-12-041-1/+20
* docs: Remove gtk_application_is_inhibitedMatthias Clasen2017-12-041-1/+0
* Remove some more gtk_widget_get_content_size usesTimm Bäder2017-12-0414-59/+54
* widgetbowl: Add some more widget typesTimm Bäder2017-12-041-0/+20
* testswitch: Remove unnecessary gtk_widget_show callsTimm Bäder2017-12-041-6/+0
* image: Stop using gtk_widget_get_content_sizeTimm Bäder2017-12-041-4/+3
* popover: Stop using gtk_widget_get_content_sizeTimm Bäder2017-12-031-5/+4
* spinner: Stop using gtk_widget_get_content_sizeTimm Bäder2017-12-031-4/+2
* gsk: Remove gsk_render_node_set_scaling_filters()Benjamin Otte2017-12-035-70/+2
* Use Unicode quotation marks in new stringsPiotr Drąg2017-12-033-3/+3
* Update POTFILES.inPiotr Drąg2017-12-032-0/+16
* GDK W32: Remove stray debug codeРуслан Ижбулатов2017-12-031-2/+0
* dnd: Remove unused variablesBenjamin Otte2017-12-031-61/+24
* Remove GdkDragProtocol from the apiMatthias Clasen2017-12-0318-172/+36
* Drop api that is only for unmanaged dndMatthias Clasen2017-12-034-31/+18
* dnd: Handle rootwin drop in gdkMatthias Clasen2017-12-031-40/+6
* dnd: Remove much of the unmanaged dndMatthias Clasen2017-12-033-670/+18
* wayland: Add primary clipboard subclassBenjamin Otte2017-12-036-242/+454
* wayland: Implement taking over the clipboardBenjamin Otte2017-12-032-70/+133
* wayland: Implement reading the clipboardBenjamin Otte2017-12-035-34/+168
* wayland: Add skeleton for a GdkClipboardWaylandBenjamin Otte2017-12-034-0/+137
* gdk: Get rid of owner change eventsBenjamin Otte2017-12-037-127/+7
* gtk: Remove GtkClipboardBenjamin Otte2017-12-0317-3862/+2
* icon-browser: Port to new clipboardBenjamin Otte2017-12-031-3/+3
* gtk-demo: Port to GdkClipboardBenjamin Otte2017-12-032-44/+51
* clipboard: Change image convenience APIsBenjamin Otte2017-12-033-39/+40
* gdk: Add (de)serializers for GDK_TYPE_TEXTUREBenjamin Otte2017-12-032-4/+56
* x11: Handle case where clipboard was reclaimed quicklyBenjamin Otte2017-12-031-0/+11
* entry: Port to GdkClipboardBenjamin Otte2017-12-031-142/+167
* x11: Implement storing the clipboardBenjamin Otte2017-12-031-6/+158
* x11: Implement MULTIPLE requestsBenjamin Otte2017-12-031-2/+94