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