| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-12-27 | Update README | Drew DeVault | -1/+1 | |
| 2015-12-27 | Merge pull request #410 from mikkeloscar/free-ipc-response | Drew DeVault | -0/+1 | |
| swaybar: Free unused IPC response | ||||
| 2015-12-27 | swaybar: Free unused IPC response | Mikkel Oscar Lyderik | -0/+1 | |
| 2015-12-25 | Merge pull request #408 from mikkeloscar/add-focus-sibling | Drew DeVault | -0/+2 | |
| Focus new sibling added to container | ||||
| 2015-12-25 | Focus new sibling added to container | Mikkel Oscar Lyderik | -0/+2 | |
| This makes sure that the window being added to a container gets focus. | ||||
| 2015-12-25 | Merge pull request #407 from mikkeloscar/trigger-on-move-floating | Drew DeVault | -1/+8 | |
| Trigger workspace init event (floating) | ||||
| 2015-12-25 | Trigger workspace init event (floating) | Mikkel Oscar Lyderik | -1/+8 | |
| Triggers workspace init event when moving a floating window to a new workspace. This is a follow up on #391 which didn't handle floating windows. | ||||
| 2015-12-25 | Merge pull request #406 from mikkeloscar/fix-swaybar-json | Drew DeVault | -19/+29 | |
| swaybar: Fix json related crash. | ||||
| 2015-12-25 | swaybar: remove random whitespaces | Mikkel Oscar Lyderik | -4/+4 | |
| 2015-12-25 | swaybar: Fix json related crash. | Mikkel Oscar Lyderik | -15/+25 | |
| This should fix the random json related crashes in swaybar. The crashes occured because the same socket was used for listening on workspace events and requesting workspace info, resulting in a unreliable message queue on the socket. The solution is to use one socket for the events and one socket for reliably requesting workspace/output info. | ||||
| 2015-12-24 | Merge pull request #403 from crondog/master | Drew DeVault | -18/+30 | |
| swaybar: min_width and align | ||||
| 2015-12-24 | Merge pull request #405 from robotanarchy/add-voidwiki-link-to-readme | Drew DeVault | -0/+1 | |
| Readme: add link to sway article in Void Linux wiki | ||||
| 2015-12-25 | Merge branch 'master' of https://github.com/SirCmpwn/sway | crondog | -61/+183 | |
| 2015-12-24 | Readme: add link to sway article in Void Linux wiki | robotanarchy | -0/+1 | |
| 2015-12-24 | Merge pull request #402 from progandy/without-fgets | Drew DeVault | -60/+173 | |
| swaybar: read status line without fgets | ||||
| 2015-12-24 | Merge pull request #404 from StephenBrown2/readme_feature_support | Drew DeVault | -1/+4 | |
| Add references to other feature support issues to README | ||||
| 2015-12-24 | swaybar: Replace fgets with read and own buffer | progandy | -54/+167 | |
| 2015-12-23 | Add references to other feature support issues to README | Stephen Brown II | -1/+4 | |
| 2015-12-23 | Merge pull request #401 from mikkeloscar/travis-clang-build | Drew DeVault | -0/+6 | |
| Add clang build to travis | ||||
| 2015-12-24 | swaybar: min_width and align | crondog | -20/+32 | |
| 2015-12-24 | swaybar: fix array indices in i3json_handle | progandy | -6/+6 | |
| 2015-12-23 | Add clang build to travis | Mikkel Oscar Lyderik | -0/+6 | |
| 2015-12-23 | Merge pull request #400 from gpyh/forgot_include | Drew DeVault | -0/+1 | |
| Bugfix: Added include(GNUInstallDirs) | ||||
| 2015-12-23 | Added include(GNUInstallDirs) | Yacine Hmito | -0/+1 | |
| Fixes configuration not properly installed since f02cf75 | ||||
| 2015-12-23 | Merge pull request #398 from juju2143/bug-correction-1 | Drew DeVault | -0/+1 | |
| swaygrab: Fix memory leak when recording videos | ||||
| 2015-12-23 | Merge pull request #399 from gpyh/dont-hardcode-path | Drew DeVault | -11/+6 | |
| Use SYSCONFDIR as recommended | ||||
| 2015-12-23 | Use SYSCONFDIR as recommended | Yacine Hmito | -11/+6 | |
| - swaylock config path not hardcoded anymore - the unusual and weird FALLBACK_CONFIG_DIR is no more | ||||
| 2015-12-22 | swaygrab: Fix memory leak when recording videos | Julien Savard | -0/+1 | |
| 2015-12-22 | Merge pull request #396 from crondog/fixbar | Drew DeVault | -4/+3 | |
| Stop swaybar from not rendering after the first go around | ||||
| 2015-12-23 | Stop swaybar from not rendering after the first go around | crondog | -4/+3 | |
| I am not sure if this is a correct issue/fix but on my system at least after an i3bar protocol is detected this while loop never goes back around meaning it doesnt process the status line anymore. | ||||
| 2015-12-22 | Merge pull request #394 from progandy/i3bar-json-protocol | Drew DeVault | -11/+334 | |
| swaybar: I3bar json protocol | ||||
| 2015-12-22 | swaybar: fix memory leaks | progandy | -2/+48 | |
| 2015-12-22 | swaybar: add a visible separator between elements | progandy | -4/+17 | |
| 2015-12-22 | swaybar: Improve i3bar proto implementation | progandy | -13/+134 | |
| Also reintroduce plaintext fallback for simple status lines. | ||||
| 2015-12-22 | swaybar: fix whitespace | progandy | -133/+127 | |
| 2015-12-22 | Initialize id, part two | Drew DeVault | -1/+1 | |
| 2015-12-22 | Initialize ID | Drew DeVault | -1/+1 | |
| 2015-12-22 | Clean up a bit | crondog | -6/+17 | |
| 2015-12-22 | Make start on i3bar json parsing | crondog | -5/+143 | |
| 2015-12-21 | Merge pull request #393 from robotanarchy/musl-libc-compatibility | Drew DeVault | -18/+41 | |
| musl libc compatibility | ||||
| 2015-12-21 | Merge pull request #391 from mikkeloscar/trigger-workspace-ipc | Drew DeVault | -14/+30 | |
| Trigger ipc_event_workspace in all cases | ||||
| 2015-12-22 | replace non-standard qsort_r with qsort | robotanarchy | -16/+21 | |
| I've tried to make as few changes, as possible. Usually the reason for using qsort_r is, that you can pass an extra userdata pointer to the compare function. However, in sway list_sort wrapped qsort_r and always called a wrapper function for comparing, the wrapper function then had the real compare function as argument. The only thing, that the wrapper function does, is dereferencing the 'left' and 'right' function arguments before passing them to the real compare function. I have renamed list_sort to list_qsort to avoid confusion (so nobody tries to use list_qsort like list_sort) and removed the wrapper functionality. Now the dereferencing must be done in the compare function, that gets passed. Some compare functions were used in both list_sort and list_seq_find. To make the difference clear, I've added a '_qsort' suffix to the compare functions, that are intended to be used with the new list_qsort. (In other words: list_qsort is not compatible anymore with list_seq_find). - Changed and renamed function (it isn't used anywhere but in commands.c, and only for sorting): compare_set -> compare_set_qsort - New wrapper functions: sway_binding_cmp_qsort (for sway_binding_cmp) sway_mouse_binding_cmp_qsort (for sway_mouse_binding_cmp) | ||||
| 2015-12-22 | fix backtrace detection in CMake | robotanarchy | -3/+9 | |
| works on arch (glibc) and void linux (tested with musl libc) now | ||||
| 2015-12-21 | Trigger ipc_event_workspace in all cases | Mikkel Oscar Lyderik | -14/+30 | |
| This makes sure that the workspace IPC event is triggered when needed. Fixes #382 while making sure that the IPC event is only triggered once. | ||||
| 2015-12-21 | add -fPIC flag (position independent code) like in wlc | robotanarchy | -0/+1 | |
| Linking fails otherwise: Linking C executable ../bin/sway /usr/bin/ld: CMakeFiles/sway.dir/commands.c.o: relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC CMakeFiles/sway.dir/commands.c.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status sway/CMakeFiles/sway.dir/build.make:442: recipe for target 'bin/sway' failed | ||||
| 2015-12-21 | use CMake's FindBacktrace for backtrace feature detection | robotanarchy | -1/+13 | |
| 2015-12-21 | remove unused execinfo.h include from debug_log.c | robotanarchy | -1/+0 | |
| 2015-12-21 | Merge pull request #390 from mikkeloscar/workspace-ipc-event | Drew DeVault | -1/+3 | |
| Don't skip all clients on ipc_workspace_event. | ||||
| 2015-12-21 | Merge pull request #389 from mikkeloscar/bar-commands | Drew DeVault | -62/+92 | |
| Implement ipc_event_barconfig_update | ||||
| 2015-12-21 | Don't skip all clients on ipc_workspace_event. | Mikkel Oscar Lyderik | -1/+3 | |
| Only clients not subcriped to the workspace event should be skipped. | ||||
