aboutsummaryrefslogtreecommitdiff
path: root/example
AgeCommit message (Expand)Author
2017-06-28Move example -> examplesDrew DeVault
2017-06-26Add wlr_wl_compositor and remove wlr_wl_shmDrew DeVault
2017-06-23Support wl_shm pixel formats in gles2 rendererDrew DeVault
2017-06-23Add wlcore/wl_shm (WIP)Drew DeVault
2017-06-23Switch to GLES2Drew DeVault
2017-06-22Fix pointer example for wayland backendnyorain
2017-06-22Use wl_display_run and refactor example keyboardsDrew DeVault
2017-06-21Create WAYLAND_DISPLAY socketDrew DeVault
2017-06-21Utilize wlr_log in example loggingDrew DeVault
2017-06-21Make event names consistentDrew DeVault
2017-06-21Reorganize wlr-commonDrew DeVault
2017-06-21Update everyone to use new headersDrew DeVault
2017-06-21Added VT switching to every exampleScott Anderson
2017-06-21Fixed VT switchingScott Anderson
2017-06-21Changed session signal to only emit on DRM changesScott Anderson
2017-06-20Add dynamic output resizing for Wayland backendDrew DeVault
2017-06-20Clean up Wayland backend GL context and suchDrew DeVault
2017-06-19Implement keyboard LEDsDrew DeVault
2017-06-19Implement tablet padsDrew DeVault
2017-06-19Allocate framebuffers for hardware cursorsDrew DeVault
2017-06-16Add (broken) DRM hardware cursorsDrew DeVault
2017-06-15Add tablet exampleDrew DeVault
2017-06-15Add colored quad and ellipse rendering primitivesDrew DeVault
2017-06-14Flesh out touch events and add demoDrew DeVault
2017-06-13Add axis events to pointer exampleDrew DeVault
2017-06-13Demonstrate pointer button event in exampleDrew DeVault
2017-06-13Add pointer exampleDrew DeVault
2017-06-13Implement libinput wlr_pointerDrew DeVault
2017-06-13Simplify examplesDrew DeVault
2017-06-13Flesh out keyboard support in examplesDrew DeVault
2017-06-13Incorporate XKBCommon into exampleDrew DeVault
2017-06-13Exit sample on key pressDrew DeVault
2017-06-13Handle key pressesDrew DeVault
2017-06-13Initialize keyboards from libinputDrew DeVault
2017-06-13Add error handling and init in backend_autocreateDrew DeVault
2017-06-09Spice up the example program a bitDrew DeVault
2017-06-08Further improvements to rendering subsystemDrew DeVault
2017-06-08Add wlr_renderer and move quad rendering thereDrew DeVault
2017-06-08Add wlr_shader to wlr-renderDrew DeVault
2017-06-07Use constant VBO for quad, add matrix stuffDrew DeVault
2017-06-07Add texture, use index buffer, tweak matriciesDrew DeVault
2017-06-08Merge remote-tracking branch 'upstream/master' into rotationScott Anderson
2017-06-08Filled out more wlr_output fields.Scott Anderson
2017-06-07Provide user with transformation matrixScott Anderson
2017-06-06Let backend track transform stateDrew DeVault
2017-06-06s/-d/-o/Drew DeVault
2017-06-06example/main.c -> example/simple.cDrew DeVault
2017-06-06Removed testing for wayland/xorg from examplesScott Anderson
2017-06-05Added output rotation exampleScott Anderson
2017-06-04Switch example to use wl_list over list_tDrew DeVault