aboutsummaryrefslogtreecommitdiffstats
path: root/common/meson.build
Commit message (Collapse)AuthorAge
* Add wayland_client dependency to commonLibravatar TheAvidDev2020-06-06
|
* Removed unused wlroots dependency for sway(bg|bar|msg|nag)Libravatar M Stoeckl2019-01-21
| | | | Also remove direct libm dependency where unused.
* Remove unicode.cLibravatar emersion2019-01-17
|
* Remove readline.cLibravatar Ian Fan2019-01-01
| | | | | All occurrences of read_line have been replaced by getline. peek_line has been absorbed into detect_brace.
* Move swaybar's event loop to common directory and refactorLibravatar Ryan Dwyer2018-10-15
| | | | | | | * The loop functions are now prefixed with `loop_`. * It is now easy to add timers to the loop. * Timers are implemented using pollfd and timerfd, rather than manually checking them when any other event happens to arrive.
* Add password buffer, refactor rendering/surfacesLibravatar Drew DeVault2018-04-04
|
* Move swaybg background rendering into common/Libravatar Drew DeVault2018-04-04
| | | | swaylock will use it too
* Start port of swaybar to layer shellLibravatar Drew DeVault2018-03-29
| | | | | | This starts up the event loop and wayland display and shims out the basic top level rendering concepts. Also includes some changes to incorporate pango into the 1.x codebase properly.
* Add solid-color rendering to swaybgLibravatar Drew DeVault2018-03-28
|
* build: add wlroots dependency to commonLibravatar Dominique Martinet2017-12-19
| | | | | It is required for include path if wlroots is not built in standard path, but found through pkg-config
* meson: common static libraryLibravatar Tony Crisci2017-11-30
|
* use meson subdirectoriesLibravatar Tony Crisci2017-11-30