summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-19select words that span lines correctlyHEADmasterKent Overstreet
2014-03-19Use gsettings for font etc.Kent Overstreet
2014-03-17fix line drawingKent Overstreet
2014-03-17more selection workKent Overstreet
2014-03-15rework xdraw_glyphs()Kent Overstreet
2014-03-15selection improvementsKent Overstreet
2014-03-15makefile improvementsKent Overstreet
2013-08-21fix find_font() performanceKent Overstreet
2013-07-05fix unfocused cursorKent Overstreet
2013-04-23fix term resizingKent Overstreet
2013-04-23rip out dirtynessKent Overstreet
2013-04-23better font zoomingKent Overstreet
2013-04-23better cursor drawingKent Overstreet
2013-04-23fix selectionsKent Overstreet
2013-04-23better redraw codeKent Overstreet
2013-04-23revamp drawregion()Kent Overstreet
2013-04-23kill st_glyph->setKent Overstreet
2013-04-23kill bceKent Overstreet
2013-04-23kill old tclearregionKent Overstreet
2013-04-23pull term code out into term.cKent Overstreet
2013-04-23move selection atom to st_windowKent Overstreet
2013-04-23convert tputc to ucsKent Overstreet
2013-04-23convert glyph to ucs value; revamp xdraws()Kent Overstreet
2013-04-23Simplify screen clearing codeKent Overstreet
2013-03-23Revamp font handlingKent Overstreet
2013-03-23kill glyph arg to tsetcharKent Overstreet
2013-03-23move iowrite()Kent Overstreet
2013-03-23kill staticsKent Overstreet
2013-03-23struct coord conversionsKent Overstreet
2013-03-23Use bitfields instead of enumsKent Overstreet
2013-03-23Rename glyph -> st_glyphKent Overstreet
2013-03-23Kill some globalsKent Overstreet
2013-03-23Kill struct drawing_contextKent Overstreet
2013-03-23Use some linux kernel macros; don't open code swapKent Overstreet
2013-03-23Kill typedefsKent Overstreet
2013-03-23Use fontconfig utf8 functionsKent Overstreet
2013-03-16Reorder to kill forward declarationsKent Overstreet
2013-03-16indent -kr -i8Kent Overstreet
2013-03-16Add a .gitignoreKent Overstreet
2013-02-26Using strsep and fixing null termination in csiparse.Christoph Lohmann
2013-02-26Changing the way how paste is handled, just for the nano people.Christoph Lohmann
2013-02-26Fixing a bug while parsing empty arguments in csiparse.Christoph Lohmann
2013-02-26Fixing bugs in the strtol and strtok_r replacements.Christoph Lohmann
2013-02-25Using strtok_r for the string parsing.Christoph Lohmann
2013-02-25Using strtol with overflow checking.Christoph Lohmann
2013-02-23Add insert for the primary clipboard to MOD + Shift + Ins.Christoph Lohmann
2013-02-23Removing dbe and introducing umlauts to titles.Christoph Lohmann
2013-02-23Add umlaut support for title change.Christoph Lohmann
2013-02-23Replace parse_int with atoi().Christoph Lohmann
2013-02-19Added basic xterm-ish palette swap support.Alexander Sedov