summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* gdk: add gdk_window_set_shadow_width()Ryan Lortie2013-12-125-20/+77
* wayland: Fix order of xdg-shell requestsJasper St. Pierre2013-12-111-2/+2
* wayland: Update to latest xdg-shell.xmlJasper St. Pierre2013-12-072-28/+109
* wayland: Make sure to call use_unstable_versionJasper St. Pierre2013-12-071-0/+1
* gdk: Add some return_if_fail() warningsBenjamin Otte2013-12-071-0/+4
* Don't distribute generated sourcesMatthias Clasen2013-12-051-1/+3
* x11: Handle XINotifyPassiveGrab/Ungrab in focus eventsCarlos Garnacho2013-12-041-0/+12
* x11: Handle all XI2 crossing mode values in switchCarlos Garnacho2013-12-041-3/+7
* Revert "gdkwindow-x11: Don't set WM_TAKE_FOCUS if accept_focus is FALSE"Matthias Clasen2013-12-041-7/+2
* GDK-Win32: Ensure sources use UNIX line endingsChun-wei Fan2013-12-042-477/+477
* gdkwindow: Remove an unused assignmentPhilip Withnall2013-12-021-1/+0
* gdkwindow: Remove an unused assignmentPhilip Withnall2013-12-021-3/+3
* x11: Don't crash if a window is on an unmanaged screenBenjamin Otte2013-11-251-0/+2
* x11: keep track of the screen pixel size by calculating the bounding box of m...Carlos Garnacho2013-11-252-7/+37
* gdkwindow: Fix potential uses of uninitialised variablesPhilip Withnall2013-11-241-1/+5
* x11: Unset GdkX11DeviceXI2 scroll valuators on device changeCarlos Garnacho2013-11-223-0/+11
* wayland: Sync transient-for on xdg-surface show as well...Jasper St. Pierre2013-11-211-0/+1
* wayland: Allow set_title after initial showingJasper St. Pierre2013-11-211-8/+19
* Update xdg-shell.xmlJasper St. Pierre2013-11-211-1/+1
* Update xdg-shell.xmlJasper St. Pierre2013-11-191-1/+1
* wayland: Don't assert fail in DNDJasper St. Pierre2013-11-191-0/+2
* wayland: Don't recreate the gtk_surface on every showJasper St. Pierre2013-11-191-11/+10
* wayland: Set DBus properties after we've constructed the xdg_surfaceJasper St. Pierre2013-11-191-7/+5
* wayland: Fix invalid cast in transient_forJasper St. Pierre2013-11-191-5/+14
* gdk: Ignore crossings generated by passive grabs when resetting scroll axesCarlos Garnacho2013-11-181-1/+2
* wayland: Replace wl_shell_surface with xdg_shellJasper St. Pierre2013-11-188-296/+647
* Fix missing return and closing brace.William Hua2013-11-181-0/+3
* x11: Add extra debug spew on XI2 crossing and button eventsCarlos Garnacho2013-11-171-0/+18
* gdk: be more selective resetting scroll eventsCarlos Garnacho2013-11-171-8/+12
* gdk: Document event compression betterMartin Renold2013-11-162-10/+17
* Win32: Set the shows-desktop platform settingMatthias Clasen2013-11-151-0/+6
* Quartz: Set the shows-desktop platform settingMatthias Clasen2013-11-151-0/+7
* Add a GtkSetting for 'shell-shows-desktop'Ryan Lortie2013-11-143-0/+5
* broadway: Improve touch eventsAlexander Larsson2013-11-147-26/+52
* broadway: Support ipad on-screen keyboardAlexander Larsson2013-11-1310-1/+106
* broadway: Send focus out eventsAlexander Larsson2013-11-133-6/+18
* broadway: Fix focus handling with touch eventsAlexander Larsson2013-11-134-6/+14
* gdk/win32/gdkevents-win32.c: Fix typoChun-wei Fan2013-11-131-1/+1
* broadway: Support window resize/drag via touchAlexander Larsson2013-11-122-0/+32
* broadway: Add initial touch event supportAlexander Larsson2013-11-129-5/+164
* broadway: Disable all kinds of viewport scrolling and zoomingAlexander Larsson2013-11-122-0/+19
* broadway: Raise window on first click.Alexander Larsson2013-11-121-2/+7
* broadway: Add raise/lower opsAlexander Larsson2013-11-126-7/+87
* broadway: use 'click-to-focus' approach instead of 'focus-follows-mouse'Alexander Larsson2013-11-128-19/+83
* Handle recursion from motion event handlersOwen W. Taylor2013-11-1110-45/+38
* Fix warning with event compression on a destroyed windowOwen W. Taylor2013-11-111-1/+2
* gdk/win32: remove extra allocation for \r removalMarc-André Lureau2013-11-091-6/+4
* Add an event_compression setting to GdkWindowDaniel Sabo2013-11-094-0/+54
* broadway: Add buffer decoding colorizingAlexander Larsson2013-11-081-5/+71
* broadway: Extract buffer decoding to separate helperAlexander Larsson2013-11-081-8/+16