Age | Commit message (Collapse) | Author |
|
|
|
|
|
sway/main.c: simplify free'ing by switching to the helper method
|
|
sway/config.c: fix double free issue as we need to store path in list
|
|
|
|
|
|
Refactor preprocessor logic out of _sway_log()
|
|
This removes most preprocessor logic, leaving it only it the header.
|
|
Fix double-close in error_handler()
|
|
|
|
Remove empty params from url in README.md
|
|
|
|
Always terminate ipc path
|
|
fix a typo (horiziontal -> horizontal)
|
|
Fix off-by-one bug in log functions
|
|
|
|
|
|
|
|
Update view title of tabbed/stacked windows
|
|
Requires Cloudef/wlc@80bf003
Fix #623
|
|
Fix a couple potential buffer overflows
|
|
|
|
|
|
Add input cmd for setting pointer accel profile.
|
|
|
|
Remove premature break in workspace_next_name
|
|
|
|
wayland/registry.c: free() registry at registry_teardown
|
|
|
|
sway/config.c: Initialise struct value
|
|
|
|
sway/workspace.c: Cleanup some un-free'd memory
|
|
|
|
Cleaned up some un-free'd memory
|
|
always called
|
|
|
|
|
|
|
|
|
|
I had to change the assignment to path to be wrapped by strdup as we
pass the data out of the method.
|
|
|
|
released
|
|
sway/commands.c: add some free calls to release allocated memory
|
|
|
|
|
|
|
|
|
|
|
|
Fix uninitialized variable
|
|
|