sin
b516f468fa
Support farbfeld as an intermediate format
...
Sent now uses farbfeld[0] as an intermediate format. A series of
filters is specified in config.h that matches file extensions to
filter programs. The programs will convert between formats such as
png to farbfeld. Internally in sent we do not need to worry on how
to parse png or any other format.
This also works with jpg and gif and others. The 2ff wrapper will
use imagemagick conversion tools. This is temporary as jpg2ff and
gif2ff will also be implemented.
To make this work, you will have to clone[0] and put png2ff and 2ff
in your PATH.
[0] http://git.2f30.org/farbfeld/
2015-12-08 20:01:36 +01:00
Markus Teich
7e558105e6
add 'sent: ' prefix to errors
2015-12-03 23:02:14 +01:00
Alexis
98e1854189
Add 'n' and 'p' keys to navigate slides
2015-12-03 23:00:53 +01:00
Alexis
91aeb01dce
Refactor die() to use eprintf()
2015-12-03 23:00:44 +01:00
Alexis
824dae147e
Use consistent wording for error messages
2015-12-03 23:00:28 +01:00
Ivan Tham
95af430d97
Use right click as previous and enable scrolling to switch slides
2015-11-19 19:37:08 +01:00
Quentin Rameau
a1dcdad14f
Bail out before allocating slides if file is empty
...
In load() we allocated slides before checking if we actually read
anything from the FILE fp and then continue with an allocated but
“empty” space wich would lead to errors.
2015-11-18 23:26:33 +01:00
Markus Teich
eac14478e9
fix dying on empty slidefile
2015-11-18 23:24:53 +01:00
Quentin Rameau
996a4c5c6e
drw.c: Avoid potential memory leak in drw_cur_create()
...
If drw was NULL, memory was still allocated for cur.
2015-11-18 22:50:07 +01:00
Ivan Tham
243c8cf7b6
Add Escape key to quit sent
2015-11-18 12:20:55 +01:00
Markus Teich
cc57a28eba
die if no font could be loaded
2015-11-18 00:41:38 +01:00
Jan Christoph Ebersbach
c3cd2edca6
Register space to advance to the next slide
2015-11-17 11:23:20 +01:00
Markus Teich
448fe33370
shorten bulletpoints in example presentation
2015-11-17 02:26:34 +01:00
Markus Teich
31be676486
fix dejavu font name
2015-11-17 02:07:56 +01:00
Markus Teich
4ae761b8be
support even larger screens
2015-11-17 01:39:40 +01:00
Markus Teich
4a828c2d6c
prevent flickering when changing slides
...
When the window background is left at WhitePixel (from initialization) and the
user has set a dark background color in config.h, the window shortly displays
the white default background when clearing after advancing to another slide.
This was very disturbing and is fixed now by setting the default window
background color to the bgcol chosen in config.h.
2015-11-17 01:04:04 +01:00
Markus Teich
aa713a8a34
update README
2015-11-17 00:32:45 +01:00
Markus Teich
b1cb3bbc20
fix another index overflow issue
2015-11-17 00:23:51 +01:00
Markus Teich
84734c73e8
fix several number overflow issues
2015-11-17 00:19:39 +01:00
Markus Teich
eb07f3dc10
update version
2015-11-17 00:18:54 +01:00
Markus Teich
22a0a7f255
add multiline support
2015-11-11 23:46:24 +01:00
Markus Teich
d7eac23083
fix more memory leaks
2015-11-11 19:09:13 +01:00
Markus Teich
b23121b4aa
free all fonts correctly
2015-11-11 19:00:54 +01:00
Markus Teich
d302f2efe1
free temporary fontstr arrays
2015-11-11 18:53:54 +01:00
Markus Teich
f6455efd52
simplify png cleanup
2015-11-11 18:50:46 +01:00
Markus Teich
67ec8b1547
make usable screensize config const
2015-11-11 18:41:51 +01:00
Tony Lainson
8b52c85dd1
don't assume we get a ConfigureNotify event
...
If the window manager maps our window at the requested size, we may not get a
ConfigureNotify event. This happens e.g. under ratpoison.
The result is that xw.uw and xw.uh are never set, so text is too small and
pngscale() tries to divide by 0.
2015-11-10 16:56:37 +01:00
Szabolcs Nagy
4ca44387e6
initialize .img
...
without the attached patch ./sent example segfaults here
2015-11-10 16:55:22 +01:00
Markus Teich
3ce84e7170
don't use EXIT_… cpp defines
2015-11-07 23:52:35 +01:00
Markus Teich
0dc8cb9dab
fix comment wording in drw.c
2015-11-07 23:48:40 +01:00
Markus Teich
9ab88b5935
make colors configurable
2015-11-04 01:43:13 +01:00
Markus Teich
fc82374b03
update license year
2015-11-04 01:40:50 +01:00
Markus Teich
f84e7a585e
fix default fonts in config.def.h
2015-11-01 18:09:22 +01:00
Markus Teich
345b48fe03
remove unused font configuration, update license year
2015-10-31 18:10:47 +01:00
Markus Teich
a9ca2473fd
fix font width calculations
2015-10-31 18:07:07 +01:00
Markus Teich
4a114392bb
remove unused type qualifiers
2015-10-31 16:25:02 +01:00
Markus Teich
0b9b4d2439
update example presentation
2015-10-31 16:24:38 +01:00
Markus Teich
6b002c44b8
fonts are automatically cleaned up
2015-08-29 02:24:42 +02:00
Markus Teich
d06622336b
drw_resize should be called on mapping as well
2015-05-03 22:08:30 +02:00
Markus Teich
8215db707c
remove debug statement
2015-05-02 13:29:03 +02:00
Markus Teich
96e1607e78
typedef image struct
2015-05-01 21:34:52 +02:00
Markus Teich
036d77fffe
minor style adaptions
2015-04-30 22:00:14 +02:00
Markus Teich
8606d72ced
fonts cleanup
2015-04-28 00:27:43 +02:00
Markus Teich
e9261114fe
remove unused dc/gc variables
2015-04-27 23:26:03 +02:00
Markus Teich
9b9dda0f64
remove utf8 support from todo list
2015-04-26 20:40:42 +02:00
Markus Teich
4166516862
remove old stuff and fix warnings
2015-04-25 20:18:43 +02:00
Markus Teich
75081d228e
blank screen before drawing text
2015-04-22 11:57:08 +02:00
Markus Teich
5394f7f539
fix calculation of correct font size to use
2015-04-22 11:56:41 +02:00
Markus Teich
4993b300f3
drw: fixup font handling
2015-04-21 22:57:52 +02:00
Markus Teich
85d25716b0
use new font system from drw
2015-04-20 22:20:16 +02:00