Nic Soudée
228e651b4f
Correct some spelling mistakes
...
Automaticaly --> Automatically
Invalide --> Invalid
Strech --> Stretch
allows to --> allows one to
attachement --> attachment
contraints --> constraints
inconsistant --> inconsistent
occured --> occurred
occurences --> occurrences
permits to --> permits one to
postion --> position
regularily --> regularly
transfered --> transferred
2019-01-24 08:32:58 -05:00
Thomas Bernard
6a575ed491
Doxygen for haiku.h/haiku.cpp
2018-12-07 13:25:34 +01:00
Thomas BERNARD
2bee52b9af
OSX: Build with statically linked libraries !
...
tested on OS X Mavericks 10.9.5 with macports
2018-11-28 23:01:39 +01:00
Thomas Bernard
53a1b20433
fix WIN32CROSS build
2018-11-28 23:01:39 +01:00
Thomas Bernard
04848394fb
build: make sure version.c is created before making tools/
2018-11-28 23:01:39 +01:00
Thomas Bernard
967bad8f6d
python script to show gamma values
2018-11-16 13:28:17 +01:00
Thomas Bernard
0f8a6805a0
add showimage-sdl2 to .gitignore
2018-10-17 16:47:45 +02:00
Thomas Bernard
c8d2851d63
Add SDL 2 support to tools/sdl_image_test/showimage.c
2018-09-21 21:49:58 +02:00
Thomas Bernard
de5877f54a
Show the "MENU" key
...
https://en.wikipedia.org/wiki/Menu_key
2018-09-16 21:59:43 +02:00
Thomas Bernard
b75ca3e58f
generate tgz of doxygen doc.
2018-07-27 14:29:25 +02:00
Thomas Bernard
65564d653f
Generate doxygen doc in doc/doxygen with make
2018-07-27 14:29:25 +02:00
Adrien Destugues
6dc5b89232
Try to fix some doxygen warnings.
2018-07-08 08:04:00 +02:00
Thomas Bernard
77f36a1f8e
x11 implementation
2018-07-02 11:38:51 +02:00
Thomas Bernard
467eeaf217
correct definitions for win32 key codes VK_*
2018-07-02 11:38:51 +02:00
Thomas Bernard
184a4ba414
fix line endings of tools/translat/Readme_translate.txt
2018-07-02 11:38:51 +02:00
Thomas Bernard
7f1a747d1e
Add more KEY_* codes
2018-07-02 11:38:51 +02:00
Thomas Bernard
4d86b8a0c1
change all references to SDLK_xxxxx to KEY_xxxx
...
+ some fixes
2018-07-02 11:38:51 +02:00
Thomas Bernard
b8ac772922
src_to7bits.py: use HEX format
...
also fixes line endings, insert "" when necessary
fix detection of // comments
2018-06-26 10:40:05 +02:00
Thomas Bernard
0fffe05848
Add tool to convert C sources to 7bit ASCII (except comments)
2018-06-26 09:53:31 +02:00
Thomas Bernard
f8de20fc8d
fix line endings of translate.pl
2018-06-21 21:56:47 +02:00
Thomas Bernard
3d922261e1
fix line endings in hexdump2grafxpal.py
2018-06-21 21:56:10 +02:00
Philip Linde
4122a3bfcf
Use LF line endings for Readme_translate.txt
...
This is in order to work with "text=auto" in .gitattributes
2018-06-03 21:17:05 +00:00
Adrien Destugues
5918435cd8
Fix haiku/gcc2 build.
2018-05-06 17:02:38 +02:00
Thomas Bernard
c55c41fe83
gifanalyzer: main() must return a value
2018-03-20 21:58:22 +01:00
Thomas Bernard
141d0bf698
parseiff: try to parse after the theorical end of the file
...
some malformed IFF files are like this
2018-03-06 16:25:39 +01:00
Thomas Bernard
d94fb966a2
test_iff: Add small tool to test for IFF file structures
...
useful to see if an IFF file is malformed,
but also to see how many frames there is in an animation, etc.
2018-02-18 21:11:40 +01:00
Thomas Bernard
6bfb34fd19
gifanalyzer: decode Graphic Control Extension
2018-01-30 15:05:23 +01:00
Thomas Bernard
0f780f1e3f
reorganize gifanalyzer.c
2018-01-30 14:27:20 +01:00
Thomas Bernard
8c029c5993
gifanalyzer: decode more bytes of Image descriptor
2018-01-30 13:50:14 +01:00
Thomas Bernard
a4b80c75e1
Fix compilation of gifanalyzer on old GCC versions
...
0b00000 is not standard C, use 0x00 litterals.
Also fix printf format
2018-01-30 13:28:42 +01:00
Thomas Bernard
c36729b5bc
Compile tools
2018-01-29 16:54:44 +01:00
Thomas Bernard
d0417faad2
Fix gifanalyzer.c
2018-01-29 16:53:14 +01:00
Thomas Bernard
26ab4c6844
converted gifanalyzer.c to UNIX file endings
2018-01-29 16:40:38 +01:00
Thomas Bernard
1c6a9e5830
Add a SDL_image test tool. use IMG_Load() and display
2018-01-29 16:39:50 +01:00
Adrien Destugues
705584a9d7
Fix some doxygen warnings.
...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2117 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2015-04-04 09:08:11 +00:00
Adrien Destugues
f0ebf223a8
Doxyfile: enable QUIET
...
* Too much messages hides the useful warnings.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2101 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2015-03-02 10:28:00 +00:00
Adrien Destugues
85e91c223f
Change generation directory for Doxygen.
...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2100 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2015-03-02 10:03:25 +00:00
Adrien Destugues
2373a19c62
Unfinished tool for examining GIF files. May prove useful.
...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1694 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2011-01-23 17:00:07 +00:00
Adrien Destugues
54353c6094
* Update to newer version of doxygen. There is a new option to remove the timestamp from generated html, so the custom footer is not needed anymore.
...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1683 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2011-01-17 19:21:30 +00:00
Yves Rizoud
3ca5322379
Reorganized source code and directory tree.
...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1375 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2010-03-05 02:53:19 +00:00
Adrien Destugues
dddc128794
* Add a set of palettes contributed by Nitrofurano. Thanks !
...
* Add a small python script to convert palettes back to the old .PAL format if you ever need it.
* Update wiki page about palette to link to the new palettes ( I din't know where to put that)
* also moved "translation" tools to the "tools" folder along with the convert script
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1283 416bcca6-2ee7-4201-b75f-2eb2f807beb1
2010-01-27 17:23:12 +00:00