summaryrefslogtreecommitdiff
path: root/desktop-shell
AgeCommit message (Expand)AuthorFilesLines
2014-06-25shell: fix segfault in fullscreen bindingBoyan Ding1-0/+1
2014-06-23desktop-shell: Don't assume there is a pointer when resizingEmilio Pozuelo Monfort1-1/+2
2014-06-18desktop-shell: make background applications less darkJonny Lamb1-3/+3
2014-06-18exposay: fix crash when navigating with the keyboardEmilio Pozuelo Monfort1-1/+3
2014-05-23xdg-shell: Add show_window_menu requestJasper St. Pierre1-0/+12
2014-05-12shell: Make margin double-buffered state that's applied on commitJasper St. Pierre1-5/+12
2014-05-12shell: Don't use the helper methods in xdg_shell implementationsJasper St. Pierre1-28/+17
2014-05-12shell: Centralize management of sending configure requestsJasper St. Pierre1-49/+63
2014-05-12xdg-shell: Turn "activated" into a stateJasper St. Pierre1-4/+6
2014-05-12xdg-shell: Turn the resizing heuristics into an explicit stateJasper St. Pierre1-1/+20
2014-05-12xdg-shell: Rework the state systemJasper St. Pierre1-69/+77
2014-05-13xdg-shell: Rename set_transient_for to set_parentJasper St. Pierre1-4/+4
2014-05-09desktop-shell: Damage the black view when we remove itKristian Høgsberg1-0/+2
2014-05-09shell: Don't allow maximized surfaces to be moved with touchAnder Conselvan de Oliveira1-1/+1
2014-05-09shell: Fix crash when restoring focus state during workspace changeAnder Conselvan de Oliveira1-1/+1
2014-05-09shell: Fix artifacts caused by workspace change animationAnder Conselvan de Oliveira1-0/+9
2014-05-04xwayland: Fix fullscreen modeKristian Høgsberg1-1/+14
2014-04-30compositor: Remove the edges parameter from send_configureJasper St. Pierre1-11/+9
2014-04-30desktop-shell: Remove output_move listener on shutdownKristian Høgsberg1-0/+1
2014-04-30xwayland: Set decoration margin for xwayland windowsKristian Høgsberg1-4/+12
2014-04-30desktop-shell: Further consolidate move/resize grab checksKristian Høgsberg1-11/+4
2014-04-30xwayland: Make resizing work againKristian Høgsberg1-4/+6
2014-04-30shell.c: Set dirty for visible views on destroyed outputXiong Zhang1-1/+4
2014-04-30shell: Don't map surfaces of type SHELL_SURFACE_NONEAnder Conselvan de Oliveira1-13/+14
2014-04-29desktop-shell: Properly handle seat hotpluggingJason Ekstrand2-32/+53
2014-04-29desktop-shell: Remove unused variablesKristian Høgsberg1-1/+1
2014-04-29desktop-shell: Properly handle lowered fullscreen surfacesEmilio Pozuelo Monfort3-28/+43
2014-04-29desktop-shell: Keep windows on screen when movingKristian Høgsberg1-12/+58
2014-04-29desktop-shell: Raise new windows over fullscreen appsKristian Høgsberg1-0/+2
2014-04-29desktop-shell: End popup when starting a touch shell grabKristian Høgsberg1-0/+3
2014-04-29desktop-shell: Reject resize if we're already grabbedKristian Høgsberg1-0/+3
2014-04-29desktop-shell: Reject window move in common_surface_move()Kristian Høgsberg1-4/+3
2014-04-29shell: Fix crash when a client is destroyed during the resize grabAnder Conselvan de Oliveira1-1/+1
2014-04-29shell: Fix memory leaks caused by the window close animationAnder Conselvan de Oliveira1-5/+7
2014-04-21libinput: Forward frame events to clientsJonas Ådahl1-0/+6
2014-04-21shell: display the input panel on the active outputManuel Bachmann1-0/+13
2014-04-16shell: Destroy a previous input panel animation when showing it againAnder Conselvan de Oliveira1-14/+34
2014-04-16desktop-shell: Get rid of get_shell_clientJason Ekstrand1-32/+22
2014-04-11shell: Fix view repositioning logic for output move and destroyAnder Conselvan de Oliveira2-38/+54
2014-04-10shell: Keep shsurf->fullscreen_output set after unset_fullscreen()Ander Conselvan de Oliveira1-1/+0
2014-04-10shell: Damage below child surfaces on move to different workspaceAnder Conselvan de Oliveira1-0/+1
2014-04-10shell: Disarm the screensaver timeout timer on terminate_screensaver()Ander Conselvan de Oliveira1-0/+6
2014-04-10Reset the keyboard focus on all seats when the compositor is lockedNeil Roberts1-0/+18
2014-04-10Reset focus on unknown seats when restoring focus stateNeil Roberts1-0/+23
2014-04-09shell: Allow unresponsive surfaces to be moved againAnder Conselvan de Oliveira1-0/+3
2014-04-07desktop-shell: Activate surface on right click tooKristian Høgsberg1-0/+3
2014-04-06shell: Fix segfault from trying to access a destroyed popup shell surfaceBryan Cain1-0/+2
2014-04-02compositor: let the shells create the screenshooterGiulio Camuffo1-0/+2
2014-04-02shell: position input panel layer above fullscreen layerManuel Bachmann2-9/+10
2014-04-02compositor: use Mod-Tab to show/raise minimized surfacesManuel Bachmann1-0/+25