Introduction
Introduction Statistics Contact Development Disclaimer Help
Log - sent - simple plaintext presentation tool
git clone git://git.suckless.org/sent
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2023-01-10 17:39 remove unnecessary NULL checks and add … Tom Schwindl
2023-01-09 17:27 sent.1: fix some mandoc warnings Hiltjo Posthuma
2023-01-09 17:27 Makefile: be verbose Hiltjo Posthuma
2023-01-09 15:07 free XImage before creating a new one Augusto Castelo
2020-05-13 11:20 Avoid out-of-bounds access when a slide… Chris Down
2017-09-07 21:40 update license Markus Teich
2017-09-07 09:01 Correctly handle files that contain no … Laslo Hunhold
2017-09-03 22:23 update license Markus Teich
2017-09-03 21:57 release v1 Markus Teich
2017-09-02 17:30 allow to reload file Markus Teich
2017-09-02 17:20 fix some spelling in man page Markus Teich
2017-09-02 00:17 update manpage Markus Teich
2017-09-01 23:24 migrate to new arg.h Markus Teich
2017-09-01 23:09 load all images before starting the pre… Markus Teich
2016-11-04 18:50 replace malloc() with ecalloc() Markus Teich
2016-11-04 18:45 die() on calloc failure Markus Teich
2016-08-12 11:09 check memory allocation for calloc, die… Hiltjo Posthuma
2016-10-09 13:27 README: add Xft to dependencies ssd
2016-09-26 10:26 always redraw images Markus Teich
2016-08-12 08:57 improve some more error messages Hiltjo Posthuma
2016-08-12 09:36 Add a manpage FRIGN
2016-08-11 19:48 Use Plan 9 style for ARGEND FRIGN
2016-08-11 19:47 Fix error-messages FRIGN
2016-08-11 19:30 Fix memory leak and print a warning on … FRIGN
2016-08-11 19:20 _exit() instead of exit() after failed … FRIGN
2016-07-14 11:05 Simplify LICENSE wording FRIGN
2016-07-14 11:10 Simplify usage() FRIGN
2016-07-14 10:44 Update example presentation Markus Teich
2016-07-14 09:23 add ff and ff.bz2 support in config.def… FRIGN
2016-06-30 14:57 Also call ffload on the current slide i… Markus Teich
2016-06-30 14:42 clean ffread and rename to ffload Markus Teich
2016-06-04 19:47 load slide image on-demand Hiltjo Posthuma
2016-06-04 14:33 load slide image on-demand Hiltjo Posthuma
2016-05-21 19:39 import new drw and util from libsl. Markus Teich
2016-03-15 22:51 fix include and lib paths for the BSDs Markus Teich
2016-03-15 19:21 support FreeBSD Markus Teich
2016-03-06 19:56 Import arg.h OOB fix from Lucas Gabriel… Markus Teich
2016-03-06 19:49 Fix cmdline argument check Markus Teich
2016-02-06 13:12 no need to reimplement cat here Markus Teich
2016-02-06 13:08 improve error handling Markus Teich
2016-02-05 15:17 style: move function return types to ow… Markus Teich
2016-01-31 10:09 Use 2ff exclusively in config.def.h FRIGN
2016-01-31 10:05 Fix alpha blending FRIGN
2016-02-05 14:25 readme: update reference to farbfeld Markus Teich
2015-12-10 23:23 Change an eprintf to a die to stop chil… David Phillips
2015-12-10 04:56 filter via shell pipeline Grant Mathews
2015-12-08 23:52 unbreak the build Markus Teich
2015-12-08 23:50 fix 2 uninitialized variables and bin =… Markus Teich
2015-12-08 21:34 check for bin == NULL Markus Teich
2015-12-08 21:09 minor syntax, style and README fixes Markus Teich
2015-12-08 20:46 support transparent images Markus Teich
2015-11-18 10:41 Support farbfeld as an intermediate for… sin
2015-12-03 21:59 add 'sent: ' prefix to errors Markus Teich
2015-11-26 14:22 Add 'n' and 'p' keys to navigate slides Alexis
2015-11-26 14:20 Refactor die() to use eprintf() Alexis
2015-11-26 14:18 Use consistent wording for error messag… Alexis
2015-11-19 13:13 Use right click as previous and enable … Ivan Tham
2015-11-18 22:21 Bail out before allocating slides if fi… Quentin Rameau
2015-11-18 22:24 fix dying on empty slidefile Markus Teich
2015-11-18 21:45 drw.c: Avoid potential memory leak in d… Quentin Rameau
2015-11-18 02:01 Add Escape key to quit sent Ivan Tham
2015-11-17 23:41 die if no font could be loaded Markus Teich
2015-11-17 05:42 Register space to advance to the next s… Jan Christoph Ebe…
2015-11-17 01:26 shorten bulletpoints in example present… Markus Teich
2015-11-17 01:07 fix dejavu font name Markus Teich
2015-11-17 00:39 support even larger screens Markus Teich
2015-11-17 00:00 prevent flickering when changing slides Markus Teich
2015-11-16 23:32 update README Markus Teich
2015-11-16 23:23 fix another index overflow issue Markus Teich
2015-11-16 23:19 fix several number overflow issues Markus Teich
2015-11-16 23:18 update version Markus Teich
2015-11-07 22:54 add multiline support Markus Teich
2015-11-11 18:09 fix more memory leaks Markus Teich
2015-11-11 18:00 free all fonts correctly Markus Teich
2015-11-11 17:53 free temporary fontstr arrays Markus Teich
2015-11-11 17:49 simplify png cleanup Markus Teich
2015-11-11 17:41 make usable screensize config const Markus Teich
2015-11-10 03:54 don't assume we get a ConfigureNotify e… Tony Lainson
2015-11-09 01:58 initialize .img Szabolcs Nagy
2015-11-07 22:52 don't use EXIT_… cpp defines Markus Teich
2015-11-07 22:48 fix comment wording in drw.c Markus Teich
2015-11-04 00:43 make colors configurable Markus Teich
2015-11-04 00:40 update license year Markus Teich
2015-11-01 17:09 fix default fonts in config.def.h Markus Teich
2015-10-31 17:10 remove unused font configuration, updat… Markus Teich
2015-10-31 17:07 fix font width calculations Markus Teich
2015-10-31 15:25 remove unused type qualifiers Markus Teich
2015-10-31 15:24 update example presentation Markus Teich
2015-08-29 00:24 fonts are automatically cleaned up Markus Teich
2015-05-03 20:07 drw_resize should be called on mapping … Markus Teich
2015-05-02 11:29 remove debug statement Markus Teich
2015-05-01 19:34 typedef image struct Markus Teich
2015-04-30 20:00 minor style adaptions Markus Teich
2015-04-27 22:27 fonts cleanup Markus Teich
2015-04-27 21:26 remove unused dc/gc variables Markus Teich
2015-04-26 18:40 remove utf8 support from todo list Markus Teich
2015-04-25 18:18 remove old stuff and fix warnings Markus Teich
2015-04-22 09:57 blank screen before drawing text Markus Teich
2015-04-22 09:56 fix calculation of correct font size to… Markus Teich
2015-04-21 20:57 drw: fixup font handling Markus Teich
30 more commits remaining, fetch the repository
Atom feed
Atom feed (tags)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.