aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorLines
2017-11-30use meson subdirectoriesTony Crisci-0/+8
2017-11-23common/util: replace WLC_BIT_MOD_* by WLR_MODIFIER_*Dominique Martinet-11/+11
2017-11-18Move everything to sway/old/Drew DeVault-1/+1
2017-10-20Print log level even if STDERR is not a ttyCalvin Lee-5/+18
2017-06-06FreeBSD fixesjohalun-3/+3
2017-05-11Replace spaces with tabs in resolve_pathMykyta Holubakha-33/+33
2017-04-26Fix link to dotfiles, closes #1193Drew DeVault-1/+1
2017-04-20Make sway_abort() report locationJerzi Kaminsky-10/+9
2017-04-16Add resolve_path() to utilsJerzi Kaminsky-0/+41
2017-04-16Fix location reported by sway_assertJerzi Kaminsky-2/+2
2017-04-16Fix variadic forwarding in sway_assertJerzi Kaminsky-5/+10
2017-03-10UnGNUify the codebaseDrew DeVault-8/+5
2017-02-21Feature for #1078: Configurable swaylock colorsCalvin Lee-3/+7
2016-12-29Added "layout promote" command.wil-1/+1
2016-12-15Handle config-related allocation failuresDrew DeVault-0/+3
2016-12-15Handle malloc failures from read_lineDrew DeVault-0/+3
2016-12-15Handle malloc failure in ipc_recv_responseDrew DeVault-3/+21
2016-09-01Reorganize includesDrew DeVault-18/+16
2016-08-30Fix to make ipc client code FreeBSD compatible.Johannes Lundberg-1/+1
2016-08-04common: use strtoul in parse_color to avoid clampprogandy-1/+1
2016-07-30implement solid color rendering for swaybgZandr Martin-0/+15
2016-07-28Add timestamp to log messagesTony Crisci-0/+15
2016-07-17Remove SIGSERV and SIGABORT handlerDrew DeVault-46/+1
2016-06-27Add get_log_level() to encapsulate v (current log level)David Eklov-3/+7
2016-06-11couple small fixesZandr Martin-8/+12
2016-06-11cleanup + add timeouts for pid_workspace listZandr Martin-18/+10
2016-06-11Merge branch 'master' into assign-commandZandr Martin-0/+7
2016-06-10semi-working (only non-client/server wayland apps)Zandr Martin-1/+38
2016-06-06Common: Readline: Ignore newline on '\' escaped line ends.Roosembert Palacios-0/+7
2016-06-02implement stable sort for listsZandr Martin-1/+58
2016-05-02common: refactor sway_log()Eric Engestrom-9/+6
2016-05-02common: fix double-close in error_handler()Eric Engestrom-3/+1
2016-05-02Fix off-by-one bug in log functionsEric Engestrom-2/+2
2016-05-01common: fix potential buffer overflowEric Engestrom-1/+2
2016-04-29common/stringop.c: a premature decrement meant an element of argv was never r...Daniel Lockyer-1/+1
2016-04-28Explicitly mark static linking in CMakeTomáš Čech-1/+1
2016-04-28Fix missing include pathsTomáš Čech-0/+1
2016-04-02Fix spelling mistakesEric Engestrom-1/+1
2016-03-24CMake: add missing wlc include dir for common and swaygrabDominique Martinet-0/+4
2016-03-22Abort when receiving 0 bytes in IPC callMikkel Oscar Lyderik-1/+1
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik-1/+1
2016-02-08Fix clang warningsMikkel Oscar Lyderik-1/+1
2016-01-28Print /proc/<pid>/maps on segfaultDrew DeVault-1/+46
2016-01-25Add quotes to multiword arguments.Mikkel Oscar Lyderik-0/+26
2016-01-24numlen(0) == 1Mikkel Oscar Lyderik-1/+1
2016-01-24use log10 in numlenMikkel Oscar Lyderik-7/+6
2016-01-23Revert "s/numlen/log10/g"Drew DeVault-0/+10
2016-01-23s/numlen/log10/gDrew DeVault-10/+0
2016-01-08Add function for getting list of modifier names.Mikkel Oscar Lyderik-0/+14
2016-01-05Move modifier name table to common/util.cMikkel Oscar Lyderik-0/+38