shell: position input panel layer above fullscreen layer
[profile/ivi/weston-ivi-shell.git] / desktop-shell / shell.c
2014-04-02 Manuel Bachmannshell: position input panel layer above fullscreen...
2014-04-02 Manuel Bachmanncompositor: use Mod-Tab to show/raise minimized surfaces
2014-04-02 Manuel Bachmanncompositor: implement xdg_surface_set_minimized()
2014-04-01 Pekka Paalanencompositor: reorganize struct weston_buffer_viewport
2014-03-25 Jasper St. Pierreshell: Correct error message when we already have an...
2014-03-20 Kristian Høgsbergshell: Only animate window closing for mapped windows
2014-03-19 Kristian Høgsbergshell: Animate window closing
2014-02-19 Kristian Høgsbergxdg-shell: Bump unstable version to 3
2014-02-19 Kristian Høgsbergshell: Consolidate state changes into xdg_surface_chang...
2014-02-19 Jasper St. Pierrexdg-shell: Replace the set_* atrocity with a new approach
2014-02-19 Jasper St. Pierrexdg-shell: Rename focused_set / focused_unset to activa...
2014-02-19 Jasper St. PierreReorder the xdg_shell implementations to fit the spec...
2014-02-18 Emilio Pozuelo Monfortexposay: arrange views per-output
2014-02-13 Kristian Høgsbergshell: Use the per-client responsiveness tracking for...
2014-02-12 Kristian Høgsbergcompositor: Drop core ping_handler callout
2014-02-12 Kristian Høgsbergclient: Fix shell unstable version check
2014-02-12 Kristian Høgsbergxdg-shell: Move "ping" and "pong" to xdg_shell, not...
2014-02-06 Jasper St. Pierrexdg-shell: Add set_margin request
2014-02-06 Kristian Høgsbergxdg-shell: Drop edges arg from xdg_surface configure...
2014-02-06 Ander Conselvan... compositor: Move view repositioning logic into shell
2014-02-06 Ander Conselvan... compositor: Remove weston_output::move_signal
2014-02-06 Emilio Pozuelo Monfortdim-layer: fix dimming for unfocused surfaces
2014-02-05 Kristian Høgsbergshell: Remove elaborate if-statement with empty body
2014-02-03 Kristian Høgsbergshell: Handle wl_shell surfaces created by xwayland...
2014-02-01 Jasper St. Pierreweston: Send xdg_surface_send_focused_[un]set when...
2014-02-01 Emilio Pozuelo Monfortdesktop-shell: initialize children link
2014-02-01 Emilio Pozuelo Monfortdesktop-shell: maximize the surface with the kbd focus
2014-01-22 Kristian Høgsbergshell: Properly track the focus state surface
2014-01-20 Ricardo Vieirashell: Don't move maximized window
2014-01-20 Kristian Høgsbergshell: Add mod+shift left-click as a resize binding
2014-01-20 U. Artie Eoffshell: assert get_shell_surface() != NULL as appropriate
2014-01-20 U. Artie Eoffshell: validate create_focus_surface results
2014-01-20 U. Artie Eoffshell: validate get_animation_type parameter
2014-01-20 Kristian Høgsbergshell: Don't start a fade animation if we don't have...
2014-01-18 Kristian HøgsbergRevert part of 17bccaed428ac1f6ec9f8e667175ad81e90508ff
2014-01-18 Kristian Høgsbergshell: Cancel popups when triggering screensaver
2014-01-17 Kristian Høgsbergshell: Stop moving surfae after touch point 0 goes up
2014-01-17 Kristian Høgsbergshell: Don't assign keyboard focus for seats without...
2014-01-17 Kristian Høgsberginput: Handle unplugging the output for a touchscreen...
2014-01-17 Kristian Høgsbergshell: Disable exposay by default
2014-01-15 Kristian Høgsbergshell.c: Not all seats have pointers
2014-01-11 Kristian Høgsbergshell: Move maximize and fullscreen bindings to mod...
2014-01-10 Kristian Høgsbergshell: Orphan child windows when a shell surface is...
2014-01-09 Kristian Høgsbergshell: Make sure we still have touch or pointer focus...
2014-01-09 Rafal Mielniczukshell: run surface bindings only when focus surface...
2014-01-08 Emilio Pozuelo Monfortexposay: set an alpha on fullscreen surfaces
2014-01-03 Kristian Høgsbergshell: Only assign focus on touch if there is a touch...
2014-01-03 Kristian Høgsbergxwm: Handle WM_TRANSIENT_FOR
2014-01-02 Kristian Høgsbergshell.c: Set state_changed for xwayland surfaces as...
2014-01-02 Kristian Høgsbergshell: Only assign focus on click if there is a pointer...
2014-01-02 Kristian Høgsbergshell.c: Back out alt-tab functionality
2014-01-01 Jason EkstrandFix the size of surfaces created in create_black_surface
2014-01-01 Kristian Høgsbergshell: Fix up previous broken commit
2014-01-01 Kristian HøgsbergRevert "shell: Change stacking order calculation for...
2013-12-31 Kristian Høgsbergshell: Set state_changed when we make a surface transient
2013-12-22 Ander Conselvan... shell: Handle the desktop shell client destroy signal
2013-12-17 Jason EkstrandAdd a weston_surface_set_size function
2013-12-17 Ander Conselvan... shell: Reset fullscreen and maximized state on output...
2013-12-17 Zhang, Xiong Ydesktop-shell: Invalidate saved position when output...
2013-12-10 Giulio Camuffosdk: make C++11 plugins build again
2013-12-09 Jasper St. Pierreshell: Fix set_transient_for with a NULL parent
2013-12-09 Kristian Høgsbergshell: Make sure the shell implementation and protocol...
2013-12-06 Kristian Høgsbergdesktop-shell: Drop next_type from shell_surface
2013-12-06 Kristian Høgsbergshell: Put xwayland surface at the top of the fullscree...
2013-12-06 Kristian Høgsbergdesktop-shell: Make set_toplevel() clear surface states
2013-12-06 Kristian Høgsbergdesktop-shell: Set fullscreen flags in common code...
2013-12-06 Kristian Høgsbergdesktop-shell: Set maximized flags in common code path
2013-12-05 Rafael Antognollishell: Don't try to switch to a NULL shell surface.
2013-12-05 Rafael Antognollishell: Set a surface as TOPLEVEL instead of the old...
2013-12-05 Rafael Antognollishell: Add missing break to a case statement inside...
2013-12-04 Rafael Antognollishell: Fix activate logic on surface map.
2013-12-04 Kristian Høgsbergdesktop-shell: Split out input-panel code
2013-12-04 Kristian Høgsbergdesktop-shell: Split out exposay immplementation
2013-12-04 Kristian Høgsbergdesktop-shell: Move to new desktop-shell subdirectory