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
2019-01-17
Remove swaylock headers
emersion
-138
/
+0
2019-01-16
Fixes for small existing bugs.
Connor E
-2
/
+3
2019-01-16
Use static arrays where possible.
Connor E
-36
/
+23
2019-01-16
Remove usage of VLAs.
Connor E
-11
/
+32
2019-01-16
bar_cmd_tray_bind: Use mouse button helpers
Brian Ashworth
-144
/
+230
2019-01-16
layer_shell: do not SIGABRT sway on zero outputs
Brian Ashworth
-2
/
+4
2019-01-16
cmd_resize: allow resizing hidden scratchpad by px
Brian Ashworth
-5
/
+8
2019-01-15
seatop_begin_down: raise floating
Brian Ashworth
-0
/
+2
2019-01-15
Do not send ipc_event_shutdown from ipc client
Brian Ashworth
-4
/
+10
2019-01-15
cursor: send clear_focus on hide and enter event on unhide
Rouven Czerwinski
-4
/
+6
2019-01-15
Remove wlr_xdg_surface_send_close.
Connor E
-3
/
+7
2019-01-15
Do not damage view child when container is NULL
Brian Ashworth
-0
/
+3
2019-01-15
Handle hidden scratchpad containers in commands
Brian Ashworth
-1
/
+28
2019-01-14
Merge pull request #3422 from RyanDwyer/resize-immediate-siblings
Brian Ashworth
-178
/
+140
2019-01-15
Fix invalid pointers when using resize grow width on first/last siblings
Ryan Dwyer
-2
/
+11
2019-01-15
Resize only current and immediate siblings rather than all siblings
Ryan Dwyer
-179
/
+132
2019-01-14
Disarm key repeat on reload
Brian Ashworth
-4
/
+14
2019-01-14
CONTRIBUTING.md: mention tab width for line length
Brian Ashworth
-3
/
+3
2019-01-14
config.in: update swayidle/swaylock example
Ian Fan
-5
/
+5
2019-01-14
Merge pull request #3403 from mstoeckl/ipcleanup
Brian Ashworth
-621
/
+512
2019-01-14
Remove now-unused "input" argument of cmd_results_new
M Stoeckl
-601
/
+503
2019-01-14
Remove 'input' field of IPC command return json
M Stoeckl
-22
/
+11
2019-01-14
Merge pull request #3418 from RyanDwyer/remove-resize-axis
emersion
-114
/
+47
2019-01-14
Use uint32_t where resize axis might contain a bitfield
Ryan Dwyer
-8
/
+8
2019-01-14
Merge pull request #3419 from ianyfan/swaynag
emersion
-14
/
+4
2019-01-14
swaynag: handle empty $XDG_CONFIG_HOME better
Ian Fan
-14
/
+4
2019-01-14
Replace resize_axis with wlr_edges
Ryan Dwyer
-114
/
+47
2019-01-14
Merge pull request #3417 from swaywm/remove-swaylock
emersion
-2255
/
+14
2019-01-13
Split swaylock into separate project
Drew DeVault
-2255
/
+14
2019-01-13
Remove WIP from README.md
Drew DeVault
-4
/
+3
2019-01-13
Merge pull request #3144 from emersion/cmd-xwayland
Drew DeVault
-38
/
+71
2019-01-13
Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improved
Drew DeVault
-114
/
+208
2019-01-13
Merge pull request #3343 from RedSoxFan/seat-cursor-buttons-improved
Drew DeVault
-23
/
+54
2019-01-13
Merge pull request #3342 from RedSoxFan/scroll-buttons-improved
Drew DeVault
-21
/
+24
2019-01-13
Merge pull request #3402 from RyanDwyer/refactor-seatops
Drew DeVault
-646
/
+924
2019-01-13
Merge pull request #3388 from RedSoxFan/reset-inputs-on-reload
Drew DeVault
-3
/
+215
2019-01-13
Merge pull request #3397 from RedSoxFan/fix-swaybar-height
Drew DeVault
-9
/
+15
2019-01-13
Merge pull request #3398 from RedSoxFan/toggle-input-events
Drew DeVault
-5
/
+107
2019-01-13
Merge pull request #3408 from RedSoxFan/bar-padding
Drew DeVault
-9
/
+89
2019-01-13
Merge pull request #3415 from RedSoxFan/swaybar-output-improved
Drew DeVault
-8
/
+31
2019-01-13
swaybar: allow identifiers for output and tray
Brian Ashworth
-8
/
+31
2019-01-12
Merge pull request #3412 from RedSoxFan/fix-cont-line-num
Ian Fan
-3
/
+7
2019-01-12
Split swayidle from sway
Drew DeVault
-650
/
+0
2019-01-11
config: fix line number with continued lines
Brian Ashworth
-3
/
+7
2019-01-12
Merge pull request #3411 from RedSoxFan/fix-brace-detect-seeking
Ian Fan
-1
/
+3
2019-01-11
config: do not reset pos when braces found
Brian Ashworth
-1
/
+3
2019-01-11
swaybar: add status_edge_padding command
Brian Ashworth
-4
/
+44
2019-01-11
swaybar: add status_padding command
Brian Ashworth
-6
/
+46
2019-01-10
swaylock: Add caps lock state to indicator
Robinhuett
-39
/
+171
2019-01-10
input_cmd_scroll_button: utilize mouse btn helpers
Brian Ashworth
-21
/
+24
[next]