Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-19 | session-manager: Manage user list in session-managersession-manager | Kristian Høgsberg | 2 | -60/+110 | |
2011-09-16 | wip: Handle all mouse events in grabs | Kristian Høgsberg | 1 | -35/+32 | |
Move the last bits of non-implicit grab handling into the implicit grab. | |||||
2011-09-15 | Change remaining GPLv2 headers to MIT | Kristian Høgsberg | 7 | -90/+122 | |
The files in question are copyright Benjamin Franzke (who agrees), Intel Corporation, Red Hat and myself. On behalf of Red Hat, Richard Fontana says: "Therefore, to the extent that Red Hat, Inc. has any copyright interest in the files you cited as of this date (compositor-drm.c, compositor.c, compositor.h, screenshooter.c in http://cgit.freedesktop.org/wayland/wayland-demos/tree/compositor), Red Hat hereby elects to apply the CC0 1.0 Universal Public Domain Dedication to such copyrighted material. See: http://creativecommons.org/publicdomain/zero/1.0/legalcode . Thanks, Richard E. Fontana Open Source Licensing and Patent Counsel Red Hat, Inc." | |||||
2011-09-15 | compositor: Pick surface and transform in notify_motion | Kristian Høgsberg | 2 | -29/+30 | |
2011-09-15 | compositor: Factor out cursor constraint code | Kristian Høgsberg | 1 | -11/+22 | |
2011-09-15 | session-manager: Go back to greeter when a session exits | Kristian Høgsberg | 1 | -1/+6 | |
2011-09-14 | session-manager: Pop up SAK dialog whe SAK is pressed | Kristian Høgsberg | 3 | -70/+122 | |
2011-09-14 | window: Stop using glib mainloop in toy toolkit | Kristian Høgsberg | 16 | -204/+125 | |
2011-09-14 | greeter: Add the beginnings of a SAK dialog | Kristian Høgsberg | 7 | -40/+196 | |
2011-09-14 | session-manager: Clean up exited sessions | Kristian Høgsberg | 3 | -20/+67 | |
2011-09-14 | session-manager: Use epoll instead of poll | Kristian Høgsberg | 1 | -9/+14 | |
2011-09-13 | session-manager: Activate session or create new when loggin in | Kristian Høgsberg | 8 | -50/+127 | |
2011-09-13 | greeter: Change default background | Kristian Høgsberg | 2 | -1/+1 | |
2011-09-13 | greeter: A bit of silly eye candy | Kristian Høgsberg | 1 | -2/+19 | |
2011-09-13 | session-manager: Launch terminal with -f (fullscreen) | Kristian Høgsberg | 1 | -4/+6 | |
2011-09-13 | session-manager: Track sessions in a list | Kristian Høgsberg | 1 | -0/+6 | |
2011-09-13 | session-manager: Flush write buffers properly | Kristian Høgsberg | 1 | -1/+4 | |
2011-09-13 | session-manager: Fix sizeof typo | Kristian Høgsberg | 1 | -1/+1 | |
2011-09-13 | terminal: Make -f (fullscreen) option work again | Kristian Høgsberg | 2 | -2/+5 | |
2011-09-13 | session-manager: Abstract out session launching | Kristian Høgsberg | 1 | -34/+86 | |
2011-09-13 | greeter: Visual tweaks | Kristian Høgsberg | 1 | -37/+31 | |
2011-09-13 | Move rounded_rect() to cairo-util.c | Kristian Høgsberg | 3 | -14/+17 | |
2011-09-13 | Fix typo in greeter exec command | Kristian Høgsberg | 1 | -1/+1 | |
2011-09-13 | Various session manager updates | Kristian Høgsberg | 6 | -23/+103 | |
2011-09-12 | Add simple greeter for session manager | Kristian Høgsberg | 6 | -10/+410 | |
2011-09-09 | Add no-op activate callout for session-mamanager shell | Kristian Høgsberg | 1 | -0/+7 | |
2011-09-09 | Add session manager client | Kristian Høgsberg | 2 | -2/+156 | |
2011-09-09 | Handle compositors without wl_shell | Kristian Høgsberg | 1 | -19/+30 | |
2011-09-09 | Flesh out session-manager interface | Kristian Høgsberg | 2 | -20/+141 | |
2011-09-09 | Start of session manager shell | Kristian Høgsberg | 4 | -0/+128 | |
2011-09-08 | xserver: check whether pointer exists when exiting | Tiago Vignatti | 1 | -0/+3 | |
At initialization, if it fails in binding the socket or creating the lock file then the pointer will be already freed and will result a segfault when quiting the compositor. Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com> | |||||
2011-09-08 | desktop-shell: Scale background image to output size | Kristian Høgsberg | 1 | -1/+10 | |
2011-09-08 | shell: Reject moving or resizing toplevel windows | Kristian Høgsberg | 1 | -5/+4 | |
2011-09-08 | window: Default to toplevel windows | Kristian Høgsberg | 1 | -1/+1 | |
2011-09-08 | desktop-shell: Add launcher for the Wayland terminal | Kristian Høgsberg | 1 | -0/+4 | |
2011-09-06 | Rename motion_grab to implicit_grab | Kristian Høgsberg | 1 | -11/+11 | |
Let's just use the same terms as X. | |||||
2011-09-06 | clients: Add a simple desktop-shell app | Kristian Høgsberg | 4 | -17/+445 | |
This just provides the background surface and the top panel. | |||||
2011-09-06 | window: Add enter/leave handlers | Kristian Høgsberg | 2 | -8/+44 | |
2011-09-06 | Add a desktop_shell interface | Kristian Høgsberg | 5 | -6/+169 | |
Mostly a toy-thing for now, to allow prototyping a desktop-shell client. | |||||
2011-09-06 | compositor: Don't crash when receiving kb focus with no surface | Kristian Høgsberg | 1 | -1/+1 | |
2011-09-06 | compositor: Drop built-in background support | Kristian Høgsberg | 1 | -42/+0 | |
There should always be a background client (file manager, home screen, animated wallpaper or just a plain static image). | |||||
2011-09-06 | compositor: Repick surface when grab ends | Kristian Høgsberg | 2 | -25/+7 | |
We were doing it manually in a few places and forgetting it in the implicit grab case. | |||||
2011-09-01 | evdev: Associate touchscreen devices with output up front | Kristian Høgsberg | 1 | -8/+12 | |
This isn't going to change over time, so just tracking it in the evdev device is a little easier. Also, we need to adjust for the output position when transforming the device events to screen space. | |||||
2011-09-01 | evdev: treat BTN_TOUCH as BTN_LEFT | Tiago Vignatti | 1 | -1/+5 | |
idea stolen from xorg evdev. Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com> | |||||
2011-09-01 | compositor: choose tty from command line | Tiago Vignatti | 4 | -11/+25 | |
This is a backend option, so you should use something like '-otty='. Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com> | |||||
2011-09-01 | evdev: use last output from compositor to get the screen geometries | Tiago Vignatti | 1 | -5/+6 | |
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com> | |||||
2011-09-01 | evdev: organize the code for processing events | Tiago Vignatti | 1 | -92/+118 | |
Nothing was touched, just code moved around. Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com> | |||||
2011-09-01 | Use wl_resource_* error functions | Kristian Høgsberg | 3 | -9/+9 | |
2011-09-01 | clients: Fix typos | Benjamin Franzke | 2 | -6/+5 | |
And forgotten display_create conversion in view.c. | |||||
2011-08-31 | Turn off hardware cursor when screen fade begins. | Matt Roper | 1 | -1/+3 | |
The compositor was never actually calling the output backend to turn off the hardware cursor when the screen begins fading. This would result in a stuck hardware cursor and movable software cursor for the duration of the fade/unfade. Signed-off-by: Matt Roper <matthew.d.roper@intel.com> |