summaryrefslogtreecommitdiff
path: root/clients/window.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington1-39/+5
2016-03-09clients: Use zallocBryce Harrington1-1/+2
2016-01-19client: Add DnD cursors to the managed cursors listCarlos Garnacho1-0/+16
2016-01-19data-device: Implement DnD actionsCarlos Garnacho1-0/+34
2016-01-19data-device: Implement DnD progress notificationCarlos Garnacho1-1/+5
2016-01-19Support axis source, axis discrete, frame and axis stop eventsPeter Hutterer1-1/+96
2015-11-23clients: Adjust grammar of comment for toysurface->prepare function pointerChris Michael1-1/+1
2015-11-20clients: Fix a few minor typos in commentsBryce Harrington1-4/+4
2015-11-20toytoolkit: Remove window_damage()Derek Foreman1-7/+0
2015-11-19Remove workspaces protocolJonas Ådahl1-57/+1
2015-11-19Use xdg_shell protocol from wayland-protocolsJonas Ådahl1-1/+1
2015-10-23clients: don't discard motion if we have a grabDerek Foreman1-3/+4
2015-10-23clients: try harder to discard motion after resizeDerek Foreman1-1/+3
2015-10-19clients: track seat_version per seat, not per displayDerek Foreman1-9/+11
2015-10-09weston: release keyboard/touch/pointer objectsFORT David1-4/+22
2015-09-22clients: ungrab the correct input when menus closeDerek Foreman1-1/+1
2015-08-21clients: Drop deadlock circumvention hack now that we don't need itJonas Ådahl1-32/+0
2015-08-07Coding style fixesDawid Gajownik1-1/+1
2015-07-17window: Use wl_cursor_frame_and_duration() for mouse cursor updatesDerek Foreman1-9/+114
2015-07-10clients: Simplify memory allocation with xzalloc()Bryce Harrington1-11/+2
2015-06-15Moved the MIN() macro to the helper include.Jon Cruz1-2/+0
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-0/+1
2015-06-15Remove redundant #include path component.Jon Cruz1-2/+2
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2015-05-15remove trailing whitespacesMichael Vetter1-1/+1
2015-03-27Pass config file from compositor to everythingPekka Paalanen1-1/+3
2015-03-26platform: rename create_egl_window to create_egl_surfaceJonny Lamb1-3/+3
2015-03-20clients & tests: use eglCreatePlatformWindowSurfaceEXT when supportedJonny Lamb1-4/+4
2015-03-20clients & tests: use eglGetPlatformDisplayEXT when supportedJonny Lamb1-1/+4
2015-03-19Spellcheck fixesBryce Harrington1-1/+1
2015-03-05window: Fix crash in input_set_pointer_image when cursor is specialDerek Foreman1-8/+19
2015-02-27xdg-shell: Bump unstable versionJasper St. Pierre1-1/+1
2015-02-27xdg-shell: Remove the flags from get_xdg_popupJasper St. Pierre1-2/+1
2015-02-27xdg-shell: Remove the serial from popup_doneJasper St. Pierre1-1/+1
2015-02-27xdg-shell: Take a xdg_surface as the parent surfaceJasper St. Pierre1-7/+7
2014-12-12window: use roundtrip instead of dispatch after get_registryMarek Chalupa1-1/+1
2014-12-04clients: support ivi-application.xml for clients/window.cNobuhiko Tanibata1-10/+57
2014-11-28clients: Use xmalloc in a few more placesDerek Foreman1-1/+1
2014-11-04window : compare version and call appropriate destructorkabeer khan1-4/+10
2014-09-22clients: Maximize window when double touch on title barXiong Zhang1-2/+24
2014-09-15window: Don't needlessly sync parent and geometryOndřej Majerech1-0/+12
2014-09-11Partially revert "xdg-shell: Add show_window_menu request"Pekka Paalanen1-7/+49
2014-09-04clients: Maximize window when double click on title barXiong Zhang1-1/+25
2014-08-27window: unbind egl surface and context on surface releaseArnaud Vrac1-2/+2
2014-08-21xdg-shell: bump experimental protocol versionPekka Paalanen1-1/+1
2014-08-20Replace deprecated xkbcommon symbols with current namesRan Benita1-12/+12
2014-08-15clients: use repeat_info event detailsJonny Lamb1-5/+44
2014-08-05window: Don't use the frame's geometry when fullscreenJasper St. Pierre1-2/+2
2014-07-17shell: Replace set_margin with set_window_geometryJasper St. Pierre1-13/+22
2014-07-17Interpret the size in the configure event as window geometryJasper St. Pierre1-1/+17