aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2017-03-10UnGNUify the codebaseDrew DeVault5-8/+5
2017-02-21Feature for #1078: Configurable swaylock colorsCalvin Lee1-3/+7
2016-12-29Added "layout promote" command.wil1-1/+1
2016-12-15Handle config-related allocation failuresDrew DeVault1-0/+3
2016-12-15Handle malloc failures from read_lineDrew DeVault1-0/+3
2016-12-15Handle malloc failure in ipc_recv_responseDrew DeVault2-3/+21
2016-09-01Reorganize includesDrew DeVault3-18/+16
2016-08-30Fix to make ipc client code FreeBSD compatible.Johannes Lundberg1-1/+1
2016-08-04common: use strtoul in parse_color to avoid clampprogandy1-1/+1
2016-07-30implement solid color rendering for swaybgZandr Martin2-0/+15
2016-07-28Add timestamp to log messagesTony Crisci1-0/+15
2016-07-17Remove SIGSERV and SIGABORT handlerDrew DeVault1-46/+1
2016-06-27Add get_log_level() to encapsulate v (current log level)David Eklov1-3/+7
2016-06-11couple small fixesZandr Martin1-8/+12
2016-06-11cleanup + add timeouts for pid_workspace listZandr Martin1-18/+10
2016-06-11Merge branch 'master' into assign-commandZandr Martin1-0/+7
2016-06-10semi-working (only non-client/server wayland apps)Zandr Martin1-1/+38
2016-06-06Common: Readline: Ignore newline on '\' escaped line ends.Roosembert Palacios1-0/+7
2016-06-02implement stable sort for listsZandr Martin1-1/+58
2016-05-02common: refactor sway_log()Eric Engestrom1-9/+6
2016-05-02common: fix double-close in error_handler()Eric Engestrom1-3/+1
2016-05-02Fix off-by-one bug in log functionsEric Engestrom1-2/+2
2016-05-01common: fix potential buffer overflowEric Engestrom1-1/+2
2016-04-29common/stringop.c: a premature decrement meant an element of argv was never r...Daniel Lockyer1-1/+1
2016-04-28Explicitly mark static linking in CMakeTomáš Čech1-1/+1
2016-04-28Fix missing include pathsTomáš Čech1-0/+1
2016-04-02Fix spelling mistakesEric Engestrom1-1/+1
2016-03-24CMake: add missing wlc include dir for common and swaygrabDominique Martinet1-0/+4
2016-03-22Abort when receiving 0 bytes in IPC callMikkel Oscar Lyderik1-1/+1
2016-02-26Correctly exit sway on errors.Mikkel Oscar Lyderik1-1/+1
2016-02-08Fix clang warningsMikkel Oscar Lyderik1-1/+1
2016-01-28Print /proc/<pid>/maps on segfaultDrew DeVault2-1/+46
2016-01-25Add quotes to multiword arguments.Mikkel Oscar Lyderik1-0/+26
2016-01-24numlen(0) == 1Mikkel Oscar Lyderik1-1/+1
2016-01-24use log10 in numlenMikkel Oscar Lyderik1-7/+6
2016-01-23Revert "s/numlen/log10/g"Drew DeVault1-0/+10
2016-01-23s/numlen/log10/gDrew DeVault1-10/+0
2016-01-08Add function for getting list of modifier names.Mikkel Oscar Lyderik1-0/+14
2016-01-05Move modifier name table to common/util.cMikkel Oscar Lyderik1-0/+38
2016-01-03Add type to returned response.Mikkel Oscar Lyderik1-7/+21
2015-12-22swaybar: fix memory leaksprogandy1-0/+9
2015-12-22replace non-standard qsort_r with qsortrobotanarchy1-8/+2
2015-12-22fix backtrace detection in CMakerobotanarchy1-1/+7
2015-12-21use CMake's FindBacktrace for backtrace feature detectionrobotanarchy2-1/+5
2015-12-14Move sway/util.c to common/util.cMikkel Oscar Lyderik2-0/+16
2015-12-13Subscribe to workspace change events and redrawDrew DeVault1-12/+19
2015-12-03remove archive from git, add *.a to gitignoreChristoph Gysin1-0/+0
2015-12-03Add swaylock protocol, add resource destructorsDrew DeVault1-0/+0
2015-12-02cmake: build common code only onceChristoph Gysin1-0/+7
2015-11-29Only strip comments at the start of a lineDrew DeVault1-20/+0