aboutsummaryrefslogtreecommitdiffstats
path: root/sway
Commit message (Expand)AuthorAge
* cmd_workspace: Don't fill up config->workspace_outputs with duplicates.Libravatar S. Christoffer Eliesen2015-11-22
* stringop: lenient_strcmp: Add.Libravatar S. Christoffer Eliesen2015-11-21
* Fix #240Libravatar Drew DeVault2015-11-19
* Add all documented scaling modes to config parserLibravatar Drew DeVault2015-11-19
* Add wallpapers to output commandLibravatar Drew DeVault2015-11-19
* Parse output background configLibravatar Drew DeVault2015-11-19
* Fix background extensionsLibravatar Drew DeVault2015-11-19
* Add background handlingLibravatar Drew DeVault2015-11-18
* Basic support for extensions in server and clientsLibravatar Drew DeVault2015-11-18
* Track pid of child process from execLibravatar Drew DeVault2015-11-16
* output: Support multiple adjacent outputs.Libravatar S. Christoffer Eliesen2015-11-16
* cmd_output: Replace existing config if called multiple times.Libravatar S. Christoffer Eliesen2015-11-16
* We somewhat more wlc_point nowLibravatar Drew DeVault2015-11-14
* We wlc_point nowLibravatar Drew DeVault2015-11-14
* ipc: Store socketname in SWAYSOCK. Fixes `--get-socketpath`.Libravatar S. Christoffer Eliesen2015-11-13
* Merge branch 'master' of github.com:SirCmpwn/swayLibravatar Drew DeVault2015-11-13
|\
| * Merge pull request #225 from sce/logind_socket_pathLibravatar Drew DeVault2015-11-13
| |\
| | * ipc: Put socket into proper user runtime dir.Libravatar S. Christoffer Eliesen2015-11-13
* | | Revert "Try ~/.i3/config earlier than /etc/sway/config"Libravatar Drew DeVault2015-11-13
|/ /
* / Try ~/.i3/config earlier than /etc/sway/configLibravatar Drew DeVault2015-11-13
|/
* We don't need to implement strdupLibravatar Drew DeVault2015-11-12
* Start fleshing out wayland client implementationLibravatar Drew DeVault2015-11-12
* Start working on IPC for get_pixelsLibravatar Drew DeVault2015-11-12
* Fix gaps for views being incorrectLibravatar Drew DeVault2015-11-12
* Fix some IPC issuesLibravatar Drew DeVault2015-11-11
* Add file and line number to log in Debug buildLibravatar Drew DeVault2015-11-11
* Include header declaring ipc_event_workpace(2)Libravatar Mikkel Oscar Lyderik2015-11-04
* Learn "gaps edge_gaps <on|off|toggle>".Libravatar S. Christoffer Eliesen2015-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
* commands: gaps: Refactor, expected_syntax.Libravatar S. Christoffer Eliesen2015-11-04
* 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
* put ipc_event_workspace in update_focusLibravatar taiyu2015-11-02
* 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
* layout: get_swayc_in_direction: Properly find adjacent outputs.Libravatar S. Christoffer Eliesen2015-10-29
* 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
* 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
* | commands: Learn 'debuglog'.Libravatar S. Christoffer Eliesen2015-10-27
|/
* 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