summaryrefslogtreecommitdiff
path: root/xcbviewfs.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-11xcbviewfs: always hide cursorPeter Wu1-16/+15
2012-10-11xcbviewfs: fix -Wsign-compare warningPeter Wu1-1/+1
2012-09-30xcbviewfs: remove unused codePeter Wu1-6/+0
2012-09-29xcbviewfs: further improve performance by searching a sorted arrayPeter Wu1-14/+15
2012-09-29xcbviewfs: use array instead of listPeter Wu1-23/+17
2012-09-28xcbviewfs: fix weird refresh issuePeter Wu1-3/+7
2012-09-27xcbviewfs: replace ESC by magic!Peter Wu1-2/+10
2012-09-27xcbviewfs: larger screen, black background, remove bg from gcPeter Wu1-7/+4
2012-09-27xcbviewfs: fix colorsPeter Wu1-4/+8
2012-09-27xcbviewfs,colorlookupgen: implement XPM loadingPeter Wu1-1/+219
2012-09-27xcbviewfs: cleanup, fix type of empty_cursor_dataPeter Wu1-8/+9
2012-09-27xcbviewfs: close on pressing ESCPeter Wu1-2/+17
2012-09-26Initial commitPeter Wu1-0/+139