summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
...
* Update annotations for GdkDisplayEmmanuele Bassi2017-12-211-16/+14
* Update annotations for GdkEvent APIEmmanuele Bassi2017-12-211-3/+21
* Annotate gdk_x11_display_get_screen()Emmanuele Bassi2017-12-211-0/+8
* Remove unnecessary introspection annotationEmmanuele Bassi2017-12-211-1/+1
* broadway: Use correct type in assignmentEmmanuele Bassi2017-12-211-1/+1
* x11: Fix wrong condition when unsetting transient-forTimm Bäder2017-12-211-1/+1
* gdk: Remove leftover variableCarlos Garnacho2017-12-191-3/+0
* x11: Guard against NULL windowTimm Bäder2017-12-191-1/+1
* wayland: Handle scale 3 for cursorsMatthias Clasen2017-12-171-1/+1
* dnd: Get rid of IPC widgetsBenjamin Otte2017-12-161-4/+1
* x11: Add necessary NULL checkBenjamin Otte2017-12-161-1/+2
* x11: Try getting ipc_window vs source_window rightBenjamin Otte2017-12-161-9/+10
* x11: Use gdk_drag_context_get_display()Benjamin Otte2017-12-161-24/+30
* x11: Create IPC window outselvesBenjamin Otte2017-12-161-4/+10
* gdk: Remove DRAG_STATUS and DROP_FINISHED eventsBenjamin Otte2017-12-156-118/+28
* x11: Avoid crash in fallback move emulationMatthias Clasen2017-12-151-1/+7
* Drop gdk_keymap_get_for_displayMatthias Clasen2017-12-152-21/+0
* Replace gdk_keymap_get_for_display by gdk_display_get_keymapMatthias Clasen2017-12-158-9/+9
* Add gdk_display_get_keymapMatthias Clasen2017-12-152-0/+21
* Drop gdk_keymap_get_default()Matthias Clasen2017-12-143-21/+5
* gdk: Drop GDK_DAMAGEMatthias Clasen2017-12-143-8/+1
* Drop GDK_CLIENT_EVENTMatthias Clasen2017-12-144-9/+0
* gdk: Remove explicit event type numberingMatthias Clasen2017-12-141-38/+38
* Move code aroundMatthias Clasen2017-12-144-53/+48
* gdk: Drop GdkEventWindowStateMatthias Clasen2017-12-143-104/+1
* gdk: Add a GdkWindow::state propertyMatthias Clasen2017-12-142-1/+20
* x11: Remove GdkAtom usage from dnd codeBenjamin Otte2017-12-141-31/+10
* display: Remove leftover old clipboard APIsBenjamin Otte2017-12-149-225/+0
* x11: Fix erroneous & to be &&Krzesimir Nowak2017-12-141-2/+2
* x11: Get rid of default Atom convertersBenjamin Otte2017-12-143-75/+1
* device: Make axis label a regular stringBenjamin Otte2017-12-141-12/+21
* Drop atom-related cast macrosMatthias Clasen2017-12-133-26/+6
* Drop gdk_atom_internMatthias Clasen2017-12-1313-137/+81
* Drop gdk_atom_nameMatthias Clasen2017-12-139-89/+35
* dnd: Remove gdk_drag_get_selection()Benjamin Otte2017-12-1411-175/+33
* gdk: Remove ability to request selection notificationsBenjamin Otte2017-12-1411-195/+15
* gdk: Remove propertiesBenjamin Otte2017-12-1424-1497/+1
* broadway: Make compile after GdkEvent objectificationBenjamin Otte2017-12-141-20/+10
* x11: Make unsetting transient-for workBenjamin Otte2017-12-141-2/+10
* gdk: Remove selection definesBenjamin Otte2017-12-1412-243/+9
* gdk: Make gdk_display_peek_event() Return a reference to the eventCarlos Garnacho2017-12-141-2/+2
* gdk/wayland: s/gdk_event_free/g_object_unref/Carlos Garnacho2017-12-142-2/+2
* gdk/x11: s/gdk_event_free/g_object_unref/Carlos Garnacho2017-12-143-10/+10
* gdk: Remove gdk_window_[gs]et_event_compression()Carlos Garnacho2017-12-144-54/+0
* gdk: Implement motion history as motion event dataCarlos Garnacho2017-12-143-0/+58
* gdk: Keep reference on tools from motion/button events.Carlos Garnacho2017-12-141-2/+6
* gdk: Move additional code in gdk_event_new() to GdkEvent::constructedCarlos Garnacho2017-12-141-7/+13
* gdk: Make GdkEvent type a construct only propertyCarlos Garnacho2017-12-141-4/+62
* gdk: Remove gdk_event_is_allocated()Carlos Garnacho2017-12-141-20/+1
* gdk: Turn GdkEvent into a GObjectCarlos Garnacho2017-12-144-49/+67