summaryrefslogtreecommitdiff
path: root/list.c
AgeCommit message (Expand)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
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
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