Commit Graph

  • af31a3f04a commands: Learn 'move workspace to output <direction|name>'. S. Christoffer Eliesen 2015-10-25 00:38:33 +0200
  • 9c8394022e commands: Learn 'move <container|window> to output <direction|name>'. S. Christoffer Eliesen 2015-10-25 00:38:33 +0200
  • 0833fa0c75 Merge pull request #214 from taiyu-len/master Drew DeVault 2015-11-02 14:46:46 -0500
  • 65d71d0a5e put ipc_event_workspace in update_focus taiyu 2015-11-02 11:28:51 -0800
  • ca5a2a387c Merge pull request #212 from sce/mouse_warping Drew DeVault 2015-10-29 17:52:16 -0400
  • 515ed86f4d container.h: Remove unused. S. Christoffer Eliesen 2015-10-29 19:13:52 +0100
  • 5ba47d4a44 input_state: Remove mouse_origin (x&y). Query wlc instead. S. Christoffer Eliesen 2015-10-29 18:02:02 +0100
  • 78ca619769 commands: Learn mouse_warping. S. Christoffer Eliesen 2015-10-26 12:20:32 +0100
  • 4799d07ac1 input_state: Extract 'pointer_position_set' function from handlers. S. Christoffer Eliesen 2015-10-28 00:41:28 +0100
  • 865b30f138 container: Move container_under_pointer here from handlers. S. Christoffer Eliesen 2015-10-28 00:22:52 +0100
  • ad1cd0a3bd Merge pull request #211 from sce/fix_get_swayc_in_direction Drew DeVault 2015-10-29 11:33:14 -0400
  • 3c250e78be layout: get_swayc_in_direction: Properly find adjacent outputs. S. Christoffer Eliesen 2015-10-29 15:53:10 +0100
  • 239f4bd0ba Merge pull request #210 from sce/focus_output Drew DeVault 2015-10-28 15:54:28 -0400
  • 5fa8f91655 commands: Learn 'focus output <direction|name>' S. Christoffer Eliesen 2015-10-24 03:31:54 +0200
  • fede354a3d layout: Don't reset container size if it's a floating window. S. Christoffer Eliesen 2015-10-27 15:58:39 +0100
  • fa9978ee84 Merge pull request #209 from sce/fix_seamless_mouse Drew DeVault 2015-10-27 18:34:31 -0400
  • fabcf7c678 handlers: Pass workspace to workspace_switch, not output. S. Christoffer Eliesen 2015-10-27 23:19:55 +0100
  • 6cd106d23c Merge pull request #208 from minus7/ipc_subscribe Drew DeVault 2015-10-27 17:19:18 -0400
  • 9925554ea4 implemented IPC subscribe for workspace event minus 2015-10-27 21:59:17 +0100
  • 36526e8cb2 Merge pull request #206 from sce/debuglog Drew DeVault 2015-10-27 13:51:00 -0400
  • 48c5325909 sway.5.txt: Remove 'debuglog' documentation. S. Christoffer Eliesen 2015-10-27 15:36:48 +0100
  • 9f02b0bf16 commands: Learn 'debuglog'. S. Christoffer Eliesen 2015-10-26 13:41:45 +0100
  • eb847a1b1c Merge pull request #204 from sce/misc_stuff Drew DeVault 2015-10-25 08:58:34 -0400
  • 83ca7d3a5c output: Fix code style. S. Christoffer Eliesen 2015-10-25 13:55:46 +0100
  • c49e5340db commands: cmd_move: Fix "move container to workspace _number_ n" S. Christoffer Eliesen 2015-10-24 16:55:21 +0200
  • 5a70853253 log: Add swayc_log, use at a few key places. S. Christoffer Eliesen 2015-10-25 00:34:57 +0200
  • c6bb23b7dd sway/output: Create, move code from handlers.c here. S. Christoffer Eliesen 2015-10-25 01:20:00 +0200
  • 010368150b Update set_origin to match wlc changes Drew DeVault 2015-10-23 14:29:19 -0400
  • c0f4a17c2a Merge pull request #202 from sce/seamless_mouse_adjustments Drew DeVault 2015-10-23 10:48:09 -0400
  • c1479701de seamless_mouse: Move pointer only if successfully changed workspace. S. Christoffer Eliesen 2015-10-23 14:32:17 +0200
  • 1f08106b0a handlers: Don't switch output when mouse button is pressed. S. Christoffer Eliesen 2015-10-23 14:12:53 +0200
  • 988a0bd67e Merge pull request #201 from sce/cmd_results Drew DeVault 2015-10-23 10:34:38 -0400
  • 362413bd50 commands: cmd_results->input is duplicated/freed. S. Christoffer Eliesen 2015-10-23 13:03:14 +0200
  • 88a2ddbe83 commands: Code formatting. S. Christoffer Eliesen 2015-10-23 12:50:30 +0200
  • 187f0ab1c4 commands: Allow 'floating_modifier' & 'focus_follows_mouse' at runtime. S. Christoffer Eliesen 2015-10-23 12:45:46 +0200
  • af30a1b67c ipc,commands,config: Replace cmd_status enum with cmd_results struct. S. Christoffer Eliesen 2015-10-22 14:14:13 +0200
  • 544c6c412a ipc: Return correct status in ipc reply. S. Christoffer Eliesen 2015-10-22 13:00:37 +0200
  • 8a57c48dff Merge pull request #200 from sce/fix_seamless_transitions Drew DeVault 2015-10-22 17:14:10 -0400
  • b093a5d16f handlers: Fix swapped top/bottom for seamless transitions. S. Christoffer Eliesen 2015-10-22 23:07:27 +0200
  • 2c100105bf Move pointer during seamless transitions Drew DeVault 2015-10-22 16:44:29 -0400
  • 15d0739f73 Merge pull request #199 from sce/mouse_cross_output_edge_simple Drew DeVault 2015-10-21 19:44:23 -0400
  • edf33aad29 config: Add "seamless_mouse" to decide if pointer crosses output edges. S. Christoffer Eliesen 2015-10-22 01:34:32 +0200
  • fc1bacf034 Switch to adjacent output when hitting output edge. S. Christoffer Eliesen 2015-10-22 01:15:25 +0200
  • 3e2579b22c Merge pull request #197 from sce/configure_outputs_during_reload_ Drew DeVault 2015-10-21 18:24:07 -0400
  • 9b271573a9 commands: Allow changing resolution outside config load. S. Christoffer Eliesen 2015-10-22 00:15:23 +0200
  • 4fea92ef0c config: Don't try to apply bad output resolution. S. Christoffer Eliesen 2015-10-21 23:59:01 +0200
  • ca862a5bd4 config: Apply output config also during config reload. S. Christoffer Eliesen 2015-10-21 16:34:12 +0200
  • 6eb8da0e14 commands,container: Tweak debug output to better reflect reality. S. Christoffer Eliesen 2015-10-21 22:22:01 +0200
  • aef3191022 Merge pull request #196 from sce/catch_empty_command Drew DeVault 2015-10-19 13:52:49 -0400
  • e3837ba634 commands: Gracefully handle empty commands. S. Christoffer Eliesen 2015-10-19 19:42:49 +0200
  • 83c23f274c Merge pull request #195 from sce/get_socketpath Drew DeVault 2015-10-18 14:25:57 -0400
  • ee9b9414b9 Merge pull request #194 from sce/ignore_no_startup_id Drew DeVault 2015-10-18 14:03:48 -0400
  • 3be11a08e6 main: Implement --get-socketpath switch. S. Christoffer Eliesen 2015-10-18 19:53:56 +0200
  • 71ebe8c36b commands: Catch empty exec with --no-startup-id cases. S. Christoffer Eliesen 2015-10-18 19:14:49 +0200
  • 71bcee4f96 commands: Ignore exec switch "--no-startup-id". S. Christoffer Eliesen 2015-10-17 14:28:38 +0200
  • 16e904634c Merge pull request #193 from sce/multi_user Drew DeVault 2015-10-16 07:32:49 -0400
  • 783290e81a sway/ipc: Use sway_abort instead of returning NULL. S. Christoffer Eliesen 2015-10-16 13:21:34 +0200
  • 7cb0732030 sway/ipc: ipc_user_sockaddr: Use sway_assert instead of assert. S. Christoffer Eliesen 2015-10-16 13:04:46 +0200
  • 382b4e425a sway/ipc: Fix whitespace. S. Christoffer Eliesen 2015-10-16 13:06:30 +0200
  • 26beb66eb5 sway/ipc: Free ipc_sockaddr upon termination. S. Christoffer Eliesen 2015-10-16 12:02:41 +0200
  • f94f8fde7e sway/ipc: Support multiple users. S. Christoffer Eliesen 2015-10-16 11:42:20 +0200
  • ae93c6e6fe sway/ipc: Dynamically assign ipc_sockaddr. S. Christoffer Eliesen 2015-10-16 10:55:54 +0200
  • 219c4848a7 Merge pull request #192 from sleep-walker/master Drew DeVault 2015-10-15 14:29:44 -0400
  • 3d89571cf9 tell where openSUSE packages lives as well Tomáš Čech 2015-10-15 20:15:34 +0200
  • fe54bf0af0 Merge pull request #191 from zetok/readme Drew DeVault 2015-10-15 09:22:03 -0400
  • 878ac3d7f6
    README.md: Add link to unofficial ebuild for Gentoo Zetok Zalbavar 2015-10-15 14:14:33 +0100
  • 73af58152b Merge pull request #190 from taiyu-len/master Drew DeVault 2015-10-08 11:24:37 -0400
  • 18f4905e62 #187, let init handle child processes taiyu 2015-10-08 08:12:31 -0700
  • d2680ac8fe Merge pull request #189 from SirCmpwn/revert-188-master Drew DeVault 2015-10-08 06:24:41 -0400
  • 5bcecbb751 Revert "#187 cleanup zombies properly" Drew DeVault 2015-10-08 06:24:35 -0400
  • 05c86f7f99 Merge pull request #188 from taiyu-len/master Drew DeVault 2015-10-07 19:39:51 -0400
  • 5539fd89be #187 cleanup zombies properly using default taiyu 2015-10-07 16:18:57 -0700
  • 3ca1fa7844 Merge pull request #185 from sleep-walker/master Drew DeVault 2015-09-30 08:30:43 -0400
  • c57499d29c Use location of XKBcommon headers, don't expect build in source directory Tomáš Čech 2015-09-30 14:21:01 +0200
  • c963aa7ced return after disconnect ipc client and minor checks taiyu 2015-09-29 07:19:10 -0700
  • fe3b85d65f Merge pull request #181 from taiyu-len/master Drew DeVault 2015-09-29 07:43:50 -0400
  • 4944996170 Merge branch 'master' of https://github.com/taiyu-len/sway taiyu 2015-09-22 09:41:32 -0700
  • 6c33f8122a #184 taiyu 2015-09-22 09:41:01 -0700
  • d7f8bbd353 Merge pull request #183 from mikkeloscar/wlc-dep Drew DeVault 2015-09-20 20:08:29 -0400
  • 10d5ea0d87 Add missing wlc dependency Mikkel Oscar Lyderik 2015-09-21 01:57:47 +0200
  • 72aaffcf5b fix config search paths taiyu 2015-09-20 10:56:22 -0700
  • 9fd2d635a1 container_move check taiyu 2015-09-18 11:34:57 -0700
  • 7672886cb5 dont log empty config lines taiyu 2015-09-18 08:33:28 -0700
  • 0d51f62224 merge + no c_extensions taiyu 2015-09-18 07:23:04 -0700
  • d2e2b04bfd minor fix taiyu 2015-09-18 06:52:04 -0700
  • 318e1be240 Fix warnings introduced by prior commit Drew DeVault 2015-09-18 07:27:35 -0400
  • 8e25ce4e57 Fix build for debian stretch Drew DeVault 2015-09-18 07:16:20 -0400
  • a04f645d7c style, safer fork taiyu 2015-09-15 06:56:51 -0700
  • a18caf6706 nomacro taiyu 2015-09-15 06:39:24 -0700
  • 0bea2e2122 multi command keybinds taiyu 2015-09-14 19:59:25 -0700
  • e505abfe75 Revert "new_workspace null behavior + testmap functions + regex" Drew DeVault 2015-09-13 19:46:16 -0400
  • 9c8f1fb964 Merge pull request #179 from taiyu-len/master Drew DeVault 2015-09-12 10:29:11 -0400
  • f76f9e2eea visible values taiyu 2015-09-12 02:52:18 -0700
  • 2093d4ddee cmd_for_window dummy function taiyu 2015-09-12 02:45:03 -0700
  • e1d18e42a8 new_workspace null behavior + testmap functions + regex taiyu 2015-09-12 02:38:03 -0700
  • f5343adae4 Merge pull request #177 from taiyu-len/master Drew DeVault 2015-09-10 14:18:56 -0400
  • aaa0923bc4 cmd status + workspace ws output op taiyu 2015-09-10 11:07:40 -0700
  • 6388241abb mode supports multi token names taiyu 2015-09-08 10:53:15 -0700
  • 799ff640f8 remove old things taiyu 2015-09-08 10:28:53 -0700
  • aa22dc3113 var replacement changes taiyu 2015-09-08 10:27:09 -0700