| Commit message (Expand) | Author | Age | Files | Lines |
* | GdkWindow -> GdkSurface initial type rename | Alexander Larsson | 2018-03-20 | 1 | -157/+157 |
* | Remove gdk_window_add_filter | Matthias Clasen | 2018-02-07 | 1 | -51/+43 |
* | x11: Don't use gdk_window_add_filter | Matthias Clasen | 2018-02-07 | 1 | -8/+12 |
* | Replace gdk_threads_add_timeout* with g_timeout_add() | Emmanuele Bassi | 2018-02-03 | 1 | -3/+3 |
* | dnd: Move GdkDragProtocol to X11 | Benjamin Otte | 2018-01-31 | 1 | -35/+34 |
* | dnd: Remove 2 vfuncs that aren't needed | Benjamin Otte | 2018-01-31 | 1 | -9/+7 |
* | Make gdk logging per-display | Matthias Clasen | 2018-01-14 | 1 | -48/+48 |
* | x11: Try getting ipc_window vs source_window right | Benjamin Otte | 2017-12-16 | 1 | -9/+10 |
* | x11: Use gdk_drag_context_get_display() | Benjamin Otte | 2017-12-16 | 1 | -24/+30 |
* | x11: Create IPC window outselves | Benjamin Otte | 2017-12-16 | 1 | -4/+10 |
* | gdk: Remove DRAG_STATUS and DROP_FINISHED events | Benjamin Otte | 2017-12-15 | 1 | -93/+26 |
* | x11: Remove GdkAtom usage from dnd code | Benjamin Otte | 2017-12-14 | 1 | -31/+10 |
* | Drop gdk_atom_intern | Matthias Clasen | 2017-12-13 | 1 | -1/+1 |
* | dnd: Remove gdk_drag_get_selection() | Benjamin Otte | 2017-12-14 | 1 | -13/+2 |
* | gdk/x11: s/gdk_event_free/g_object_unref/ | Carlos Garnacho | 2017-12-14 | 1 | -4/+4 |
* | gdk: Remove GdkEventType argument from GdkEvent union | Carlos Garnacho | 2017-12-14 | 1 | -2/+2 |
* | gdk: Refurbish GdkEvent struct hierarchy | Carlos Garnacho | 2017-12-14 | 1 | -14/+14 |
* | dnd: Only send DELETE request on X11 | Benjamin Otte | 2017-12-13 | 1 | -0/+11 |
* | x11: Move selection handling to GDK | Benjamin Otte | 2017-12-13 | 1 | -9/+159 |
* | dnd: Pass content to gdk_drag_begin() | Benjamin Otte | 2017-12-13 | 1 | -7/+7 |
* | x11: Constify XEvent usage | Benjamin Otte | 2017-12-13 | 1 | -13/+11 |
* | gdk: Remove gdk_event_put(), peek() etc | Benjamin Otte | 2017-12-13 | 1 | -4/+4 |
* | gdk: Remove gdk_drag_manage_dnd() | Benjamin Otte | 2017-12-11 | 1 | -59/+40 |
* | dnd: Pass dx/dy instead of x_root/y_root | Benjamin Otte | 2017-12-11 | 1 | -2/+6 |
* | dnd: Introduce gdk_drop_read_async() and use it | Benjamin Otte | 2017-12-10 | 1 | -5/+139 |
* | dnd: Add gdk_drag_context_get_display() | Benjamin Otte | 2017-12-10 | 1 | -17/+6 |
* | gdk: Sanitize GdkContentFormats API | Benjamin Otte | 2017-11-20 | 1 | -15/+12 |
* | gdkdnd: Make GdkDragContext->formats a GdkContentFormats | Benjamin Otte | 2017-11-20 | 1 | -63/+43 |
* | x11: Stop using GdkScreen altogether | Matthias Clasen | 2017-11-17 | 1 | -1/+1 |
* | Stop including gdkmain.h | Matthias Clasen | 2017-11-17 | 1 | -1/+0 |
* | x11: Fix error traps in the dnd code | Matthias Clasen | 2017-11-16 | 1 | -1/+3 |
* | gdk: Replace GDK_NONE with NULL | Benjamin Otte | 2017-11-15 | 1 | -1/+1 |
* | gdkwindow: Remove event_mask arguments from constructors | Benjamin Otte | 2017-11-13 | 1 | -1/+1 |
* | x11: Store toplevel list in GdkDisplay | Matthias Clasen | 2017-11-13 | 1 | -1/+0 |
* | x11: Reduce uses of the root window | Matthias Clasen | 2017-11-09 | 1 | -35/+26 |
* | x11: Stop using gdk_display_get_root_window | Matthias Clasen | 2017-11-05 | 1 | -6/+6 |
* | x11: Drop use of gdk_display_get_toplevel_windows | Matthias Clasen | 2017-11-05 | 1 | -1/+1 |
* | x11: Stop using gdk_display_get_default_screen | Matthias Clasen | 2017-11-01 | 1 | -2/+2 |
* | Port to gdk_display_get_root_window | Matthias Clasen | 2017-10-31 | 1 | -6/+6 |
* | Use gdk_display_get_toplevel_windows | Matthias Clasen | 2017-10-31 | 1 | -4/+4 |
* | Drop gdk_window_get_screen | Matthias Clasen | 2017-10-31 | 1 | -3/+3 |
* | Drop GdkScreen from GdkDevice apis | Matthias Clasen | 2017-10-31 | 1 | -3/+1 |
* | dnd: Drop GdkScreen from apis | Matthias Clasen | 2017-10-31 | 1 | -44/+29 |
* | build: Enable -Wswitch-enum and -Wswitch-default | Benjamin Otte | 2017-10-06 | 1 | -2/+26 |
* | x11: Fix managed dnd | Matthias Clasen | 2017-08-27 | 1 | -0/+1 |
* | Remove an unused field | Matthias Clasen | 2017-08-26 | 1 | -2/+0 |
* | x11: Fix initial drag cursors | Matthias Clasen | 2017-08-26 | 1 | -0/+4 |
* | Add names to more sources | Matthias Clasen | 2017-08-13 | 1 | -3/+5 |
* | gdk: Make more private functions static | Emmanuele Bassi | 2017-04-28 | 1 | -1/+1 |
* | gdk: Ensure GdkDragContext instantly updates drag window position | Carlos Garnacho | 2017-02-17 | 1 | -6/+23 |