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
/
tinywl
/
tinywl.c
Age
Commit message (
Expand
)
Author
2022-06-28
tinywl: exit on backend, renderer or allocator creation failure
Simon Zeni
2022-06-21
wlr_input_device: remove anon union field
Isaac Freund
2022-05-31
wlr_scene: Only allow parenting on a wlr_scene_tree
Alexander Orzechowski
2022-05-31
wlr_scene: Refactor wlr_scene (the root element) to encase a wlr_scene_tree
Alexander Orzechowski
2022-05-27
tinywl: use xdg-shell v3
Kirill Primak
2022-05-19
wlr_scene: Refactor wlr_scene_surface to be a helper on top of wlr_scene_buffer
Alexander Orzechowski
2022-05-15
xdg-shell: specify version in wlr_xdg_shell_create
Simon Ser
2022-05-10
tinywl: don't crash when there is no keyboard
Simon Ser
2022-05-06
tinywl/tinywl: clean up tinywl_output when wlr_output is gone
xiaoyaobing
2022-04-13
xdg-toplevel: don't schedule configures on state requests
Kirill Primak
2022-03-23
seat: take wlr_keyboard in wlr_seat_set_keyboard()
Leonardo Hernández Hernández
2022-03-17
types/wlr_keyboard: uniformize events name
Simon Zeni
2022-03-17
types/wlr_pointer: uniformize events name
Simon Zeni
2022-03-17
tinywl: init cursor_mode
Simon Zeni
2022-03-07
tinywl: destroy keyboard on wlr_input_device event
Simon Zeni
2022-02-02
xdg-toplevel: fix functions' main argument type
Kirill Primak
2022-01-14
tinywl: fix check whether client is focused or not
Isaac Freund
2022-01-13
subcompositor: split out from compositor
Kirill Primak
2021-12-13
scene: fix wlr_scene_send_frame_done() API
Isaac Freund
2021-12-13
tinywl: use wlr_scene_send_frame_done()
Isaac Freund
2021-12-01
Fix uninitialized variable errors in release mode
Quantum
2021-11-30
tinywl: use wlr_scene
Isaac Freund
2021-11-19
tinywl: init output render before commit
Simon Zeni
2021-11-18
tinywl: autocreate allocator and init output
Simon Zeni
2021-10-02
Fix spelling errors
Elyes HAOUAS
2021-08-20
tinywl: simplify logic for sending pointer events
Isaac Freund
2021-04-19
Stop specifying xkb_rule_names
Simon Ser
2021-01-07
tinywl: fix wlr_backend_autocreate call
Simon Zeni
2020-11-11
Replace wlr_key_state with wl_keyboard_key_state
Isaac Freund
2020-04-28
tinywl: Fix wrong anchor point while resizing a window
Greg Depoire--Ferrer
2020-04-28
tinywl: handle request set selection
Isaac Freund
2020-04-28
tinywl: remove unused variables
Isaac Freund
2020-04-23
tinywl: fix geo_box bug in cursor resizing
Kalyan Sriram
2020-04-15
tinywl: remove redundant create output global call
Isaac Freund
2019-12-30
tinywl: enable and commit output when modesetting
Simon Ser
2019-07-27
Remove all wayland-server.h includes
Simon Ser
2019-04-23
output: refactor frame submission API
Simon Ser
2019-03-02
tinywl: send pointer frame events
emersion
2019-02-26
clang compile fix #1572
athrungithub
2019-01-13
Fix software cursor rendering for tinywl and some examples
Alexander Bakker
2019-01-10
Remove unused struct from tinywl
Drew DeVault
2019-01-10
Fix a few typos
emersion
2019-01-03
Annotate the source
Drew DeVault
2019-01-03
Update READMEs per tinywl merge
Drew DeVault
2018-11-27
view_at: remove unused variable
Louis Taylor
2018-11-26
Correct WLR_BUTTON_PRESSED to WLR_KEY_PRESSED
Louis Taylor
2018-08-15
Implement Alt+F1 (next window) and Alt+Esc (exit)
Drew DeVault
2018-08-15
Fix uninitialized variable
Drew DeVault
2018-08-15
Fix various bugs
Drew DeVault
2018-08-15
Tiny Wayland compositor
Drew DeVault