| Commit message (Expand) | Author | Files | Lines |
2021-03-30 | don't move/resize if already moving/resizing | Devin J. Pohly | 1 | -2/+1 |
2021-03-25 | Fullscreen: simplifications and fixes | Stivvo | 1 | -36/+8 |
2021-03-13 | changed fprintf(stdout) instances to printf(), changed function name from sta... | David Donahue | 1 | -32/+32 |
2021-03-13 | Revert "remove sigchld function" | Devin J. Pohly | 1 | -3/+17 |
2021-03-10 | remove sigchld function | Devin J. Pohly | 1 | -12/+3 |
2021-03-06 | added redirect from stdout to stderr for spawned processes to prevent conflic... | David Donahue | 1 | -0/+2 |
2021-03-01 | Fixed tab formatting in 6 locations where statusbar() is called | David Donahue | 1 | -6/+6 |
2021-03-01 | Changed output to stdout instead of a file | David Donahue | 1 | -14/+6 |
2021-03-01 | updated output format for better expansibility and easier parsing | David Donahue | 1 | -4/+5 |
2021-02-16 | Revert "Revert "remove EGL parameter from backend_autocreate"" | Devin J. Pohly | 1 | -1/+1 |
2021-02-16 | Revert "Revert "fix undeclared WLR_KEY_PRESSED"" | Devin J. Pohly | 1 | -1/+1 |
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-02-08 | Removed unused variable from statusbar | David Donahue | 1 | -1/+0 |
2021-02-07 | added statusbar update when tags are updated | David Donahue | 1 | -0/+4 |
2021-02-07 | Added interface to output information about tags, the currently selected moni... | David Donahue | 1 | -0/+36 |
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 |