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

sort by:
Revision Author Date Message Commit Date
9412dc7 Merge pull request #582 from cl91/fix-memory-leaks Plug two memory leaks 12 April 2016, 01:08:44 UTC
91d2a50 Plug two memory leaks Plug two memory leaks introduced in the border drawing code. 12 April 2016, 00:35:50 UTC
3b5a8cb Merge pull request #580 from mikkeloscar/handle-realloc-fail swaylock: Handle possible fail on password realloc 09 April 2016, 22:15:50 UTC
f8bb487 swaylock: Handle possible fail on password realloc 09 April 2016, 22:01:05 UTC
a71ca65 Merge pull request #579 from mikkeloscar/new_view-geometry Don't init desired width/height on new_view 09 April 2016, 21:38:43 UTC
cfea40d Don't init desired width/height on new_view When creating a new view, wlc usually returns an initial geometry with size 1x1. Setting those values as desired width/height causes a problem for some windows (QT5) because they don't request a new geometry for instance when made floating, so the floating window becomes 1x1. To fix this problem we can just omit setting the desired width/height on new_view and instead let the clients request a certain size if they feel like it. e.i. gnome-calculator. Fix #578 09 April 2016, 21:20:26 UTC
a7f2693 Only update geometry of single floating view 09 April 2016, 20:51:41 UTC
9f4df8b Merge pull request #572 from fluxchief/swaylock-flush Improve swaylock event flushing 04 April 2016, 13:37:41 UTC
5a1a0cf Merge pull request #574 from fluxchief/parse-border-color Add border color commands 03 April 2016, 20:46:34 UTC
b6e2b6a Add border color commands 03 April 2016, 15:14:14 UTC
5b8902e Merge pull request #575 from fluxchief/border-color-fix Use border background color as border background 03 April 2016, 15:07:55 UTC
115b482 Use border background color as border background 03 April 2016, 14:52:40 UTC
5be624c Merge pull request #568 from crondog/fixborders Fix window borders 03 April 2016, 00:36:50 UTC
b02be70 Fix window borders This fixes floating borders when moving outside of the output. Not sure what happens with dual screen as I only have 1 monitor 03 April 2016, 00:37:16 UTC
3b0d9de Improve swaylock event flushing 02 April 2016, 22:50:34 UTC
ef45bac Merge pull request #562 from fluxchief/border-endian improve endianess handeling 02 April 2016, 20:29:48 UTC
3953b06 improve endianess handeling 02 April 2016, 19:16:57 UTC
4885a6c Merge pull request #569 from 1ace/master Fix spelling mistakes 02 April 2016, 17:09:12 UTC
3e80815 Fix spelling mistakes 02 April 2016, 15:00:05 UTC
0d4c31e Merge pull request #565 from mikkeloscar/fix-pointer-crash Fix pointer related crash when stacked/tabbed 31 March 2016, 14:51:44 UTC
258e31c Fix pointer related crash when stacked/tabbed Fix #564 31 March 2016, 14:39:42 UTC
60c599a Merge pull request #563 from mikkeloscar/fix-border-reset Correctly reset border geometry 31 March 2016, 11:59:26 UTC
d94d46f Merge pull request #561 from fluxchief/swaylock swaylock: improve graphical feedback 31 March 2016, 11:59:21 UTC
66e8b4d Correctly reset border geometry 31 March 2016, 11:51:27 UTC
ce22ea1 swaylock: improve graphical feedback 31 March 2016, 11:49:59 UTC
f0b33df Merge pull request #560 from mikkeloscar/add-new_window-new_float Add cmds new_window and new_float 31 March 2016, 11:43:05 UTC
7be476c Add cmds new_window and new_float Makes it possible to set default layout style for new windows and new floating windows. Close #556 31 March 2016, 10:42:20 UTC
6db92bb Merge pull request #558 from crondog/swaybarexit Stop swaybar crashing without args 31 March 2016, 09:56:59 UTC
9c42557 Stop swaybar crashing without args 31 March 2016, 09:56:14 UTC
0169ba0 Update default wallpapers New version from artist has a different background that will solve the banding issue some users have raised. 30 March 2016, 23:12:52 UTC
96ef3f6 Merge pull request #557 from mikkeloscar/bar-font-pango-optional Make pango: optional for bar font 30 March 2016, 15:19:12 UTC
63474aa Make pango: optional for bar font 30 March 2016, 14:38:04 UTC
655b003 Fix pointer scroll thing 30 March 2016, 13:24:51 UTC
ebead7a Fix crashes with borders 30 March 2016, 13:21:30 UTC
a4bf09f Remove leftover comment 30 March 2016, 12:36:25 UTC
a128504 New feature: adjust gaps with floating_mod+scroll I made this configurable but I didn't make the command for it. That's left as an exercise to an eager contributor. mod_scroll_behavior [gaps inner|gaps outer] Would merge implementions of more behaviors for mod+scroll, if anyone has some neato ideas. 30 March 2016, 12:34:32 UTC
68f4f9b Update README screenshot 30 March 2016, 11:46:54 UTC
4bf10d7 Merge pull request #551 from mikkeloscar/window-borders Implement Window borders 30 March 2016, 11:41:13 UTC
3ffff5e Merge pull request #555 from mikkeloscar/mode-name-spaces Allow surrounding spaces in mode name 30 March 2016, 11:37:55 UTC
948c594 Allow surrounding spaces in mode name This makes it possible to define a mode name with surrounding spaces if so desired. e.g.: mode " hello " { } 30 March 2016, 10:58:50 UTC
0af5553 Fix borders with floating windows 30 March 2016, 08:09:08 UTC
6fa6c27 Update window title when it changes 29 March 2016, 23:01:05 UTC
7878de5 Mark focused view focus_inactive on unfocused output 29 March 2016, 22:47:58 UTC
d804660 Handle swaybar using sway font 29 March 2016, 22:47:58 UTC
a87a5db Comment endianness 29 March 2016, 22:47:58 UTC
5a13cb0 Implement borders The borders are implemented as a surface/buffer attached to each view which is sent to and rendered by wlc in the view_pre_render callback. All the drawing logic is handled in sway/border.c and all the logic for calculating the geometry of the border/view is handled in `update_geometry` in sway/layout.c (same place as gaps are calculated). 29 March 2016, 22:47:58 UTC
3b05f92 Add border <none|normal|toggle|pixel> config 29 March 2016, 22:47:58 UTC
86ea79e Implement parsing of hide_edge_borders 29 March 2016, 22:47:58 UTC
cefcce4 Make client/pango.h not depend on client/window.h 29 March 2016, 22:47:58 UTC
da56731 Make pango: prefix optional for font config 29 March 2016, 22:47:58 UTC
e2774ae Add default border colors 29 March 2016, 22:47:58 UTC
b903f7f Implement some more on borders Note that this segfaults ALL THE TIME in wlc code. Paging @Cloudef for help, I'm at a loss. 29 March 2016, 22:47:58 UTC
a8e0844 Window borders proof of concept 29 March 2016, 22:47:58 UTC
4611bba Initial setup of window border rendering Please don't complain to me about the performance of this 29 March 2016, 22:47:58 UTC
c3a5e00 Merge pull request #553 from Hummer12007/master Fix a typo in swaygrab manual 29 March 2016, 19:02:51 UTC
f648b33 Fix a typo in swaygrab manual 29 March 2016, 18:32:21 UTC
b7b734f Merge pull request #549 from Hummer12007/patch-1 Add -R option to getopt opt_string 28 March 2016, 20:15:40 UTC
24cc12e Added -R option to getopt opt_string 28 March 2016, 19:26:41 UTC
6f53322 Update default config 27 March 2016, 16:50:09 UTC
eacf3d0 Loosen restrictions on commands, update docs Closes #531 27 March 2016, 16:41:42 UTC
59a1c5c Update sway(1) 27 March 2016, 16:24:06 UTC
84b4a05 Squash warning about uninitialized variable 27 March 2016, 14:01:06 UTC
8d5abac Update default config to suggest include 26 March 2016, 17:24:46 UTC
504a884 Merge pull request #546 from mikkeloscar/include-handle-dir Don't try to read config if not a file. 26 March 2016, 16:58:19 UTC
cdc73fd Don't try to read config if not a file. 26 March 2016, 16:54:50 UTC
3b849ce Merge pull request #544 from mikkeloscar/add-include-command Add include command 26 March 2016, 15:51:59 UTC
44ea92e Add config path to error msg 26 March 2016, 15:50:47 UTC
b5f34cc Load correct config on reload 26 March 2016, 15:37:56 UTC
39df452 Document include command 26 March 2016, 15:37:56 UTC
71a5350 Implement include command The include command (`include <path>`) makes it possible to include sub config files from the main config file (or from within other sub config files). The include command uses the following rules for including config files: * the `path` can be either a full path or a path that is relative to the parent config. Shell expansion is supported, so it's possible to do `include ~/.config/sway.d/*`. * The same config file can only be included once (to prevent include cycles). If a config is included multiple times it will just be ignored after it has been included once. * Including a sub config file is the same as inserting the content of that file into the parent config, thus rules about overwriting bindsyms etc. works the same as for a single config. Implement #542 26 March 2016, 15:37:50 UTC
3da269b Update README.md 25 March 2016, 19:54:24 UTC
dbaeae1 Update README.md packaging info 25 March 2016, 19:53:02 UTC
838db8e Fix link to PGP key 25 March 2016, 15:21:21 UTC
9a86490 Merge pull request #543 from fluxchief/master Add graphical feedback to swaylock (#526) 25 March 2016, 15:10:22 UTC
fb6dcce Add graphical feedback to swaylock (#526) 25 March 2016, 14:24:41 UTC
5683858 Merge pull request #538 from nuew/display-images Add choice of display to --image. 25 March 2016, 00:06:43 UTC
328e031 Replace with in swaylock 24 March 2016, 23:55:00 UTC
df57d1b Merge branch 'master' into display-images 24 March 2016, 22:57:31 UTC
3400920 Change 'display' to 'output' in swaylock error messages where necessary 24 March 2016, 22:52:57 UTC
644c13d Change 'display' to 'output' in swaylock docs where necessary 24 March 2016, 22:49:58 UTC
2349327 CMake: add missing wlc include dir for common and swaygrab 24 March 2016, 22:26:01 UTC
0aa4383 Add choice of display to --image. Additionally - Made background colors display when an image is enabled if a --color is specified. - Link CJson to swaylock. - Add the --socket option to swaylock. 24 March 2016, 22:02:34 UTC
dcf5c67 Merge pull request #537 from mikkeloscar/exit-on-config-missing Gracefully exit when config is not found 24 March 2016, 21:27:03 UTC
938ff29 Gracefully exit when config is not found This makes sure that sway will gracefully exit if the config is not found or sway is unable to read it. 24 March 2016, 21:20:25 UTC
06107bb Make the nvidia warning louder 24 March 2016, 20:48:53 UTC
f590acc Merge pull request #536 from jcaesar/master swaylock: Interpret XKB_KEY_BackSpace as a deletion instead of a normal key. 24 March 2016, 18:51:02 UTC
956ca66 swaylock: Interpret XKB_KEY_BackSpace as a deletion instead of a normal key. 24 March 2016, 18:41:33 UTC
fb4fdf5 Update README 24 March 2016, 18:24:43 UTC
fd061d4 Don't set WLC_DIM on startup 24 March 2016, 18:09:18 UTC
5c85c01 Update to new WLC API 24 March 2016, 18:08:53 UTC
686530d Merge pull request #535 from mikkeloscar/fix-swaylock-crash swaylock: Fix crash when unable to connect to sway 23 March 2016, 13:44:22 UTC
a8f989c swaylock: Fix crash when unable to connect to wl Prevent swaylock from crashing when it can't connect to wayland for whatever reason. i.e. XDG_RUNTIME_DIR not set. Fix #534 23 March 2016, 13:37:56 UTC
a99970d Merge pull request #530 from mikkeloscar/swaybar-kill-on-sway-crash swaybar: Abort when receiving 0 bytes in IPC call 22 March 2016, 10:53:29 UTC
1d010af Abort when receiving 0 bytes in IPC call When sway crashes a swaybar process is sometimes left behind running at 100% CPU. This was caused by the swaybar trying to retrieve an IPC response from the closed sway socket. This patch fixes the problem by aborting when the socket has been closed (recv return 0). Fix #528 22 March 2016, 10:27:39 UTC
4ce1ab8 Merge pull request #527 from gkbrk/swaylock_password_grow swaylock: Grow the password buffer 21 March 2016, 20:23:49 UTC
50c052e swaylock: Grow the password buffer 21 March 2016, 20:17:48 UTC
ca400e8 Merge pull request #525 from mikkeloscar/fix-clang-warning Use correct type for keycode 20 March 2016, 11:46:06 UTC
599d6ab Merge pull request #524 from mikkeloscar/smart-gaps Implement 'smart_gaps' feature from i3-gaps 20 March 2016, 11:45:51 UTC
c1f91c4 Use correct type for keycode 20 March 2016, 11:41:26 UTC
2935e24 Implement 'smart_gaps' feature from i3-gaps 20 March 2016, 11:29:47 UTC
back to top