summaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2014-01-07keyboard: Handle touch up eventKristian Høgsberg3-9/+46
2014-01-07editor: Add missing touch-to-activate for the entriesKristian Høgsberg1-0/+41
2014-01-03clients: Fix libexec clients installArmin K1-1/+1
2014-01-01editor: Add keyboard_focus handler to schedule repaintKristian Høgsberg1-0/+12
2014-01-01desktop-shell: Remove debug code from previous commitKristian Høgsberg1-1/+1
2014-01-01shell: Only assign focus on click if there is a pointer focus surfaceKristian Høgsberg1-1/+1
2014-01-01build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditionalKristian Høgsberg1-12/+7
2014-01-01build: Don't try to build weston-info if client build is disabledKristian Høgsberg1-4/+2
2014-01-01build: Rename option and conditional for installing demo clientsKristian Høgsberg1-1/+1
2013-12-31window.c: Don't put buttons on frames for custom windowsKristian Høgsberg1-1/+8
2013-12-17nested: Add EGL_WL_create_wayland_buffer_from_image compat definesKristian Høgsberg1-0/+10
2013-12-16clients: add scaler test appJonny Lamb3-0/+226
2013-12-09Update .gitignoreJasper St. Pierre1-0/+1
2013-12-07simple-egl: Add option to allow not syncing to compositor repaint cycleKristian Høgsberg1-19/+27
2013-12-07simple-egl: Print fps for the spinning triangleKristian Høgsberg1-5/+17
2013-12-05stacking: Set a keyboard focus handler so we can repaint the frameKristian Høgsberg1-0/+11
2013-12-04nested: Add an option to disable subsurfacesNeil Roberts1-0/+12
2013-12-04nested: Add a renderer using subsurfacesNeil Roberts1-5/+209
2013-12-04clients: Add a widget_get_wl_subsurfaceNeil Roberts2-0/+9
2013-12-04nested: Add a ‘renderer’ mechanism with a vtableNeil Roberts1-71/+147
2013-12-04nested: Move the frame callback list to the surfaceNeil Roberts1-11/+27
2013-12-04nested: Add damage tracking to the nested compositor exampleNeil Roberts1-0/+21
2013-12-04nested: Add double-buffered state semantics to the nested exampleNeil Roberts1-27/+103
2013-12-04nested: Add the buffer reference semantics from WestonNeil Roberts1-4/+95
2013-12-04nested: Remove the surface from the surface list when destroyedNeil Roberts1-0/+2
2013-12-04tablet-shell: RemoveKristian Høgsberg2-491/+0
2013-12-02window: handle insufficient buffer spacePekka Paalanen1-17/+76
2013-12-02clients: Add a new weston-stacking demoPhilip Withnall2-0/+305
2013-12-02clients: Add window_is_transient() helper to the toy toolkit windowPhilip Withnall2-0/+9
2013-11-25distinguish touch screen and pointer dnd in clientXiong Zhang3-14/+60
2013-11-25client/dnd.c: add dnd support for touch screen in clientXiong Zhang2-13/+45
2013-11-25terminal: add touch screen selection supportXiong Zhang1-18/+63
2013-11-24terminal: Update terminal->end whenever we write a characterKristian Høgsberg1-7/+7
2013-11-22terminal: Init tab ruler after setting terminal->widthKristian Høgsberg1-1/+1
2013-11-22dnd: Simplify drag icon creationKristian Høgsberg1-25/+8
2013-11-20weston-info: Handle shm formats betterKristian Høgsberg1-2/+14
2013-11-15protocol: move sub-surfaces to WaylandPekka Paalanen3-7/+0
2013-11-13westoy: Remove some accessors for wl_shell / wl_shell_surfaceJasper St. Pierre2-18/+0
2013-11-13westoy: Remove unused support for window parentsJasper St. Pierre5-23/+18
2013-11-13westoy: Remove window_touch_moveJasper St. Pierre5-18/+3
2013-11-12westoy: Fix the version number we request for wl_seatJasper St. Pierre1-2/+2
2013-10-30toytoolkit: Don't segfault on window closeJason Ekstrand1-1/+1
2013-10-28window.c: Don't ungrab input after displaying the menuKristian Høgsberg1-1/+2
2013-10-23window, desktop-shell: deal with output unplug on client sideXiong Zhang3-3/+57
2013-10-23window.c: Don't put titlebars on menu windowsKristian Høgsberg1-1/+1
2013-10-23window.c: Use frame code for drawing menusKristian Høgsberg1-24/+34
2013-10-23terminal: Show character grid size in header bar when resizingKristian Høgsberg1-2/+15
2013-10-23terminal: Add context menu with new terminal/copy/pasteKristian Høgsberg5-25/+85
2013-10-23terminal: Add scroll-back historyKristian Høgsberg1-60/+128
2013-10-22clients/window: Dispose of previous keymap and state on keymap changeRui Matos1-9/+15