summaryrefslogtreecommitdiffstats
path: root/dwl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-08remove typedef `Decoration`Leonardo Hernandez Hernandez1-5/+0
2021-12-31Newly launched or closed clients ALWAYS generate status updateA Frederick Christensen1-0/+2
2021-12-16explicitly create renderer and allocatorDevin J. Pohly1-4/+11
2021-12-16`wlr_xdg_surface.configure_serial` has been moved into `wlr_xdg_surface_state`Leonardo Hernandez Hernandez1-1/+1
2021-10-13-s: close unused fdsHumm1-0/+2
2021-09-26Remove redundant xcursor managerARDiDo1-16/+0
2021-09-24client_pending has been renamed as pending in wlr_layer_surface_v1Leonardo Hernandez Hernandez1-3/+3
2021-09-08simplify fullscreen expressionDevin J. Pohly1-1/+1
2021-09-04reset cursor mode when grabc is unmappedTobias Bengfort1-0/+4
2021-08-23update deprecated xkb function nameDevin J. Pohly1-1/+1
2021-08-21wlr_layer_surface_v1_close has been replaced by wlr_layer_surface_v1_destroyPalanix1-1/+1
2021-08-02implement the presentation time protocolGuido Cella1-0/+6
2021-07-01Moved printstatus() call in focusclient() to prevent printstatus being called...David Donahue1-1/+2
2021-05-26exit cleanly on INT/TERMDevin J. Pohly1-1/+10
2021-05-25handle ephemeral pageflip failuresDevin J. Pohly1-27/+31
2021-05-24print status on output createDevin J. Pohly1-20/+20
2021-05-23factor xwayland hackiness out into client.hDevin J. Pohly1-10/+1
2021-05-23before set tiled verify if client is xdg-shell, then set tileSevz171-0/+8
2021-05-22implement urgency hintDevin J. Pohly1-9/+41
2021-05-22Wait until map to set window's tiled stateDevin J. Pohly1-4/+4
2021-04-15update status info if focused client changes titleDevin J. Pohly1-0/+13
2021-04-14pipe status info into -s commandDevin J. Pohly1-1/+8
2021-04-09nuke CSDs, hopefully for good!Devin J. Pohly1-39/+6
2021-03-30don't move/resize if already moving/resizingDevin J. Pohly1-2/+1
2021-03-25Fullscreen: simplifications and fixesStivvo1-36/+8
2021-03-13changed fprintf(stdout) instances to printf(), changed function name from sta...David Donahue1-32/+32
2021-03-13Revert "remove sigchld function"Devin J. Pohly1-3/+17
2021-03-10remove sigchld functionDevin J. Pohly1-12/+3
2021-03-06added redirect from stdout to stderr for spawned processes to prevent conflic...David Donahue1-0/+2
2021-03-01Fixed tab formatting in 6 locations where statusbar() is calledDavid Donahue1-6/+6
2021-03-01Changed output to stdout instead of a fileDavid Donahue1-14/+6
2021-03-01updated output format for better expansibility and easier parsingDavid Donahue1-4/+5
2021-02-16Revert "Revert "remove EGL parameter from backend_autocreate""Devin J. Pohly1-1/+1
2021-02-16Revert "Revert "fix undeclared WLR_KEY_PRESSED""Devin J. Pohly1-1/+1
2021-02-16Revert "fix undeclared WLR_KEY_PRESSED"Devin J. Pohly1-1/+1
2021-02-16Revert "remove EGL parameter from backend_autocreate"Devin J. Pohly1-1/+1
2021-02-14fix style on space-indented functionDevin J. Pohly1-4/+4
2021-02-08Removed unused variable from statusbarDavid Donahue1-1/+0
2021-02-07added statusbar update when tags are updatedDavid Donahue1-0/+4
2021-02-07Added interface to output information about tags, the currently selected moni...David Donahue1-0/+36
2021-01-18add some explanation of output reconfigurationDevin J. Pohly1-0/+13
2021-01-18remove hacky code from output-management handlerDevin J. Pohly1-11/+3
2021-01-18commit entire output config, or fail and rollbackDevin J. Pohly1-5/+8
2021-01-18use updatemons as handler for output_layout.changeDevin J. Pohly1-8/+6
2021-01-18unify increment style while we're hereDevin J. Pohly1-3/+3
2021-01-18remove unnecessary variableDevin J. Pohly1-2/+1
2021-01-18cleanup on aisle createmon()Devin J. Pohly1-15/+12
2021-01-11Fix Initialization of NetWM Atomssam-barr1-2/+4
2021-01-06remove now-unneeded monitor position fieldDevin J. Pohly1-12/+1
2021-01-06use output layout for dirtomonDevin J. Pohly1-14/+12