summaryrefslogtreecommitdiffstats
path: root/sway/config.c
Commit message (Expand)AuthorAge
* Free individual criteria in free_configLibravatar frsfnrrg2018-07-17
* Revert "config: free include path on successful load"Libravatar Drew DeVault2018-07-16
* config: free include path on successful loadLibravatar Ian Fan2018-07-15
* Add error handling for getting config file sizeLibravatar Ian Fan2018-07-15
* Fix config buffer overflow and logicLibravatar Ian Fan2018-07-15
* Simplify transactions by utilising a dirty flag on containersLibravatar Ryan Dwyer2018-07-14
* config.c: fix current_config uninit warning (#2249)Libravatar Alex Xu2018-07-12
* Add get_config message type to ipcLibravatar Ian Fan2018-07-10
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* config: add a couple of forgotten freesLibravatar Dominique Martinet2018-07-05
* load_config: move NULL path check before first useLibravatar Dominique Martinet2018-07-02
* config include: fix leak on relative include pathLibravatar Dominique Martinet2018-07-02
* read_config: fix leak on errorLibravatar Dominique Martinet2018-07-02
* Refactor everything that needs to arrange windowsLibravatar Ryan Dwyer2018-06-09
* Remove strip quoting and fix strncpy-overlapLibravatar Brian Ashworth2018-06-07
* Fix logic issue in do_var_replacementLibravatar Brian Ashworth2018-06-05
* Support runtime var expansion and set at runtimeLibravatar Brian Ashworth2018-06-05
* sway/config: fix use-after-free for end of blockLibravatar Dominique Martinet2018-06-03
* Address first round of review for generic blocksLibravatar Brian Ashworth2018-06-02
* Support braces on next line for config blocksLibravatar Brian Ashworth2018-06-02
* Make command block implementation genericLibravatar Brian Ashworth2018-06-02
* Fix crash when using multiple outputsLibravatar Ryan Dwyer2018-06-01
* Consider floating views when calculating title heightLibravatar Ryan Dwyer2018-06-01
* Implement focus_wrappingLibravatar Brian Ashworth2018-05-27
* Idle handling for dpms/lockscreen et alLibravatar Mattias Eriksson2018-05-13
* Use reasonable default for font heightLibravatar Ryan Dwyer2018-05-10
* Move code for re-arranging after font height change into a common placeLibravatar Ryan Dwyer2018-05-05
* Fix unfocused.text defaultLibravatar Drew DeVault2018-05-03
* Convert border_colors.text to float[4]Libravatar Drew DeVault2018-05-03
* Calculate config->font_height based on existing container titlesLibravatar Ryan Dwyer2018-05-03
* Render titlesLibravatar Ryan Dwyer2018-05-03
* Remove unnecessary pointersLibravatar Ryan Dwyer2018-05-01
* Implement bordersLibravatar Ryan Dwyer2018-04-30
* rename seat functionsLibravatar Tony Crisci2018-04-02
* Implement focus_follows_mouseLibravatar Drew DeVault2018-03-31
* Free bar configs on reload and exitLibravatar Drew DeVault2018-03-31
* Merge remote-tracking branch 'origin/wlroots' into swaybar-layersLibravatar Drew DeVault2018-03-30
|\
| * Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"Libravatar Tony Crisci2018-03-29
| * Revert "Refactor tree"Libravatar Drew DeVault2018-03-29
| * move tree includes to their own directoryLibravatar Tony Crisci2018-03-29
* | Move bar config into its own fileLibravatar Drew DeVault2018-03-29
* | Add bar configuration commandsLibravatar Drew DeVault2018-03-29
* | Implement enough IPC for swaybar to workLibravatar Drew DeVault2018-03-29
|/
* Implement workspacesLibravatar Drew DeVault2018-01-30
* commands/reload: remove unimplemented 'load_swaybars' callLibravatar Dominique Martinet2018-01-22
* config reload: destroy old seat when removed from configLibravatar Dominique Martinet2018-01-22
* commands: add 'reload' commandLibravatar Dominique Martinet2018-01-22
* Merge pull request #1574 from acrisci/config-refactorLibravatar emersion2018-01-22
|\
| * seat config handler contextLibravatar Tony Crisci2018-01-20
| * input config handler contextLibravatar Tony Crisci2018-01-20