summaryrefslogtreecommitdiff
path: root/list.c
AgeCommit message (Collapse)Author
2011-05-31Added functions freeitem() and delallitems().Michael Cardell Widerkrantz
2011-03-28Include dmalloc here as well.Michael Cardell Widerkrantz
2011-03-08Bug in movetohead(). Old head needs to be updated with new prevMichael Cardell Widerkrantz
pointer.
2011-03-08We don't need movetonext().Michael Cardell Widerkrantz
2011-03-08Add support for Alt-Tabbing to the last focused window.Michael Cardell Widerkrantz
2010-11-01Checking for NULLs.Michael Cardell Widerkrantz
2010-11-01Forgot to remember the new head of the list in addtohead()! On theMichael Cardell Widerkrantz
other hand I would probably have found it if I had tried to use it before. Added some debug code for the stand-alone list.
2010-07-20Cast to void * when using %p.Michael Cardell Widerkrantz
2010-06-29Removed debug comment.MC
2010-06-29Removed debug printout.MC
2010-06-29Added focus change from keyboard, Mod2-TAB. For now, it's a simpleMC
window ring. This also means focuswin is now a pointer to a struct client and that we have a linked list of all mapped windows not in override redirect mode.