summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* clients: Drop pdf viewer sample clientKristian Høgsberg2014-01-312-322/+0
* simple-egl: Fix -Wsign-compare compiler warningJonas Ådahl2014-01-271-1/+1
* clients/window: fail if NULL returned from frame_createU. Artie Eoff2014-01-191-0/+1
* weston-info: free allocated memory and check OOM conditionsU. Artie Eoff2014-01-191-14/+112
* terminal: use xstrdup instead to handle OOMU. Artie Eoff2014-01-191-1/+1
* use xzalloc wrapper insteadU. Artie Eoff2014-01-191-2/+2
* clients/desktop-shell: check OOM conditionsU. Artie Eoff2014-01-191-1/+9
* resizor: Don't resize if maximizedKristian Høgsberg2014-01-171-5/+8
* terminal: Only set title if asprintf succeededBryce W. Harrington2014-01-171-3/+4
* shell: Move maximize and fullscreen bindings to mod + SHIFTKristian Høgsberg2014-01-111-0/+1
* window: Properly destroy tooltip windows when parent window is destroyed1.3.92Kristian Høgsberg2014-01-101-4/+2
* keyboard: Make debug output less verboseKristian Høgsberg2014-01-091-4/+17
* keyboard: Don't strcat() into a strdup()ed stringKristian Høgsberg2014-01-093-4/+28
* keyboard: Fix insert_text() string utilityKristian Høgsberg2014-01-091-5/+6
* westoy: Add an option to explicitly disable cairo on a widgetNeil Roberts2014-01-093-1/+20
* protocol: rename wl_surface_scaler to wl_viewportPekka Paalanen2014-01-081-5/+5
* keyboard: Handle touch up eventKristian Høgsberg2014-01-073-9/+46
* editor: Add missing touch-to-activate for the entriesKristian Høgsberg2014-01-071-0/+41
* clients: Fix libexec clients installArmin K2014-01-031-1/+1
* editor: Add keyboard_focus handler to schedule repaintKristian Høgsberg2014-01-011-0/+12
* desktop-shell: Remove debug code from previous commitKristian Høgsberg2014-01-011-1/+1
* shell: Only assign focus on click if there is a pointer focus surfaceKristian Høgsberg2014-01-011-1/+1
* build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditionalKristian Høgsberg2014-01-011-12/+7
* build: Don't try to build weston-info if client build is disabledKristian Høgsberg2014-01-011-4/+2
* build: Rename option and conditional for installing demo clientsKristian Høgsberg2014-01-011-1/+1
* window.c: Don't put buttons on frames for custom windowsKristian Høgsberg2013-12-311-1/+8
* nested: Add EGL_WL_create_wayland_buffer_from_image compat definesKristian Høgsberg2013-12-171-0/+10
* clients: add scaler test appJonny Lamb2013-12-163-0/+226
* Update .gitignoreJasper St. Pierre2013-12-091-0/+1
* simple-egl: Add option to allow not syncing to compositor repaint cycleKristian Høgsberg2013-12-071-19/+27
* simple-egl: Print fps for the spinning triangleKristian Høgsberg2013-12-071-5/+17
* stacking: Set a keyboard focus handler so we can repaint the frameKristian Høgsberg2013-12-051-0/+11
* nested: Add an option to disable subsurfacesNeil Roberts2013-12-041-0/+12
* nested: Add a renderer using subsurfacesNeil Roberts2013-12-041-5/+209
* clients: Add a widget_get_wl_subsurfaceNeil Roberts2013-12-042-0/+9
* nested: Add a ‘renderer’ mechanism with a vtableNeil Roberts2013-12-041-71/+147
* nested: Move the frame callback list to the surfaceNeil Roberts2013-12-041-11/+27
* nested: Add damage tracking to the nested compositor exampleNeil Roberts2013-12-041-0/+21
* nested: Add double-buffered state semantics to the nested exampleNeil Roberts2013-12-041-27/+103
* nested: Add the buffer reference semantics from WestonNeil Roberts2013-12-041-4/+95
* nested: Remove the surface from the surface list when destroyedNeil Roberts2013-12-041-0/+2
* tablet-shell: RemoveKristian Høgsberg2013-12-042-491/+0
* window: handle insufficient buffer spacePekka Paalanen2013-12-021-17/+76
* clients: Add a new weston-stacking demoPhilip Withnall2013-12-022-0/+305
* clients: Add window_is_transient() helper to the toy toolkit windowPhilip Withnall2013-12-022-0/+9
* distinguish touch screen and pointer dnd in clientXiong Zhang2013-11-253-14/+60
* client/dnd.c: add dnd support for touch screen in clientXiong Zhang2013-11-252-13/+45
* terminal: add touch screen selection supportXiong Zhang2013-11-251-18/+63
* terminal: Update terminal->end whenever we write a characterKristian Høgsberg2013-11-241-7/+7
* terminal: Init tab ruler after setting terminal->widthKristian Høgsberg2013-11-221-1/+1