fbpad.git
2013-04-28 Ali Gholami... isdw: add {0x200b, 0x200f} to zwchars master
2013-04-04 Ali Gholami... fbpad: do not use STD*_FILENO macros for standard unix fds
2013-02-10 Ali Gholami... term: handle fullwidth chars in the last column
2013-02-08 Ali Gholami... term: fullwidth and zerowidth characters
2013-01-05 Ali Gholami... fbpad.h: merge the headers
2013-01-05 Ali Gholami... term: cast characters read from the pty to unsigned...
2012-12-05 Ali Gholami... fbpad: call scr_free() for the correct terminal
2012-11-04 Ali Gholami... fbpad: c-m-l locks the screen
2012-07-27 Ali Gholami... fbpad: remove changing fontsets support
2012-06-29 Ali Gholami... fbpad: switch to the first font for tag summary
2012-06-07 Ali Gholami... fbpad: switch to the modified bsd license
2012-05-30 Ali Gholami... pad: call isprint() only for ascii characters
2012-05-07 Ali Gholami... term: support \33[23m to disable italics
2012-05-04 Ali Gholami... font: load font glyphs into memory
2012-05-02 Ali Gholami... config.h: bring up the more important macros
2012-05-02 Ali Gholami... README: mention how to create tinyfont files briefly
2012-05-02 Ali Gholami... pad: improve the hash function
2012-05-02 Ali Gholami... fbpad: support multiple fonts
2012-04-07 Ali Gholami... term: handle bad csi sequences
2012-02-07 Ali Gholami... term: handle bad utf8 chars in writeutf8()
2011-12-05 Ali Gholami... scrsnap: save framebuffer for selected tags
2011-11-23 Ali Gholami... term: allow horizontal movements outside scrolling...
2011-11-04 Ali Gholami... config.h: rename SCREENSHOT to SCRSHOT
2011-11-04 Ali Gholami... README: document some of config.h macros
2011-11-04 Ali Gholami... fbpad: change m-p to use the background when BGCOLOR...
2011-10-18 Ali Gholami... fbpad: the value of NTAGS can be decreased
2011-10-16 Ali Gholami... fbpad: remove scrsnap uppercase tag handling
2011-10-16 Ali Gholami... term: reset dirty[] when entering lazy mode
2011-10-16 Ali Gholami... fbpad: let fbpad.c access fb_*() directly
2011-10-16 Ali Gholami... README: mention m-s for text screenshots
2011-10-16 Ali Gholami... Makefile: place LDFLAGS after objects
2011-10-15 Ali Gholami... term: introduce candraw() to handle lazy and invisible...
2011-10-07 Ali Gholami... term: support vt102 insert mode; IRM
2011-10-07 Ali Gholami... term: reorder functions; move term_*() higher
2011-09-25 Ali Gholami... font: don't use mmap()
2011-09-12 Ali Gholami... draw: reintroduce variable shifts in fb_color()
2011-06-04 Ali Gholami... draw: report unknown fb_mode() in fb_val()
2011-06-04 Ali Gholami... fbpad: signalregister() can return void
2011-05-20 Ali Gholami... fbpad: re-register signals in signalreceived()
2011-05-20 Ali Gholami... term: don't use putenv(); pass envp to execve()
2011-04-16 Ali Gholami... pad: let FB_VAL() be a placeholder for optimized versio...
2011-04-14 Ali Gholami... draw: return 1 from fb_init() and pad_init() if error
2011-04-14 Ali Gholami... draw: make draw.c independent of framebuffer depth
2011-04-14 Ali Gholami... fbpad: pass NULL instead of 0 to wait_pid()
2011-03-25 Ali Gholami... term: handle invalid values for scrolling region
2011-01-07 Ali Gholami... term: use fgs/bgs[] even for null chars
2011-01-07 Ali Gholami... term: choose better name for lazy_*() functions
2011-01-07 Ali Gholami... fbpad: update year
2011-01-07 Ali Gholami... term: change unknown() to be a macro
2011-01-07 Ali Gholami... term: use current fg/bg colors in screen_reset()
2011-01-07 Ali Gholami... term: don't wait indefinitely for vt escape seqs
2010-11-09 Ali Gholami... don't include pty.h or wctype.h
2010-11-09 Ali Gholami... fbpad: no need to setlocale()
2010-11-08 Ali Gholami... term: don't need unsigned for chars and colors
2010-11-08 Ali Gholami... term: use a saner value for MAXLINES
2010-11-08 Ali Gholami... pad: a better hash function
2010-11-08 Ali Gholami... fbpad: put all poll() stuff in poll_all()
2010-11-08 Ali Gholami... config.h: update defaults for TAGS and SCREENSHOT
2010-11-08 Ali Gholami... draw: remove fb_box(); doesn't improve anything
2010-11-08 Ali Gholami... Makefile: vt102.c no longer exists
2010-10-29 Ali Gholami... term: inline vt102.c into term.c
2010-10-29 Ali Gholami... term: handle utf8 screenshots
2010-02-27 Ali Gholami... makefile: make compiler flags more generic
2010-02-27 Ali Gholami... fbpad: update year
2010-02-27 Ali Gholami... config.h: use better config defaults
2010-01-29 Ali Gholami... pad: use memcpy instead of equals operator
2010-01-08 Ali Gholami... draw: fix framebuffer mmap() size
2009-10-20 Ali Gholami... some random style fixes
2009-10-13 Ali Gholami... term: implement forkpty(); don't use -lutil
2009-10-13 Ali Gholami... pad: some libcs don't implement isw*() correctly
2009-10-11 Ali Gholami... font: use tinyfont files instead of libfreetype2
2009-10-11 Ali Gholami... fbpad: add missing header for ioctl()
2009-10-11 Ali Gholami... term: pass term size to forkpty()
2009-09-29 Ali Gholami... draw: close framebuffer fd after exec
2009-09-28 Ali Gholami... vt102: show unknown seqs only when -DDEBUG
2009-09-18 Ali Gholami... font: add HEIGHTDIFF for changing font height
2009-09-16 Ali Gholami... config: added 'a' tag
2009-09-15 Ali Gholami... fbpad: don't redraw for showterm(cterm())
2009-09-14 Ali Gholami... fbpad: remember the top term of each tag
2009-09-09 Ali Gholami... fbpad: use white for empty tags in showterms()
2009-09-09 Ali Gholami... draw: reduce the number of vinfo.color accesses
2009-09-09 Ali Gholami... draw: merge put/get cmap ioctls
2009-08-28 Ali Gholami... Makefile: util.c is no longer needed
2009-08-28 Ali Gholami... draw: don't depend on util.c
2009-08-28 Ali Gholami... font: don't use xerror for freetype errors
2009-08-20 Ali Gholami... config.h: move FBDEV_PATH from draw.c
2009-08-20 Ali Gholami... fbpad: write normal vt102 commands to stdout
2009-08-17 Ali Gholami... term: use three arrays instead of square struct
2009-08-17 Ali Gholami... write screenshots to a file
2009-08-17 Ali Gholami... term: enter lazy mode when >15 chars queued
2009-08-17 Ali Gholami... fbpad: collect all zombies at SIGCHLD
2009-07-24 Ali Gholami... term: implement term reset
2009-07-23 Ali Gholami... term: wrapping should confirm to vt102
2009-07-23 Ali Gholami... draw: exit if fb depth differs from fbval_t
2009-07-22 Ali Gholami... term: redraw after end even if not TERM_REDRAW
2009-07-21 Ali Gholami... term: simplify term_end()
2009-07-21 Ali Gholami... fbpad: don't load visible terms when tty is hidden
2009-07-21 Ali Gholami... term: don't load top and bot in DECRC
2009-07-20 Ali Gholami... font: fix negative bitmap_left handling
2009-07-20 Ali Gholami... term: change mode type to unsigned int
next