summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Add missing (closure) GIR annotationsRobert Ancell2020-01-1316-22/+22
* Fix incorrect use of GIR closure annotations.Robert Ancell2020-01-134-14/+14
* Merge branch 'textbuffer-missing-api-docs' into 'master'Matthias Clasen2020-01-131-0/+8
|\
| * textbuffer: Add missing public API documentation.Robert Ancell2020-01-131-0/+8
* | Merge branch 'menutoolbutton-missing-api-docs' into 'master'Matthias Clasen2020-01-131-0/+10
|\ \
| * | menutoolbutton: Add missing public API documentation.Robert Ancell2020-01-131-0/+10
| |/
* | Merge branch 'docstring-typos' into 'master'Matthias Clasen2020-01-135-5/+5
|\ \
| * | Fix docstring errors with drag and drop codeRobert Ancell2020-01-135-5/+5
| |/
* | Add missing transfer notation for function return types.Robert Ancell2020-01-134-6/+6
|/
* Adwaita: Fix needs-attentionMatthias Clasen2020-01-113-31/+55
* Merge branch 'dnd-gestures-2' into 'master'Matthias Clasen2020-01-1156-4643/+3951
|\
| * dragdest: More documentationMatthias Clasen2020-01-111-9/+35
| * Update all callersMatthias Clasen2020-01-1112-77/+681
| * Reshuffle droptarget api a little bitMatthias Clasen2020-01-111-52/+98
| * dragicon: Add docsMatthias Clasen2020-01-091-0/+34
| * Properly export GtkDragIconMatthias Clasen2020-01-091-0/+1
| * Update all usersMatthias Clasen2020-01-0810-11/+11
| * dragdest: Rename ::drag-motion to ::acceptMatthias Clasen2020-01-081-27/+26
| * dragdest: Allow denying drops asynchronouslyMatthias Clasen2020-01-082-10/+70
| * remove debug spewMatthias Clasen2020-01-081-6/+1
| * dragdest: Add a ::drag-enter signalMatthias Clasen2020-01-081-6/+30
| * dragdest: Steps towards allowing nested drop sitesMatthias Clasen2020-01-081-56/+43
| * Update all callersMatthias Clasen2020-01-0813-21/+52
| * Add GdkDrop back to signal signaturesMatthias Clasen2020-01-081-11/+16
| * Drop gtk_drag_(un)highlightMatthias Clasen2020-01-082-40/+2
| * filechooser: Remove code for sidebar pre-armingMatthias Clasen2020-01-081-26/+0
| * listbox: Stop using gtk_drag_(un)highlightMatthias Clasen2020-01-081-2/+2
| * calendar: Remove drag highlighting callsMatthias Clasen2020-01-081-4/+0
| * textview: Remove unnecessary drag highlightingMatthias Clasen2020-01-081-6/+0
| * text: Remove unnecessary drag highlightingMatthias Clasen2020-01-081-5/+0
| * notebook: Receive tab dnd on the tabsMatthias Clasen2020-01-081-14/+16
| * Adwaita: No drag highlight for placessidebarMatthias Clasen2020-01-081-0/+1
| * Adwaita: No dnd highlight for iconviewsMatthias Clasen2020-01-081-0/+4
| * iconview: Use a named subnode for dnd highlightMatthias Clasen2020-01-082-2/+13
| * Adwaita: No dnd highlight for treeviewsMatthias Clasen2020-01-081-0/+3
| * treeview: Use a named subnode for dnd highlightMatthias Clasen2020-01-081-23/+46
| * Adwaita: No drag highlight for stack switchersMatthias Clasen2020-01-081-0/+1
| * Adwaita: No drag highlight for expandersMatthias Clasen2020-01-081-0/+7
| * dragdest: Rename ::armed to ::containsMatthias Clasen2020-01-081-26/+26
| * dragsource: Change the ::prepare return typeMatthias Clasen2020-01-081-18/+27
| * dragsource: Drop gtk_drag_source_drag_beginMatthias Clasen2020-01-082-62/+19
| * dragksource: Small doc fixMatthias Clasen2020-01-081-1/+1
| * Drop GTK content formats apisMatthias Clasen2020-01-082-133/+5
| * text: Use GDK content formats APIMatthias Clasen2020-01-081-2/+1
| * placessidebar: Use GDK content formats apiMatthias Clasen2020-01-081-14/+10
| * filechooserwidget: Use GDK content formats api:Matthias Clasen2020-01-081-2/+1
| * filechooserbutton: Use GDK content formats apiMatthias Clasen2020-01-081-3/+5
| * calendar: Use GDK content formats apiMatthias Clasen2020-01-081-2/+1
| * text: Fix dragging of text across focus changesMatthias Clasen2020-01-081-1/+9
| * Adwaita: Add drop highlight for iconview itemsMatthias Clasen2020-01-081-1/+9