summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
* Fix some IPC issuesLibravatar Drew DeVault2015-11-11
* Add file and line number to log in Debug buildLibravatar Drew DeVault2015-11-11
* Add some documentation commentsLibravatar Drew DeVault2015-11-08
* Merge pull request #217 from mikkeloscar/ipc-hLibravatar Drew DeVault2015-11-04
|\
| * Include header declaring ipc_event_workpace(2)Libravatar Mikkel Oscar Lyderik2015-11-04
|/
* Merge pull request #216 from sce/learn_edge_gaps_0Libravatar Drew DeVault2015-11-04
|\
| * Learn "gaps edge_gaps <on|off|toggle>".Libravatar S. Christoffer Eliesen2015-11-04
|/
* Merge pull request #215 from sce/gapsLibravatar Drew DeVault2015-11-04
|\
| * commands: gaps: Re-arrange windows after changing default gaps.Libravatar S. Christoffer Eliesen2015-11-04
| * commands: gaps: Always apply default gaps config.Libravatar S. Christoffer Eliesen2015-11-04
| * commands: gaps: Accept zero value.Libravatar S. Christoffer Eliesen2015-11-04
| * sway.5.txt: Clarify gaps documentation.Libravatar S. Christoffer Eliesen2015-11-04
| * commands: gaps: Refactor, expected_syntax.Libravatar S. Christoffer Eliesen2015-11-04
|/
* Merge pull request #205 from sce/focus_move_cont_to_adjacent_outputLibravatar Drew DeVault2015-11-03
|\
| * commands: Learn 'move workspace to output <direction|name>'.Libravatar S. Christoffer Eliesen2015-11-03
| * commands: Learn 'move <container|window> to output <direction|name>'.Libravatar S. Christoffer Eliesen2015-11-03
|/
* Merge pull request #214 from taiyu-len/masterLibravatar Drew DeVault2015-11-02
|\
| * put ipc_event_workspace in update_focusLibravatar taiyu2015-11-02
|/
* Merge pull request #212 from sce/mouse_warpingLibravatar Drew DeVault2015-10-29
|\
| * container.h: Remove unused.Libravatar S. Christoffer Eliesen2015-10-29
| * input_state: Remove mouse_origin (x&y). Query wlc instead.Libravatar S. Christoffer Eliesen2015-10-29
| * commands: Learn mouse_warping.Libravatar S. Christoffer Eliesen2015-10-29
| * input_state: Extract 'pointer_position_set' function from handlers.Libravatar S. Christoffer Eliesen2015-10-29
| * container: Move container_under_pointer here from handlers.Libravatar S. Christoffer Eliesen2015-10-29
|/
* Merge pull request #211 from sce/fix_get_swayc_in_directionLibravatar Drew DeVault2015-10-29
|\
| * layout: get_swayc_in_direction: Properly find adjacent outputs.Libravatar S. Christoffer Eliesen2015-10-29
|/
* Merge pull request #210 from sce/focus_outputLibravatar Drew DeVault2015-10-28
|\
| * commands: Learn 'focus output <direction|name>'Libravatar S. Christoffer Eliesen2015-10-28
| * layout: Don't reset container size if it's a floating window.Libravatar S. Christoffer Eliesen2015-10-28
|/
* Merge pull request #209 from sce/fix_seamless_mouseLibravatar Drew DeVault2015-10-27
|\
| * handlers: Pass workspace to workspace_switch, not output.Libravatar S. Christoffer Eliesen2015-10-27
|/
* Merge pull request #208 from minus7/ipc_subscribeLibravatar Drew DeVault2015-10-27
|\
| * implemented IPC subscribe for workspace eventLibravatar minus2015-10-27
* | Merge pull request #206 from sce/debuglogLibravatar Drew DeVault2015-10-27
|\ \ | |/ |/|
| * sway.5.txt: Remove 'debuglog' documentation.Libravatar S. Christoffer Eliesen2015-10-27
| * commands: Learn 'debuglog'.Libravatar S. Christoffer Eliesen2015-10-27
|/
* Merge pull request #204 from sce/misc_stuffLibravatar Drew DeVault2015-10-25
|\
| * output: Fix code style.Libravatar S. Christoffer Eliesen2015-10-25
| * commands: cmd_move: Fix "move container to workspace _number_ n"Libravatar S. Christoffer Eliesen2015-10-25
| * log: Add swayc_log, use at a few key places.Libravatar S. Christoffer Eliesen2015-10-25
| * sway/output: Create, move code from handlers.c here.Libravatar S. Christoffer Eliesen2015-10-25
|/
* Update set_origin to match wlc changesLibravatar Drew DeVault2015-10-23
* Merge pull request #202 from sce/seamless_mouse_adjustmentsLibravatar Drew DeVault2015-10-23
|\
| * seamless_mouse: Move pointer only if successfully changed workspace.Libravatar S. Christoffer Eliesen2015-10-23
| * handlers: Don't switch output when mouse button is pressed.Libravatar S. Christoffer Eliesen2015-10-23
|/
* Merge pull request #201 from sce/cmd_resultsLibravatar Drew DeVault2015-10-23
|\
| * commands: cmd_results->input is duplicated/freed.Libravatar S. Christoffer Eliesen2015-10-23
| * commands: Code formatting.Libravatar S. Christoffer Eliesen2015-10-23
| * commands: Allow 'floating_modifier' & 'focus_follows_mouse' at runtime.Libravatar S. Christoffer Eliesen2015-10-23
| * ipc,commands,config: Replace cmd_status enum with cmd_results struct.Libravatar S. Christoffer Eliesen2015-10-22