aboutsummaryrefslogtreecommitdiffstats
path: root/clients
Commit message (Collapse)AuthorAgeFilesLines
* Split into a core repository that only holds the core Wayland librariesKristian Høgsberg2011-02-1419-8068/+0
|
* fix typo in window.cTim Wiederhake2011-02-111-1/+1
|
* window.c: Use eglGetProcAddress to look up extension functionsKristian Høgsberg2011-02-091-7/+15
|
* window.c: Include wayland-egl.h before EGL headers so we get the right platformKristian Høgsberg2011-02-092-5/+5
|
* Add struct wl_egl_display argument to wl_egl_window_createKristian Høgsberg2011-02-071-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 renamesKristian Høgsberg2011-02-072-14/+13
|
* simple-client: Port to wayland-egl and use eglSwapBuffers()Kristian Høgsberg2011-02-072-119/+54
| | | | simple-client is simpler.
* gears: Remove unused drm_fd fieldKristian Høgsberg2011-02-071-1/+0
|
* Port window.c to use wayland-eglKristian Høgsberg2011-02-075-96/+60
|
* window: add null checksnobled2011-02-011-0/+30
| | | | | Also check for invalid parameters early on, so if we crash, we know *why* we crashed.
* add newlines in error messagesnobled2011-02-011-4/+4
|
* Add initial basic support for fullscreen surfacesKristian Høgsberg2011-01-282-18/+35
|
* compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiersKristian Høgsberg2011-01-271-0/+1
|
* clients/view: Fix memory leakTim Wiederhake2011-01-251-0/+1
|
* clients/view: Don't try to show inexistant filesTim Wiederhake2011-01-251-5/+13
|
* clients/view: Allow relative pathsTim Wiederhake2011-01-251-5/+17
|
* clients/view: Add mousewheel and arrow keysTim Wiederhake2011-01-251-17/+51
|
* clients/view: Remove unnecessary variablesTim Wiederhake2011-01-251-12/+1
|
* clients/view: Do not browse outside document rangeTim Wiederhake2011-01-251-2/+8
|
* Fix new gcc 4.6 warningsKristian Høgsberg2011-01-257-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_unrefDarxus@chaosreigns.com2011-01-251-4/+4
| | | | | Because gdk_pixbuf_unref is deprecated and for compatability with gdk-pixbuf 2.21.4.
* window.c: Make title not constKristian Høgsberg2011-01-251-2/+2
| | | | We now strdup it.
* Remove frame handler prototypeKristian Høgsberg2011-01-251-4/+0
| | | | I messed up the merge.
* Merge remote branch 'callum/master'Kristian Høgsberg2011-01-253-12/+91
|\ | | | | | | | | Conflicts: clients/window.h
| * Merge branch 'master' of git://anongit.freedesktop.org/waylandCallum Lowcay2011-01-2210-135/+850
| |\ | | | | | | | | | | | | Conflicts: clients/window.h
| * | terminal: Window operationsCallum Lowcay2011-01-143-3/+87
| | | | | | | | | | | | | | | | | | | | | Implement OSC 1 (set window title), and some basic CSI t window operations. Signed-off-by: Callum Lowcay <callum@callumscode.com>
* | | fix includesnobled2011-01-241-1/+1
| | |
* | | initialise displayTim Wiederhake2011-01-231-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 contextTim Wiederhake2011-01-231-0/+1
| | |
* | | remove unused variableTim Wiederhake2011-01-231-1/+0
| | |
* | | document the usage of libtoytoolkitTim Wiederhake2011-01-233-1/+402
| | | | | | | | | | | | (krh: edited to follow window_create() API changes)
* | | close terminal window on exitTim Wiederhake2011-01-231-2/+5
| | |
* | | fix resizing at top/left borderTim Wiederhake2011-01-231-1/+2
| | |
* | | remove declaration without definition from window.hTim Wiederhake2011-01-231-8/+2
| | |
* | | remove unused function in clients/smoke.c, silence warningTim Wiederhake2011-01-231-17/+0
| | |
* | | compositor crashes if window width or height is <= 0Tim Wiederhake2011-01-231-0/+6
| | |
* | | add clients to .gitignoreTim Wiederhake2011-01-231-0/+2
| | |
* | | Drive-by optimization of blur_surface()Kristian Høgsberg2011-01-211-4/+2
| | |
* | | Remove unused bits of cairo codeKristian Høgsberg2011-01-211-8/+0
| | |
* | | Add an orange pop-up menu to test the new map_transient requestKristian Høgsberg2011-01-2110-20/+140
| | |
* | | terminal: Just send the pty master fd to receive the selection.Kristian Høgsberg2011-01-213-42/+10
| | | | | | | | | | | | LOL!!1
* | | Actually send selected text when pastingKristian Høgsberg2011-01-211-8/+33
| |/ |/|
* | Use cairo_push_group() for all double buffering, drop window_copy_*()Kristian Høgsberg2011-01-214-54/+23
| |
* | Use cairo_push_group() for double buffering in the terminalKristian Høgsberg2011-01-201-12/+16
| | | | | | | | Slightly different version of the patch from twied.
* | Render selectionKristian Høgsberg2011-01-202-6/+105
| |
* | Use libxkbcommon #defines for modifiersKristian Høgsberg2011-01-193-17/+10
| |
* | Add proof-of-concept selection support to terminalKristian Høgsberg2011-01-193-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 callbackKristian Høgsberg2011-01-195-10/+28
| | | | | | | | Move the modifiers to a input device getter function.
* | Use the global handler in dnd instead of custom drag_offer hookKristian Høgsberg2011-01-193-25/+12
| |
* | window: Add a catch-all global handler hookKristian Høgsberg2011-01-192-0/+18
| |