summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* API: gdk: Remove gdk_window_get_visual()Benjamin Otte2016-10-281-23/+1
* gdk: Remove GdkWindow.depth member variableBenjamin Otte2016-10-281-2/+0
* window: Add a GdkWindow:display propertyBenjamin Otte2016-10-281-3/+31
* gdk: Remove gdk_window_set_invalidate_handler()Benjamin Otte2016-10-271-27/+0
* gdk: Add deprecation guards around deprecated functionBenjamin Otte2016-10-271-1/+5
* Fix the buildMatthias Clasen2016-10-261-1/+1
* GdkWindow: Use the seat to enumerate devicesMatthias Clasen2016-10-261-9/+5
* Remove deprecated gdk_window_get_pointerMatthias Clasen2016-10-251-36/+0
* Remove an unused functionMatthias Clasen2016-10-251-13/+0
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-484/+39
* gdkwindow: Remove deprecated APIwip/ricotz/deprecatedRico Tzschichholz2016-10-241-110/+1
* gdk: Remove deprecated {keyboard,pointer}_{grab,ungrab} APIRico Tzschichholz2016-10-241-224/+0
* gdk: Add missing Since tags for gdk_window_new_child/inputRico Tzschichholz2016-10-181-0/+4
* API: gdk: Add gdk_window_new_child() and gdk_window_new_input()Benjamin Otte2016-10-181-0/+60
* gdk: Comment out gdk_cairo_create()Emmanuele Bassi2016-10-171-0/+2
* gdk: Remove old code to create drawing contextBenjamin Otte2016-10-161-100/+0
* gdk: Remove gdk_window_set_debug_updates()Benjamin Otte2016-10-161-78/+0
* API: Remove gdk_window_set_background()Benjamin Otte2016-10-161-168/+1
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-8/+2
* API: Remove gdk_window_set_composited()Benjamin Otte2016-10-161-137/+4
* API: Remove GDK_WA_CURSORBenjamin Otte2016-10-161-4/+0
* gdk: Use GdkMonitor APIsBenjamin Otte2016-10-161-2/+2
* gdk: Get rid of unused variablesBenjamin Otte2016-10-161-5/+0
* gdkwindow: configure native windows in move_native_children()Olivier Fourdan2016-10-131-3/+23
* Document window-icon related api as 'may not work'Matthias Clasen2016-08-241-1/+4
* gdk: Address pad events similarly to keyboard eventsCarlos Garnacho2016-08-231-1/+2
* gdk: Add pad event structs, enum values, and event mask bitCarlos Garnacho2016-08-231-0/+5
* gdkwindow: Fix potential NULL pointer dereferences in event codePhilip Withnall2016-08-071-2/+2
* gdkwindow: add gdk_window_move_to_rect ()William Hua2016-07-191-0/+95
* gdkwindow: store transient_for windowWilliam Hua2016-07-191-0/+2
* gdkwindow: store shadow sizesWilliam Hua2016-07-191-0/+5
* docs: Improve gdk_window_create_similar_image_surface()Emmanuele Bassi2016-07-111-0/+19
* gdk: Try harder at tracking drawing contextsEmmanuele Bassi2016-06-121-10/+7
* Avoid a deprecation warningEmmanuele Bassi2016-06-091-0/+4
* gdk: Deprecate gdk_cairo_create()Emmanuele Bassi2016-06-091-0/+11
* gdk: Explicitly create a cairo context inside GdkDrawingContextEmmanuele Bassi2016-06-091-0/+26
* Deprecate the gdk_window_begin/end_paint family of functionsEmmanuele Bassi2016-06-091-3/+5
* Associate the drawing context to the Cairo contextEmmanuele Bassi2016-06-091-29/+0
* Add GdkDrawingContextEmmanuele Bassi2016-06-091-16/+75
* Add frame drawing API to GdkWindowEmmanuele Bassi2016-06-091-162/+288
* gdk: Provide safe fallback for creating GL contextsEmmanuele Bassi2016-05-231-4/+13
* gdkwindow: Use GList lessTimm Bäder2016-05-121-18/+14
* Make gdk_event_get_pointer_emulated publicMatthias Clasen2016-05-101-15/+15
* Use a variable consistentlyMatthias Clasen2016-04-301-4/+4
* Use the new getterMatthias Clasen2016-04-301-4/+1
* gdk: Make GDK_TOUCH_CANCEL be dealt with similarly to GDK_TOUCH_ENDCarlos Garnacho2016-04-181-1/+3
* gdk: Forward tools in client-side windows event translationCarlos Garnacho2016-04-061-0/+2
* gdkwindow: Remove O(n-children) code in gdk_window_invalidateAlexander Larsson2016-03-311-29/+63
* Trivial formatting fixMatthias Clasen2016-03-111-3/+4
* gdkwindow: get the pointer device from the default seatPaolo Borelli2016-02-291-1/+3