summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
...
* x11: Remove duplicate variable settingBenjamin Otte2016-03-201-2/+1
* GDK W32: Don't move iconic windowsРуслан Ижбулатов2016-03-181-8/+24
* quartz: fix quartz buildChristian Hergert2016-03-171-1/+4
* GDK W32: Fix shown window position calculation for dialogs and splashesРуслан Ижбулатов2016-03-141-3/+3
* gdkdnd: Add private means to commit the drag statusCarlos Garnacho2016-03-144-2/+57
* GDK W32: Fix pointer-under-window code for custom resizeРуслан Ижбулатов2016-03-141-6/+40
* GDK W32: Fix a typoРуслан Ижбулатов2016-03-121-1/+1
* Trivial formatting fixMatthias Clasen2016-03-112-24/+25
* added NSEventTypeMagnify and NSEventTypeRotate for ZOOM and ROTATE gesturesFriedrich Beckmann2016-03-111-1/+123
* gdk: Don't leak discarded window state eventJonas Ådahl2016-03-111-0/+1
* GDK W32: Partially rollback the custom resize for GL windowsРуслан Ижбулатов2016-03-101-27/+90
* quartz: Get core pointer from device managerPhilip Chimento2016-03-091-13/+25
* wayland: Add request focus support via gtk_shellJonas Ådahl2016-03-102-0/+17
* wayland: Add system bell support via gtk_shellJonas Ådahl2016-03-103-1/+30
* wayland: Don't invent our own unstable protocol semanticsJonas Ådahl2016-03-106-47/+43
* wayland: Make data_source_target() an empty stubCarlos Garnacho2016-03-091-26/+0
* wayland: Allow 0-size writes in selection/dndCarlos Garnacho2016-03-091-2/+1
* wayland: Clear more thoroughly the source-side data on dnd_finishedCarlos Garnacho2016-03-091-1/+1
* wayland: Unset the source-side DnD fd after passing it to the streamCarlos Garnacho2016-03-091-0/+2
* Set VirtualBox USB Tablet to GDK_SOURCE_MOUSETakao Fujiwara2016-03-081-0/+1
* GDK-Win32: Make update_stye_bits() available within the backendChun-wei Fan2016-03-083-13/+14
* Win32: Disable layered windows for GLChun-wei Fan2016-03-083-3/+43
* Sync default double-click time with GNOMEMatthias Clasen2016-03-071-1/+1
* wayland: Implement gtk-keynav-use-caret settingMatthias Clasen2016-03-071-0/+1
* win32: use a struct for the event sourcePaolo Borelli2016-03-053-36/+39
* win32: fix "unused variable" warningPaolo Borelli2016-03-051-7/+2
* gdk: Add an X setting for gtk-keynav-use-caretMatthias Clasen2016-03-041-0/+1
* wayland: Don't crash with offscreen windowsMatthias Clasen2016-03-041-1/+1
* x11: Trap errors around an XRandr callMatthias Clasen2016-03-041-2/+6
* wayland: Clean up key repeat timeoutMatthias Clasen2016-03-041-0/+2
* Check if XRRGetOutputInfo returned a null pointer.fiddlerwoaroof2016-03-031-0/+3
* Remove unused variableРуслан Ижбулатов2016-03-031-1/+0
* GDK W32: Fix redrawing during drag-move with no compositionРуслан Ижбулатов2016-03-031-8/+40
* GDK W32: Set default cursor from our own theme right awayРуслан Ижбулатов2016-03-031-0/+10
* GDK W32: Force correct mouse cursor for custom resize/moveРуслан Ижбулатов2016-03-034-58/+122
* GDK W32: Implement gdk_win32_screen_get_monitor_workarea()Руслан Ижбулатов2016-03-031-2/+24
* GDK W32: Use layered windowsРуслан Ижбулатов2016-03-024-42/+314
* GDK W32: custom (non-WM) drag-move and drag-resize codeРуслан Ижбулатов2016-03-024-149/+523
* wayland: synchronize key repeat with serverRay Strode2016-03-021-1/+36
* wayland: handle key up events earlier in deliver_key_eventRay Strode2016-03-021-3/+3
* wayland: make deliver_key_event return voidRay Strode2016-03-021-27/+18
* mir: display->list_devices vfunc was droppedRico Tzschichholz2016-03-021-9/+0
* wayland: Check actual impl type in transient loopOlivier Fourdan2016-03-011-2/+10
* gdk: Compress window state eventsJonas Ådahl2016-03-022-4/+36
* wayland: Restore size when configure size is 0x0Olivier Fourdan2016-03-011-2/+56
* gdk: implement gdk_display_list_devices using GdkSeatPaolo Borelli2016-02-291-26/+9
* gdk: remove the display->list_devices vfuncPaolo Borelli2016-02-2911-228/+46
* win32: init wintab when the device manager is constructedPaolo Borelli2016-02-293-7/+5
* win32: actually call _gdk_win32_screen_on_displaychange_eventPaolo Borelli2016-02-291-0/+1
* wayland: deal with staging buffer getting allocated prematurelyRay Strode2016-02-291-11/+24