summaryrefslogtreecommitdiff
path: root/clients/window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* window.c: Update pointer focus when taking a grabKristian Høgsberg2014-04-291-0/+2
* clients/window: Don't remove the touch listener on a frame eventNeil Roberts2014-04-251-3/+0
* window.c: Create xdg_surface up frontKristian Høgsberg2014-04-071-10/+15
* toytoolkit: match parent surface type when adding a subsurfaceManuel Bachmann2014-04-061-0/+7
* toytoolkit: Don't crash if wl_data_device_manager is not presentJason Ekstrand2014-04-021-8/+16
* toytoolkit: Expose output make and modelJason Ekstrand2014-04-021-0/+22
* toytoolkit: Only require xdg_shell if the window is not customJason Ekstrand2014-04-021-1/+1
* Check return value of wl_cursor functionsHardening2014-04-011-0/+4
* clients: Remove unused client-side resize tracking codeJasper St. Pierre2014-03-241-17/+4
* xdg-shell: Bump unstable version to 3Kristian Høgsberg2014-02-191-1/+1
* xdg-shell: Replace the set_* atrocity with a new approachJasper St. Pierre2014-02-191-71/+30
* xdg-shell: Rename focused_set / focused_unset to activated / deactivatedJasper St. Pierre2014-02-181-4/+4
* clients: Add support for the minimize buttonJasper St. Pierre2014-02-181-2/+13
* Reorder the xdg_shell implementations to fit the spec'd orderJasper St. Pierre2014-02-181-12/+12
* window: Remove window_location enumJasper St. Pierre2014-02-181-18/+2
* toytoolkit: avoid unnecessary redraws when focus changesEmilio Pozuelo Monfort2014-02-181-2/+0
* client: Fix shell unstable version checkKristian Høgsberg2014-02-111-1/+7
* xdg-shell: Move "ping" and "pong" to xdg_shell, not xdg_surfaceKristian Høgsberg2014-02-111-14/+11