0
I Use This!
Inactive

Commits : Listings

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