Commit graph

  • 4c34674255 Merge pull request #263 from sce/floating_enable_disable Drew DeVault 2015-11-27 09:22:22 -0700
  • d9770cc243 cmd_floating: Support enable and disable commands too. S. Christoffer Eliesen 2015-11-24 20:00:39 +0100
  • f05e4a368d Remove man pages (they're outdated) Drew DeVault 2015-11-27 10:50:18 -0500
  • 04bd9386fe Fix swaygrab memory leak Drew DeVault 2015-11-27 10:40:28 -0500
  • f05b6cd55c Implement swaygrab for still images Drew DeVault 2015-11-27 10:39:18 -0500
  • 062c74b7d0 Add command line to swaygrab Drew DeVault 2015-11-27 10:10:29 -0500
  • 59e97c2788 Add swaygrab(1) man page Drew DeVault 2015-11-27 10:06:24 -0500
  • 7c04cd4fc8 Add swaygrab subproject Drew DeVault 2015-11-27 09:53:50 -0500
  • 27f03c705d Move IPC client into common, refactor IPC Drew DeVault 2015-11-27 09:50:04 -0500
  • 5ae359279b Fix build warnings Drew DeVault 2015-11-27 09:42:24 -0500
  • d95447fdd9 Fix mistake in CONTRIBUTING.md Drew DeVault 2015-11-27 09:19:18 -0500
  • 87e3778125 Update CONTRIBUTING.md Drew DeVault 2015-11-27 09:18:46 -0500
  • 1e753e3a74 Write down style guidelines Drew DeVault 2015-11-27 09:16:48 -0500
  • d1012c497b Style enforcement Drew DeVault 2015-11-27 08:59:21 -0500
  • f8f0bcd4d3 Don't use the _t postfix on non-typedef structures Drew DeVault 2015-11-27 08:52:59 -0500
  • 53d353e6b4 Add "variant": "sway" to IPC version response Drew DeVault 2015-11-26 16:49:36 -0500
  • 4e7dccf631 Add swaymsg(1) man page Drew DeVault 2015-11-26 15:14:23 -0500
  • a1018f3280 Implement swaymsg IPC behavior Drew DeVault 2015-11-26 15:06:41 -0500
  • 9a15371ba3 Parse command line args for swaymsg Drew DeVault 2015-11-26 14:31:29 -0500
  • d69cbeabc0 Add swaymsg subproject Drew DeVault 2015-11-26 12:41:24 -0500
  • 206606b32c Merge pull request #261 from christophgysin/exec Drew DeVault 2015-11-25 18:59:35 -0500
  • a713686daa Merge pull request #260 from christophgysin/scale Drew DeVault 2015-11-25 18:58:23 -0500
  • e362f871d9 Call swaybg without invoking a shell Christoph Gysin 2015-11-25 23:19:08 +0200
  • be3fae148b swaybg: implement scaling mode "fit" Christoph Gysin 2015-11-25 22:26:21 +0200
  • 8630bc3752 swaybg: implement scaling mode "tile" Christoph Gysin 2015-11-25 21:07:34 +0200
  • 621062f18d swaybg: implement scaling mode "center" Christoph Gysin 2015-11-25 20:53:13 +0200
  • 81a87ec7a7 swaybg: implement scaling mode "fill" Christoph Gysin 2015-11-25 20:52:34 +0200
  • 904983c375 swaybg: implement scaling mode "stretch" Christoph Gysin 2015-11-25 16:57:35 +0200
  • 504ac84cbc swaybg: check for exact number of arguments Christoph Gysin 2015-11-25 16:53:18 +0200
  • 78c2e29328 swaybg: make argv const Christoph Gysin 2015-11-25 16:53:02 +0200
  • 9fb020d04c Merge pull request #251 from sce/criteria_1 Drew DeVault 2015-11-25 09:28:43 -0500
  • 964b4d2ddb Merge pull request #259 from christophgysin/lineno Drew DeVault 2015-11-25 09:09:05 -0500
  • 5483fe1883 criteria: Code formatting. S. Christoffer Eliesen 2015-11-25 14:58:57 +0100
  • 0976bf7f68 Merge pull request #258 from christophgysin/whitespace Drew DeVault 2015-11-25 08:53:33 -0500
  • eeb7f5c036 config: print line number Christoph Gysin 2015-11-25 15:45:50 +0200
  • 71f28fae57 config: remove trailing whitespace Christoph Gysin 2015-11-25 15:28:10 +0200
  • a06cb7cd01 criteria: Add. Learn for_window command. S. Christoffer Eliesen 2015-11-17 19:27:01 +0100
  • 402c9f4bf0 Merge pull request #255 from christophgysin/ninja Drew DeVault 2015-11-25 08:19:34 -0500
  • d4ac0df906 Merge pull request #257 from christophgysin/missing-include Drew DeVault 2015-11-25 07:44:06 -0500
  • e0459a5884 Merge 9e7064917d into a0b5953aa8 Christoph Gysin 2015-11-25 12:42:43 +0000
  • 1b5e0020c3 cmake: fix ninja build Christoph Gysin 2015-11-25 14:10:02 +0200
  • a99aa92bc6 extensions: add missing include Christoph Gysin 2015-11-25 14:10:21 +0200
  • 9e7064917d swaybg: comment unused argument Christoph Gysin 2015-11-25 14:10:50 +0200
  • a0b5953aa8 Merge pull request #254 from christophgysin/typo taiyu 2015-11-25 04:38:20 -0800
  • 590c46aa69 cmake: Fix typo Christoph Gysin 2015-11-25 14:09:10 +0200
  • a642827dfb Merge pull request #253 from sce/add_sibling_handle_floating_alt1 Drew DeVault 2015-11-24 16:10:01 -0500
  • e31a899841 layout: get_swayc_in_direction_under: Handle floating views. S. Christoffer Eliesen 2015-11-24 20:58:17 +0100
  • b5ddad4bf6 layout: swap_container: Handle floating views. S. Christoffer Eliesen 2015-11-24 20:58:02 +0100
  • ed1b0bffbc layout: replace_child: Handle floating views. S. Christoffer Eliesen 2015-11-24 20:57:41 +0100
  • 8aef255d5f layout: add_sibling: Handle floating views properly. S. Christoffer Eliesen 2015-11-24 20:46:22 +0100
  • 53ec7a74b6 Merge pull request #252 from sce/fix_binding_cmp Drew DeVault 2015-11-24 15:32:35 -0500
  • a6c9f40b9a sway_binding_cmp_keys: Differentiate between modifier keys. S. Christoffer Eliesen 2015-11-24 19:15:10 +0100
  • 8ad8ceeeb9 Merge pull request #250 from sce/initial_support_for_criteria_strings Drew DeVault 2015-11-24 10:56:29 -0500
  • db92920cf9 handle_command: Skip commands that has a criteria string. S. Christoffer Eliesen 2015-11-18 19:03:24 +0100
  • b7e3d05ace stringop: Properly handle criteria strings. S. Christoffer Eliesen 2015-11-18 15:03:20 +0100
  • e7c0573a98 Merge pull request #249 from sce/extra_view_metadata Drew DeVault 2015-11-24 10:12:08 -0500
  • 4367e6d3e3 container: Store app_id attribute for views. S. Christoffer Eliesen 2015-11-22 22:09:33 +0100
  • 47c313fe3e container: Store class attribute for views. S. Christoffer Eliesen 2015-11-22 22:05:00 +0100
  • c671329681 Merge pull request #248 from taiyu-len/master Drew DeVault 2015-11-24 07:37:16 -0500
  • 9d50f88cef fix list sorting taiyu 2015-11-24 00:30:02 -0800
  • cb11364552 Merge pull request #247 from sce/handle_bindsym_duplicates Drew DeVault 2015-11-22 15:29:17 -0500
  • a0c5a0bb30 cmd_bindsym: Detect/handle duplicates. S. Christoffer Eliesen 2015-11-19 16:37:48 +0100
  • 9ce5d635f1 commands: Comment/doc for config_command. S. Christoffer Eliesen 2015-11-17 23:30:45 +0100
  • 7bd82a26b0 Merge pull request #245 from sce/workspace_output_duplicates Drew DeVault 2015-11-22 09:18:20 -0500
  • 5531dbe1b2 cmd_workspace: Don't fill up config->workspace_outputs with duplicates. S. Christoffer Eliesen 2015-11-19 13:05:59 +0100
  • d0af224e6d stringop: lenient_strcmp: Add. S. Christoffer Eliesen 2015-11-19 11:52:58 +0100
  • a33e3badad list: Add list_seq_find. S. Christoffer Eliesen 2015-11-18 21:12:20 +0100
  • 56e80c0f73 Update header for default config Drew DeVault 2015-11-19 20:10:14 -0500
  • 2100d7bfef Fix #240 Drew DeVault 2015-11-19 20:04:03 -0500
  • 35fd139105 Add all documented scaling modes to config parser Drew DeVault 2015-11-19 18:55:58 -0500
  • 5728307520 Add wallpapers to output command Drew DeVault 2015-11-19 18:55:17 -0500
  • 79b277fe9b Parse output background config Drew DeVault 2015-11-19 18:25:15 -0500
  • 39396a4f55 Added basic Doxygen properties file. DragonAxe 2015-11-19 11:44:21 -0700
  • 392f02da64 Stretch image to fit output resolution Drew DeVault 2015-11-19 08:34:23 -0500
  • 1a3a7f2514 Basic image rendering for swaybg Drew DeVault 2015-11-19 08:20:07 -0500
  • b4e5e1381f Refactor the crap out of wayland clients Drew DeVault 2015-11-19 07:58:57 -0500
  • 4a1584be53 Fix background extensions Drew DeVault 2015-11-19 07:23:11 -0500
  • 65b8a5c3ce Add background handling Drew DeVault 2015-11-18 22:14:57 -0500
  • 82db2a57a9 Basic support for extensions in server and clients Drew DeVault 2015-11-18 22:01:22 -0500
  • fb0bfa13ce Fix warning about uninitialized variable Drew DeVault 2015-11-18 19:59:47 -0500
  • 2f01a3265d Exit if unable to allocate buffer Drew DeVault 2015-11-18 19:58:38 -0500
  • 7a40eb6de6 Support cursors over wayland clients Drew DeVault 2015-11-18 19:38:42 -0500
  • 929537c158 Generate protocol headers Drew DeVault 2015-11-18 17:59:17 -0500
  • 86372d00db Fix SIGBUS from wayland clients Drew DeVault 2015-11-18 09:55:55 -0500
  • 665d4baaf1 Normalize indentation Drew DeVault 2015-11-18 08:44:08 -0500
  • 9a1e95b7da Clean up memory pool files better Drew DeVault 2015-11-18 08:36:08 -0500
  • 49388eb88b Support resizing in wayland client implementation Drew DeVault 2015-11-18 08:27:40 -0500
  • 399220f14b Fix up wayland client implementation Drew DeVault 2015-11-18 08:22:37 -0500
  • 01202568f9 Track pid of child process from exec Drew DeVault 2015-11-16 19:40:44 -0500
  • 6850174049 Merge pull request #233 from sce/multiple_adjacent_outputs Drew DeVault 2015-11-16 15:57:02 -0500
  • 236f26f62e output: Support multiple adjacent outputs. S. Christoffer Eliesen 2015-11-16 00:35:25 +0100
  • 95c65ee33e Merge pull request #232 from sce/replace_output_config Drew DeVault 2015-11-16 10:49:02 -0500
  • a94a91a723 cmd_output: Replace existing config if called multiple times. S. Christoffer Eliesen 2015-11-16 11:40:24 +0100
  • 00a4591b39 Update README Drew DeVault 2015-11-15 20:22:28 -0500
  • 63a3f24b79 Merge pull request #230 from sce/code_overview Drew DeVault 2015-11-15 16:58:14 -0500
  • 2f7f8512bd HACKING.md: Add code overview section. S. Christoffer Eliesen 2015-11-15 12:59:21 +0100
  • cd161aa985 We somewhat more wlc_point now Drew DeVault 2015-11-14 17:14:23 -0500
  • 95442dac8d We wlc_point now Drew DeVault 2015-11-14 11:30:23 -0500
  • ab3d6f6fa1 Merge pull request #227 from xerpi/master Drew DeVault 2015-11-13 14:48:11 -0500
  • a8b18b5159 Check the client_setup() return value Sergi Granell 2015-11-13 20:42:45 +0100