summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Add 3.16 version macrosMatthias Clasen2014-09-291-0/+16
* Broadway: Improve formatting of an error messageMatthias Clasen2014-09-291-1/+1
* gdk_rgba_parse : do not segfault on null stringPierre-Yves Luyten2014-09-281-0/+3
* Implement titlebar action settings for WaylandMatthias Clasen2014-09-251-1/+3
* Implement titlebar action settings for X11Matthias Clasen2014-09-251-0/+3
* Improve workarea documentationMatthias Clasen2014-09-241-0/+4
* x11: Neuter workarea in fullscreen scenariosMatthias Clasen2014-09-241-1/+34
* win32: provide an implementation for gdk_test_simulate_key().Jehan2014-09-221-1/+78
* gdkwindow: check grab window and children on get_pointer_window()Carlos Garnacho2014-09-221-1/+2
* build: Set no_undefined in Makefile.declРуслан Ижбулатов2014-09-151-4/+0
* Initialize impl_window for foreign W32 windowsРуслан Ижбулатов2014-09-081-0/+1
* Link broadway backend against librtMatthias Clasen2014-09-071-1/+1
* Small doc improvementMatthias Clasen2014-09-071-1/+3
* GdkFrameClockIdle: Add a missing declarationMatthias Clasen2014-09-051-3/+4
* Wayland: Fix various compiler warningsMatthias Clasen2014-09-059-68/+21
* Broadway: Fix various compiler warningsMatthias Clasen2014-09-058-28/+13
* wayland: Don't leak the tmp_keymapJasper St. Pierre2014-09-051-1/+2
* wayland: Correctly find the keyboard for the keymapJasper St. Pierre2014-09-051-1/+1
* Make a warning more informativeMatthias Clasen2014-09-051-1/+1
* GdkWindow: Remove unused fieldsAlexander Larsson2014-09-051-6/+0
* gdkcairo: Add a missing flushJasper St. Pierre2014-09-021-0/+3
* gdkwindow: Fix update area calculations for native subwindowsAlexander Larsson2014-09-021-7/+2
* wayland: Unset window_impl->commit_pending when hiding the surfaceCarlos Garnacho2014-09-011-0/+1
* wayland: Store and use the current grab cursor, if anyCarlos Garnacho2014-09-011-2/+33
* wayland: Keep the last cursor on leave, try to restore it on enterCarlos Garnacho2014-09-011-5/+5
* wayland: Reference pixmap-based cursors' surface before handing the wl_bufferCarlos Garnacho2014-09-011-0/+2
* wayland: Add private API to retrieve the drag window for a drag contextCarlos Garnacho2014-09-012-0/+13
* wayland: Return properly type hints from GdkWindowsCarlos Garnacho2014-09-011-1/+8
* wayland: Don't set an xdg surface to DnD windowsCarlos Garnacho2014-09-011-1/+2
* wayland: Implement drag sourcesCarlos Garnacho2014-09-014-6/+203
* wayland: Implement the dropping part of DnDCarlos Garnacho2014-09-013-5/+255
* wayland: Replace clipboard implementationCarlos Garnacho2014-09-013-400/+49
* wayland: Implement drag/source side of selectionsCarlos Garnacho2014-09-014-1/+362
* wayland: Implement drop/destination side of selectionsCarlos Garnacho2014-09-014-1/+479
* wayland: implement text_property_to_utf8_list()Carlos Garnacho2014-09-011-1/+31
* gdk: Remove check for source windowCarlos Garnacho2014-09-011-1/+0
* gdk: Add GDK_DRAG_PROTO_WAYLANDCarlos Garnacho2014-09-011-1/+3
* Trivial formatting fixMatthias Clasen2014-08-301-3/+4
* quartz: Get default font size from user fontJesse van den Kieboom2014-08-281-1/+3
* quartz-dnd: make sure to set source windowJesse van den Kieboom2014-08-271-0/+3
* wayland: Ensure the parent is committed after repositioning subsurfacesCarlos Garnacho2014-08-271-1/+11
* threads: Do not release the GDK lock if it hasn't been acquired yetEmmanuele Bassi2014-08-261-0/+20
* Cleanup invalid comments (duplication of words)Ikey Doherty2014-08-262-2/+2
* wayland: Fix x/y coordinate arguments on wl_data_device eventsCarlos Garnacho2014-08-261-4/+4
* wayland: ensure gdk_device_manager_get_client_pointer() returns a master pointerCarlos Garnacho2014-08-261-2/+3
* wayland: unset sequence if the xdg surface is moved/resized through touchCarlos Garnacho2014-08-261-9/+16
* wayland: Add internal API to unset a touch implicit grabCarlos Garnacho2014-08-262-0/+17
* wayland: Update the display serial on touch down/up eventsCarlos Garnacho2014-08-261-0/+8
* wayland: Improve implicit grab serial retrievalCarlos Garnacho2014-08-263-12/+59
* wayland: Store per-touch touch_down serialCarlos Garnacho2014-08-261-0/+2