aboutsummaryrefslogtreecommitdiffstats
path: root/sway/handlers.c
Commit message (Expand)AuthorAge
* criteria: Add. Learn for_window command.Libravatar S. Christoffer Eliesen2015-11-25
* Add wallpapers to output commandLibravatar Drew DeVault2015-11-19
* Fix background extensionsLibravatar Drew DeVault2015-11-19
* Add background handlingLibravatar Drew DeVault2015-11-18
* output: Support multiple adjacent outputs.Libravatar S. Christoffer Eliesen2015-11-16
* We somewhat more wlc_point nowLibravatar Drew DeVault2015-11-14
* input_state: Remove mouse_origin (x&y). Query wlc instead.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
* handlers: Pass workspace to workspace_switch, not output.Libravatar S. Christoffer Eliesen2015-10-27
* 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
* 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
* ipc,commands,config: Replace cmd_status enum with cmd_results struct.Libravatar S. Christoffer Eliesen2015-10-22
* handlers: Fix swapped top/bottom for seamless transitions.Libravatar S. Christoffer Eliesen2015-10-22
* Move pointer during seamless transitionsLibravatar Drew DeVault2015-10-22
* config: Add "seamless_mouse" to decide if pointer crosses output edges.Libravatar S. Christoffer Eliesen2015-10-22
* Switch to adjacent output when hitting output edge.Libravatar S. Christoffer Eliesen2015-10-22
* Merge branch 'master' of https://github.com/taiyu-len/swayLibravatar taiyu2015-09-22
|\
| * minor fixLibravatar taiyu2015-09-18
* | #184Libravatar taiyu2015-09-22
|/
* Revert "new_workspace null behavior + testmap functions + regex"Libravatar Drew DeVault2015-09-13
* new_workspace null behavior + testmap functions + regexLibravatar taiyu2015-09-12
* cmd status + workspace ws output opLibravatar taiyu2015-09-10
* config modesLibravatar taiyu2015-09-07
* config_path cleanupLibravatar taiyu2015-09-06
* properly free cmd_queue, should partially fix #165 from what i tell from its ...Libravatar taiyu2015-09-02
* #154 destroy view handler properly destroys viewsLibravatar taiyu2015-08-30
* Made scratchpad handling identical to i3Libravatar Luminarys2015-08-29
* #149 change focus before pointer_modeLibravatar taiyu2015-08-28
* #149 fix, reorder floating windows on click.Libravatar taiyu2015-08-28
* #148 fix, choose non-floating view for inserting containerLibravatar taiyu2015-08-28
* styleLibravatar taiyu2015-08-28
* fix issue #140, dont set pointer mode if no floating_modLibravatar taiyu2015-08-28
* Added in default_orientation handlingLibravatar Luminarys2015-08-27
* move workspace from dead output to other outputLibravatar taiyu2015-08-26
* Do not pass modifiers when getting keysyms from wlcLibravatar Drew DeVault2015-08-26
* Merge pull request #133 from minus7/wlc-keyboard-fixLibravatar Drew DeVault2015-08-25
|\
| * fixed keyboard handlingLibravatar minus2015-08-25
* | fixed segfault on exit + a little fixup of that floatfocus prLibravatar taiyu2015-08-25
|/
* Merge pull request #131 from nicklaswj/masterLibravatar Drew DeVault2015-08-25
|\
| * code style clean upLibravatar Nicklas Warming Jacobsen2015-08-25
| * removed stupid test codeLibravatar Nicklas Warming Jacobsen2015-08-25
| * Focus floating window, if any, when the last tiling has been closedLibravatar Nicklas Warming Jacobsen2015-08-25
* | changed view visibility to be boolLibravatar minus2015-08-25
* | refactored view visibilityLibravatar minus2015-08-25
|/
* Minor fixes to keyboard handlingLibravatar Drew DeVault2015-08-23
* mergeLibravatar taiyu2015-08-23
|\
| * Refactor keyboard to consider modified keysymsLibravatar Drew DeVault2015-08-23