aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
* Check layout before getting pointer surface coordsLibravatar Vincent Vanlaer2019-02-18
* Disable unneeded wlroots subproject featuresLibravatar emersion2019-02-18
* tray: use correct parameter to set bus slot to floatingLibravatar Ian Fan2019-02-18
* swaybar: prevent signal handler from firing during terminationLibravatar Ian Fan2019-02-18
* apply_output_config: dpms on before modesetLibravatar Brian Ashworth2019-02-18
* seatop_move_tiling: do not move to descendantLibravatar Brian Ashworth2019-02-18
* seat: allow tree focus changes while layer focusedLibravatar Brian Ashworth2019-02-18
* seatop_move_tiling: use tab/stack parent not selfLibravatar Brian Ashworth2019-02-18
* subsurface_get_root_coords: break on NULLLibravatar Brian Ashworth2019-02-18
* cursor: relative-pointer-v1 time is usecLibravatar Brian Ashworth2019-02-18
* Don't remove from scratchpad on move to workspaceLibravatar athrungithub2019-02-18
* Fix --version when building from tarballLibravatar emersion2019-02-18
* Rebase cursor when a layer surface mapsLibravatar emersion2019-02-18
* workspace_get_initial_output: handle focused layer1.0-rc2Libravatar Brian Ashworth2019-02-11
* Abort early when XDG_RUNTIME_DIR is not setLibravatar Brian Ashworth2019-02-11
* fix misc memory leaksLibravatar Brian Ashworth2019-02-11
* ipc: handle unnamed xkb_active_layout_nameLibravatar Brian Ashworth2019-02-11
* view: remove pointer constraints on unmapLibravatar Brian Ashworth2019-02-11
* input/keyboard: respect solo repeat_{rate,delay}Libravatar Brian Ashworth2019-02-11
* fix double free for mode toggle if bar was invisibleLibravatar Rouven Czerwinski2019-02-11
* container_at_stacked: skip titles when zero pixelsLibravatar Brian Ashworth2019-02-11
* bar_cmd_modifier: add support for noneLibravatar Brian Ashworth2019-02-11
* seat_configure_tablet_tool: configure xcursorLibravatar Brian Ashworth2019-02-11
* load_main_config: use given path, store realpathLibravatar Brian Ashworth2019-02-11
* Clarify error for options and positional argsLibravatar Brian Ashworth2019-02-11
* ipc_has_event_listeners: fix inverted check of subscribed_eventsLibravatar Daniel Eklöf2019-02-11
* load_main_config: add realpath to config_chainLibravatar Brian Ashworth2019-02-11
* Fix close_popups for xdg-shellLibravatar emersion2019-02-11
* output_cmd_background: fix no file + valid modeLibravatar Brian Ashworth2019-02-11
* Initialize server so input manager is available.Libravatar Connor E2019-02-11
* If validating the config, do it as early as possible.Libravatar Connor E2019-02-11
* cmd_workspace_gaps: fix double free on bad amountLibravatar Brian Ashworth2019-02-11
* Set version in project fileLibravatar Michael Vetter2019-02-11
* IPC_COMMAND: split on newlineLibravatar Brian Ashworth2019-02-11
* Fix quote strippingLibravatar emersion2019-02-11
* execute_command: dont strip quotes for exec_alwaysLibravatar Brian Ashworth2019-02-11
* swaynag: remove trailing newlines in configLibravatar Brian Ashworth2019-02-11
* load_include_configs: fix wordexp fail conditionLibravatar Brian Ashworth2019-02-11
* seat_cmd_cursor: do not create non-existing seatLibravatar Brian Ashworth2019-02-11
* Focus ws inactive node with focus_follows_mouseLibravatar vilhalmer2019-02-11
* Merge pull request #3563 from vilhalmer/fix-wildcard-seat-constrain-crashes-d...Libravatar Brian Ashworth2019-02-11
* Merge pull request #3551 from c-edw/RevertDoubleFrees1.0-rc1Libravatar Drew DeVault2019-02-03
|\
| * Revert "More frees."Libravatar Connor E2019-02-01
| * Revert "Add some missing frees."Libravatar Connor E2019-02-01
* | Merge pull request #3554 from RedSoxFan/seat-current-aliasLibravatar Drew DeVault2019-02-03
|\ \
| * | cmd_seat: allow - to be used as alias for currentLibravatar Brian Ashworth2019-02-02
|/ /
* | seat_cmd_attach: defer while readingLibravatar Brian Ashworth2019-02-03
* | Fix #3445: swaybar tray inerited thems not processedLibravatar Stefan Schick2019-02-01
|/
* Merge pull request #3543 from emersion/relative-pointer-usecLibravatar Drew DeVault2019-02-01
|\
| * relative-pointer-v1: time is in usec, not msecLibravatar emersion2019-01-30