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
i3-compatible Wayland compositor
Simon Ser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2016-04-29
sway/config.c: move free call to after sway_log
Daniel Lockyer
-1
/
+1
2016-04-29
sway/config.c: Leading on from cdf017c, we need to free path
Daniel Lockyer
-0
/
+2
2016-04-29
sway/config.c: res->input is a malloc'ed section which wasn't freed
Daniel Lockyer
-0
/
+1
2016-04-29
sway/config.c: wordexp has a corresponding wordfree which was never used
Daniel Lockyer
-1
/
+2
2016-04-29
sway/config.c: config_home is the result of a malloc but was never freed
Daniel Lockyer
-0
/
+1
2016-04-29
common/stringop.c: a premature decrement meant an element of argv was never r...
Daniel Lockyer
-1
/
+1
2016-04-29
Merge pull request #614 from neosilky/memleak
Drew DeVault
-0
/
+3
2016-04-29
sway/commands.c: add some free calls to release allocated memory
Daniel Lockyer
-0
/
+3
2016-04-29
Fix another -Wunused-result
Drew DeVault
-1
/
+4
2016-04-29
Fix oversight in ebdce71
Drew DeVault
-2
/
+2
2016-04-29
Fix -Wunused-result problems
Drew DeVault
-3
/
+11
2016-04-29
Add -Werror to C flags
Drew DeVault
-0
/
+1
2016-04-29
Merge pull request #613 from mikkeloscar/init-y
Drew DeVault
-1
/
+1
2016-04-29
Fix uninitialized variable
Mikkel Oscar Lyderik
-1
/
+1
2016-04-29
Merge pull request #612 from nrechn/master
0.6
Mikkel Oscar Lyderik
-1
/
+1
2016-04-29
Update config
nrechn
-1
/
+1
2016-04-28
Merge pull request #611 from mikkeloscar/bindcode-fix
Drew DeVault
-1
/
+1
2016-04-28
Fix bindcode by offsetting xkb keycode by 8
Mikkel Oscar Lyderik
-1
/
+1
2016-04-28
Merge pull request #610 from sleep-walker/master
Drew DeVault
-7
/
+15
2016-04-28
Respect supplied CMAKE_C_FLAGS
Tomáš Čech
-1
/
+1
2016-04-28
Explicitly mark static linking in CMake
Tomáš Čech
-3
/
+3
2016-04-28
Fix missing include paths
Tomáš Čech
-3
/
+11
2016-04-27
Merge pull request #606 from mikkeloscar/tabbed-stacking-layout
Drew DeVault
-12
/
+23
2016-04-27
border: clear buffer on fullscreen views
Mikkel Oscar Lyderik
-10
/
+21
2016-04-27
Only check tabbed_stacked_parent for focused windows
Mikkel Oscar Lyderik
-2
/
+2
2016-04-25
Merge pull request #603 from fluxchief/master
Mikkel Oscar Lyderik
-2
/
+1
2016-04-25
swaylock: fix double free
Kevin Hamacher
-2
/
+1
2016-04-25
Merge pull request #566 from mikkeloscar/tabbed-stacking-layout
Drew DeVault
-171
/
+629
2016-04-25
Remove commented code
Mikkel Oscar Lyderik
-2
/
+0
2016-04-25
Remove unused function
Mikkel Oscar Lyderik
-11
/
+2
2016-04-25
Don't send invisble view to back
Mikkel Oscar Lyderik
-3
/
+0
2016-04-25
Use correct geometry for nested containers
Mikkel Oscar Lyderik
-7
/
+9
2016-04-25
Add title to nested tabbed/stacked containers
Mikkel Oscar Lyderik
-0
/
+78
2016-04-25
Disable inner gaps when in tabbed/stacked mode
Mikkel Oscar Lyderik
-37
/
+68
2016-04-25
Add support for nested tabbed/stacked containers
Mikkel Oscar Lyderik
-77
/
+233
2016-04-25
Use tabs for indentation
Mikkel Oscar Lyderik
-6
/
+6
2016-04-25
Make floating border fixes work with tabbed/stacked code
Mikkel Oscar Lyderik
-26
/
+12
2016-04-25
Reapply prev layout when exiting tabbed/stacked
Mikkel Oscar Lyderik
-18
/
+31
2016-04-25
Improve move command with tabbed/stacked layout
Mikkel Oscar Lyderik
-4
/
+9
2016-04-25
Correctly determine default layout
Mikkel Oscar Lyderik
-14
/
+22
2016-04-25
Fix problems with floating windows
Mikkel Oscar Lyderik
-7
/
+26
2016-04-25
Tabbed and stacked layout
Mikkel Oscar Lyderik
-71
/
+245
2016-04-24
Merge pull request #601 from Hummer12007/pango_markup_config
Drew DeVault
-2
/
+41
2016-04-24
Renamed pango_markup config options
Mykyta Holubakha
-3
/
+3
2016-04-24
Renamed to pango_markup
Mykyta Holubakha
-18
/
+18
2016-04-24
Fix line length calculation
Mykyta Holubakha
-1
/
+1
2016-04-24
Added plaintext_markup to swaybar IPC
Mykyta Holubakha
-0
/
+7
2016-04-24
Added plaintext markup configuration
Mykyta Holubakha
-1
/
+33
2016-04-24
Merge pull request #598 from Hummer12007/pango_fix
Drew DeVault
-6
/
+6
2016-04-24
Merge pull request #599 from mikkeloscar/bar-markup-pango
Drew DeVault
-1
/
+5
[next]