aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/output.c
Commit message (Expand)AuthorAge
* Declare all struct cmd_handler arrays constLibravatar Manuel Stoeckl2021-02-04
* Add an adaptive_sync output commandLibravatar Simon Ser2020-03-07
* config: fix validation exit code and log levelLibravatar Brian Ashworth2020-02-11
* add scale_filter output config optionLibravatar Ronan Pigott2019-11-29
* output: add max_render_timeLibravatar Ivan Molodetskikh2019-11-17
* cmd_output: support current output aliasLibravatar Brian Ashworth2019-07-17
* Implement output toggleLibravatar Moelf2019-05-14
* swaybg: one instance for all outputsLibravatar Brian Ashworth2019-04-04
* Add support for manually setting subpixel hinting on outputs.Libravatar Geoff Greer2019-03-24
* Remove assumption that noop output will be called NOOP-1Libravatar Ryan Dwyer2019-01-22
* Don't allow noop output to be configuredLibravatar Ryan Dwyer2019-01-22
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Remove now-unused "input" argument of cmd_results_newLibravatar M Stoeckl2019-01-14
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Reset outputs on reloadLibravatar Brian Ashworth2018-07-20
* Fix output wildcard handlingLibravatar Brian Ashworth2018-07-20
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* Switch output storing from list_t to wl_listLibravatar Brian Ashworth2018-06-06
* Store sway_outputs so that they can be reenabledLibravatar Brian Ashworth2018-06-06
* Address review comments for output subcommandsLibravatar Brian Ashworth2018-06-03
* Refactor cmd_output to use config_subcommandLibravatar Brian Ashworth2018-06-03
* Idle handling for dpms/lockscreen et alLibravatar Mattias Eriksson2018-05-13
* Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
* Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
* rename container functionsLibravatar Tony Crisci2018-03-29
* Render layer surfaces and respect exclusive zoneLibravatar Drew DeVault2018-03-28
* sway: change all sway_log to wlr_logLibravatar Dominique Martinet2018-01-05
* Allow to configure outputs by their identifierLibravatar emersion2017-12-29
* Refactor output command, add output enableLibravatar emersion2017-12-27
* Add support for fractional output scaleLibravatar emersion2017-12-18
* Use strtol instead of atoi in output commandLibravatar emersion2017-12-14
* Fail if unknown output subcommandLibravatar emersion2017-12-14
* Replace refresh_rate and position by mode in output commandLibravatar emersion2017-12-14
* Update output container box in event handlerLibravatar emersion2017-12-12
* Remove output from layoutLibravatar emersion2017-12-09
* Add new_output_config, update root container size on output hotplugLibravatar emersion2017-12-06
* Init, merge output config params, use wlr_output_layoutLibravatar emersion2017-12-06
* Add output configLibravatar emersion2017-12-06
* Move everything to sway/old/Libravatar Drew DeVault2017-11-18
* Clean up output commandLibravatar Calvin Lee2017-10-05
* UnGNUify the codebaseLibravatar Drew DeVault2017-03-10
* Handle calloc failuresLibravatar Drew DeVault2016-12-15
* Handle allocation failure in commandsLibravatar Drew DeVault2016-12-15
* merge in latest commitsLibravatar Zandr Martin2016-09-02
* refactor commands.cLibravatar Zandr Martin2016-09-01