summaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2013-10-15simple-egl: Add support for using a 16 bpp EGLConfigKristian Høgsberg1-8/+33
2013-10-14Use cairo-util frame in tinytoolkitJason Ekstrand1-443/+175
2013-10-13Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand13-20/+22
2013-10-11clients: Update .gitignore for weston-multi-resourceStefan Schmidt1-0/+1
2013-10-10multi-resource: Don't include non-existing xmalloc.hKristian Høgsberg1-1/+14
2013-10-10nested: Cast away warnings for differing arguments to eglQueryWaylandBufferWLKristian Høgsberg1-3/+5
2013-10-10nested: Free client struct on launch_client error pathsKristian Høgsberg1-0/+3
2013-10-10nested-client: Exit if we fail to create the nested client structKristian Høgsberg1-1/+3
2013-10-10multi-resource: Use xzmalloc() instead of malloc+memset and callocKristian Høgsberg1-14/+4
2013-10-10tablet-shell: Avoid leaking icon or path strings from invalid launcher sectionKristian Høgsberg1-4/+3
2013-10-10window.c: Free cursor theme name once we're done with itKristian Høgsberg1-0/+1
2013-10-09Revert "Resize the shell when the mode is switched"Kristian Høgsberg1-7/+0
2013-09-29Resize the shell when the mode is switchedHardening1-0/+7
2013-09-23clients: Include and link against math lib for new multi-resourceStefan Schmidt2-1/+2
2013-09-23Update .gitignoreEmilio Pozuelo Monfort1-0/+2
2013-09-21config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg4-20/+5
2013-09-21tablet-shell: Use new weston_config instead of old config parseKristian Høgsberg1-43/+33
2013-09-21window.c: Port to use weston_config instead of old parserKristian Høgsberg1-10/+9
2013-09-21terminal: Port to new weston_config parseKristian Høgsberg1-19/+11
2013-09-21Add a test client to test multiple pointer/keyboard resourcesNeil Roberts2-1/+604
2013-09-13Minor improvement of weston-terminal resizingJosé Bollo1-0/+6
2013-09-13clients: remove superfluous callPeter Hutterer1-2/+0
2013-09-13clients: de-duplicate demo clients listPeter Hutterer1-8/+5
2013-09-11terminal: Stop complaining about OSC escape code 7Kristian Høgsberg1-1/+4
2013-09-09dnd: Support dropping as text/plain;charset=utf-8Kristian Høgsberg1-9/+23
2013-09-04terminal: Accept utf-8 text dropKristian Høgsberg3-0/+47
2013-09-04dnd: Only accept dnd with the application/x-wayland-dnd-flower mime-typeKristian Høgsberg1-3/+9
2013-09-03keyboard: Add rudimentary touch support to keyboard.Brian J Lovin1-0/+43
2013-08-30window: Use new wl_pointer/keyboard_release requestRob Bradford1-1/+22
2013-08-30.gitignore: Reflect recent client binary renameBryce W. Harrington1-18/+19
2013-08-29window.c: Fix SIGSEGV in pointer_handle_motionPaul Winwood1-6/+6
2013-08-28subsurfaces: fix rendering problem with cairo-glesv2Stanislav Vorobiov1-0/+3
2013-08-26desktop-shell: Add support for touch unlockBrian J Lovin1-0/+29
2013-08-26simple-egl: Handle missing EGL_EXT_buffer_age betterKristian Høgsberg1-2/+5
2013-08-26Add more missing config.h #includesKristian Høgsberg3-0/+6
2013-08-21terminal: Include config.h instead of defining _XOPEN_SOURCEKristian Høgsberg1-1/+1
2013-08-20autotools: Don't use wayland-scanner.m4Daiki Ueno1-1/+2
2013-08-19Fixes CJK wide character displayPeng Wu1-2/+30
2013-08-16Add touch support for wl_shell_surface_moveRusty Lynch9-23/+142
2013-08-16nested: Fix skipping frames due to texture update without a contextAnder Conselvan de Oliveira1-3/+9
2013-08-16nested: The wl_resouce is the buffer, not the wl_resource user dataKristian Høgsberg1-5/+5
2013-08-16window: Use xzalloc() instead of silently failing to add outputKristian Høgsberg1-4/+1
2013-08-16weston-info: Use xmalloc() in weston-infoKristian Høgsberg1-6/+19
2013-08-16window: Use xzalloc() instead of failing to add input deviceKristian Høgsberg1-4/+1
2013-08-16window: Fix logic for looking up widget default cursorKristian Høgsberg1-6/+9
2013-08-15window: Don't check for subcompositor in window_add_subsurface()Kristian Høgsberg1-3/+0
2013-08-15window: Add API to check for subcompositor, use in subsurface exampleKristian Høgsberg3-0/+20
2013-08-15simple-touch: Handle OOM when allocating struct touchKristian Høgsberg1-0/+4
2013-08-15simple-shm: Handle OOM when allocating struct displayKristian Høgsberg1-0/+4
2013-08-15keyboard: Don't use next_utf8_char() to go back where we came fromKristian Høgsberg1-11/+1