summaryrefslogtreecommitdiff
path: root/desktop-shell
Commit message (Expand)AuthorAgeFilesLines
...
* shell: display the input panel on the active outputManuel Bachmann2014-04-211-0/+13
* shell: Destroy a previous input panel animation when showing it againAnder Conselvan de Oliveira2014-04-161-14/+34
* desktop-shell: Get rid of get_shell_clientJason Ekstrand2014-04-161-32/+22
* shell: Fix view repositioning logic for output move and destroyAnder Conselvan de Oliveira2014-04-112-38/+54
* shell: Keep shsurf->fullscreen_output set after unset_fullscreen()Ander Conselvan de Oliveira2014-04-101-1/+0
* shell: Damage below child surfaces on move to different workspaceAnder Conselvan de Oliveira2014-04-101-0/+1
* shell: Disarm the screensaver timeout timer on terminate_screensaver()Ander Conselvan de Oliveira2014-04-101-0/+6
* Reset the keyboard focus on all seats when the compositor is lockedNeil Roberts2014-04-101-0/+18
* Reset focus on unknown seats when restoring focus stateNeil Roberts2014-04-101-0/+23
* shell: Allow unresponsive surfaces to be moved againAnder Conselvan de Oliveira2014-04-091-0/+3
* desktop-shell: Activate surface on right click tooKristian Høgsberg2014-04-071-0/+3
* shell: Fix segfault from trying to access a destroyed popup shell surfaceBryan Cain2014-04-061-0/+2
* compositor: let the shells create the screenshooterGiulio Camuffo2014-04-021-0/+2
* shell: position input panel layer above fullscreen layerManuel Bachmann2014-04-022-9/+10
* compositor: use Mod-Tab to show/raise minimized surfacesManuel Bachmann2014-04-021-0/+25
* compositor: implement xdg_surface_set_minimized()Manuel Bachmann2014-04-022-1/+65
* compositor: reorganize struct weston_buffer_viewportPekka Paalanen2014-04-011-3/+3
* shell: Correct error message when we already have an xdg surfaceJasper St. Pierre2014-03-251-2/+2
* shell: Only animate window closing for mapped windowsKristian Høgsberg2014-03-201-1/+3
* shell: Animate window closingKristian Høgsberg2014-03-191-1/+31
* xdg-shell: Bump unstable version to 3Kristian Høgsberg2014-02-191-1/+1
* shell: Consolidate state changes into xdg_surface_change_stateKristian Høgsberg2014-02-191-55/+30
* xdg-shell: Replace the set_* atrocity with a new approachJasper St. Pierre2014-02-191-66/+75
* xdg-shell: Rename focused_set / focused_unset to activated / deactivatedJasper St. Pierre2014-02-181-2/+2
* Reorder the xdg_shell implementations to fit the spec'd orderJasper St. Pierre2014-02-181-16/+16
* exposay: avoid needlessly activating the active viewEmilio Pozuelo Monfort2014-02-181-0/+3
* exposay: don't crash if a view goes awayEmilio Pozuelo Monfort2014-02-181-2/+29
* exposay: arrange views per-outputEmilio Pozuelo Monfort2014-02-183-82/+107
* shell: Use the per-client responsiveness tracking for wl_shell as wellKristian Høgsberg2014-02-121-125/+73
* compositor: Drop core ping_handler calloutKristian Høgsberg2014-02-111-10/+6
* client: Fix shell unstable version checkKristian Høgsberg2014-02-111-1/+1
* xdg-shell: Move "ping" and "pong" to xdg_shell, not xdg_surfaceKristian Høgsberg2014-02-111-71/+180
* xdg-shell: Add set_margin requestJasper St. Pierre2014-02-061-0/+13
* xdg-shell: Drop edges arg from xdg_surface configure eventKristian Høgsberg2014-02-051-3/+17
* compositor: Move view repositioning logic into shellAnder Conselvan de Oliveira2014-02-051-16/+70
* compositor: Remove weston_output::move_signalAnder Conselvan de Oliveira2014-02-052-0/+35
* dim-layer: fix dimming for unfocused surfacesEmilio Pozuelo Monfort2014-02-051-4/+4
* shell: Remove elaborate if-statement with empty bodyKristian Høgsberg2014-02-051-4/+0
* shell: Handle wl_shell surfaces created by xwayland correctlyKristian Høgsberg2014-02-031-6/+11
* Makefile.am: Fix protocol source files usageQuentin Glidic2014-02-011-4/+0
* weston: Send xdg_surface_send_focused_[un]set when focusing surfacesJasper St. Pierre2014-02-011-1/+56
* desktop-shell: initialize children linkEmilio Pozuelo Monfort2014-02-011-4/+2
* desktop-shell: maximize the surface with the kbd focusEmilio Pozuelo Monfort2014-02-011-2/+2
* build: Move desktop-shell/Makefile.am into toplevel Makefile.amKristian Høgsberg2014-02-011-39/+0
* shell: Properly track the focus state surfaceKristian Høgsberg2014-01-221-8/+19
* shell: Don't move maximized windowRicardo Vieira2014-01-201-1/+1
* shell: Add mod+shift left-click as a resize bindingKristian Høgsberg2014-01-201-0/+3
* shell: assert get_shell_surface() != NULL as appropriateU. Artie Eoff2014-01-191-6/+19
* shell: validate create_focus_surface resultsU. Artie Eoff2014-01-191-2/+15
* shell: validate get_animation_type parameterU. Artie Eoff2014-01-191-0/+3