Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-22 | ipc,commands,config: Replace cmd_status enum with cmd_results struct. | S. Christoffer Eliesen | |
In i3 the ipc reply will contain a human readable error message, and this patch replicates that behaviour. However, that error message is also useful for logging, which this patch takes advantage of. E.g. instead of logging errors directly in commands.c/checkargs, it is fed back to the caller which eventually ends up logging everything with maximum context available (config.c/read_config). So instead of logging e.g. "Error on line 'exit'" it will now log: "Error on line 'exit': Can't execute from config." | |||
2015-10-22 | config: Add "seamless_mouse" to decide if pointer crosses output edges. | S. Christoffer Eliesen | |
2015-10-21 | config: Don't try to apply bad output resolution. | S. Christoffer Eliesen | |
2015-10-21 | config: Apply output config also during config reload. | S. Christoffer Eliesen | |
2015-09-20 | fix config search paths | taiyu | |
2015-09-14 | multi command keybinds | taiyu | |
2015-09-13 | Revert "new_workspace null behavior + testmap functions + regex" | Drew DeVault | |
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len | |||
2015-09-12 | new_workspace null behavior + testmap functions + regex | taiyu | |
2015-09-10 | cmd status + workspace ws output op | taiyu | |
2015-09-08 | remove old things | taiyu | |
2015-09-08 | var replacement changes | taiyu | |
2015-09-08 | fix missing symbol bug | taiyu | |
2015-09-08 | escape check fix | taiyu | |
2015-09-08 | set variable changes | taiyu | |
2015-09-08 | fix outut typo | Thomas Wouters | |
2015-09-07 | strdup + style | taiyu | |
2015-09-07 | put strip_whitespace back | taiyu | |
2015-09-07 | config modes | taiyu | |
2015-09-07 | free config stuff | taiyu | |
2015-09-06 | free config when reloading | taiyu | |
2015-09-06 | config_path cleanup | taiyu | |
2015-09-05 | gap resize | taiyu | |
2015-09-04 | enum for command type | taiyu | |
2015-09-04 | style | taiyu | |
2015-09-04 | better handling of commands during config | taiyu | |
2015-08-30 | Added in workspace_auto_back_and_forth | Luminarys | |
2015-08-28 | default floating_mod | taiyu | |
2015-08-27 | Added in default_orientation handling | Luminarys | |
2015-08-23 | split_string memory leaks cleanedup | taiyu | |
2015-08-22 | Implement output configuration through config | Drew DeVault | |
Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc @Cloudef) | |||
2015-08-21 | fixed #108 signed/unsigned comparison | minus | |
2015-08-20 | Reset key buffer on reload | Drew DeVault | |
To preserve my sanity | |||
2015-08-20 | Add command line parsing | Drew DeVault | |
Closes #6 | |||
2015-08-19 | Fixed config path | aouelete | |
2015-08-19 | Fixed config loading | Luminarys | |
2015-08-19 | Set test to NULL when appropriate | Drew DeVault | |
Thanks @SyedAmerGilani | |||
2015-08-19 | Free environment vars after loading config | Drew DeVault | |
Thanks @SyedAmerGilani | |||
2015-08-19 | Refactor config file loading | Drew DeVault | |
2015-08-19 | Merge pull request #80 from SyedAmerGilani/fix_memory_leaks | Drew DeVault | |
fix a few possible memory leaks | |||
2015-08-19 | fixed string building for XDG_CONFIG_HOME config loading | Syed Amer Gilani | |
2015-08-19 | fix a few possible memory leaks | Syed Amer Gilani | |
2015-08-18 | Removed debugging, added in proper gap resets for config reloads | Luminarys | |
2015-08-18 | Merge pull request #73 from KoffeinFlummi/gaps | Drew DeVault | |
Add support for gaps option | |||
2015-08-19 | Merge remote-tracking branch 'upstream/master' into gaps | KoffeinFlummi | |
2015-08-18 | Fix indented comments being weird | Drew DeVault | |
2015-08-18 | Add support for gaps option | KoffeinFlummi | |
2015-08-18 | Revert "enhanced whitespace remover" | Drew DeVault | |
This reverts commit abd0afb03a2929931cb684e5aaeac312affe6e5f. | |||
2015-08-18 | Coding style enforcement | Drew DeVault | |
This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know. | |||
2015-08-18 | Merge pull request #65 from taiyu-len/focus_v2 | Drew DeVault | |
Focus v2 | |||
2015-08-18 | Fix #64 | Drew DeVault | |