Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-10 | window.c: frame_button: Maximize, minimize, close, icon buttons in window frame | Martin Minarik | 5 | -1/+5 | |
2012-05-03 | window: use libXcursor for loading pointer images | Ander Conselvan de Oliveira | 19 | -18/+0 | |
2012-02-07 | compositor-wayland: Add window border | Kristian Høgsberg | 2 | -1/+2 | |
2012-01-25 | desktop-shell: Build in sensible defaults | Kristian Høgsberg | 4 | -1/+8 | |
This adds a default background pattern and a terminal launcher in case we don't have a config file. | |||||
2012-01-03 | Rename wayland-compositor to weston | Kristian Høgsberg | 1 | -2/+2 | |
This rename addresses a few problems around the split between core Wayland and the wayland-demos repository. 1) Initially, we had one big repository with protocol code, sample compositor and sample clients. We split that repository to make it possible to implement the protocol without pulling in the sample/demo code. At this point, the compositor is more than just a "demo" and wayland-demos doesn't send the right message. The sample compositor is a useful, self-contained project in it's own right, and we want to move away from the "demos" label. 2) Another problem is that the wayland-demos compositor is often called "the wayland compsitor", but it's really just one possible compositor. Existing X11 compositors are expected to add Wayland support and then gradually phase out/modularize the X11 support, for example. Conversely, it's hard to talk about the wayland-demos compositor specifically as opposed to, eg, the wayland protocol or a wayland compositor in general. We are also renaming the repo to weston, and the compositor subdirectory to src/, to emphasize that the main "output" is the compositor. | |||||
2011-01-30 | Fix out of source build [wayland.png] | Benjamin Franzke | 1 | -2/+2 | |
2011-01-30 | Add wayland.png to .gitignore | Tim Wiederhake | 1 | -0/+1 | |
2011-01-26 | Test for rsvg-convert in configure.ac | Kristian Høgsberg | 1 | -2/+6 | |
If it's not present, we just don't install the icon. | |||||
2011-01-26 | compositor-x11: Set window icon | Kristian Høgsberg | 2 | -16/+21 | |
2010-11-16 | Oops, no -- in xml comments allowed | Kristian Høgsberg | 1 | -22/+21 | |
2010-11-16 | Add logo svg | Kristian Høgsberg | 2 | -1/+105 | |
2010-10-12 | Use automake | Kristian Høgsberg | 1 | -10/+2 | |
2010-10-12 | Add more cursors from the DMZ theme | Kristian Høgsberg | 7 | -2/+8 | |
2010-08-18 | Add clean target for data/ so make clean works again | Kristian Høgsberg | 1 | -0/+2 | |
2010-08-18 | First step towards drag and drop protocol | Kristian Høgsberg | 2 | -2/+2 | |
2010-08-16 | Add DMZ cursor theme | Kristian Høgsberg | 13 | -0/+27 | |
Some day we can make this parse X cursor themes |