Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-31 | Added functions freeitem() and delallitems(). | Michael Cardell Widerkrantz | |
2011-03-28 | Include dmalloc here as well. | Michael Cardell Widerkrantz | |
2011-03-08 | Bug in movetohead(). Old head needs to be updated with new prev | Michael Cardell Widerkrantz | |
pointer. | |||
2011-03-08 | We don't need movetonext(). | Michael Cardell Widerkrantz | |
2011-03-08 | Add support for Alt-Tabbing to the last focused window. | Michael Cardell Widerkrantz | |
2010-11-01 | Checking for NULLs. | Michael Cardell Widerkrantz | |
2010-11-01 | Forgot to remember the new head of the list in addtohead()! On the | Michael 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-20 | Cast to void * when using %p. | Michael Cardell Widerkrantz | |
2010-06-29 | Removed debug comment. | MC | |
2010-06-29 | Removed debug printout. | MC | |
2010-06-29 | Added focus change from keyboard, Mod2-TAB. For now, it's a simple | MC | |
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. |