shell: Make input_panel just a regular wl_surface
[profile/ivi/weston-ivi-shell.git] / src / shell.c
2012-06-27 Kristian Høgsbergshell: Make input_panel just a regular wl_surface
2012-06-27 Kristian Høgsbergshell: Make screensaver just a wl_surface
2012-06-27 Kristian Høgsbergshell: Make the lock surface just a plain wl_surface too
2012-06-27 Kristian Høgsbergshell: Make panel just a wl_surface too
2012-06-26 Kristian Høgsbergshell: Don't make desktop_shell background a wl_shell_s...
2012-06-26 Kristian Høgsbergshell: Fix inverted test for locked in workspace bindings
2012-06-25 Kristian Høgsbergshell: Hide workspace layer when locking screen
2012-06-22 Kristian Høgsbergshell: Animate input panel mapping
2012-06-22 Kristian Høgsbergutil: Generalize surface animation code
2012-06-21 Kristian Høgsbergshell: Don't focus to background, screensaver or input_...
2012-06-21 Kristian Høgsbergshell: Don't allow move/resize/rotate for input panel...
2012-06-21 Jan Arne Petersenshell: Add support for input panels
2012-06-21 Kristian Høgsbergshell: Just use surface->private for shell_surface
2012-06-21 Kristian Høgsbergshell: Schedule repaint when moving a surface
2012-06-18 Kristian Høgsbergswitcher: Don't use compositor->surface_list
2012-06-18 Scott MoreauAnimate transitions for zoom focus point change.
2012-06-15 Kristian Høgsbergshell: Don't override the sprite surface output
2012-06-13 Jonas Ådahlshell: Store focus state in workspaces
2012-06-13 Jonas Ådahlshell: Animate workspace changes
2012-06-13 Jonas Ådahlshell: Virtual workspaces
2012-06-12 Scott MoreauImplement animated transitions for zoom in/out.
2012-06-08 Martin MinarikReplace fprintf() by weston_log()
2012-06-08 Kristian Høgsbergcompositor: Drop weston_surface_to_global()
2012-06-07 Kristian Høgsbergshell: Emit destroy signal for when we manually destroy...
2012-06-07 Kristian Høgsbergshell: Don't remove grab listener if surface was destroyed
2012-06-07 Pekka Paalanenshell: fix crash when no pointer device
2012-06-06 Pekka Paalanenshell: fix a crash during 'make check'
2012-06-05 Kristian Høgsbergshell: Use a busy cursor animation for unresponsive...
2012-05-31 Daniel StoneUse wl_fixed_t for axis bindings
2012-05-31 Daniel StoneSplit bindings into separate key/button/axis bindings
2012-05-31 Daniel Stoneshell: Reset focus for all seats on activation
2012-05-31 Daniel StoneUse enum wl_keyboard_key_state instead of integer
2012-05-31 Daniel StoneUse enum wl_pointer_button_state instead of integer
2012-05-31 Daniel StoneConvert Weston modifier #defines to an enum
2012-05-31 Daniel StoneSupport wl_keyboard::modifiers event
2012-05-31 Scott MoreauImplement text cursor position protocol.
2012-05-26 Kristian Høgsbergshell: Add keybinding to force-close (SIGKILL) inactive...
2012-05-26 Tiago Vignattishell: use transient flags for activate or not new...
2012-05-22 Kristian Høgsbergxwm: Implement resizing by frame borders
2012-05-22 Kristian Høgsbergxwm: Add window resize support
2012-05-22 Kristian Høgsbergshell: Add back mod+pageup/down keybindings for zoom
2012-05-22 Scott MoreauRestructure output zoom.
2012-05-22 Scott Moreaushell: Update relevant bits to work with recent alpha...
2012-05-21 Kristian Høgsbergshell: Fix broken indentation in shell_get_shell_surface()
2012-05-21 Kristian Høgsbergshell: Make create_shell_surface() just return the...
2012-05-21 Kristian Høgsbergxwm: Switch alpha, brightness and saturation to GLfloat
2012-05-21 Rob Bradfordshell: Remove fading animation from animation list...
2012-05-18 Tiago Vignattishell: Expose set_transient in shell interface
2012-05-18 Kristian Høgsbergshell: Expose surface move functionality in shell interface
2012-05-16 Daniel StoneConvert wl_input_device to wl_seat (and friends)
2012-05-16 Scott MoreauConvert wl_fixed_t to int in weston_output_update_zoom().
2012-05-16 Kristian Høgsbergshell: Remove lock/unlock listeners on shutdown
2012-05-10 Kristian HøgsbergFix a few -pedantic warnings
2012-05-08 Daniel StoneConvert wire input co-ordinates to fixed-point
2012-05-07 Tiago Vignattishell: use own struct for transient surfaces
2012-05-07 Tiago Vignattishell: fix uninitialized variable warning
2012-05-07 Daniel StoneRename 'state' in axis (or ambiguous) bindings to ...
2012-05-07 Daniel StoneChange key/button grab bindings to take unsigned state
2012-05-02 Kristian Høgsbergshell: Handle set_title and set_class
2012-04-27 Kristian Høgsbergshell: Always configure when surface type changes
2012-04-27 Kristian Høgsbergshell: Don't move or reconfigure surfaces until we...
2012-04-27 Alex Wushell: Fix not remove rotation for fullscreen surf
2012-04-27 Ander Conselvan... shell: allocate enough memory for shsurf->ping_timer
2012-04-25 Juan Zhaoshell-animation: add conf option in shell
2012-04-22 Kristian Høgsbergshell: Don't ping internal shell surfaces
2012-04-22 Tiago Vignatticompositor: introduce internal shell_interface
2012-04-20 Kristian Høgsbergshell: Move binding-modifier to shell section
2012-04-20 Tiago Vignattishell: modifier bindings configurable
2012-04-19 Scott Moreaushell: Cleanup ping_timer code.
2012-04-19 Scott MoreauDim unresponsive windows
2012-04-19 Scott MoreauInstall structuring for ping-pong protocol
2012-04-17 Alex Wushell: Implement "driver" method of fullsceen.
2012-04-16 Tiago Vignattidesktop-shell: use more consistent name for the main...
2012-04-13 Kristian Høgsbergshell: Tighten shell.set_popup semantics
2012-04-12 Kristian Høgsbergcompositor: Add a destroy signal and turn weston_shell...
2012-04-12 Kristian HøgsbergUse wl_signal mechanism
2012-04-12 Kristian HøgsbergFollow wayland change to serial numbers
2012-04-10 Ander Conselvan... shell: handle surface destruction during move, resize...
2012-04-03 Kristian Høgsbergshell: Break up a few long lines
2012-04-03 Alex Wushell: set black surface alpha properly in switcher_next()
2012-04-03 Alex Wushell: Add fullscreen path into activate()
2012-03-30 Kristian HøgsbergAdd signedness warning flag and fix fallout
2012-03-30 Kristian HøgsbergFix warnings resulting from wayland signedness fixes
2012-03-29 Kristian HøgsbergRemove weston_shell map and configure function pointers
2012-03-29 Kristian Høgsbergshell: Remove obsolete workaround
2012-03-27 Ander Conselvan... compositor: move force_configure field to shell_surface
2012-03-27 Ander Conselvan... compositor: make surface_configure() a vfunc
2012-03-27 Ander Conselvan... compositor: use new drag icon listener for setting...
2012-03-27 Ander Conselvan... compositor: add a weston_surface_is_mapped() helper
2012-03-25 Tiago Vignatticonfig-parser: consolidate shell files into weston...
2012-03-23 Rafal Mielniczukshell: fix matrix invertible bug in rotation handler
2012-03-22 Scott MoreauAdd surface opacity controls.
2012-03-22 Scott MoreauSwitch zoom binding to <Super>+Scroll.
2012-03-22 Scott MoreauModify bindings for axis event detection.
2012-03-22 Rafal Mielniczukshell: correct position of a surface before rotating it.
2012-03-21 Tiago Vignatticompositor: use smoother range for backlight control
2012-03-21 Alex Wushell: Fix 2 switcher crashes.
2012-03-12 Kristian HøgsbergFix picking crashes
2012-03-08 Ander Conselvan... shell: don't assign output for surface of type none
2012-03-08 Alex Wushell: Fix segment fault when clicking to activate...
next