https://github.com/swaywm/sway

sort by:
Revision Author Date Message Commit Date
3a4564a Merge pull request #479 from crondog/font font: Allow adding font to the config. In prep for border titles 27 January 2016, 09:55:44 UTC
0ee5547 font: Allow adding font to the config. In prep for border titles v2: Give default font and make bar use it if no bar font 27 January 2016, 09:53:31 UTC
baa958e Remove pointer from swaylock surface 26 January 2016, 23:38:05 UTC
f1f4791 Fix returning to sway after swaylock completes 26 January 2016, 23:33:50 UTC
a97b325 Merge pull request #478 from SethBarberee/swaymsg-zsh refactored to include single dash options 26 January 2016, 21:25:17 UTC
1ce1fa3 refactored to include single dash options 26 January 2016, 21:22:17 UTC
f1e1ba0 Merge pull request #476 from christophgysin/cairo_set_source_u32 extract cairo_set_source_u32() 25 January 2016, 21:06:46 UTC
a5345e8 extract cairo_set_source_u32() 25 January 2016, 20:44:33 UTC
d2af1f3 Merge pull request #475 from christophgysin/swaylock_color swaylock: implement --color 25 January 2016, 20:28:38 UTC
42bd8c5 swaylock: support --color 25 January 2016, 19:46:26 UTC
2b58c03 swaylock: extract render_image 25 January 2016, 19:18:53 UTC
bbd6c5b Merge pull request #474 from christophgysin/swaylock_pam swaylock pam fixes 25 January 2016, 18:28:39 UTC
071e097 swaylock: don't memset memory that has been freed swaylock is randomly crashing because we write to password that has already been freed in pam_authenticate(). 25 January 2016, 18:15:00 UTC
dab651a swaylock: fix pam conversation 25 January 2016, 18:14:59 UTC
52fea93 swaylock: add pam conversation debug output 25 January 2016, 18:14:44 UTC
b116af6 swaylock: remove global variable pam_reply 25 January 2016, 17:43:51 UTC
123de86 swaybar: Fix plaintext handling. Fix #473 25 January 2016, 14:24:12 UTC
96935f2 Fix colors off by one 25 January 2016, 00:11:33 UTC
55ac868 Merge pull request #471 from mikkeloscar/fix-exec-quotes Add quotes to multiword arguments. 24 January 2016, 23:33:06 UTC
32ae26e Add quotes to multiword arguments. This adds quotes around multiword arguments before they are passed to `/bin/sh -c` in an exec command. Example: I connect to irc like this: exec termite -e "mosh server tmux a" Without this patch the arguments are passed to sh as: termite -e mosh server tmux a When it should be: termite -e "mosh server tmux a" For the command to work. 24 January 2016, 23:14:13 UTC
ed227f5 swaybar: move headers to include/bar 24 January 2016, 14:55:58 UTC
4b48a83 Merge pull request #467 from mikkeloscar/swaybar-refactor [WIP] Swaybar refactor 24 January 2016, 14:46:28 UTC
a61a27c swaybar: cleanup CmakeLists.txt 24 January 2016, 13:22:19 UTC
aa6ad09 swaybar: rename state to bar 24 January 2016, 13:22:19 UTC
c6fc003 swaybar: move core functionality to state.c 24 January 2016, 13:22:19 UTC
6140f9c swaybar: Move swaybar_teardown to free_state 24 January 2016, 13:22:19 UTC
fcc47cb swaybar: move ipc stuff to ipc.{h,c} 24 January 2016, 13:22:19 UTC
a6349a2 swaybar: feactor render, statusline 24 January 2016, 13:22:19 UTC
bb986cb swaybar: Separate config 24 January 2016, 13:22:17 UTC
c8cf3f7 numlen(0) == 1 24 January 2016, 02:02:51 UTC
2707be7 use log10 in numlen 24 January 2016, 01:59:58 UTC
fe35ea6 Merge pull request #457 from mikkeloscar/move-view-fix Fix rendering of view when moving to new workspace 23 January 2016, 21:48:00 UTC
ef40755 Add new wlc thing to views 23 January 2016, 21:35:39 UTC
a416715 Revert "s/numlen/log10/g" This reverts commit 038bb8cc7c4dee77f8ee4ba3ac1ffc47409b2370. 23 January 2016, 21:35:32 UTC
038bb8c s/numlen/log10/g 23 January 2016, 20:51:38 UTC
ed68571 Merge pull request #466 from christophgysin/swaybar_usage swaybar: add usage 23 January 2016, 19:35:27 UTC
ac3f36c swaybar: add --help option 23 January 2016, 19:32:33 UTC
f8de29b Merge pull request #464 from christophgysin/swaylock swaylock: option parsing 23 January 2016, 19:27:28 UTC
78b2808 Merge pull request #465 from sardemff7/master Some fixes in commands/assign 23 January 2016, 19:26:45 UTC
bba72fb swaybar: debug option takes no argument 23 January 2016, 19:23:00 UTC
449617f commands: Fix memory allocation in assign Also use the safer snprintf since we just computed the size. Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> 23 January 2016, 19:22:51 UTC
43483d8 commands: Fix usage of arrow in assign Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net> 23 January 2016, 19:22:51 UTC
06f6552 travis: remove wlc dep: xcb-util-wm 23 January 2016, 15:40:39 UTC
7b25cab swaylock: add i3lock compatible options 23 January 2016, 14:36:19 UTC
a3f809d travis: don't build wlc, depend on wlc-git instead 23 January 2016, 14:11:23 UTC
259dc25 swaylock: add option parsing 23 January 2016, 14:00:14 UTC
6a5acde Merge pull request #463 from christophgysin/typo sway-input: fix typo 23 January 2016, 12:52:47 UTC
a297df4 Add xcb-util-wm to PKGBUILD 23 January 2016, 12:39:03 UTC
2341ae6 sway-input: fix typo 23 January 2016, 12:08:52 UTC
102719c manpage: fix sway-input layout 22 January 2016, 18:26:13 UTC
5411183 manpage: add references sway.5 <-> sway-input.5 22 January 2016, 18:26:13 UTC
e953f63 Fix generating sway-input.5 manpage 22 January 2016, 18:26:13 UTC
c2bf457 Merge pull request #461 from SethBarberee/swaygrab-zsh restructured to include single dash options 22 January 2016, 18:18:33 UTC
f8edda5 restructured to include single dash options 22 January 2016, 16:45:21 UTC
4cbb09d cmake: fix libinput include dirs 22 January 2016, 04:17:33 UTC
701855f Merge pull request #459 from crondog/sigpipe Prevent ipc from crashing sway 22 January 2016, 01:51:51 UTC
cd0eaf0 Prevent ipc from crashing sway 22 January 2016, 01:29:18 UTC
fa0526f Fix rendering of view when moving to new workspace This is a possible fix for #384. To be honest I don't fully understand why this bug is happening, but I have narrowed it down to the view stack in wlc and how sway orders views in very specific situations (those described in #384). Anyway this should fix the problem by eliminating the call to `wlc_view_bring_to_front` which isn't really needed anyway since sending all invisible views to the back is the same as bringing all visible views to the front (rotating the view stack). 21 January 2016, 21:28:26 UTC
2c43bd2 Only update visibility if WS isn't destroyed after No need to update visibility if the workspace will be destroyed right after. 21 January 2016, 21:05:06 UTC
72f297f Merge pull request #456 from gpyh/fix-config-dir Fix issue #455 21 January 2016, 20:15:50 UTC
c487cf7 Fix issue #455 CMAKE_INSTALL_FULL_SYSCONFIG is not actually passed to the C preprocessor. I remember it working, so I must have messed up somewhere last time I touched this. This is fixed by manually passing its value to the C preprocessor through the SYSCONFDIR definition 21 January 2016, 20:08:18 UTC
d969a1d Fix memory leak in config.c Thanks @jollywho 21 January 2016, 16:18:13 UTC
ac74027 Strip stray whitespace 21 January 2016, 16:03:21 UTC
a6b1998 Merge pull request #440 from SethBarberee/zsh-completions Basic Zsh auto-completion for --options 19 January 2016, 23:50:12 UTC
b72a62b Merge pull request #448 from colemickens/libinput libinput configuration 19 January 2016, 15:08:44 UTC
28081b7 libinput 19 January 2016, 14:51:36 UTC
fcd0071 added basic zsh shell completion for sway, swaybg, and swaygrab 18 January 2016, 04:06:26 UTC
fe24112 Add ffmpeg/imagemagick to depenency list 17 January 2016, 19:04:36 UTC
e0ba689 Copy filename from argv Fix #449 17 January 2016, 17:48:29 UTC
2597321 Merge pull request #445 from crondog/assign cmd_assign 15 January 2016, 09:51:23 UTC
81caf89 cmd_assign This implements cmd_assign. Basically a copy and paste from cmd_for_window however it has → handling and injects a `move container to workspace` 15 January 2016, 05:03:34 UTC
0ba3f08 Strip quotes from workspace name v2 This is a more general fix for #444 This reverts part of commit 222f0d44fcda494dca4d5278493a3082068743de. 11 January 2016, 02:42:45 UTC
fc8e570 Strip quotes of each argv when handling command 11 January 2016, 02:39:34 UTC
222f0d4 Strip quotes from workspace name. Fix #444 This is a temporary fix, the real fix is to store the commands as a formatted argv array, so they don't have to be reformatted all over the place. 11 January 2016, 02:13:36 UTC
46992d6 Merge pull request #443 from mikkeloscar/binding-event-input_code Add bindcode to binding events. 09 January 2016, 20:12:08 UTC
15621ea Add backwards compatability for binding event 09 January 2016, 19:56:42 UTC
e3ddcaa Add bindcode to binding events. 09 January 2016, 19:31:18 UTC
93c93dd Make enable-binding-event option have an affect. The option was added to late so it was never set in the build. 09 January 2016, 19:25:45 UTC
7388e1e Merge pull request #442 from mikkeloscar/bincode Add support for bincode command 09 January 2016, 17:10:37 UTC
f8b260d Add support for bincode command If a bindsym and bincode maps to the same combination, the last one will overwrite any previous mappings. 09 January 2016, 17:07:47 UTC
b4ea9d4 Make wallpaper optional (cmake flag) 08 January 2016, 23:49:42 UTC
cb8ac7f Unescape string after doing var replacement Fix #426 08 January 2016, 22:30:18 UTC
e2d49af Merge pull request #438 from mikkeloscar/binding-event Implement IPC binding event (keyboard) 08 January 2016, 14:48:24 UTC
15cbc53 Make IPC binding event support a compile time opt. 08 January 2016, 14:03:25 UTC
14147ac Reduce duplicate code 08 January 2016, 13:27:41 UTC
6392abe Implement IPC binding event (keyboard) This implements the IPC binding event for keyboard bindings. It is slightly different from the i3 implementation [1] since sway supports more than one non-modifier key in a binding. Thus the json interface has been changed from: { ... "symbol": "t", ... } to: { ... "symbols": [ "t" ], ... } [1] http://i3wm.org/docs/ipc.html#_binding_event 08 January 2016, 02:03:55 UTC
32cd3f7 Add function for duplication a sway_binding 08 January 2016, 02:03:55 UTC
dffacea Add function for getting list of modifier names. Get an array of modifier names from modifier masks. 08 January 2016, 02:03:40 UTC
320c291 Merge pull request #439 from mikkeloscar/bindsym-release Implement bindsym --release 07 January 2016, 21:38:33 UTC
55f6393 Implement bindsym --release This is a "simple" version of --release (same as i3) that only supports a binding that contain one normal key. e.g.: bindsym --release $mod+x exec somthing-fun I didn't bother implementing it for a combination like `$mod+x+z` since it is a bit tricky to get right and also a bit weird to actually do on a keyboard. 07 January 2016, 20:43:00 UTC
8f5de70 Merge pull request #434 from mikkeloscar/detect-modifier Send IPC modifier event on bar_modifier up/down 06 January 2016, 12:26:54 UTC
18f8185 Fix whitespaces in cmake config 05 January 2016, 22:53:37 UTC
9186455 Merge branch 'master' of github.com:SirCmpwn/sway 05 January 2016, 22:44:03 UTC
364e37a Fix whitespace issues. 05 January 2016, 22:42:40 UTC
843e2ad Only send modifier event once for active modifiers This makes sure that a modifier event is only sent for active bar modifiers, and that it is only sent once for each of those modifiers. An active bar modifier is a modifier defined for a bar with `mode hide` and `hidden_state hide`. 05 January 2016, 22:18:59 UTC
e700e76 Merge pull request #436 from Kaligule/master Clearer order of locations searched for config file. 05 January 2016, 21:17:11 UTC
648db40 Clearer order of locations searched for config file. The i3wm config locations are visited _before_ using the fallback configs. The man page was confusing - it talked about the fallback configs first, but also said they are looked at "at last". By changing the order of the sentences, this should be clearer. 05 January 2016, 21:06:02 UTC
2e0ef53 Init layout before checking config 05 January 2016, 18:16:46 UTC
a840203 Add modifier key to bar_config json 05 January 2016, 17:36:26 UTC
95e0f44 Move modifier name table to common/util.c Lookup of modifier names is required in several places, thus it makes sense to move it to a general place. 05 January 2016, 17:36:24 UTC
back to top