aboutsummaryrefslogtreecommitdiff
path: root/sway/config/output.c
AgeCommit message (Expand)Author
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-09-01Do not modeset disabled outputsemersion
2018-08-26Merge pull request #2513 from RyanDwyer/rename-root-outputsDrew DeVault
2018-08-26Remove layout.cRyan Dwyer
2018-08-25Rename sway_root.outputs to sway_root.all_outputsRyan Dwyer
2018-08-24Refactor destroy functions and save workspaces when there's no outputsRyan Dwyer
2018-08-08Allow a fallback color to be specified for swaybgBrian Ashworth
2018-07-20Reset outputs on reloadBrian Ashworth
2018-07-20Fix output wildcard handlingBrian Ashworth
2018-07-15config output: free command string if unusedIan Fan
2018-07-09Update for swaywm/wlroots#1126emersion
2018-06-06Store sway_outputs so that they can be reenabledBrian Ashworth
2018-05-13Idle handling for dpms/lockscreen et alMattias Eriksson
2018-05-01Fix layer surface crash on output destroydb
2018-04-04Merge branch 'wlroots' into split-containers2Tony Crisci
2018-04-03Fix wrong output container coordinatesemersion
2018-04-03unify container destroy functionsTony Crisci
2018-03-30Merge remote-tracking branch 'origin/wlroots' into swaybar-layersDrew DeVault
2018-03-29Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Tony Crisci
2018-03-29Revert "Refactor tree"Drew DeVault
2018-03-29Add swaybg_commandDrew DeVault
2018-03-29Move bar config into its own fileDrew DeVault
2018-03-29more renaming thingsTony Crisci
2018-03-29rename container functionsTony Crisci
2018-03-28Address review feedbackDrew DeVault
2018-03-28Render layer surfaces and respect exclusive zoneDrew DeVault
2018-01-05sway: change all sway_log to wlr_logDominique Martinet
2017-12-29Allow to configure outputs by their identifieremersion
2017-12-27Refactor output command, add output enableemersion
2017-12-18Add support for fractional output scaleemersion
2017-12-14Replace refresh_rate and position by mode in output commandemersion
2017-12-13Update output containers on output layout changeemersion
2017-12-12Update output container box in event handleremersion
2017-12-12Listen to output layout changeemersion
2017-12-12Add scale and transform events to sway_outputemersion
2017-12-11Use custom modes when output has no modeemersion
2017-12-09Remove output from layoutemersion
2017-12-06Add new_output_config, update root container size on output hotplugemersion
2017-12-06Simplify free calls, use wlr_output_set_scaleemersion
2017-12-06Init, merge output config params, use wlr_output_layoutemersion
2017-12-06Add output configemersion