index
:
Sway
bandicoot
bindsym-tocode-cartesian
bindsym-tocode-dup-children
for_window-fixes
for_window-ignored
input-fix_context_menu_focus
master
zwlr_keyboard_interactivity-on_demand-behavior
(fork) i3-compatible Wayland compositor
Furkan Sahin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Expand
)
Author
Lines
2019-01-22
background-image.c: remove stdbool header
Furkan Sahin
-2
/
+1
2019-01-22
util.c: remove numlen function
Furkan Sahin
-9
/
+0
2019-01-21
Removed unused wlroots dependency for sway(bg|bar|msg|nag)
Furkan Sahin
-2
/
+1
2019-01-21
Fix edge case bug in numlen, dropping use of math.h functions
Furkan Sahin
-4
/
+5
2019-01-21
Move sway-specific functions in common/util.c into sway/
Furkan Sahin
-105
/
+0
2019-01-20
Replace wlr_log with sway_log
Furkan Sahin
-18
/
+99
2019-01-20
Allocate minimum size necessary in pango text functions. (#3473)
Furkan Sahin
-12
/
+22
2019-01-19
Fix backup methods in get_socketpath for IPC client
Furkan Sahin
-4
/
+12
2019-01-17
Remove unicode.c
Furkan Sahin
-102
/
+0
2019-01-16
Use static arrays where possible.
Furkan Sahin
-18
/
+13
2019-01-16
Remove usage of VLAs.
Furkan Sahin
-6
/
+15
2019-01-02
fixup! stringop.c: rewrite strip_whitespace
Furkan Sahin
-4
/
+4
2018-12-09
Remove readline.c
Furkan Sahin
-80
/
+8
2018-12-09
stringop.c: rewrite strip_whitespace
Furkan Sahin
-17
/
+10
2018-12-09
Merge pull request #3271 from ianyfan/list-cleanup
Furkan Sahin
-23
/
+15
2018-12-09
list.c: rename free_flat_list to list_free_items_and_destroy
Furkan Sahin
-3
/
+3
2018-12-08
Cleanup list code
Furkan Sahin
-2
/
+1
2018-12-08
list.c: Remove list_foreach
Furkan Sahin
-21
/
+14
2018-12-06
list: double list capacity when resizing instead of incrementing
Furkan Sahin
-1
/
+1
2018-11-25
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
Furkan Sahin
-1
/
+1
2018-11-19
Merge pull request #3083 from c-edw/feature/StripWorkspaceName
Furkan Sahin
-2
/
+3
2018-11-17
Add scroll factor config option.
Furkan Sahin
-0
/
+12
2018-11-18
Use #if instead of #ifdef
Furkan Sahin
-7
/
+7
2018-11-17
Implement strip_workspace_name.
Furkan Sahin
-2
/
+3
2018-11-01
Wrap to fartherest output when running focus output
Furkan Sahin
-0
/
+16
2018-10-27
Revert "Add resolve_path() to utils"
Furkan Sahin
-37
/
+0
2018-10-30
Remove enum movement_direction
Furkan Sahin
-21
/
+0
2018-10-17
Merge pull request #2864 from sghctoma/freebsd-fixes
Furkan Sahin
-1
/
+1
2018-10-17
Fix stringop-overflow warnings
Furkan Sahin
-1
/
+1
2018-10-17
Increase _POSIX_C_SOURCE to 200112L
Furkan Sahin
-1
/
+1
2018-10-16
Truncate message, append buffer overflow message if too long.
Furkan Sahin
-6
/
+9
2018-10-15
common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONIC
Furkan Sahin
-0
/
+1
2018-10-15
Event loop: Fix memmove and remove extraneous declaration
Furkan Sahin
-1
/
+1
2018-10-14
Event loop: Free fds and fix race condition
Furkan Sahin
-0
/
+4
2018-10-14
Remove timerfd from loop implementation
Furkan Sahin
-43
/
+100
2018-10-13
swaylock: Remove indicator after 3 seconds
Furkan Sahin
-3
/
+16
2018-10-13
Move swaybar's event loop to common directory and refactor
Furkan Sahin
-0
/
+106
2018-09-23
swaybg: fix increasingly smaller bg on hotplug
Furkan Sahin
-0
/
+2
2018-09-22
Call pango_cairo_context_set_font_options().
Furkan Sahin
-0
/
+5
2018-09-20
swaybar, swaylock, & tree/container: Set cairo font options to render text an...
Furkan Sahin
-0
/
+16
2018-09-22
Use pango_layout_set_text instead of pango_layout_set_markup
Furkan Sahin
-2
/
+4
2018-09-21
Fix pango escaping and refactor escape_markup_text
Furkan Sahin
-40
/
+17
2018-09-17
swaybar: rewrite protocol determination
Furkan Sahin
-25
/
+0
2018-09-08
Align titles to baseline
Furkan Sahin
-1
/
+4
2018-09-02
prevent ub caused by misaligned stores/loads
Furkan Sahin
-4
/
+4
2018-09-01
Allow reload command to exist anywhere in the command string
Furkan Sahin
-0
/
+14
2018-08-26
Remove layout.c
Furkan Sahin
-0
/
+21
2018-08-15
Use list_find in more places and refactor/fix workspace prev_next functions
Furkan Sahin
-1
/
+1
2018-08-10
Implement resizing tiled containers via cursor
Furkan Sahin
-0
/
+9
2018-08-06
ipc-client: fix memory leaks in get_socketpath
Furkan Sahin
-0
/
+2
[next]