summaryrefslogtreecommitdiff
path: root/clients/window.c
Commit message (Expand)AuthorAgeFilesLines
* clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington2016-03-171-39/+5
* clients: Use zallocBryce Harrington2016-03-091-1/+2
* client: Add DnD cursors to the managed cursors listCarlos Garnacho2016-01-191-0/+16
* data-device: Implement DnD actionsCarlos Garnacho2016-01-191-0/+34
* data-device: Implement DnD progress notificationCarlos Garnacho2016-01-191-1/+5
* Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer2016-01-191-1/+96
* clients: Adjust grammar of comment for toysurface->prepare function pointerChris Michael2015-11-231-1/+1
* clients: Fix a few minor typos in commentsBryce Harrington2015-11-201-4/+4
* toytoolkit: Remove window_damage()Derek Foreman2015-11-201-7/+0
* Remove workspaces protocolJonas Ådahl2015-11-191-57/+1
* Use xdg_shell protocol from wayland-protocolsJonas Ådahl2015-11-191-1/+1
* clients: don't discard motion if we have a grabDerek Foreman2015-10-231-3/+4
* clients: try harder to discard motion after resizeDerek Foreman2015-10-231-1/+3
* clients: track seat_version per seat, not per displayDerek Foreman2015-10-191-9/+11
* weston: release keyboard/touch/pointer objectsFORT David2015-10-091-4/+22
* clients: ungrab the correct input when menus closeDerek Foreman2015-09-221-1/+1
* clients: Drop deadlock circumvention hack now that we don't need itJonas Ådahl2015-08-211-32/+0
* Coding style fixesDawid Gajownik2015-08-071-1/+1
* window: Use wl_cursor_frame_and_duration() for mouse cursor updatesDerek Foreman2015-07-171-9/+114
* clients: Simplify memory allocation with xzalloc()Bryce Harrington2015-07-101-11/+2
* Moved the MIN() macro to the helper include.Jon Cruz2015-06-151-2/+0
* Moved helper macro to a discrete include file.Jon Cruz2015-06-151-0/+1
* Remove redundant #include path component.Jon Cruz2015-06-151-2/+2
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* remove trailing whitespacesMichael Vetter2015-05-151-1/+1
* Pass config file from compositor to everythingPekka Paalanen2015-03-271-1/+3
* platform: rename create_egl_window to create_egl_surfaceJonny Lamb2015-03-261-3/+3
* clients & tests: use eglCreatePlatformWindowSurfaceEXT when supportedJonny Lamb2015-03-201-4/+4
* clients & tests: use eglGetPlatformDisplayEXT when supportedJonny Lamb2015-03-201-1/+4
* Spellcheck fixesBryce Harrington2015-03-191-1/+1
* window: Fix crash in input_set_pointer_image when cursor is specialDerek Foreman2015-03-051-8/+19
* xdg-shell: Bump unstable versionJasper St. Pierre2015-02-271-1/+1
* xdg-shell: Remove the flags from get_xdg_popupJasper St. Pierre2015-02-271-2/+1
* xdg-shell: Remove the serial from popup_doneJasper St. Pierre2015-02-271-1/+1
* xdg-shell: Take a xdg_surface as the parent surfaceJasper St. Pierre2015-02-271-7/+7
* window: use roundtrip instead of dispatch after get_registryMarek Chalupa2014-12-121-1/+1
* clients: support ivi-application.xml for clients/window.cNobuhiko Tanibata2014-12-041-10/+57
* clients: Use xmalloc in a few more placesDerek Foreman2014-11-281-1/+1
* window : compare version and call appropriate destructorkabeer khan2014-11-041-4/+10
* clients: Maximize window when double touch on title barXiong Zhang2014-09-221-2/+24
* window: Don't needlessly sync parent and geometryOndřej Majerech2014-09-151-0/+12
* Partially revert "xdg-shell: Add show_window_menu request"Pekka Paalanen2014-09-111-7/+49
* clients: Maximize window when double click on title barXiong Zhang2014-09-041-1/+25
* window: unbind egl surface and context on surface releaseArnaud Vrac2014-08-271-2/+2
* xdg-shell: bump experimental protocol versionPekka Paalanen2014-08-211-1/+1
* Replace deprecated xkbcommon symbols with current namesRan Benita2014-08-201-12/+12
* clients: use repeat_info event detailsJonny Lamb2014-08-151-5/+44
* window: Don't use the frame's geometry when fullscreenJasper St. Pierre2014-08-051-2/+2
* shell: Replace set_margin with set_window_geometryJasper St. Pierre2014-07-171-13/+22
* Interpret the size in the configure event as window geometryJasper St. Pierre2014-07-171-1/+17