index
:
navi/wayland/wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
tablet.c
Age
Commit message (
Expand
)
Author
2021-07-06
move wlr_box from /types to /util
Simon Zeni
2021-04-19
Stop specifying xkb_rule_names
Simon Ser
2021-04-19
examples: remove dependency on GLES2 for compositor examples
Simon Ser
2021-04-19
examples: use wlr_output_preferred_mode
Simon Ser
2020-12-30
Remove wlr_create_renderer_func_t
Simon Ser
2020-11-11
Remove unneeded includes from wlr_input_device.h
Isaac Freund
2020-02-08
examples: Fix compositor-examples
Scott Anderson
2019-11-20
Add -Wmissing-prototypes
Simon Ser
2019-07-27
Remove all wayland-server.h includes
Simon Ser
2019-04-23
output: refactor frame submission API
Simon Ser
2018-09-03
Handle setting keymap in examples more securely
random human
2018-08-16
Fix build on FreeBSD
emersion
2018-07-14
rename wlr_tablet_tool to wlr_tablet
Markus Ongyerth
2018-07-09
util: add wlr_ prefix to log symbols
emersion
2018-05-30
Fix double-free in the tablet.c and touch.c examples
Tobias Blass
2018-05-25
backends: implement custom EGL and renderer initialization
Ilia Bozhinov
2018-05-10
Fixed emersion's issues
Timidger
2018-05-10
Fixed style issues
Timidger
2018-05-10
Made tablet standalone
Timidger
2018-05-10
Moved cat out of support, removed support
Timidger
2018-04-01
examples: get wlr_renderer from the backend
emersion
2018-03-31
Untie wlr_backend from wlr_renderer
emersion
2018-03-28
Remove width_mm from tablet events
Drew DeVault
2018-03-26
render: add simple functions to render rectangles and ellipses
emersion
2018-03-21
render/gles2: make wlr_renderer_begin take viewport size
emersion
2018-03-19
render: split render.h into wlr_renderer.h and wlr_texture.h
emersion
2018-03-15
matrix: use 2D matrices
emersion
2018-03-15
matrix: unify API, don't use array pointers
emersion
2018-03-15
matrix: move to types/
emersion
2018-03-07
Add mode support to libinput backend
Drew DeVault
2018-02-03
render: make wlr_renderer_clear take a float[4] for the color
emersion
2018-01-22
render: add wlr_renderer_clear and wlr_renderer_scissor
emersion
2018-01-21
output: add damage tracking via buffer age
emersion
2018-01-19
output: fix software cursors damage tracking
emersion
2018-01-15
Fixed logging for examples
Timidger
2017-11-01
Move shared example code
Drew DeVault
2017-09-24
Move keyboard logic to wlr_{keyboard,seat}
Drew DeVault
2017-08-19
examples: separate compositor_fini from run
Dominique Martinet
2017-08-19
wlr renderer/texture: rename init to create when it does alloc
Dominique Martinet
2017-08-15
Prevent alloc errors from crashing
Calvin Lee
2017-08-10
Refactor EGL handling
Drew DeVault
2017-08-10
Fix example for updated gles
nyorain
2017-08-10
Implement drm (egl) buffer attaching
nyorain
2017-08-06
Changed header paths.
Scott Anderson
2017-06-29
Merge branch 'wlcore'
Drew DeVault
2017-06-28
Move example -> examples
Drew DeVault