summaryrefslogtreecommitdiff
path: root/src/shell.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-14lock-surface: Set geometry width and height before centeringKristian Høgsberg1-0/+2
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-4/+4
2013-05-10shell: account for the subsurfaces when going fullscreen or maximizingGiulio Camuffo1-21/+68
2013-05-10shell: enable moving and resizing of a surface when clicking on a subsurfaceGiulio Camuffo1-2/+6
2013-05-10shell: keyboard focus and restacking fixes for sub-surfacesPekka Paalanen1-18/+48
2013-05-08input: Move surface picking into the pointer grab focus callbackKristian Høgsberg1-9/+17
2013-05-08input: Get rid of grab focus conceptKristian Høgsberg1-19/+14
2013-05-08input: Remove 'current' and related fields from weston_pointerKristian Høgsberg1-18/+5
2013-05-08compositor: Adapt to wl_surface going awayKristian Høgsberg1-25/+20
2013-05-07input: Eliminate weston_seat::has_pointer/keyboard/touchKristian Høgsberg1-2/+2
2013-05-07compositor: Move fan_debug to gl-rendererKristian Høgsberg1-12/+0
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg1-58/+56
2013-05-06input: Remove wl_seat destroy signalKristian Høgsberg1-1/+1
2013-05-06input: Rename wl_pointer to weston_pointerKristian Høgsberg1-51/+51
2013-05-06fold wl_keyboard into weston_keyboardKristian Høgsberg1-23/+21
2013-05-02text: Rename input_method to wl_input_methodJan Arne Petersen1-6/+6
2013-05-02text: Rename ::set_panel to ::set_overlay_panelJan Arne Petersen1-3/+3
2013-05-02text: Add output argument to set_toplevelJan Arne Petersen1-12/+16
2013-05-02text: Add support for panels following the cursorJan Arne Petersen1-7/+69
2013-04-15shell: clear popup grab interface on remove_popup_grab and popup_grab_endPhilipp Brüschweiler1-0/+3
2013-03-28sdk: be C++ friendlyGiulio Camuffo1-14/+14
2013-03-27shell: set the popup grab button as pressed only if it actually isGiulio Camuffo1-1/+5
2013-03-25shell: handle multiple popupsGiulio Camuffo1-25/+140
2013-03-19shell: reset rotation for maximized surfaceRafal Mielniczuk1-9/+22
2013-03-19shell: block move, rotate, resize in maximized stateRafal Mielniczuk1-4/+8
2013-03-18compositor, shell: surface transform inheritancePekka Paalanen1-27/+1
2013-03-18compositor: introduce weston_surface_geometry_dirty()Pekka Paalanen1-14/+10
2013-03-18Fix memory leaksScott Moreau1-0/+1
2013-02-27compositor: call configure on surfaces with a null buffer tooGiulio Camuffo1-19/+29
2013-02-22shell: Go straight to sleep if the sceensaver isn't configuredAnder Conselvan de Oliveira1-1/+3
2013-02-22shell: Use weston_compositor_sleep() instead of setting DPMS stateAnder Conselvan de Oliveira1-4/+1
2013-02-21compositor: Rename lock and unlock signals to idle and wakeAnder Conselvan de Oliveira1-12/+12
2013-02-21compositor: Move state tracking complexity into shellAnder Conselvan de Oliveira1-11/+4
2013-02-21shell: Use its own timer for the screensaver timeoutAnder Conselvan de Oliveira1-4/+20
2013-02-21compositor: Move fade animation out of core Weston into shellAnder Conselvan de Oliveira1-9/+103
2013-02-21animation: Make fade more controllableAnder Conselvan de Oliveira1-1/+1
2013-02-20Pass argc and argv to modulesKristian Høgsberg1-6/+4
2013-02-18shell: Do not hang when mapping a popup twiceGiulio Camuffo1-0/+9
2013-02-15text: Add show/hide_input_panel requestsJan Arne Petersen1-0/+3
2013-02-15text: Move input_panel interface to input-methodJan Arne Petersen1-33/+108
2013-02-15shell: Do not hang after setting input_panel twiceJan Arne Petersen1-0/+8
2013-02-15shell: Do not crash when hiding input_panelJan Arne Petersen1-3/+9
2013-02-15text: fix weston key bindings with input methodsJan Arne Petersen1-2/+8
2013-02-15shell: Set the DPMS state if the screensaver fails to launch or diesAnder Conselvan de Oliveira1-0/+9
2013-02-14shell: Fix bug when input panel is shown twiceJan Arne Petersen1-0/+3
2013-02-14shell: Add back ability to rotate unresponsive surfacesKristian Høgsberg1-12/+25
2013-02-14shell: Bypass fullscreen scaling if surface width and height match outputRob Bradford1-0/+7
2013-02-12xwm: Support _NET_WM_STATE_FULLSCREENKristian Høgsberg1-8/+25
2013-01-29shell: Whitespaces cleanupQuentin Glidic1-6/+6
2013-01-28matrix: track transform typeVasily Khoruzhick1-12/+5