aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorLines
2018-10-17Merge pull request #2864 from sghctoma/freebsd-fixesDrew DeVault-1/+1
2018-10-17Fix stringop-overflow warningsNiccolò Scatena-1/+1
2018-10-17Increase _POSIX_C_SOURCE to 200112Lsghctoma-1/+1
2018-10-16Truncate message, append buffer overflow message if too long.Connor E-6/+9
2018-10-15common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONICCole Mickens-0/+1
2018-10-15Event loop: Fix memmove and remove extraneous declarationRyan Dwyer-1/+1
2018-10-15Event loop: Free fds and fix race conditionRyan Dwyer-0/+4
2018-10-15Remove timerfd from loop implementationRyan Dwyer-43/+100
2018-10-15swaylock: Remove indicator after 3 secondsRyan Dwyer-3/+16
2018-10-15Move swaybar's event loop to common directory and refactorRyan Dwyer-0/+106
2018-09-23swaybg: fix increasingly smaller bg on hotplugBrian Ashworth-0/+2
2018-09-22Call pango_cairo_context_set_font_options().Geoff Greer-0/+5
2018-09-22swaybar, swaylock, & tree/container: Set cairo font options to render text an...Geoff Greer-0/+16
2018-09-22Use pango_layout_set_text instead of pango_layout_set_markupRyan Dwyer-2/+4
2018-09-22Fix pango escaping and refactor escape_markup_textRyan Dwyer-40/+17
2018-09-18swaybar: rewrite protocol determinationIan Fan-25/+0
2018-09-08Align titles to baselineRyan Dwyer-1/+4
2018-09-02prevent ub caused by misaligned stores/loadstaiyu-4/+4
2018-09-01Allow reload command to exist anywhere in the command stringRyan Dwyer-0/+14
2018-08-26Remove layout.cRyan Dwyer-0/+21
2018-08-15Use list_find in more places and refactor/fix workspace prev_next functionsRyan Dwyer-1/+1
2018-08-12Implement resizing tiled containers via cursorRyan Dwyer-0/+9
2018-08-06ipc-client: fix memory leaks in get_socketpathIan Fan-0/+2
2018-07-23Address review comments on parse_booleanBrian Ashworth-8/+9
2018-07-23Remove unneeded constBrian Ashworth-1/+1
2018-07-23Switch to using a function to parse booleansBrian Ashworth-0/+15
2018-07-11Move floating windows to front when focusedRyan Dwyer-0/+15
2018-07-09Update for swaywm/wlroots#1126emersion-11/+11
2018-07-02utf8_size: fix loop boundaryDominique Martinet-1/+1
2018-07-02get_parent_pid: fix memory leakDominique Martinet-1/+1
2018-06-02Fix infinite loop in peek_line for EOF blanksBrian Ashworth-0/+2
2018-06-02Address emersion's feedback on peek_lineBrian Ashworth-4/+4
2018-06-02Fix condition in peek_lineBrian Ashworth-1/+1
2018-06-02Address first round of review for generic blocksBrian Ashworth-6/+13
2018-06-02Support braces on next line for config blocksBrian Ashworth-0/+14
2018-05-25Clean up container title functionsRyan Dwyer-0/+14
2018-05-16Change scale from int32_t to double for pangoBrian Ashworth-3/+3
2018-05-13Fix pango markupemersion-7/+9
2018-05-13Fix crash when using pango markup fontHeghedus Razvan-5/+68
2018-04-13Fix gcc string truncation warningsDominique Martinet-1/+1
2018-04-04R E N D E R I N GDrew DeVault-1/+2
2018-04-04Add password buffer, refactor rendering/surfacesDrew DeVault-0/+102
2018-04-04Initial swaylock portDrew DeVault-2/+20
2018-04-04Move swaybg background rendering into common/Drew DeVault-12/+108
2018-04-02Fix use-after-free with block hotspotsDrew DeVault-1/+8
2018-03-29Use statically allocated text bufferDrew DeVault-4/+2
2018-03-29Start port of swaybar to layer shellDrew DeVault-0/+70
2018-03-29Allow sway IPC clients to fall back to i3 socketDrew DeVault-7/+25
2018-03-28Address review commentsDrew DeVault-3/+3
2018-03-28Add solid-color rendering to swaybgDrew DeVault-5/+143