shell: account for the subsurfaces when going fullscreen or maximizing
[platform/upstream/weston.git] / src / shell.c
2013-05-10 Giulio Camuffoshell: account for the subsurfaces when going fullscree...
2013-05-10 Giulio Camuffoshell: enable moving and resizing of a surface when...
2013-05-10 Pekka Paalanenshell: keyboard focus and restacking fixes for sub...
2013-05-09 Kristian Høgsberginput: Move surface picking into the pointer grab focus...
2013-05-09 Kristian Høgsberginput: Get rid of grab focus concept
2013-05-08 Kristian Høgsberginput: Remove 'current' and related fields from weston_...
2013-05-08 Kristian Høgsbergcompositor: Adapt to wl_surface going away
2013-05-08 Kristian Høgsberginput: Eliminate weston_seat::has_pointer/keyboard...
2013-05-07 Kristian Høgsbergcompositor: Move fan_debug to gl-renderer
2013-05-07 Kristian Høgsberginput: Merge wl_seat into weston_seat
2013-05-07 Kristian Høgsberginput: Remove wl_seat destroy signal
2013-05-07 Kristian Høgsberginput: Rename wl_pointer to weston_pointer
2013-05-07 Kristian Høgsbergfold wl_keyboard into weston_keyboard
2013-05-02 Jan Arne Petersentext: Rename input_method to wl_input_method
2013-05-02 Jan Arne Petersentext: Rename ::set_panel to ::set_overlay_panel
2013-05-02 Jan Arne Petersentext: Add output argument to set_toplevel
2013-05-02 Jan Arne Petersentext: Add support for panels following the cursor
2013-04-16 Philipp Brüschweilershell: clear popup grab interface on remove_popup_grab...
2013-03-28 Giulio Camuffosdk: be C++ friendly
2013-03-27 Giulio Camuffoshell: set the popup grab button as pressed only if...
2013-03-26 Giulio Camuffoshell: handle multiple popups
2013-03-19 Rafal Mielniczukshell: reset rotation for maximized surface
2013-03-19 Rafal Mielniczukshell: block move, rotate, resize in maximized state
2013-03-19 Pekka Paalanencompositor, shell: surface transform inheritance
2013-03-19 Pekka Paalanencompositor: introduce weston_surface_geometry_dirty()
2013-03-19 Scott MoreauFix memory leaks
2013-02-27 Giulio Camuffocompositor: call configure on surfaces with a null...
2013-02-22 Ander Conselvan... shell: Go straight to sleep if the sceensaver isn't...
2013-02-22 Ander Conselvan... shell: Use weston_compositor_sleep() instead of setting...
2013-02-22 Ander Conselvan... compositor: Rename lock and unlock signals to idle...
2013-02-22 Ander Conselvan... compositor: Move state tracking complexity into shell
2013-02-22 Ander Conselvan... shell: Use its own timer for the screensaver timeout
2013-02-22 Ander Conselvan... compositor: Move fade animation out of core Weston...
2013-02-22 Ander Conselvan... animation: Make fade more controllable
2013-02-20 Kristian HøgsbergPass argc and argv to modules
2013-02-18 Giulio Camuffoshell: Do not hang when mapping a popup twice
2013-02-15 Jan Arne Petersentext: Add show/hide_input_panel requests
2013-02-15 Jan Arne Petersentext: Move input_panel interface to input-method
2013-02-15 Jan Arne Petersenshell: Do not hang after setting input_panel twice
2013-02-15 Jan Arne Petersenshell: Do not crash when hiding input_panel
2013-02-15 Jan Arne Petersentext: fix weston key bindings with input methods
2013-02-15 Ander Conselvan... shell: Set the DPMS state if the screensaver fails...
2013-02-15 Jan Arne Petersenshell: Fix bug when input panel is shown twice
2013-02-15 Kristian Høgsbergshell: Add back ability to rotate unresponsive surfaces
2013-02-14 Rob Bradfordshell: Bypass fullscreen scaling if surface width and...
2013-02-13 Kristian Høgsbergxwm: Support _NET_WM_STATE_FULLSCREEN
2013-01-29 Quentin Glidicshell: Whitespaces cleanup
2013-01-28 Vasily Khoruzhickmatrix: track transform type
2013-01-24 Pekka Paalanenshell: remove remnants of screensaver surface list
2013-01-15 Jonas Ådahlshell: Don't lower fullscreen layer on activate
2013-01-15 Jonas Ådahlshell: Set input region of the black fullscreen surface
2012-12-07 Rob Bradfordshell: Remove confusing case fall-through
2012-12-06 Pekka Paalanencompositor: introduce weston_buffer_reference
2012-12-06 Jan Arne Petersenshell: Do not remove input panel layer when locked
2012-11-27 Ander Conselvan... compositor: Implement buffer transformation
2012-11-16 Ville Syrjäläshell/zoom: Increment/decrement disable_planes only...
2012-11-08 Ander Conselvan... shell: Remove the old repaint debug mode
2012-11-08 Ander Conselvan... compositor: Add debug key bindings infrastructure
2012-11-08 Jan Arne Petersenshell: Do not insert input panel layer when locked
2012-10-30 Kristian Høgsbergshell: End popups if we trigger a shell grab
2012-10-16 Jonas Ådahlshell: Update bindings to conform to pointer axis protocol
2012-10-11 Pekka Paalanenshell: do not double-init input region
2012-10-11 Pekka Paalanenshell: do not double-init a region
2012-10-10 Rafal Mielniczukshell: restore correct layer in shell_unset_fullscreen
2012-10-04 John Kåre Alsakerweston: Use float instead of GLfloat.
2012-10-04 Tiago Vignatticompositor: Add kill signal
2012-10-04 Tiago Vignattishell: Skip clients that we forked ourselves in kill...
2012-10-04 Tiago Vignattishell: Start the desktop-shell client in the idle handler
2012-09-26 Jan Arne Petersenshell: Fix crash when an input panel is hiding
2012-09-14 Ander Conselvan... compositor: Always assign an output when updating a...
2012-09-11 Kristian Høgsbergcompositor: Make all non-backend modules use module_ini...
2012-09-04 Philipp Brüschweilerworkspaces: don't segfault on invalid move_surface_to_w...
2012-08-31 Jonas Ådahlshell: Improve focus handling when moving surfaces...
2012-08-31 Jonas Ådahlshell: Introduce workspace manager interface
2012-08-31 Jonas Ådahlshell: Add possibility to move surfaces to other workspaces
2012-08-31 Jonas Ådahlshell: Always set focus when restoring focus state
2012-08-31 Pekka Paalanencompositor: triangle fan debug
2012-08-29 Scott MoreauImplement output transformations.
2012-08-13 Philipp Brüschweilershell: don't segfault when pressing super+k when no...
2012-08-13 Scott Moreaushell: Eliminate unneeded function.
2012-08-13 Rob Bradfordshell: Avoid modulo by zero error in positioning algorithm
2012-08-13 Rob Bradfordshell: Enhance the basic random positioning algorithm
2012-08-13 Kristian Høgsbergshell: Ignore unsolicited pong requests
2012-08-10 Kristian Høgsbergshell: Track pointer focus for all seats
2012-08-09 Philipp Brüschweilershell: move input panels into a designated layer
2012-08-09 Ander Conselvan... shell: Fix repaint debugging
2012-08-09 Philipp Brüschweilershell: don't abuse link_layer for keeping track of...
2012-08-03 Kristian Høgsbergshell: Make sure the black surface is opaque
2012-08-03 Kristian Høgsbergcompositor-drm: Disable planes when zoomed or capturing
2012-08-01 Kristian Høgsbergshell: Make it possible to move and raise unresponsive...
2012-08-01 Kristian Høgsbergshell: Move surface move code back to just after the...
2012-08-01 Kristian Høgsbergcompositor: Fold the log prototypes into compositor...
2012-08-01 Kristian Høgsbergshell: Give keyboard focus to top surface when current...
2012-07-31 Kristian Høgsbergshell: Always track focus state per workspace
2012-07-31 Kristian Høgsbergshell: Remove unused shsurf->focus_state
2012-07-31 Kristian Høgsbergshell: Use the right destroy listener in focus_state_su...
2012-07-20 Tiago Vignattishell: Remove unused pointer_end_grab
2012-07-20 Kristian Høgsbergshell: Center fullscreen surface whenever new buffer...
2012-07-19 Kristian Høgsbergshell: Set shell_interface.shell at initialization
2012-07-18 Kristian Høgsbergshell: Default to maximize/fullscreen on current output
next