aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-08-02focusclient checks whether oldsel == selDevin J. Pohly1-7/+2
2020-08-02refactor focusclientDevin J. Pohly1-7/+12
2020-08-02abcDevin J. Pohly1-11/+11
2020-08-02convert lastfocused() to focustop(m)Devin J. Pohly1-9/+9
2020-08-02pass previous focus to focusclientDevin J. Pohly1-14/+16
2020-08-02remove surface from focusclient functionDevin J. Pohly1-31/+17
2020-08-02C99 doesn't support anonymous unionsDevin J. Pohly1-44/+44
2020-08-02make setmon a bit more straightforwardDevin J. Pohly1-6/+6
2020-08-01remove unneeded variableDevin J. Pohly1-2/+1
2020-07-31simplify pointerfocusDevin J. Pohly1-8/+8
2020-07-31simplify focusclientDevin J. Pohly1-49/+34
2020-07-31remove now-unused variables in focusclientDevin J. Pohly1-11/+8
2020-07-31add tag bitset check from dwmDevin J. Pohly1-0/+3
2020-07-31getatom: fix potential uninitialized atom variableAlvar Penning1-1/+1
2020-07-30attach_render and commit are all that's neededDevin J. Pohly1-14/+14
2020-07-30style fixesDevin J. Pohly1-10/+5
2020-07-30do not render frames when any surface has uncommitted resizesAlexander Courtis1-4/+36
2020-07-29Merge pull request #29 from alex-courtis/tidy-activate-notifyDevin J. Pohly1-0/+2
2020-07-29tidy activate notify resourceAlexander Courtis1-0/+2
2020-07-28Merge pull request #26 from guidocella/bind-togglelayoutDevin J. Pohly1-0/+1
2020-07-28Bind layout toggleGuido Cella1-0/+1
2020-07-27change text wrappingDevin J. Pohly1-59/+17
2020-07-27add zero flicker to goalsDevin J. Pohly1-0/+1
2020-07-26have selborder, still no urgent support from WaylandDevin J. Pohly1-1/+0
2020-07-26make border color selection conciseDevin J. Pohly1-5/+2
2020-07-26Merge pull request #21 from mchackorg/focus-colorDevin J. Pohly2-2/+10
2020-07-26Add support to change focused window's border colorMichael Cardell Widerkrantz2-2/+10
2020-07-26Update issue templatesDevin J. Pohly2-0/+20
2020-07-25remove client.isx11 in favor of client.typeDevin J. Pohly1-14/+12
2020-07-25ok, treat it like an enumDevin J. Pohly1-1/+2
2020-07-25do managed/unmanaged check in map and unmapDevin J. Pohly1-30/+14
2020-07-25do managed check in activatex11Devin J. Pohly1-4/+4
2020-07-25add client.type fieldDevin J. Pohly1-1/+5
2020-07-25rename activate to activatex11 for consistencyDevin J. Pohly1-3/+3
2020-07-25clarify createnotifyx11 functionDevin J. Pohly1-3/+7
2020-07-25xwayland: unmanaged (dropdown menu) supportAlexander Courtis2-6/+135
2020-07-24remove n counter from zoom(), add commentsDevin J. Pohly1-8/+11
2020-07-24warn but don't error on unused functionDevin J. Pohly1-1/+1
2020-07-24Merge pull request #18 from guidocella/zoomDevin J. Pohly2-0/+31
2020-07-24Add zoomGuido Cella2-0/+31
2020-07-23fix WLR_SURFACE macroDevin J. Pohly1-1/+1
2020-07-23don't double-add new monitor to monsDevin J. Pohly1-2/+1
2020-07-23add cleanup listener for keyboardsDevin J. Pohly1-0/+14
2020-07-23add monitor destroy listenerDevin J. Pohly1-1/+17
2020-07-23reorder teardownsDevin J. Pohly1-1/+3
2020-07-23fix more unfreed memoryDevin J. Pohly1-0/+1
2020-07-23output_layout_manager not auto-destroyedDevin J. Pohly1-0/+1
2020-07-23xcursor_manager is not automatically destroyedDevin J. Pohly1-0/+1
2020-07-23add non-goals list to READMEDevin J. Pohly1-0/+6
2020-07-23Merge pull request #16 from guidocella/killclientDevin J. Pohly2-0/+15