index
:
dwl
custom
main
My fork of dwl.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dwl.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-16
Revert "fix undeclared WLR_KEY_PRESSED"
Devin J. Pohly
1
-1
/
+1
2021-02-16
Revert "remove EGL parameter from backend_autocreate"
Devin J. Pohly
1
-1
/
+1
2021-02-14
fix style on space-indented function
Devin J. Pohly
1
-4
/
+4
2021-01-18
add some explanation of output reconfiguration
Devin J. Pohly
1
-0
/
+13
2021-01-18
remove hacky code from output-management handler
Devin J. Pohly
1
-11
/
+3
2021-01-18
commit entire output config, or fail and rollback
Devin J. Pohly
1
-5
/
+8
2021-01-18
use updatemons as handler for output_layout.change
Devin J. Pohly
1
-8
/
+6
2021-01-18
unify increment style while we're here
Devin J. Pohly
1
-3
/
+3
2021-01-18
remove unnecessary variable
Devin J. Pohly
1
-2
/
+1
2021-01-18
cleanup on aisle createmon()
Devin J. Pohly
1
-15
/
+12
2021-01-11
Fix Initialization of NetWM Atoms
sam-barr
1
-2
/
+4
2021-01-06
remove now-unneeded monitor position field
Devin J. Pohly
1
-12
/
+1
2021-01-06
use output layout for dirtomon
Devin J. Pohly
1
-14
/
+12
2021-01-04
remove EGL parameter from backend_autocreate
Devin J. Pohly
1
-1
/
+1
2020-12-30
Define monitor's x,y at compile time
Stivvo
1
-14
/
+7
2020-12-28
Revert "Allow toggling the layout before selecting a different one"
Devin J. Pohly
1
-2
/
+1
2020-12-27
flesh out cleanup
Devin J. Pohly
1
-1
/
+3
2020-12-27
fix segfault in xwayland cursor manager
Devin J. Pohly
1
-8
/
+6
2020-12-27
macroize event handlers
Devin J. Pohly
1
-51
/
+33
2020-12-25
no need to cast NULL to void *
Devin J. Pohly
1
-1
/
+1
2020-12-25
consolidate some of the ugliness into a separate file
Devin J. Pohly
1
-125
/
+35
2020-12-24
fix build with -DXWAYLAND
Devin J. Pohly
1
-15
/
+13
2020-12-24
don't call applyexclusive just to return
Devin J. Pohly
1
-44
/
+42
2020-12-24
let's not alienate the dwm folks
Devin J. Pohly
1
-115
/
+127
2020-12-24
simplify ROUND macro
Devin J. Pohly
1
-1
/
+1
2020-12-24
fix crash on non-libinput pointers (e.g. X11 backend)
Devin J. Pohly
1
-5
/
+7
2020-12-24
Change fullscreen policies
Stivvo
1
-25
/
+30
2020-12-24
quitallfullscreen() even when enabling fullscreen
Stivvo
1
-7
/
+14
2020-12-24
Remove goto render (easier merge)
Stivvo
1
-19
/
+18
2020-12-21
update comments and remove debugging printf
Guido Cella
1
-9
/
+3
2020-12-21
Define monitor order with monrules[]
Stivvo
1
-4
/
+26
2020-12-21
don't reset the cursor image
Guido Cella
1
-1
/
+1
2020-12-20
say TODO
Guido Cella
1
-8
/
+8
2020-12-20
rename drw
Guido Cella
1
-9
/
+9
2020-12-20
don't notify of activity
Guido Cella
1
-4
/
+7
2020-12-20
deactivate the focused client on overlay focus
Guido Cella
1
-0
/
+2
2020-12-20
replace shouldfocusclients with checking old
Guido Cella
1
-27
/
+24
2020-12-20
fix keyboard focus with overlays
Guido Cella
1
-7
/
+8
2020-12-20
ensure that xwayland cursor defaults to left_ptr
Guido Cella
1
-0
/
+7
2020-12-20
enable adaptive sync
Guido Cella
1
-0
/
+1
2020-12-20
use bool
Guido Cella
1
-51
/
+53
2020-12-19
remove -Werror=declaration-after-statement
Guido Cella
1
-162
/
+150
2020-12-19
remove goto when the border is 0
Guido Cella
1
-3
/
+0
2020-12-19
remove useless assignment
Guido Cella
1
-1
/
+0
2020-12-19
s/maprequest/mapnotify
Guido Cella
1
-4
/
+4
2020-12-19
Added support for natural scrolling
will
1
-0
/
+5
2020-12-19
Added basic tap-to-click for touchpad users
will
1
-0
/
+6
2020-12-19
Made scalebox the way sway does it
Bonicgamer
1
-4
/
+5
2020-12-19
s/prev/old
Guido Cella
1
-9
/
+9
2020-12-19
remove togglefullscreen keybinding
Guido Cella
1
-8
/
+0
[next]