-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
75 lines (47 loc) · 2.11 KB
/
ChangeLog
File metadata and controls
75 lines (47 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
2022-08-25 Mark Kim <markuskimius@gmail.com>
* Update test/COPYING with the new license file
- test/COPYING is for LGPL 2.0 but the comments in test/testbench.c
says it's licensed under LGPL 2.1, same as the rest of the main
library code. Updated.
* SDL2_Pango v2.1.5
- Needed to jump ahead in the version number to keep version number
consistent across platforms. ("0.1.5 for SDL 2")
2022-07-09 Shin-ichi TOYAMA <dolphin6k@wmail.plala.or.jp>
* MinGW patch
- Using the patch written for SDL_Pango by John Popplewell
http://www.johnnypops.co.uk/tuxpaint/
* SDL2_Pango v0.1.4
2022-07-02 Mark Kim <markuskimius@gmail.com>
* SDL2_Pango v0.1.3
- Fix crash when calling SDLPango_CreateContext on some platforms.
- Resolve compilation warnings.
- Port test code to SDL2.
- Documentation updates.
2021-10-08 Mark Kim <markuskimius@gmail.com>
* Commit configure script into the repo.
* Apple Silicon support.
* Documentation.
2015-08-27 Jianwei Zhang
* Android makefile
The Android makefile was made by Jianwei Zhang as a GSOC 2015 project.
Cleaned up and merged by Pere Pujal i Carabantes.
https://github.com/tux4kids/Tuxpaint-Android
2015-02-20 Pere Pujal i Carabantes <pere@fornol.no-ip.org>
* SDL2_Pango v0.1.2
Modified libsdl_pango1 debian package to work with SDL2 downloaded with
apt-get source.
https://sourceforge.net/projects/tuxpaint-sdl2/files/SDL2_Pango/
2004-12-07 NAKAMURA Ken'ichi <nakamura@sbp.fp.a.u-tokyo.ac.jp>
* Version 0.1.2
* Add MATRIX_TRANSPARENT_BACK_TRANSPARENT_LETTER for KARAOKE like rendering.
* Add some functions for Pango-related tools. font-hypo uses those functions.
- font-hypo: http://sourceforge.jp/projects/fonthypo/
* Autotools-related files has many changes.
* Tarball is made by 'make dist'.
2004-09-21 NAKAMURA Ken'ichi <nakamura@sbp.fp.a.u-tokyo.ac.jp>
* Environment variable setup is deleted from SDL_Pango_Develop_VC2003.msi.
- Related documents are fixed.
* SDL_Pango_testbench.msi's shortcut problem is fixed.
2004-09-07 NAKAMURA Ken'ichi <nakamura@sbp.fp.a.u-tokyo.ac.jp>
* Initial version.
# vim:noet