summaryrefslogtreecommitdiff
path: root/clients/window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xdg-shell: Add show_window_menu requestJasper St. Pierre2014-05-231-49/+7
* clients: Allow creating a "detached" menuJasper St. Pierre2014-05-231-14/+50
* clients: Remove the window / user parameters from the menu functionJasper St. Pierre2014-05-181-6/+5
* window: Send ack_configure immediately from configure handlerKristian Høgsberg2014-05-121-9/+1
* window: Move the resize after interpreting the statesJasper St. Pierre2014-05-121-8/+8
* window: Set frame flags immediately when we handle the new states in configureJasper St. Pierre2014-05-121-12/+14
* xdg-shell: Turn "activated" into a stateJasper St. Pierre2014-05-121-16/+4
* terminal: Only add the new size to the title when we're resizingJasper St. Pierre2014-05-121-0/+17
* xdg-shell: Turn the resizing heuristics into an explicit stateJasper St. Pierre2014-05-121-7/+4
* xdg-shell: Rework the state systemJasper St. Pierre2014-05-121-33/+42
* xdg-shell: Rename set_transient_for to set_parentJasper St. Pierre2014-05-131-12/+12
* window: Ignore input events from subsurfacesAnder Conselvan de Oliveira2014-05-121-5/+16
* window: Add a simple getenv to force SHM renderingJasper St. Pierre2014-04-301-2/+2
* window: Clean up buffer type choosingJasper St. Pierre2014-04-301-8/+12
* window.c: Dismiss menu on touch up eventsKristian Høgsberg2014-04-291-0/+15
* window.c: Also grab touch events when grabbing inputKristian Høgsberg2014-04-291-3/+6
* window.c: Prevent key event delivery while a grab is activeKristian Høgsberg2014-04-291-0/+8