| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make clients at least compile for now | Kristian Høgsberg | 2010-06-06 | 1 | -104/+0 |
| | | |||||
| * | Use FBOs instead of eagle-specific API | Kristian Høgsberg | 2010-01-24 | 1 | -0/+2 |
| | | |||||
| * | Paint terminal cursor hollow when focus is lost. | Kristian Høgsberg | 2009-02-22 | 1 | -0/+6 |
| | | |||||
| * | Move keymap to window.c | Kristian Høgsberg | 2009-02-21 | 1 | -2/+8 |
| | | |||||
| * | Add a toy-display object that caches state. | Kristian Høgsberg | 2009-01-26 | 1 | -2/+8 |
| | | | | | | This will be GdkDisplay for GTK+ on Wayland etc. This restores the terminal fullscreen mode. | ||||
| * | Switch to cairo-drm, drop struct buffer hacks. | Kristian Høgsberg | 2009-01-16 | 1 | -0/+9 |
| | | |||||
| * | Add a fullscreen mode to the terminal. | Kristian Høgsberg | 2008-12-22 | 1 | -3/+3 |
| | | |||||
| * | Let clients override the suggested size on resize. | Kristian Høgsberg | 2008-12-08 | 1 | -1/+4 |
| | | | | | | This lets gears enforce a square aspect ration and minimum size of 300x300 and the terminal now properly resizes in steps of character cells. | ||||
| * | Snap terminal size to an integer number of character cells. | Kristian Høgsberg | 2008-12-08 | 1 | -1/+1 |
| | | |||||
| * | Add keyboard input to terminal. | Kristian Høgsberg | 2008-12-08 | 1 | -0/+5 |
| | | |||||
| * | Refactor window logic into reusable parts, add a new terminal application. | Kristian Høgsberg | 2008-12-07 | 1 | -0/+67 |
| The gears code is moved into a new file gearc.c and the window decoration and management code stays in window.c. A new application 'terminal' is the second user of the windowing code, but doesn't do anything useful yet. | |||||
