aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-11workspace_get_initial_output: handle focused layer1.0-rc2Brian Ashworth1-3/+9
2019-02-11Abort early when XDG_RUNTIME_DIR is not setBrian Ashworth1-0/+8
2019-02-11fix misc memory leaksBrian Ashworth3-2/+3
2019-02-11ipc: handle unnamed xkb_active_layout_nameBrian Ashworth2-3/+3
2019-02-11view: remove pointer constraints on unmapBrian Ashworth1-0/+7
2019-02-11input/keyboard: respect solo repeat_{rate,delay}Brian Ashworth1-6/+10
2019-02-11fix double free for mode toggle if bar was invisibleRouven Czerwinski1-1/+1
2019-02-11container_at_stacked: skip titles when zero pixelsBrian Ashworth1-4/+6
2019-02-11bar_cmd_modifier: add support for noneBrian Ashworth2-12/+20
2019-02-11seat_configure_tablet_tool: configure xcursorBrian Ashworth1-0/+1
2019-02-11load_main_config: use given path, store realpathBrian Ashworth1-3/+2
2019-02-11Clarify error for options and positional argsBrian Ashworth1-1/+7
2019-02-11ipc_has_event_listeners: fix inverted check of subscribed_eventsDaniel Eklöf1-1/+1
2019-02-11load_main_config: add realpath to config_chainBrian Ashworth1-3/+11
2019-02-11Fix close_popups for xdg-shellemersion1-12/+4
2019-02-11output_cmd_background: fix no file + valid modeBrian Ashworth2-0/+6
2019-02-11Initialize server so input manager is available.Connor E1-6/+6
2019-02-11If validating the config, do it as early as possible.Connor E1-11/+12
2019-02-11cmd_workspace_gaps: fix double free on bad amountBrian Ashworth1-1/+0
2019-02-11Set version in project fileMichael Vetter2-9/+4
2019-02-11IPC_COMMAND: split on newlineBrian Ashworth1-0/+10
2019-02-11Fix quote strippingemersion1-1/+2
2019-02-11execute_command: dont strip quotes for exec_alwaysBrian Ashworth1-1/+1
2019-02-11swaynag: remove trailing newlines in configBrian Ashworth1-0/+4
2019-02-11load_include_configs: fix wordexp fail conditionBrian Ashworth1-1/+1
2019-02-11seat_cmd_cursor: do not create non-existing seatBrian Ashworth4-9/+13
2019-02-11Focus ws inactive node with focus_follows_mousevilhalmer1-1/+1
2019-02-11Merge pull request #3563 from vilhalmer/fix-wildcard-seat-constrain-crashes-d...Brian Ashworth2-1/+10
2019-02-03Merge pull request #3551 from c-edw/RevertDoubleFrees1.0-rc1Drew DeVault5-9/+3
2019-02-03Merge pull request #3554 from RedSoxFan/seat-current-aliasDrew DeVault2-5/+16
2019-02-02cmd_seat: allow - to be used as alias for currentBrian Ashworth2-5/+16
2019-02-03seat_cmd_attach: defer while readingBrian Ashworth1-0/+3
2019-02-01Fix #3445: swaybar tray inerited thems not processedStefan Schick1-1/+1
2019-02-01Revert "More frees."Connor E2-3/+0
2019-02-01Revert "Add some missing frees."Connor E3-6/+3
2019-02-01Merge pull request #3543 from emersion/relative-pointer-usecDrew DeVault1-1/+2
2019-02-01Merge pull request #3550 from RedSoxFan/seat-pointer-constraintDrew DeVault10-19/+36
2019-01-31pointer_constraint: change to a seat subcommandBrian Ashworth10-19/+36
2019-01-31Rebase #1636 against current masterv44r3-2/+9
2019-01-31readme: scdoc 1.8.1 is now requiredemersion1-1/+1
2019-01-31Updates for scdoc 1.8.1Drew DeVault2-3/+3
2019-01-30Add details on `--whole-window` for bindsymAshkan Kiani1-3/+16
2019-01-30relative-pointer-v1: time is in usec, not msecemersion1-1/+2
2019-01-30Send pointer frames on tool eventsDrew DeVault1-0/+3
2019-01-30Missed a spot in pointer constraintsDrew DeVault1-1/+1
2019-01-30Add pointer_constraint commandDrew DeVault8-0/+66
2019-01-30Add relative pointerabsrd3-0/+21
2019-01-30Implement pointer-constraints-unstable-v1Las8-24/+261
2019-01-30criteria & scratchpad verify if show in another workspace (#3522)athrungithub1-1/+3
2019-01-29Merge pull request #3535 from RedSoxFan/cleanup-log-on-config-failureDrew DeVault3-32/+39