Commit graph

  • 8d0048c8d5 properly hide top border inside tabbed/stacked D.B 2016-07-30 15:12:34 +0200
  • c0683a0444
    remove outdated (when wlc commit merged) comment Zandr Martin 2016-07-29 20:20:14 -0500
  • d0a0d5e03c
    update handler to get pid from wlc for all views Zandr Martin 2016-07-29 16:40:38 -0500
  • 3f83968d30 Fix swaybg sizing on hidpi outputs Drew DeVault 2016-07-29 09:14:26 -0400
  • 9b24af1c22 Document scale factor configuration in sway(5) Drew DeVault 2016-07-29 08:00:23 -0400
  • 9661272224 Merge remote-tracking branch 'origin/hidpi' 0.9-rc2 Drew DeVault 2016-07-29 07:35:43 -0400
  • ddb44984c5 Merge pull request #802 from acrisci/feature/timestamp-log-messages Drew DeVault 2016-07-28 22:21:01 -0400
  • 70360c5c07 Add timestamp to log messages Tony Crisci 2016-07-28 22:15:14 -0400
  • 762a673601 Merge pull request #800 from zandrmartin/fix-swaybar-take-3 Drew DeVault 2016-07-28 19:45:58 -0400
  • a3980d456d
    third try for #678 Zandr Martin 2016-07-28 17:43:43 -0500
  • cad085ed9d Update IPC JSON responses for HiDPI setups Drew DeVault 2016-07-28 14:42:39 -0400
  • 11e7ca044c Update hidpi support to latest wlc API Drew DeVault 2016-07-18 16:21:45 -0400
  • 6ea02f3064 Initial pass on HiDPI support Drew DeVault 2016-07-16 10:04:18 -0400
  • 33d230f2f1 Tweak roadmap Drew DeVault 2016-07-28 10:09:16 -0400
  • a5af3bce98 Merge pull request #796 from Hummer12007/ipc_sub Drew DeVault 2016-07-28 09:45:11 -0400
  • cf8ef2aea2 Initialize client's subscribed events Mykyta Holubakha 2016-07-28 13:38:02 +0000
  • 178063319c Add commit message guidelines to CONTRIBUTING.md Drew DeVault 2016-07-28 07:47:44 -0400
  • d07eaed79f Merge pull request #793 from thejan2009/workspace_layout_first_window_fix Drew DeVault 2016-07-28 07:42:43 -0400
  • ee67c5bee3 Merge pull request #791 from acrisci/feature/focus-child 0.9-rc1 Drew DeVault 2016-07-28 07:26:37 -0400
  • d03266a77a Merge pull request #792 from acrisci/feature/render-focused-stack-children-focused Drew DeVault 2016-07-28 07:26:13 -0400
  • 7efc810e6b Merge pull request #794 from thejan2009/close-all-focused-containers Drew DeVault 2016-07-28 07:25:24 -0400
  • 33c1df38bd Close all focused container's child views on kill D.B 2016-07-28 09:26:38 +0200
  • a46cf77549 bugfix: windows on empty workspaces with layout tabbed/stacked would spawn with 0x0 geometry D.B 2016-07-28 05:56:36 +0200
  • badfcf7c76 Render focused stack/tab children focused Tony Crisci 2016-07-27 23:16:58 -0400
  • 88b7cbe314 Implement focus child command Tony Crisci 2016-07-27 22:42:45 -0400
  • 6d2b455727 Merge pull request #790 from acrisci/bug/switch-focus-workspace-output Drew DeVault 2016-07-27 22:14:20 -0400
  • 8a03f138bf bugfix: set focus to workspace of an output Tony Crisci 2016-07-27 22:06:16 -0400
  • 70e73d71db Merge pull request #789 from acrisci/bug/focus-parent-above-workspace Drew DeVault 2016-07-27 21:36:08 -0400
  • afc6ad6419 bugfix: cmd focus parent don't set focus above ws Tony Crisci 2016-07-27 21:30:45 -0400
  • 8c299b844c Make it possible to move views between outputs Mikkel Oscar Lyderik 2016-02-29 04:03:30 +0100
  • ba8f0da9de Merge pull request #787 from acrisci/bug/ipc-command-result-array Drew DeVault 2016-07-24 07:43:33 -0400
  • 0d461ad988 Put ipc command result json in an array Tony Crisci 2016-07-23 23:13:09 -0400
  • 4637462a68 Merge pull request #785 from thejan2009/floating-scroll-event-passthrough Drew DeVault 2016-07-23 11:03:21 -0400
  • 80858c1f57 don't passthrough a floating_scroll event to focused window D.B 2016-07-23 16:30:04 +0200
  • 643bd8f158 Merge pull request #779 from thejan2009/smart-gaps-outer Drew DeVault 2016-07-23 10:55:18 -0400
  • bc76fdbd9d
    clean up all the extraneous logging Zandr Martin 2016-07-22 07:27:56 -0500
  • be70f60e36
    Merge branch 'master' of git://github.com/SirCmpwn/sway into fix-swaybar-take-2 Zandr Martin 2016-07-22 07:25:52 -0500
  • d4cee6e93d
    spaces -> tabs on line in config.h Zandr Martin 2016-07-22 07:25:37 -0500
  • 1fb971fffc Merge pull request #781 from thejan2009/bottom-right-edges Drew DeVault 2016-07-22 05:29:08 -0400
  • f16cb1464f properly hide bottom and right borders D.B 2016-07-22 06:00:27 +0200
  • a13133a591 Macros are not the Sway way, get rid of ARRAY_SIZE macro David Eklov 2016-07-18 20:38:41 -0500
  • 27845ddf18 Use find_and_execute_handler to dispatch commands in cmd_move David Eklov 2016-07-18 00:42:40 -0500
  • 50fc18704e Refactor cmd_move and extract one function per sub-command David Eklov 2016-07-18 00:33:36 -0500
  • 2c6e9d7d5f Function to find and execute a command handler David Eklov 2016-07-18 00:31:56 -0500
  • 1f0bb9a803 Extract common code from find_handler David Eklov 2016-07-17 23:36:35 -0500
  • 789870e60e Merge pull request #780 from zandrmartin/fix-edge-gap Drew DeVault 2016-07-21 22:23:14 -0400
  • a32f149ace
    Merge branch 'master' of git://github.com/SirCmpwn/sway into fix-swaybar-take-2 Zandr Martin 2016-07-21 21:21:41 -0500
  • 3137615838
    fix regression in hide_edge_borders Zandr Martin 2016-07-21 21:15:46 -0500
  • 05366ddf53
    almost working Zandr Martin 2016-07-21 21:08:01 -0500
  • d61b59cad1 outer gap 0 with smart_gaps on D.B 2016-07-21 22:55:01 +0200
  • 9fe1d3da38 Merge pull request #778 from thejan2009/hide_edge_borders-fix Drew DeVault 2016-07-21 16:56:44 -0400
  • 03b0180c30 rename ws to workspace for clarity D.B 2016-07-21 22:13:31 +0200
  • b893f07ce1 calculate borders for hiding from workspace geometry D.B 2016-07-21 22:12:41 +0200
  • f181bf9c54 Merge pull request #777 from Hummer12007/bg-arng Drew DeVault 2016-07-21 15:57:00 -0400
  • a2bc6f3bfd Arrange backgrounds only when required Mykyta Holubakha 2016-07-21 22:47:35 +0300
  • 464239f7ac Merge pull request #776 from Hummer12007/window-events Drew DeVault 2016-07-21 14:59:57 -0400
  • f022628a2e Handle transient_for Mykyta Holubakha 2016-07-21 21:51:09 +0300
  • f52daa26c9 Unite describe_view and describe_window Mykyta Holubakha 2016-07-21 02:06:34 +0300
  • e5c7b019ff Fix dispatching and assigning events Mykyta Holubakha 2016-07-20 14:56:14 +0300
  • 2029fef6b8 More progress on window events Mykyta Holubakha 2016-07-19 23:28:06 +0300
  • 976e48d79f Initial work on window events Mykyta Holubakha 2016-07-12 13:58:24 +0000
  • 095353d91d Remove arrange_windows from post-render Drew DeVault 2016-07-21 08:26:42 -0400
  • 5de5c3838b Merge pull request #774 from Hummer12007/eventmasks Drew DeVault 2016-07-19 17:56:51 -0400
  • 0b5391ed77 Properly construct event bitmasks Mykyta Holubakha 2016-07-20 00:44:31 +0300
  • 7e6c67c26c Merge pull request #773 from SethBarberee/patch-2 Drew DeVault 2016-07-19 08:13:42 -0400
  • 6ec51e3350 Update _swaylock Seth Barberee 2016-07-18 23:35:53 -0500
  • 4190ddb0d1 Merge pull request #770 from minus7/that-bugged-me Drew DeVault 2016-07-18 14:28:04 -0400
  • 50b09937b2 clean up apply_input_config minus 2016-07-17 13:27:02 +0200
  • 5a1d95ac2a Move backgrounds to back after arrange_windows Drew DeVault 2016-07-18 09:12:48 -0400
  • c0e4522202 Merge pull request #764 from deklov/move-position-bug-02 Drew DeVault 2016-07-18 08:50:53 -0400
  • 2956645718 Merge pull request #768 from gpyh/patch-1 Drew DeVault 2016-07-18 07:41:46 -0400
  • 435509c871 Merge pull request #767 from thejan2009/correct-container-titles Drew DeVault 2016-07-18 07:38:35 -0400
  • 5d250f3da6 Construct titles of nested tabbed/stacked containers from app_id instead of title D.B 2016-07-18 12:35:50 +0200
  • 9b2780a6c2 Packages link to the wiki page with instructions Yacine Hmito 2016-07-18 07:00:17 +0200
  • d9eb49f3b1 Add missing entry to list of accepted arguments for the move command David Eklov 2016-07-17 22:52:39 -0500
  • d202ca2fd7 Do not crash when handling the command 'move position' David Eklov 2016-07-17 22:47:20 -0500
  • 31a7119c3d Remove disclaimer from default config Drew DeVault 2016-07-17 21:31:34 -0400
  • 0aac17548e Merge pull request #763 from Hummer12007/patch-2 Drew DeVault 2016-07-17 21:00:56 -0400
  • 06f46955c0 Fix a warning Hummer12007 2016-07-18 00:57:49 +0300
  • eb231a9e1c Add support to move command to move floating containers David Eklov 2016-07-17 16:34:10 -0500
  • d2f0a1db94 Function to move floating containers David Eklov 2016-07-17 16:31:33 -0500
  • 2530f952c9 Fix clang warning Drew DeVault 2016-07-17 12:59:39 -0400
  • ff363aa7f7 Fix bug with views behind backgrounds on ws switch Drew DeVault 2016-07-17 12:57:40 -0400
  • 6d971af5c3 Turn swaybg into a shell surface Drew DeVault 2016-07-17 11:55:05 -0400
  • c8917395c0 Remove SIGSERV and SIGABORT handler Drew DeVault 2016-07-17 11:29:29 -0400
  • 3bb880bf20 Implement configurable wrapping on bar ws scroll Drew DeVault 2016-07-17 11:26:38 -0400
  • a9767ad2f7 Allow users to customize the cursor on clients Drew DeVault 2016-07-17 10:59:03 -0400
  • 8be4ae70e7 Merge pull request #757 from siddharthist/master Drew DeVault 2016-07-16 17:07:29 -0400
  • a655cb8751 Merge pull request #756 from Hummer12007/patch-1 Drew DeVault 2016-07-16 17:06:38 -0400
  • 4442f79af8 readme: add nixos package Langston Barrett 2016-07-16 23:04:58 +0200
  • cf7c6c5822 Fix a memory leak Hummer12007 2016-07-17 00:00:51 +0300
  • 585200ac2a Update roadmap Drew DeVault 2016-07-16 11:16:27 -0400
  • d5ad8c9036 Merge pull request #754 from thejan2009/containers-inside-tabbed-stacked Drew DeVault 2016-07-16 10:26:45 -0400
  • ad7605675e refactor swayc_tabbed_stacked_parent into _ancestor and _parent and use where needed D.B 2016-07-16 15:11:08 +0200
  • 7aeedf0264 Fix warning in window.c Drew DeVault 2016-07-16 09:13:38 -0400
  • 147a88260a Fix #753 Drew DeVault 2016-07-16 09:09:22 -0400
  • e66f813d49 Merge pull request #752 from deklov/bar-scroll-02 Drew DeVault 2016-07-16 09:09:37 -0400
  • e38d6b94b8 Change workspace when mouse wheel is scrolled while hovering over the bar David Eklov 2016-07-12 22:14:20 -0500
  • c0b7610c26 Enable windows to register to get notified when the mouse wheel is scrolled David Eklov 2016-07-11 23:15:23 -0500
  • 250ddc66c6 Rename pointer_input::notify to indicate that is called on button clicks David Eklov 2016-07-11 22:51:50 -0500