index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
commands
/
reload.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2024-01-18
scene_graph: Port container server side decorations
Alexander Orzechowski
2021-09-20
Avoid unecessary font metric calculations
Hugo Osvaldo Barrera
2021-08-26
Use fixed titlebar heights
Hugo Osvaldo Barrera
2020-07-07
Reload command now matches i3's implementation
Geoffrey Casper
2019-01-21
Replace wlr_log with sway_log
M Stoeckl
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
2018-12-09
list.c: rename free_flat_list to list_free_items_and_destroy
Ian Fan
2018-12-09
list.c: Remove list_foreach
Ian Fan
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
emersion
2018-11-01
Move view marks properties to container struct
Ryan Dwyer
2018-10-21
cmd_reload: recalc font sizing + rebuild textures
Brian Ashworth
2018-10-08
Reload config using idle event
Ryan Dwyer
2018-09-05
Implement type safe arguments and demote sway_container
Ryan Dwyer
2018-08-03
Write to swaynag pipe fd directly on config errors
Brian Ashworth
2018-08-03
Show swaynag on config errors
Brian Ashworth
2018-08-01
ipc: add workspace::reload event
Ian Fan
2018-08-01
ipc: add barconfig_update event on config reload
Ian Fan
2018-07-14
Simplify transactions by utilising a dirty flag on containers
Ryan Dwyer
2018-07-10
Add get_config message type to ipc
Ian Fan
2018-06-09
Refactor everything that needs to arrange windows
Ryan Dwyer
2018-04-28
Refactor arrange_windows()
Ryan Dwyer
2018-03-30
Merge remote-tracking branch 'origin/wlroots' into swaybar-layers
Drew DeVault
2018-03-29
Revert "Merge pull request #1653 from swaywm/revert-1647-refactor-tree"
Tony Crisci
2018-03-29
Revert "Refactor tree"
Drew DeVault
2018-03-29
arrange windows
Tony Crisci
2018-03-29
Restart swaybar on config reload
Drew DeVault
2018-03-29
more renaming things
Tony Crisci
2018-03-29
move tree includes to their own directory
Tony Crisci
2018-02-24
remove checks for command handlers
Tony Crisci
2018-01-22
commands/reload: remove unimplemented 'load_swaybars' call
Dominique Martinet
2018-01-22
commands: add 'reload' command
Dominique Martinet
2017-11-18
Move everything to sway/old/
Drew DeVault
2016-09-02
merge in latest commits
Zandr Martin
2016-09-01
refactor commands.c
Zandr Martin