0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 25, 2025 — Jun 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
notes about numlock and dwm's CLEANMASK More... about 13 years ago
updating TODO, adding dep graph to NOTES More... over 13 years ago
updating TODO and docu More... over 13 years ago
moved line.[ch] to buffer.[ch] as it is more appropriate More... over 13 years ago
moved ll_remove call More... over 13 years ago
broke llist into llist and line More... over 13 years ago
abstracted llist interface, switched to it, removed every trace of malloc (calloc ftw) More... over 13 years ago
added plan of attack More... over 13 years ago
changing send and sstart to s_end and s_start as I feel they read better ('send' was confusing) More... over 13 years ago
updated todo, removed unused line count var More... over 13 years ago
now handling expose events properly More... over 13 years ago
tidied up error messages and handling, opening a new file now doesn't blow up More... over 13 years ago
minor change, ch to xcs (XCharStruct) More... over 13 years ago
TODO notes More... over 13 years ago
moving some details from TODO to NOTES (where it belongs), small change to TODO More... over 13 years ago
updated TODO after input handling merge, fixed shift backspace case More... over 13 years ago
added GCC pragmas to silence unused arg warnings More... over 13 years ago
added gcc pragma to silence debugging warnings More... over 13 years ago
removed second keysym from keypress, found error in input handling conversion, noted in TODO More... over 13 years ago
fixing signed and unsigned comparison More... over 13 years ago
corrected check for keyevent state, catches mod1, mod4 and control correctly now More... over 13 years ago
added Wextra to Makefile More... over 13 years ago
XmbLookupString is now being used, character handling is sane and pretty More... over 13 years ago
added TODO items, notes about XmbLookupString More... over 13 years ago
tidying up of 'dangling' backspace case, a little documentation More... over 13 years ago
able to now compile and run, seperated deps mostly into main.c More... over 13 years ago
began work on isolation in ark (and then some changes back to ui), need to sort out 'chain of command' More... over 13 years ago
made isolation changes to ui.c and ui.h, now making ark.h and ark.c More... over 13 years ago
made ui_mainloop re-entrant More... over 13 years ago
corrected some longer member names More... over 13 years ago