https://github.com/swaywm/sway.git

sort by:
Revision Author Date Message Commit Date
d5c004f Merge pull request #668 from mikkeloscar/rearrange-on-bg-change Rearrange output when setting background 21 May 2016, 13:58:13 UTC
f33cdc0 Remove stray whitespace 20 May 2016, 21:13:47 UTC
2eb02b6 Rearrange output when setting background Fix #659 20 May 2016, 21:13:24 UTC
ae52511 Merge pull request #666 from tajjada/fix-tabbed-stacked-borders Fix borders for tabbed and stacked containers when children have 'border none' set. 18 May 2016, 04:31:54 UTC
870a7aa Fix issue #661. Borders are now drawn correctly (same behavior as i3) for tabbed and stacked containers, when the children have 'border none' set. 18 May 2016, 03:25:32 UTC
ae027aa Merge pull request #662 from Hummer12007/scroll Support floating_scroll sideways 14 May 2016, 20:47:45 UTC
e73dde3 Support floating_scroll sideways 14 May 2016, 20:42:02 UTC
2c9553a Set Cairo and Pango as required dependencies 14 May 2016, 19:19:09 UTC
d541a02 Turn off ZSH completions by default 14 May 2016, 19:17:30 UTC
6780aa3 Merge pull request #656 from SirCmpwn/revert-650-segfault Revert "sway/container.c: fix segfault where view is assigned prematurely" 14 May 2016, 14:52:41 UTC
5b0af66 Revert "sway/container.c: fix segfault where view is assigned prematurely" 14 May 2016, 14:34:25 UTC
6436c4f Merge pull request #653 from Hummer12007/patch-1 README.md: add reference to Gentoo package 13 May 2016, 12:12:57 UTC
33a9854 README.md: add reference to Gentoo package 13 May 2016, 12:11:29 UTC
c7c2bf5 Merge pull request #650 from neosilky/segfault sway/container.c: fix segfault where view is assigned prematurely 09 May 2016, 17:08:56 UTC
2fb4e54 sway/container.c: fix segfault where view is assigned prematurely 09 May 2016, 16:41:26 UTC
8ee764e Merge pull request #649 from mikkeloscar/floating-layout Prevent changing layout when focusing float window 09 May 2016, 14:02:25 UTC
c80ad01 Prevent changing layout when focusing float window The layout command should only work with titled windows, thus it should have no effect when a floating window has focus. Should fix #643 09 May 2016, 13:55:06 UTC
64db549 Merge pull request #648 from Hummer12007/relative_wallpaper Allow to set relative path for wallpapers in config 08 May 2016, 20:11:35 UTC
500ee0a Allow to set relative path for wallpapers in config 08 May 2016, 19:59:06 UTC
db0e1d6 Merge pull request #645 from Hummer12007/floating_scroll Implement configurable floating scroll behavior 08 May 2016, 17:27:40 UTC
0c495ee Remove FSB_GAPS_INNER and FSB_GAPS_OUTER 08 May 2016, 14:17:35 UTC
394a5d3 Documented floating_scroll 08 May 2016, 07:21:20 UTC
0423c41 Implemented configurable floating scroll behavior 07 May 2016, 17:49:51 UTC
6abdc07 Merge pull request #638 from neosilky/memleak sway/main.c: simplify free'ing by switching to the helper method 06 May 2016, 01:01:44 UTC
db651a4 Merge pull request #639 from neosilky/freefix sway/config.c: fix double free issue as we need to store path in list 06 May 2016, 01:01:19 UTC
b41097c sway/config.c: fix double free issue as we need to store path in list 05 May 2016, 22:50:12 UTC
c9d6344 sway/main.c: simplify free'ing by switching to the helper method 05 May 2016, 22:30:28 UTC
93743e0 Merge pull request #632 from 1ace/refactor/log Refactor preprocessor logic out of _sway_log() 02 May 2016, 17:50:08 UTC
cc9d1ca common: refactor sway_log() This removes most preprocessor logic, leaving it only it the header. 02 May 2016, 17:30:04 UTC
8a6b64e Merge pull request #634 from 1ace/fix/log-double-close Fix double-close in error_handler() 02 May 2016, 17:09:28 UTC
f53ddbe common: fix double-close in error_handler() 02 May 2016, 14:58:32 UTC
70ca8b6 Merge pull request #633 from 1ace/fix/readme-link Remove empty params from url in README.md 02 May 2016, 14:43:40 UTC
81a8a1f README: remove empty params from url 02 May 2016, 14:33:15 UTC
0cefde8 Merge pull request #628 from 1ace/fix/ipc-path Always terminate ipc path 02 May 2016, 12:14:01 UTC
7f8d596 Merge pull request #629 from cyberhuman/master fix a typo (horiziontal -> horizontal) 02 May 2016, 12:13:29 UTC
0d51a08 Merge pull request #630 from 1ace/fix/obob Fix off-by-one bug in log functions 02 May 2016, 12:13:21 UTC
a9123c3 fix a typo (horiziontal -> horizontal) 02 May 2016, 11:18:33 UTC
a1bb580 Fix off-by-one bug in log functions 02 May 2016, 11:04:14 UTC
3d6a341 sway: always terminate ipc path 02 May 2016, 10:26:27 UTC
d3f3619 Merge pull request #627 from mikkeloscar/update-title-when-tabbed Update view title of tabbed/stacked windows 01 May 2016, 20:30:43 UTC
ae5164f Update view title of tabbed/stacked windows Requires Cloudef/wlc@80bf003 Fix #623 01 May 2016, 20:08:46 UTC
4915f97 Merge pull request #625 from 1ace/fix/buffer-overflow Fix a couple potential buffer overflows 01 May 2016, 13:04:12 UTC
e53ba08 sway: fix potential buffer overflow 01 May 2016, 12:57:23 UTC
aece36c common: fix potential buffer overflow 01 May 2016, 12:57:23 UTC
f7869d8 Merge pull request #624 from tajjada/add-input-accel-profile Add input cmd for setting pointer accel profile. 01 May 2016, 11:15:17 UTC
de007c9 Add input cmd for setting pointer accel profile. 01 May 2016, 10:02:44 UTC
68f0baf Merge pull request #619 from mikkeloscar/fix-workspace-pr Remove premature break in workspace_next_name 30 April 2016, 11:47:02 UTC
1f8b6b8 Remove premature break 30 April 2016, 09:17:53 UTC
95d5c1e Merge pull request #620 from xerpi/fix-registry-memleak wayland/registry.c: free() registry at registry_teardown 30 April 2016, 09:15:35 UTC
6063fed wayland/registry.c: free() registry at registry_teardown 30 April 2016, 09:10:46 UTC
be6c18d Merge pull request #618 from neosilky/uninit sway/config.c: Initialise struct value 30 April 2016, 01:39:22 UTC
682efbb sway/config.c: Initialise struct value 30 April 2016, 00:12:41 UTC
75aa3b1 Merge pull request #616 from neosilky/memleak sway/workspace.c: Cleanup some un-free'd memory 29 April 2016, 22:50:42 UTC
0ece17c sway/workspace.c: Cleanup some un-free'd memory 29 April 2016, 22:27:59 UTC
ed8c67e Merge pull request #615 from neosilky/memleak Cleaned up some un-free'd memory 29 April 2016, 18:08:43 UTC
e1fa51a sway/config.c: Move the wordfree call before the if statement so it is always called 29 April 2016, 17:36:29 UTC
06986e5 sway/config.c: Change to the useful free_cmd_results helper method 29 April 2016, 17:31:21 UTC
01c2b5f sway/config.c: move free call to after sway_log 29 April 2016, 17:27:49 UTC
b8722ec sway/config.c: Leading on from cdf017c, we need to free path 29 April 2016, 17:09:56 UTC
e077ebd sway/config.c: res->input is a malloc'ed section which wasn't freed 29 April 2016, 17:08:28 UTC
cdf017c sway/config.c: wordexp has a corresponding wordfree which was never used I had to change the assignment to path to be wrapped by strdup as we pass the data out of the method. 29 April 2016, 17:07:38 UTC
c225bca sway/config.c: config_home is the result of a malloc but was never freed 29 April 2016, 17:06:21 UTC
235cfd9 common/stringop.c: a premature decrement meant an element of argv was never released 29 April 2016, 17:00:21 UTC
fb41371 Merge pull request #614 from neosilky/memleak sway/commands.c: add some free calls to release allocated memory 29 April 2016, 15:25:26 UTC
5a7099e sway/commands.c: add some free calls to release allocated memory 29 April 2016, 15:16:47 UTC
c55ae99 Fix another -Wunused-result 29 April 2016, 15:04:21 UTC
3be3867 Fix oversight in ebdce71 29 April 2016, 15:01:49 UTC
ebdce71 Fix -Wunused-result problems 29 April 2016, 14:59:43 UTC
3fa8df7 Add -Werror to C flags 29 April 2016, 14:38:03 UTC
0dd1dc0 Merge pull request #613 from mikkeloscar/init-y Fix uninitialized variable 29 April 2016, 14:37:12 UTC
b53b15b Fix uninitialized variable 29 April 2016, 14:30:02 UTC
eec09ca Merge pull request #612 from nrechn/master Update config 28 April 2016, 23:10:26 UTC
7bdb8b6 Update config update command "swaymsg" instead of "sway-msg" 28 April 2016, 23:02:06 UTC
3028724 Merge pull request #611 from mikkeloscar/bindcode-fix Fix bindcode by offsetting xkb keycode by 8 28 April 2016, 19:12:02 UTC
1fb9489 Fix bindcode by offsetting xkb keycode by 8 The bindcode has to be offset by 8 to match the keycode we get from wlc. https://github.com/xkbcommon/libxkbcommon/blob/master/xkbcommon/xkbcommon.h#L160 28 April 2016, 19:05:38 UTC
17543d3 Merge pull request #610 from sleep-walker/master CMake related improvements 28 April 2016, 18:37:35 UTC
1124e78 Respect supplied CMAKE_C_FLAGS 28 April 2016, 18:19:40 UTC
bcdeb72 Explicitly mark static linking in CMake When no type is given, it depends on BUILD_SHARED_LIBS value which is not desired in this case. 28 April 2016, 18:13:26 UTC
468ddfb Fix missing include paths When headers were installed in more sofisticated places (but package config knows it right), it revealed missing paths in CMake configuration. Lets fix it. 28 April 2016, 18:08:41 UTC
89af3f7 Merge pull request #606 from mikkeloscar/tabbed-stacking-layout border: clear buffer on fullscreen views 27 April 2016, 11:19:47 UTC
ddd5b69 border: clear buffer on fullscreen views This patch makes sure to clear the border buffer of fullscreen view so the border doesn't get drawn behind a fullscreen view, which would be visible if the view was transparent. 27 April 2016, 09:24:28 UTC
27066c6 Only check tabbed_stacked_parent for focused windows 27 April 2016, 09:24:28 UTC
70f0099 Merge pull request #603 from fluxchief/master swaylock: fix double free 25 April 2016, 18:30:11 UTC
7938736 swaylock: fix double free 25 April 2016, 18:24:33 UTC
dba1195 Merge pull request #566 from mikkeloscar/tabbed-stacking-layout Tabbed and stacked layout 25 April 2016, 15:34:27 UTC
05b4965 Remove commented code 25 April 2016, 11:40:21 UTC
856ac7d Remove unused function 24 April 2016, 22:00:49 UTC
5a22c0f Don't send invisble view to back 24 April 2016, 22:00:49 UTC
5886ee1 Use correct geometry for nested containers 24 April 2016, 22:00:49 UTC
6c7ed7e Add title to nested tabbed/stacked containers 24 April 2016, 22:00:49 UTC
5492277 Disable inner gaps when in tabbed/stacked mode 24 April 2016, 22:00:49 UTC
3e1f78a Add support for nested tabbed/stacked containers 24 April 2016, 22:00:49 UTC
3955c66 Use tabs for indentation 24 April 2016, 22:00:49 UTC
969f76a Make floating border fixes work with tabbed/stacked code 24 April 2016, 22:00:49 UTC
e226b20 Reapply prev layout when exiting tabbed/stacked 24 April 2016, 22:00:49 UTC
a0cebb7 Improve move command with tabbed/stacked layout 24 April 2016, 22:00:49 UTC
d26658f Correctly determine default layout 24 April 2016, 22:00:49 UTC
8d700fe Fix problems with floating windows Makes any tabbed/stacked layout a container to separate from floating windows which may be attached to a workspace. 24 April 2016, 22:00:49 UTC
ec7ff76 Tabbed and stacked layout 24 April 2016, 22:00:49 UTC
7efa9ab Merge pull request #601 from Hummer12007/pango_markup_config Pango markup config 24 April 2016, 21:58:53 UTC
back to top