summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Make GDK_TOUCH_CANCEL be dealt with similarly to GDK_TOUCH_ENDCarlos Garnacho2016-04-191-1/+3
* Trivial formatting fixMatthias Clasen2016-03-111-3/+4
* gdkwindow: get the pointer device from the default seatPaolo Borelli2016-02-291-1/+3
* gdk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-3/+3
* gdkwindow: cleanup, avoid direct access to display membersPaolo Borelli2016-02-281-4/+5
* wayland: add gdk_event_is_scroll_stop_event()Peter Hutterer2016-01-181-0/+1
* GdkWindow: Add a few ignore deprecations statements around GdkDeviceManagerCarlos Garnacho2015-12-161-0/+5
* GdkWindow: Iterate through seats' pointers/keyboards in older grab functionsCarlos Garnacho2015-12-161-24/+10
* gdk: Set seat on events generated in common codeCarlos Garnacho2015-12-161-0/+4
* GdkWindow: Listen to ::seat-removed in order to remove pointer infoCarlos Garnacho2015-12-151-11/+9
* GdkWindow: Iterate through seats in gdk_window_set_cursor()Carlos Garnacho2015-12-151-13/+6
* GdkWindow: Avoid gdk_device_manager_get_client_pointer()Carlos Garnacho2015-12-151-9/+9
* gdk: Manage GDK_TOUCH_CANCEL events on gdk_windowing_got_event()Carlos Garnacho2015-12-151-2/+4
* gdk: Allow passing the start coordinates in drag_beginMatthias Clasen2015-12-131-4/+35
* gdk: Fix invalidation w/ pixel cache when changing child window geometry.Alexander Larsson2015-11-091-7/+17
* Don't use g_slist_next in gdkMatthias Clasen2015-10-201-3/+3
* Remove overhead in gdk_window_get_user_dataMatthias Clasen2015-09-281-2/+0
* gdkwindow: Fix list_insert_link_beforeAlexander Larsson2015-09-211-0/+3
* gdkwindow: avoid multiple walking of children listChristian Hergert2015-09-141-2/+11
* gdkwindow: Avoid list allocation and object refs during repaintAlexander Larsson2015-09-141-10/+25
* gdkwindow: Store children list nodes in GdkWindow structureAlexander Larsson2015-09-131-18/+51
* gdk window: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-10/+11
* gdk window: Remove an unneeded variableMatthias Clasen2015-09-061-4/+1
* Trivial formatting fixMatthias Clasen2015-08-281-2/+1
* gdk: Proxy touchpad events through the client-side window hierarchyCarlos Garnacho2015-08-121-1/+100
* gdk: Add GDK_TOUCHPAD_GESTURE_MASK to GdkEventMaskCarlos Garnacho2015-08-121-1/+3
* Added api to set a window to fullscreen on a given monitor.Jeremy Whiting2015-07-251-0/+26
* gdk: Add some parameter checkingMatthias Clasen2015-07-171-0/+2
* Fix up doc commentsMatthias Clasen2015-06-231-2/+1
* Fix return value error in gdk_window_set_pass_throughTing-Wei Lan2015-06-171-1/+1
* gdkwindow: avoid updating background pattern if it matches previousChristian Hergert2015-06-161-0/+15
* gdk: Add gdk_window_set_pass_throughAlexander Larsson2015-06-151-4/+121
* Remove an unused variableMatthias Clasen2015-06-131-2/+0
* Fix 'void function should not return void expression' warning for clangTing-Wei Lan2015-06-131-1/+4
* Fix use-after-free in gdk_window_end_paint()Руслан Ижбулатов2015-04-301-1/+1
* Improve the docs for gdk_window_set_opaque_regionMatthias Clasen2015-04-181-3/+3
* gdkwindow: Fix potential NULL pointer dereferencePhilip Withnall2015-03-091-0/+3
* docs: Expand input handling documentation to cover event masksPhilip Withnall2015-02-191-0/+4
* Do not use "return" when chaining up to a void functionPaolo Borelli2015-02-171-5/+5
* gl: Drop profile for gdk_window_create_gl_context()Emmanuele Bassi2015-02-121-5/+1
* gl: Drop OpenGL legacy profileEmmanuele Bassi2015-02-091-13/+1
* GL: Split GL context creation in two phasesEmmanuele Bassi2015-02-091-5/+26
* Be safe against stray booleansMatthias Clasen2015-02-011-1/+1
* Fix an oversightMatthias Clasen2015-01-301-4/+2
* Resume events when disconnecting from a frame clockTom Hughes2015-01-301-0/+9
* GDK GL context's should associate with "window->impl_window" not "window"Niels Nesse2015-01-281-3/+3
* Fix core context creation in GdkGLContextNiels Nesse2015-01-281-1/+0
* Initialize variablesMatthias Clasen2015-01-241-0/+2
* Fix a typo in the docsMatthias Clasen2015-01-181-1/+1
* Remove some outdated referencesMatthias Clasen2015-01-181-9/+11