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
/
common
/
list.c
Age
Commit message (
Expand
)
Author
2018-12-09
Merge pull request #3271 from ianyfan/list-cleanup
Ryan Dwyer
2018-12-09
list.c: rename free_flat_list to list_free_items_and_destroy
Ian Fan
2018-12-09
Cleanup list code
Ian Fan
2018-12-09
list.c: Remove list_foreach
Ian Fan
2018-12-06
list: double list capacity when resizing instead of incrementing
Ian Fan
2018-08-15
Use list_find in more places and refactor/fix workspace prev_next functions
Ryan Dwyer
2018-08-12
Implement resizing tiled containers via cursor
Ryan Dwyer
2018-07-11
Move floating windows to front when focused
Ryan Dwyer
2016-12-29
Added "layout promote" command.
wil
2016-12-15
Handle config-related allocation failures
Drew DeVault
2016-06-02
implement stable sort for lists
Zandr Martin
2015-12-22
swaybar: fix memory leaks
progandy
2015-12-22
replace non-standard qsort_r with qsort
robotanarchy
2015-11-24
fix list sorting
taiyu
2015-11-22
cmd_workspace: Don't fill up config->workspace_outputs with duplicates.
S. Christoffer Eliesen
2015-11-21
list: Add list_seq_find.
S. Christoffer Eliesen
2015-11-12
Start fleshing out wayland client implementation
Drew DeVault