aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2018-04-04Add password buffer, refactor rendering/surfacesDrew DeVault
2018-04-04Initial swaylock portDrew DeVault
2018-04-04Move swaybg background rendering into common/Drew DeVault
2018-04-02Fix use-after-free with block hotspotsDrew DeVault
2018-03-29Use statically allocated text bufferDrew DeVault
2018-03-29Start port of swaybar to layer shellDrew DeVault
2018-03-29Allow sway IPC clients to fall back to i3 socketDrew DeVault
2018-03-28Address review commentsDrew DeVault
2018-03-28Add solid-color rendering to swaybgDrew DeVault
2018-01-05common/log: finish removing most log functionsDominique Martinet
2018-01-05sway: change all sway_log to wlr_logDominique Martinet
2017-12-19build: add wlroots dependency to commonDominique Martinet
2017-11-30remove relevant CMakeLists.txtTony Crisci
2017-11-30meson: common static libraryTony Crisci
2017-11-30use meson subdirectoriesTony Crisci
2017-11-23common/util: replace WLC_BIT_MOD_* by WLR_MODIFIER_*Dominique Martinet
2017-11-18Move everything to sway/old/Drew DeVault
2017-10-20Print log level even if STDERR is not a ttyCalvin Lee
2017-06-06FreeBSD fixesjohalun
2017-05-11Replace spaces with tabs in resolve_pathMykyta Holubakha
2017-04-26Fix link to dotfiles, closes #1193Drew DeVault
2017-04-20Make sway_abort() report locationJerzi Kaminsky
2017-04-16Add resolve_path() to utilsJerzi Kaminsky
2017-04-16Fix location reported by sway_assertJerzi Kaminsky
2017-04-16Fix variadic forwarding in sway_assertJerzi Kaminsky
2017-03-10UnGNUify the codebaseDrew DeVault
2017-02-21Feature for #1078: Configurable swaylock colorsCalvin Lee
2016-12-29Added "layout promote" command.wil
2016-12-15Handle config-related allocation failuresDrew DeVault
2016-12-15Handle malloc failures from read_lineDrew DeVault
2016-12-15Handle malloc failure in ipc_recv_responseDrew DeVault
2016-09-01Reorganize includesDrew DeVault
2016-08-30Fix to make ipc client code FreeBSD compatible.Johannes Lundberg
2016-08-04common: use strtoul in parse_color to avoid clampprogandy
2016-07-30implement solid color rendering for swaybgZandr Martin
2016-07-28Add timestamp to log messagesTony Crisci
2016-07-17Remove SIGSERV and SIGABORT handlerDrew DeVault
2016-06-27Add get_log_level() to encapsulate v (current log level)David Eklov
2016-06-11couple small fixesZandr Martin
2016-06-11cleanup + add timeouts for pid_workspace listZandr Martin
2016-06-11Merge branch 'master' into assign-commandZandr Martin
2016-06-10semi-working (only non-client/server wayland apps)Zandr Martin
2016-06-06Common: Readline: Ignore newline on '\' escaped line ends.Roosembert Palacios
2016-06-02implement stable sort for listsZandr Martin
2016-05-02common: refactor sway_log()Eric Engestrom
2016-05-02common: fix double-close in error_handler()Eric Engestrom
2016-05-02Fix off-by-one bug in log functionsEric Engestrom
2016-05-01common: fix potential buffer overflowEric Engestrom
2016-04-29common/stringop.c: a premature decrement meant an element of argv was never r...Daniel Lockyer
2016-04-28Explicitly mark static linking in CMakeTomáš Čech