aboutsummaryrefslogtreecommitdiffstats
path: root/clients
Commit message (Expand)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
* 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
* 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
* 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
* Replace gdk_pixbuf_unref with g_object_unrefDarxus@chaosreigns.com2011-01-251-4/+4
* window.c: Make title not constKristian Høgsberg2011-01-251-2/+2
* Remove frame handler prototypeKristian Høgsberg2011-01-251-4/+0
* Merge remote branch 'callum/master'Kristian Høgsberg2011-01-253-12/+91
|\
| * Merge branch 'master' of git://anongit.freedesktop.org/waylandCallum Lowcay2011-01-2210-135/+850
| |\
| * | terminal: Window operationsCallum Lowcay2011-01-143-3/+87
* | | fix includesnobled2011-01-241-1/+1
* | | initialise displayTim Wiederhake2011-01-231-0/+2
* | | 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
* | | 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
* | | 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
* | 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
* | Pass input device and time in key_handler callbackKristian Høgsberg2011-01-195-10/+28
* | 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