| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split into a core repository that only holds the core Wayland libraries | Kristian Høgsberg | 2011-02-14 | 19 | -8068/+0 |
| | | |||||
| * | fix typo in window.c | Tim Wiederhake | 2011-02-11 | 1 | -1/+1 |
| | | |||||
| * | window.c: Use eglGetProcAddress to look up extension functions | Kristian Høgsberg | 2011-02-09 | 1 | -7/+15 |
| | | |||||
| * | window.c: Include wayland-egl.h before EGL headers so we get the right platform | Kristian Høgsberg | 2011-02-09 | 2 | -5/+5 |
| | | |||||
| * | Add struct wl_egl_display argument to wl_egl_window_create | Kristian Høgsberg | 2011-02-07 | 1 | -1/+2 |
| | | | | | | We don't need it in the mesa implementation, but other implementations might and it's symmetric with wl_egl_pixmap_create(). | ||||
| * | Follow wayland-egl renames | Kristian Høgsberg | 2011-02-07 | 2 | -14/+13 |
| | | |||||
| * | simple-client: Port to wayland-egl and use eglSwapBuffers() | Kristian Høgsberg | 2011-02-07 | 2 | -119/+54 |
| | | | | | simple-client is simpler. | ||||
| * | gears: Remove unused drm_fd field | Kristian Høgsberg | 2011-02-07 | 1 | -1/+0 |
| | | |||||
| * | Port window.c to use wayland-egl | Kristian Høgsberg | 2011-02-07 | 5 | -96/+60 |
| | | |||||
| * | window: add null checks | nobled | 2011-02-01 | 1 | -0/+30 |
| | | | | | | Also check for invalid parameters early on, so if we crash, we know *why* we crashed. | ||||
| * | add newlines in error messages | nobled | 2011-02-01 | 1 | -4/+4 |
| | | |||||
| * | Add initial basic support for fullscreen surfaces | Kristian Høgsberg | 2011-01-28 | 2 | -18/+35 |
| | | |||||
| * | compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiers | Kristian Høgsberg | 2011-01-27 | 1 | -0/+1 |
| | | |||||
| * | clients/view: Fix memory leak | Tim Wiederhake | 2011-01-25 | 1 | -0/+1 |
| | | |||||
| * | clients/view: Don't try to show inexistant files | Tim Wiederhake | 2011-01-25 | 1 | -5/+13 |
| | | |||||
| * | clients/view: Allow relative paths | Tim Wiederhake | 2011-01-25 | 1 | -5/+17 |
| | | |||||
| * | clients/view: Add mousewheel and arrow keys | Tim Wiederhake | 2011-01-25 | 1 | -17/+51 |
| | | |||||
| * | clients/view: Remove unnecessary variables | Tim Wiederhake | 2011-01-25 | 1 | -12/+1 |
| | | |||||
| * | clients/view: Do not browse outside document range | Tim Wiederhake | 2011-01-25 | 1 | -2/+8 |
| | | |||||
| * | Fix new gcc 4.6 warnings | Kristian Høgsberg | 2011-01-25 | 7 | -24/+9 |
| | | | | | | | simple-client.c:156:10: warning: variable ‘ar’ set but not used [-Wunused-but-set-variable] etc. | ||||
| * | Replace gdk_pixbuf_unref with g_object_unref | Darxus@chaosreigns.com | 2011-01-25 | 1 | -4/+4 |
| | | | | | | Because gdk_pixbuf_unref is deprecated and for compatability with gdk-pixbuf 2.21.4. | ||||
| * | window.c: Make title not const | Kristian Høgsberg | 2011-01-25 | 1 | -2/+2 |
| | | | | | We now strdup it. | ||||
| * | Remove frame handler prototype | Kristian Høgsberg | 2011-01-25 | 1 | -4/+0 |
| | | | | | I messed up the merge. | ||||
| * | Merge remote branch 'callum/master' | Kristian Høgsberg | 2011-01-25 | 3 | -12/+91 |
| |\ | | | | | | | | | Conflicts: clients/window.h | ||||
| | * | Merge branch 'master' of git://anongit.freedesktop.org/wayland | Callum Lowcay | 2011-01-22 | 10 | -135/+850 |
| | |\ | | | | | | | | | | | | | Conflicts: clients/window.h | ||||
| | * | | terminal: Window operations | Callum Lowcay | 2011-01-14 | 3 | -3/+87 |
| | | | | | | | | | | | | | | | | | | | | | | Implement OSC 1 (set window title), and some basic CSI t window operations. Signed-off-by: Callum Lowcay <callum@callumscode.com> | ||||
| * | | | fix includes | nobled | 2011-01-24 | 1 | -1/+1 |
| | | | | |||||
| * | | | initialise display | Tim Wiederhake | 2011-01-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes valgrind: ==25178== Conditional jump or move depends on uninitialised value(s) ==25178== at 0x409E2C: display_create (window.c:1582) ==25178== by 0x407A43: main (terminal.c:2323) and ==13793== Conditional jump or move depends on uninitialised value(s) ==13793== at 0x40A2D1: display_handle_global (window.c:1504) ==13793== by 0x4E2C183: display_handle_global (wayland-client.c:281) ==13793== by 0x713FEE7: ffi_call_unix64 (in /usr/lib/libffi.so.5.0.10) ==13793== by 0x713FC83: ffi_call (in /usr/lib/libffi.so.5.0.10) ==13793== by 0x4E2C71A: wl_closure_invoke (connection.c:663) ==13793== by 0x4E2BB7B: wl_display_iterate (wayland-client.c:484) ==13793== by 0x4096CA: display_create (window.c:1664) ==13793== by 0x407A43: main (terminal.c:2321) | ||||
| * | | | free option context | Tim Wiederhake | 2011-01-23 | 1 | -0/+1 |
| | | | | |||||
| * | | | remove unused variable | Tim Wiederhake | 2011-01-23 | 1 | -1/+0 |
| | | | | |||||
| * | | | document the usage of libtoytoolkit | Tim Wiederhake | 2011-01-23 | 3 | -1/+402 |
| | | | | | | | | | | | | | (krh: edited to follow window_create() API changes) | ||||
| * | | | close terminal window on exit | Tim Wiederhake | 2011-01-23 | 1 | -2/+5 |
| | | | | |||||
| * | | | fix resizing at top/left border | Tim Wiederhake | 2011-01-23 | 1 | -1/+2 |
| | | | | |||||
| * | | | remove declaration without definition from window.h | Tim Wiederhake | 2011-01-23 | 1 | -8/+2 |
| | | | | |||||
| * | | | remove unused function in clients/smoke.c, silence warning | Tim Wiederhake | 2011-01-23 | 1 | -17/+0 |
| | | | | |||||
| * | | | compositor crashes if window width or height is <= 0 | Tim Wiederhake | 2011-01-23 | 1 | -0/+6 |
| | | | | |||||
| * | | | add clients to .gitignore | Tim Wiederhake | 2011-01-23 | 1 | -0/+2 |
| | | | | |||||
| * | | | Drive-by optimization of blur_surface() | Kristian Høgsberg | 2011-01-21 | 1 | -4/+2 |
| | | | | |||||
| * | | | Remove unused bits of cairo code | Kristian Høgsberg | 2011-01-21 | 1 | -8/+0 |
| | | | | |||||
| * | | | Add an orange pop-up menu to test the new map_transient request | Kristian Høgsberg | 2011-01-21 | 10 | -20/+140 |
| | | | | |||||
| * | | | terminal: Just send the pty master fd to receive the selection. | Kristian Høgsberg | 2011-01-21 | 3 | -42/+10 |
| | | | | | | | | | | | | | LOL!!1 | ||||
| * | | | Actually send selected text when pasting | Kristian Høgsberg | 2011-01-21 | 1 | -8/+33 |
| | |/ |/| | |||||
| * | | Use cairo_push_group() for all double buffering, drop window_copy_*() | Kristian Høgsberg | 2011-01-21 | 4 | -54/+23 |
| | | | |||||
| * | | Use cairo_push_group() for double buffering in the terminal | Kristian Høgsberg | 2011-01-20 | 1 | -12/+16 |
| | | | | | | | | | Slightly different version of the patch from twied. | ||||
| * | | Render selection | Kristian Høgsberg | 2011-01-20 | 2 | -6/+105 |
| | | | |||||
| * | | Use libxkbcommon #defines for modifiers | Kristian Høgsberg | 2011-01-19 | 3 | -17/+10 |
| | | | |||||
| * | | Add proof-of-concept selection support to terminal | Kristian Høgsberg | 2011-01-19 | 3 | -0/+216 |
| | | | | | | | | | | | Next will be to support mouse selections so we can copy and paste something more interesting than just 'selection data'. | ||||
| * | | Pass input device and time in key_handler callback | Kristian Høgsberg | 2011-01-19 | 5 | -10/+28 |
| | | | | | | | | | Move the modifiers to a input device getter function. | ||||
| * | | Use the global handler in dnd instead of custom drag_offer hook | Kristian Høgsberg | 2011-01-19 | 3 | -25/+12 |
| | | | |||||
| * | | window: Add a catch-all global handler hook | Kristian Høgsberg | 2011-01-19 | 2 | -0/+18 |
| | | | |||||
