Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-01 | examples, tinywl: use "default" cursor instead of "left_ptr" | Simon Ser | |
"left_ptr" is the X11 name, "default" is the cursor spec name. | |||
2021-07-05 | xcursor: improve documentation | Simon Ser | |
2021-07-05 | Remove reference to the announce mailing list | Simon Ser | |
The mailing list has never been used. I think listing the deprecated functions in the release notes is enough. I'd rather not add the burden of maintaining a separate communication medium. | |||
2018-07-29 | Initial pass on API stability guarantees | Drew DeVault | |
This introduces -DWLR_USE_UNSTABLE and adds information regarding the stability status to all headers. I started with a conservative set of headers to mark as stable: - types/wlr_matrix.h - util/edges.h - util/log.h - util/region.h - xcursor.h | |||
2018-02-02 | Fix typo in xcursor.h | Drew DeVault | |
2018-02-01 | Improve xcursor docs | Drew DeVault | |
2017-12-08 | move get_resize_name to xcursor | Tony Crisci | |
2017-11-12 | Introduce wlr_xcursor_manager | emersion | |
2017-09-23 | Use more consistent include guard names | emersion | |
2017-08-18 | rename wlr_cursor to wlr_xcursor | Tony Crisci | |
This is for the implementation of another type that should be called wlr_cursor. | |||
2017-08-07 | Add xcursor sublibrary | Drew DeVault | |