summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* gdk: Make each backend have a custom GdkDrawingContext subclassBenjamin Otte2016-11-204-0/+95
* gdk: Fix a variableBenjamin Otte2016-11-171-1/+1
* gdk: Remove attributes_mask from gdk_window_new()Benjamin Otte2016-11-072-4/+2
* API: gdk: Add gdk_window_new_temp()Benjamin Otte2016-11-072-28/+2
* API: gdk: Add gdk_window_new_popup()Benjamin Otte2016-11-061-12/+3
* gdkwindow: Remove GdkWindowAttr.type_hintBenjamin Otte2016-11-062-6/+7
* x11: Set override_redirect on input-only windowsBenjamin Otte2016-11-061-0/+8
* API: gdk: Remove title from gdk_window_new()Benjamin Otte2016-11-051-7/+1
* API: gdk: Remove override_redirect flag from GdkWindowAttrBenjamin Otte2016-11-051-12/+2
* API: gdk: Remove gdk_window_set_override_redirect()Benjamin Otte2016-11-051-23/+0
* Fix up the fullscreen_on_monitor supportMatthias Clasen2016-11-041-1/+3
* gdkwindow-x11: Add support for gdk_window_fullscreen_on_monitorRui Matos2016-11-041-0/+18
* x11: Init no-multihead monitor without root windowBenjamin Otte2016-11-041-8/+6
* gdk: Remove visual APIs from GdkScreenBenjamin Otte2016-11-043-41/+0
* x11: Maointin window visuals without GdkVisualBenjamin Otte2016-11-036-95/+68
* x11: Remove unused hash tableBenjamin Otte2016-11-033-36/+0
* x11: Replace gdk_display_get_window_visual()Benjamin Otte2016-11-034-12/+30
* x11: Use X11 variables instead of GDK variablesBenjamin Otte2016-11-031-7/+10
* x11: Remove unused complexityBenjamin Otte2016-11-031-11/+6
* API: screen: Remove gdk_screen_is_composited()Benjamin Otte2016-10-295-78/+26
* API: gdk: Remove visual querying APIsBenjamin Otte2016-10-283-125/+0
* API: gdk: Remove gdk_window_get_visual()Benjamin Otte2016-10-284-7/+23
* gdk: Remove GdkWindow.depth member variableBenjamin Otte2016-10-281-4/+6
* x11: Remove code that temporarily unsets the backgroundBenjamin Otte2016-10-273-177/+0
* x11: Stop using gdk_device_manager_list_devicesMatthias Clasen2016-10-261-16/+10
* Revert "Remove gdk_device_grab/ungrab from the API"Matthias Clasen2016-10-251-6/+9
* Remove gdk_device_grab/ungrab from the APIMatthias Clasen2016-10-251-9/+6
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-253-9/+0
* x11: Add the same message as the wayland backend hasMatthias Clasen2016-10-171-1/+4
* gdk/x11: Constify argumentEmmanuele Bassi2016-10-172-3/+3
* Remove re-declarations of public functionsEmmanuele Bassi2016-10-171-5/+0
* API: Remove gdk_window_set_background()Benjamin Otte2016-10-162-144/+4
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-4/+1
* API: Remove gdk_window_set_composited()Benjamin Otte2016-10-162-75/+0
* API: window: Remove suppport for changing wmclass_name/groupBenjamin Otte2016-10-161-8/+5
* API: screen: Remove gdk_screen_make_display_name()Benjamin Otte2016-10-161-30/+0
* API: screen: Remove gdk_screen_get_active_window()Benjamin Otte2016-10-161-90/+0
* API: gdk: Remove gdk_screen_get_number()Benjamin Otte2016-10-164-13/+5
* API: Remove gdk_screen_get_width() and gdk_screen_get_height()Benjamin Otte2016-10-163-93/+24
* gdk: Require passing screen size to translate_screen_coord()Benjamin Otte2016-10-161-0/+4
* x11: Use GdkMonitor APIsBenjamin Otte2016-10-161-2/+2
* Rename Makefile references from 3.0 to 4.0Matthias Clasen2016-10-071-2/+2
* gdkscreen-x11: Enable RandR on VirtualBoxTakao Fujiwara2016-09-091-33/+2
* x11: Fix a trap mixupMatthias Clasen2016-08-291-1/+4
* gdk: Pass hardware ID on gdk_device_tool_new()Carlos Garnacho2016-08-231-1/+1
* Avoid a division by zeroMatthias Clasen2016-07-251-1/+2
* Opt in to structured loggingMatthias Clasen2016-07-221-0/+1
* x11: Mark trackpoints as GDK_SOURCE_TRACKPOINTMatthias Clasen2016-06-011-0/+3
* x11: Replace RROutput with XID as used in GdkX11MonitorRico Tzschichholz2016-05-271-1/+1
* x11/dnd: Ignore grab broken events from other devices than our DnD device.Carlos Garnacho2016-05-181-0/+4