Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-26 | Fix damage tracking for rotated surfaces | emersion | |
It was broken because the damage extents were rotated about its own center, not about the center of the surface. This adds a new wlr_region_rotated_bounds that rotates regions. This allows us to have only one code path (for both non-rotated views and rotated views) and optimizes rendering for rotated views. | |||
2018-02-21 | Rename _strip_path to wlr_strip_path | Guido Günther | |
since it's a public function | |||
2018-01-30 | rootston: fix urxvt damage on HiDPI outputs | emersion | |
util/region: add wlr_region_expand | |||
2018-01-26 | Damage tracking for transformed outputs | emersion | |
2018-01-25 | util: add docs for wlr_region_scale | emersion | |
2018-01-25 | rootston: damage tracking scale support | emersion | |
2017-12-31 | Allow configurable verbosity | Calvin Lee | |
2017-12-08 | bring edges into wlr | Tony Crisci | |
2017-10-21 | Rename remaining refs to wlr_list | Drew DeVault | |
2017-10-11 | Fixed wrong function name | Enerccio | |
Apparently I am first guy to ever call this... | |||
2017-09-23 | Use more consistent include guard names | emersion | |
2017-08-16 | Prevent alloc errors from crashing in `list_t` | Calvin Lee | |
This commit changes the `list_t` api so that alloc errors can be detected and worked around. Also fixes errors not found in 5cc7342 | |||
2017-08-14 | Fix style issues | nyorain | |
2017-06-21 | Reorganize wlr-common | Drew DeVault | |