aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2015-11-27Don't use the _t postfix on non-typedef structuresDrew DeVault-2/+2
2015-11-26Add "variant": "sway" to IPC version responseDrew DeVault-6/+3
2015-11-26Add swaymsg(1) man pageDrew DeVault-0/+70
2015-11-26Implement swaymsg IPC behaviorDrew DeVault-2/+70
2015-11-26Parse command line args for swaymsgDrew DeVault-2/+92
2015-11-26Add swaymsg subprojectDrew DeVault-0/+29
2015-11-25Merge pull request #261 from christophgysin/execDrew DeVault-9/+14
2015-11-25Merge pull request #260 from christophgysin/scaleDrew DeVault-6/+92
2015-11-25Call swaybg without invoking a shellChristoph Gysin-9/+14
2015-11-25swaybg: implement scaling mode "fit"Christoph Gysin-1/+25
2015-11-25swaybg: implement scaling mode "tile"Christoph Gysin-0/+10
2015-11-25swaybg: implement scaling mode "center"Christoph Gysin-0/+8
2015-11-25swaybg: implement scaling mode "fill"Christoph Gysin-0/+23
2015-11-25swaybg: implement scaling mode "stretch"Christoph Gysin-3/+24
2015-11-25swaybg: check for exact number of argumentsChristoph Gysin-1/+1
2015-11-25swaybg: make argv constChristoph Gysin-2/+2
2015-11-25Merge pull request #251 from sce/criteria_1Drew DeVault-0/+478
2015-11-25Merge pull request #259 from christophgysin/linenoDrew DeVault-1/+4
2015-11-25criteria: Code formatting.S. Christoffer Eliesen-50/+50
2015-11-25Merge pull request #258 from christophgysin/whitespaceDrew DeVault-5/+5
2015-11-25config: print line numberChristoph Gysin-1/+4
2015-11-25config: remove trailing whitespaceChristoph Gysin-5/+5
2015-11-25criteria: Add. Learn for_window command.S. Christoffer Eliesen-0/+478
2015-11-25Merge pull request #255 from christophgysin/ninjaDrew DeVault-2/+2
2015-11-25Merge pull request #257 from christophgysin/missing-includeDrew DeVault-0/+1
2015-11-25cmake: fix ninja buildChristoph Gysin-2/+2
2015-11-25extensions: add missing includeChristoph Gysin-0/+1
2015-11-25Merge pull request #254 from christophgysin/typotaiyu-2/+2
2015-11-25cmake: Fix typoChristoph Gysin-2/+2
2015-11-24Merge pull request #253 from sce/add_sibling_handle_floating_alt1Drew DeVault-12/+26
2015-11-24layout: get_swayc_in_direction_under: Handle floating views.S. Christoffer Eliesen-1/+1
2015-11-24layout: swap_container: Handle floating views.S. Christoffer Eliesen-3/+10
2015-11-24layout: replace_child: Handle floating views.S. Christoffer Eliesen-2/+5
2015-11-24layout: add_sibling: Handle floating views properly.S. Christoffer Eliesen-6/+10
2015-11-24Merge pull request #252 from sce/fix_binding_cmpDrew DeVault-0/+5
2015-11-24sway_binding_cmp_keys: Differentiate between modifier keys.S. Christoffer Eliesen-0/+5
2015-11-24Merge pull request #250 from sce/initial_support_for_criteria_stringsDrew DeVault-4/+26
2015-11-24handle_command: Skip commands that has a criteria string.S. Christoffer Eliesen-2/+19
2015-11-24stringop: Properly handle criteria strings.S. Christoffer Eliesen-2/+7
2015-11-24Merge pull request #249 from sce/extra_view_metadataDrew DeVault-0/+17
2015-11-24container: Store app_id attribute for views.S. Christoffer Eliesen-0/+8
2015-11-24container: Store class attribute for views.S. Christoffer Eliesen-0/+9
2015-11-24Merge pull request #248 from taiyu-len/masterDrew DeVault-13/+21
2015-11-24fix list sortingtaiyu-13/+21
2015-11-22Merge pull request #247 from sce/handle_bindsym_duplicatesDrew DeVault-20/+70
2015-11-22cmd_bindsym: Detect/handle duplicates.S. Christoffer Eliesen-20/+63
2015-11-22commands: Comment/doc for config_command.S. Christoffer Eliesen-0/+7
2015-11-22Merge pull request #245 from sce/workspace_output_duplicatesDrew DeVault-1/+46
2015-11-22cmd_workspace: Don't fill up config->workspace_outputs with duplicates.S. Christoffer Eliesen-3/+19
2015-11-21stringop: lenient_strcmp: Add.S. Christoffer Eliesen-0/+16