summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Remove gdk_drag_manage_dnd()Benjamin Otte2017-12-111-4/+7
* dnd: Pass dx/dy instead of x_root/y_rootBenjamin Otte2017-12-111-2/+2
* gdk: Remove outdated gdk_drag_begin() alternativesBenjamin Otte2017-12-111-58/+5
* Remove GdkDragProtocol from the apiMatthias Clasen2017-12-031-22/+0
* docs: Remove mentions of gdk_cursor_new_from_pixbufMatthias Clasen2017-11-291-2/+2
* Drop support for setting event masks for floating devicesMatthias Clasen2017-11-251-144/+0
* gdkdnd: Make GdkDragContext->formats a GdkContentFormatsBenjamin Otte2017-11-201-17/+14
* gdk: Use G_PARAM_SPEC_STATIC_STRINGS throughoutMatthias Clasen2017-11-171-2/+2
* Drop gdkscreen.hMatthias Clasen2017-11-171-1/+0
* gdk: Replace GDK_NONE with NULLBenjamin Otte2017-11-151-2/+2
* gdkwindow: Remove event_mask arguments from constructorsBenjamin Otte2017-11-131-11/+1
* window: Set ALL_EVENT_MASKBenjamin Otte2017-11-131-1/+1
* Typo fixMatthias Clasen2017-11-051-1/+1
* Stop using the root window in gdk_window_create_similar_image_surfaceMatthias Clasen2017-11-051-9/+12
* Stop defaulting to the root window in gdk_window_get_geometryMatthias Clasen2017-11-051-3/+0
* Make toplevels have parent == NULLMatthias Clasen2017-11-051-24/+21
* window: Make icons GdkTexturesBenjamin Otte2017-11-051-3/+3
* gdk: Cursors no longer have a displayBenjamin Otte2017-11-041-1/+0
* gdk: Remove GdkWindow.set_device_cursor() vfuncBenjamin Otte2017-11-021-4/+2
* x11: Remove outdated functions from APIBenjamin Otte2017-11-021-3/+0
* Don't use GdkScreen hereMatthias Clasen2017-11-011-6/+4
* Remove leftover codeMatthias Clasen2017-11-011-8/+0
* gdk: Remove VisibilityNotify eventsBenjamin Otte2017-11-011-114/+0
* Change the fullscreen-on-monitor apiMatthias Clasen2017-11-011-6/+6
* Drop GdkVisualMatthias Clasen2017-10-311-1/+0
* Drop gdk_get_default_root_windowMatthias Clasen2017-10-311-7/+0
* Port to gdk_display_get_root_windowMatthias Clasen2017-10-311-10/+4
* Drop gdk_screen_get_toplevel_windowsMatthias Clasen2017-10-311-39/+0
* Drop gdk_window_get_screenMatthias Clasen2017-10-311-27/+3
* Drop GdkScreen from GdkDevice apisMatthias Clasen2017-10-311-1/+1
* gdk: Clear GL context when window is withdrawnAndrea Azzarone2017-10-251-0/+5
* GtkWindow/GdkWindow: Finish converting icons to surfacesAlexander Larsson2017-10-231-4/+4
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+5
* gdk: Coalesce 2 GdkWindow fields in GdkPointerWindowInfo structCarlos Garnacho2017-09-191-3/+3
* gdk: Remove implicit touch grab accountingCarlos Garnacho2017-09-191-8/+0
* gdk: Remove motion hintsCarlos Garnacho2017-09-191-34/+1
* gdk: Drop generation of synthesized crossing events on grabsCarlos Garnacho2017-09-191-350/+0
* gtk: Remove 2BUTTON and 3BUTTON events and event typesCarlos Garnacho2017-09-191-2/+0
* gdk: Remove array of event masksCarlos Garnacho2017-09-191-52/+0
* window: Improve detection of edge constraint supportGeorges Basile Stavracas Neto2017-09-171-0/+16
* gdkwindow: Avoid re-setting the opaque region if it doesn't changeRui Matos2017-08-181-0/+11
* Fix a bootstrapping problem without root windowsMatthias Clasen2017-08-121-9/+7
* Remove root window getters from public APIMatthias Clasen2017-08-111-16/+4
* GdkWindow: Remove gdk_window_new_inputTimm Bäder2017-08-091-32/+0
* gdkwindow: Update cursor for tablet tools in the windowCarlos Garnacho2017-07-261-0/+10
* GdkWindow: Default to unfocusedTimm Bäder2017-07-191-3/+3
* gdk: Remove synthetic crossing event emission due to geometry changesCarlos Garnacho2017-05-251-142/+1
* gdk: Ensure to implicitly deactivate grabs when an impl window is hiddenCarlos Garnacho2017-05-251-1/+3
* gdkwindow: Drop csw-side event translationCarlos Garnacho2017-05-251-950/+5
* gdkwindow: subsurface in gdk_window_get_parent()Olivier Fourdan2017-03-301-1/+10