Commit Graph

285 Commits (dbeb03aa680dde36bd917057a54dc2651b780f27)

Author SHA1 Message Date
Alex Xu fbecfc2d35 config.c: fix current_config uninit warning () 7 years ago
Ian Fan 23c1c26c3f Add get_config message type to ipc 7 years ago
emersion 63b4bf5000
Update for 7 years ago
Dominique Martinet 9f5d539657 config: add a couple of forgotten frees 7 years ago
Dominique Martinet 4eeca10a8a load_config: move NULL path check before first use 7 years ago
Dominique Martinet 8c526bbb03 config include: fix leak on relative include path 7 years ago
Dominique Martinet 0c6149171b read_config: fix leak on error 7 years ago
Ryan Dwyer bb66e6d578 Refactor everything that needs to arrange windows 7 years ago
Brian Ashworth 212e4ef395 Remove strip quoting and fix strncpy-overlap 7 years ago
Brian Ashworth f4870d5432 Fix logic issue in do_var_replacement 7 years ago
Brian Ashworth 067fe9d047 Support runtime var expansion and set at runtime 7 years ago
Dominique Martinet 71ab13f1eb sway/config: fix use-after-free for end of block 7 years ago
Brian Ashworth 8bfa2def88 Address first round of review for generic blocks 7 years ago
Brian Ashworth 51bb9d8573 Support braces on next line for config blocks 7 years ago
Brian Ashworth 7c810dc344 Make command block implementation generic 7 years ago
Ryan Dwyer 00cac22038 Fix crash when using multiple outputs 7 years ago
Ryan Dwyer c9f8d35ca9 Consider floating views when calculating title height 7 years ago
Brian Ashworth 46da1dc32b Implement focus_wrapping 7 years ago
Mattias Eriksson 8fbafbfab5 Idle handling for dpms/lockscreen et al 7 years ago
Ryan Dwyer 497793b5b7 Use reasonable default for font height 7 years ago
Ryan Dwyer 5d6d24e71a Move code for re-arranging after font height change into a common place 7 years ago
Drew DeVault 85396b90fb Fix unfocused.text default 7 years ago
Drew DeVault 58a033d816 Convert border_colors.text to float[4] 7 years ago
Ryan Dwyer 55b307cddf Calculate config->font_height based on existing container titles 7 years ago
Ryan Dwyer b667298a0a Render titles 7 years ago
Ryan Dwyer cb07434913 Remove unnecessary pointers 7 years ago
Ryan Dwyer e67f354333 Implement borders 7 years ago
Tony Crisci e677c5b204 rename seat functions 7 years ago
Drew DeVault 9b38ef950f Implement focus_follows_mouse 7 years ago
Drew DeVault 18173fb5ad Free bar configs on reload and exit 7 years ago
Drew DeVault f26ecd9f58 Merge remote-tracking branch 'origin/wlroots' into swaybar-layers 7 years ago
Tony Crisci dc8c9fbeb6 Revert "Merge pull request from swaywm/revert-1647-refactor-tree" 7 years ago
Drew DeVault d0c7f66e95
Revert "Refactor tree" 7 years ago
Drew DeVault 569b2bfd5d Move bar config into its own file 7 years ago
Drew DeVault bf7a4cd0eb Add bar configuration commands 7 years ago
Drew DeVault 6836074fed Implement enough IPC for swaybar to work 7 years ago
Tony Crisci 874f009866 move tree includes to their own directory 7 years ago
Drew DeVault b28602aa74 Implement workspaces 7 years ago
Dominique Martinet 6259831d31 commands/reload: remove unimplemented 'load_swaybars' call 7 years ago
Dominique Martinet 5766f426aa config reload: destroy old seat when removed from config 7 years ago
Dominique Martinet 869be4378d commands: add 'reload' command 7 years ago
emersion 0c58673c6a
Merge pull request from acrisci/config-refactor 7 years ago
Tony Crisci cc3c713889 seat config handler context 7 years ago
Tony Crisci 9e0595f26b input config handler context 7 years ago
Tony Crisci 9f54cd8935 copy config references for input and seat 7 years ago
Dominique Martinet 67985e9031 sway: change all sway_log to wlr_log 7 years ago
Dominique Martinet c83900593d config: add 'set' command 7 years ago
Dominique Martinet 19ddb70a32 fixup free config use free_sway_binding 7 years ago
Dominique Martinet 9a326be7f8 config: leak sanitizer pass 7 years ago
Dominique Martinet f5b33cb4b6 fix typos in comments/messages; add shutting down message 7 years ago