Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move protocol metadata to wayland-protocol.[ch]. | Kristian Høgsberg | 2008-12-21 | 9 | -216/+263 | |
| | | | | | | This lets us share the metadata between server and client and we can now use a va_arg marshalling function for sending client requets. | |||||
* | Advertise globals using a new display event. | Kristian Høgsberg | 2008-12-21 | 3 | -61/+62 | |
| | ||||||
* | Consolidate tty setup and fix a few spacing issues. | Kristian Høgsberg | 2008-12-21 | 1 | -50/+31 | |
| | ||||||
* | Oops, fix compilation. | Kristian Høgsberg | 2008-12-21 | 1 | -4/+4 | |
| | ||||||
* | Move coordinate transformation to pick_surface(). | Kristian Høgsberg | 2008-12-21 | 1 | -11/+8 | |
| | ||||||
* | Only forward events to compositor if on active VT | Ray Strode | 2008-12-20 | 1 | -0/+17 | |
| | | | | | | Previously, we'd send things like the user's password to the active irc window when they logged into a getty running on a different tty. | |||||
* | Handle more control characters in terminal. | Kristian Høgsberg | 2008-12-19 | 1 | -14/+14 | |
| | ||||||
* | Ignore tty input | Ray Strode | 2008-12-19 | 1 | -3/+75 | |
| | | | | | | Previously, ctrl-c would kill wayland and input like passwords and commands would get typed into the terminal under the scenes. | |||||
* | Drop the silly overlay hack. | Kristian Høgsberg | 2008-12-19 | 1 | -162/+4 | |
| | ||||||
* | Rename egl-compositor to wayland-system-compositor. | Kristian Høgsberg | 2008-12-19 | 5 | -69/+81 | |
| | | | | | | The wayland-system-compositor is the top-level compositor. X sessions or nested Wayland sessions will run as clients of the system compositor. The system compositor is licensed under the GPL. | |||||
* | Use the new eagle config chooser for picking the config. | Kristian Høgsberg | 2008-12-19 | 1 | -56/+13 | |
| | ||||||
* | Remove visual debug prints. | Kristian Høgsberg | 2008-12-19 | 1 | -4/+0 | |
| | ||||||
* | Cache modesetting data and just do drmModeSetCrtc on vt enter. | Kristian Høgsberg | 2008-12-19 | 1 | -68/+25 | |
| | ||||||
* | Do vt ioctl on the right fd. | Kristian Høgsberg | 2008-12-19 | 1 | -2/+3 | |
| | ||||||
* | Restore framebuffer when switching back to VT | Ray Strode | 2008-12-19 | 1 | -5/+98 | |
| | | | | | | | | The kernel currently automatically redirects output to the kernel framebuffer when switching VTs away from wayland. It doesn't restore output back to wayland's fb when coming back to the VT. This patch works around that issue. | |||||
* | Add new event loop api for watching signals | Ray Strode | 2008-12-19 | 2 | -0/+90 | |
| | | | | | This will provide us with a nice, safe mechanism for getting notification of VT changes. | |||||
* | Force pointer to stay on screen. | Ray Strode | 2008-12-18 | 1 | -0/+10 | |
| | | | | | | Without this change it's really easy to accidentally send the pointer flying and not be able to get it back. | |||||
* | Scale background pixbuf when loading. | Kristian Høgsberg | 2008-12-18 | 1 | -5/+4 | |
| | | | | This lets us avoid hitting the texture limit for some backgrounds. | |||||
* | Fix rgb byte order for GdkPixbuf backgrounds. | Ray Strode | 2008-12-18 | 1 | -1/+9 | |
| | ||||||
* | Remember to handle rgb_visual case in surface_attach. | Kristian Høgsberg | 2008-12-18 | 1 | -0/+2 | |
| | ||||||
* | Add preliminary visual support. | Kristian Høgsberg | 2008-12-18 | 7 | -29/+148 | |
| | ||||||
* | Set terminal type to vt100. | Kristian Høgsberg | 2008-12-18 | 1 | -0/+1 | |
| | ||||||
* | Don't pin front buffer, kernel modesetting takes care of that now. | Kristian Høgsberg | 2008-12-18 | 1 | -8/+0 | |
| | ||||||
* | Fall back to solid color background if not image is found. | Kristian Høgsberg | 2008-12-18 | 1 | -1/+5 | |
| | ||||||
* | Redesign the compositor / server interface. | Kristian Høgsberg | 2008-12-15 | 9 | -342/+286 | |
| | | | | | | | This lets the compositor directly provide the implementation of the RMI objects for the surface object and a new compositor object. We avoid the manual forwarding of requests into the compositor and the clumsy compositor interface struct. | |||||
* | Use gdk-pixbuf for saving the screenshot. | Kristian Høgsberg | 2008-12-14 | 1 | -119/+7 | |
| | ||||||
* | Initialize count to 0 in wl_list_length(). | Kristian Høgsberg | 2008-12-14 | 1 | -0/+1 | |
| | | | | Not sure how this ever really worked before... | |||||
* | Fix default input device path. | Kristian Høgsberg | 2008-12-12 | 1 | -1/+2 | |
| | ||||||
* | Handle per-device keyboard focus. | Kristian Høgsberg | 2008-12-12 | 1 | -9/+8 | |
| | ||||||
* | Don't close uninitialized fd, check forkpty error. | Kristian Høgsberg | 2008-12-12 | 1 | -3/+6 | |
| | ||||||
* | Make multi-pointer work. | Kristian Høgsberg | 2008-12-12 | 3 | -47/+80 | |
| | | | | | This also add command line parsing as a way to specify the input device files to use. | |||||
* | Add option parsing using GOption. | Kristian Høgsberg | 2008-12-12 | 1 | -5/+18 | |
| | ||||||
* | Make sure we initialize object hash. | Kristian Høgsberg | 2008-12-12 | 3 | -11/+42 | |
| | | | | This patch also move the hash implementation details to wayland-util.c. | |||||
* | Use the screen size for sizing the background. | Kristian Høgsberg | 2008-12-12 | 1 | -1/+1 | |
| | ||||||
* | Pass -fPIC when compiling shared libraries. | Kristian Høgsberg | 2008-12-12 | 1 | -0/+1 | |
| | ||||||
* | Forgot to add egl-compositor.h. | Kristian Høgsberg | 2008-12-12 | 1 | -0/+15 | |
| | ||||||
* | Implement passive grabs on button clicks. | Kristian Høgsberg | 2008-12-11 | 1 | -6/+20 | |
| | ||||||
* | Rewrite input event delivery path. | Kristian Høgsberg | 2008-12-11 | 6 | -181/+141 | |
| | | | | | | | | | Instead of having the input driver push the events into the core server, only to have the server call back out to the compositor hooks, the driver now just calls the compositor directly. The input drivers are always dependent on the type of compositor anyway so there was no point in passing the events through the server. Now the server is only involved when it's time to actually send the events to the clients. | |||||
* | Fix signature for pointer motion event. | Kristian Høgsberg | 2008-12-10 | 1 | -1/+1 | |
| | ||||||
* | Drop glx-compositor for now. | Kristian Høgsberg | 2008-12-10 | 2 | -385/+1 | |
| | | | | | Might want to resurrect this later, but for now, let's not try to drag it along. | |||||
* | Install libraries plus headers and add pkg-config files. | Kristian Høgsberg | 2008-12-10 | 5 | -2/+32 | |
| | ||||||
* | Only send key events to toplevel surface. | Kristian Høgsberg | 2008-12-10 | 2 | -23/+10 | |
| | ||||||
* | Feed button events through compositor. | Kristian Høgsberg | 2008-12-10 | 4 | -36/+42 | |
| | | | | This also generalizes the code to send events to a surface a bit. | |||||
* | Feed motion events through compositor. | Kristian Høgsberg | 2008-12-10 | 3 | -31/+55 | |
| | | | | | This lets us pass events only to the window that we're mousing over and we can now transform input events back to the window coordinate space. | |||||
* | Drop surface iterator API, just track surfaces in the compositor. | Kristian Høgsberg | 2008-12-10 | 4 | -85/+40 | |
| | ||||||
* | Pass button clicks through to compositor. | Kristian Høgsberg | 2008-12-10 | 3 | -0/+50 | |
| | | | | This lets us handle raising windows, which is useful. | |||||
* | Use bilinear filtering. | Kristian Høgsberg | 2008-12-09 | 1 | -9/+9 | |
| | ||||||
* | Handle interrupted system calls in connection code. | Kristian Høgsberg | 2008-12-09 | 1 | -2/+6 | |
| | ||||||
* | Implement a bunch of escape codes. | Kristian Høgsberg | 2008-12-08 | 1 | -48/+120 | |
| | | | | | Bash command line editing and gdb is pretty much there. Emacs, vi and even less need more work. | |||||
* | Fix wl_method for screenshooter. | Kristian Høgsberg | 2008-12-08 | 1 | -1/+1 | |
| |