aboutsummaryrefslogtreecommitdiff
path: root/common/list.c
AgeCommit message (Expand)AuthorLines
2018-12-09Merge pull request #3271 from ianyfan/list-cleanupRyan Dwyer-11/+13
2018-12-09list.c: rename free_flat_list to list_free_items_and_destroyIan Fan-1/+1
2018-12-09Cleanup list codeIan Fan-2/+1
2018-12-09list.c: Remove list_foreachIan Fan-9/+12
2018-12-06list: double list capacity when resizing instead of incrementingIan Fan-1/+1
2018-08-15Use list_find in more places and refactor/fix workspace prev_next functionsRyan Dwyer-1/+1
2018-08-12Implement resizing tiled containers via cursorRyan Dwyer-0/+9
2018-07-11Move floating windows to front when focusedRyan Dwyer-0/+15
2016-12-29Added "layout promote" command.wil-1/+1
2016-12-15Handle config-related allocation failuresDrew DeVault-0/+3
2016-06-02implement stable sort for listsZandr Martin-1/+58
2015-12-22swaybar: fix memory leaksprogandy-0/+9
2015-12-22replace non-standard qsort_r with qsortrobotanarchy-8/+2
2015-11-24fix list sortingtaiyu-1/+7
2015-11-22cmd_workspace: Don't fill up config->workspace_outputs with duplicates.S. Christoffer Eliesen-2/+2
2015-11-21list: Add list_seq_find.S. Christoffer Eliesen-0/+10
2015-11-12Start fleshing out wayland client implementationDrew DeVault-0/+55