aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-04-050.5 release.0.5Christoph Lohmann
2014-04-05Updating the TODO in preparating for 0.5.Christoph Lohmann
2014-04-05There is no need for a full dirt redraw.Christoph Lohmann
2014-04-02Fixing a compiler warning with the assignment.Christoph Lohmann
2014-03-27Fix segfault when pressing PrintScr without a selectionRafa Garcia Gallego
2014-03-27new utf decoderDamian Okrasa
2014-03-10Merge branch 'master' of ssh://suckless.org/gitrepos/stRoberto E. Vargas Caballero
2014-03-06Add terminfo entries for printerRoberto E. Vargas Caballero
2014-03-06Add sequence for printing the current selectionRoberto E. Vargas Caballero
2014-03-06Add key definition for printer sequencesRoberto E. Vargas Caballero
2014-03-06Add MC for the full screenRoberto E. Vargas Caballero
2014-03-06Add MC for a single lineRoberto E. Vargas Caballero
2014-03-01Style cleanup.Christoph Lohmann
2014-03-01Style matters.Christoph Lohmann
2014-02-22Add MC sequenceRoberto E. Vargas Caballero
2014-02-08Add xstrdup functionRoberto E. Vargas Caballero
2014-02-04Merge remote-tracking branch 'origin/master'Roberto E. Vargas Caballero
2014-02-03Removing the w3img support.Christoph Lohmann
2014-02-02Remove non defined behaviour in selcopyRoberto E. Vargas Caballero
2014-02-02Remove duplicated code in strhandleRoberto E. Vargas Caballero
2014-02-02Make Shift+Home equal to CLS in ascii modeRoberto E. Vargas Caballero
2014-02-02Make CONTROL + DELETE delete a lineRoberto E. Vargas Caballero
2014-01-31Fix SHIFT+DEL definitionRoberto E. Vargas Caballero
2014-01-21Use character scaling in XCopyAreaEric Pruitt
2014-01-16Make w3mimgdisplay work with stAmadeusz Sławiński
2014-01-03Fix truecolor escapes, when both bg and fg are setAmadeusz Sławiński
2014-01-03query pixel size from matched fontEon S. Jeon
2013-12-18Update arg.h from sbaseRoberto E. Vargas Caballero
2013-12-18Prevent resizing stdinEon S. Jeon
2013-12-18Replace alignment tabs with spaces.Mark Edgar
2013-12-18Fix comments in config.def.h to match field names.Mark Edgar
2013-12-18Fix definition of F28 key.Mark Edgar
2013-12-11Set _NET_WM_PID attributeEric Pruitt
2013-12-10Fix rmul definitionEric Pruitt
2013-11-25Add stdint includeRené Rietz
2013-11-25Fix stupid bug in tdefcolor returning -1 in unsigned functionRoberto E. Vargas Caballero
2013-11-24Use int instead of long for colorJohannes Hofmann
2013-11-23add _NET_WM_NAMECarlos J. Torres
2013-10-28Simplify logic in kmap().Mark Edgar
2013-10-28Simplify logic in match().Mark Edgar
2013-10-28Merge remote-tracking branch 'origin/master' into omasterRoberto E. Vargas Caballero
2013-10-27Fixed lock up when system time jumps backwardsRob Pilling
2013-10-20Ignore numlock (Mod2Mask) for button events too.Mark Edgar
2013-10-15Avoid buffer overrun in bpress()Mark Edgar
2013-10-07New ttysend() function calls ttywrite() and techo(). Honor MODE_ECHO when pas...Mark Edgar
2013-10-07Avoid buffer overrun in kpress() and remove limit on shortcut strings.Mark Edgar
2013-10-07Simplify Mod1 logic in kpress(), eliminating locals and a memcpy.Mark Edgar
2013-10-02Add support for multiple charset definitionsRoberto E. Vargas Caballero
2013-10-02People, learn to keep to styles. Thanks.Christoph Lohmann
2013-10-02Fix save/restore cursorMihail Zenkov