Crayon2000
|
fbd9a1df73
|
[CHG] *readme.txt* was useless (too old).
|
2009-09-24 14:37:24 +00:00 |
|
Crayon2000
|
5d4eec691b
|
[CHG] Library installation script is improved (batch file)
|
2009-09-18 22:55:49 +00:00 |
|
csBlueChip
|
42b1a60bdb
|
[Issue #4] corrected headers
|
2009-09-13 18:19:07 +00:00 |
|
csBlueChip
|
4278542057
|
[CHG] Modified SetPixel() and GetPixel() so they each request half the number of RAM accesses
|
2009-09-13 18:07:03 +00:00 |
|
csBlueChip
|
f127a121ee
|
[CHG] Corrected \n\r EOL markers to \n and renamed "makefile"'s to Makefile
|
2009-09-13 14:27:01 +00:00 |
|
csBlueChip
|
b56e7e6672
|
renamed -readme- file to avoid confusion in linux
|
2009-09-13 03:58:16 +00:00 |
|
Crayon2000
|
b96657178f
|
[CHG] Blend mode functions now using GRRLIB_blendMode
|
2009-09-09 21:35:32 +00:00 |
|
Crayon2000
|
70ece3cdc5
|
[BUG] Fixed issue #2
|
2009-09-09 15:04:23 +00:00 |
|
csBlueChip
|
e0433ecf89
|
Minor documentation corrections
|
2009-09-08 09:31:06 +00:00 |
|
csBlueChip
|
1c10e17780
|
[CHG] Fix critical bug introduced in 151
|
2009-09-05 17:05:31 +00:00 |
|
Crayon2000
|
622e74b66c
|
[CHG] Nothing important (code formating)
|
2009-09-04 16:13:51 +00:00 |
|
csBlueChip
|
f5585bae76
|
[CHG] Updated credits
|
2009-09-04 15:30:06 +00:00 |
|
csBlueChip
|
b6e0bef531
|
[ADD] Added sepia function
|
2009-09-04 15:29:38 +00:00 |
|
Crayon2000
|
f57e01bcfe
|
[CHG] Some parameters were missing for doxygen documentation
|
2009-09-04 14:10:38 +00:00 |
|
csBlueChip
|
711283033d
|
Thanks to elisherer for reporting a mistake in the documentation
|
2009-09-03 14:15:06 +00:00 |
|
csBlueChip
|
4cbbf711f8
|
Corrected documentation regarding libfat
|
2009-09-03 03:28:53 +00:00 |
|
csBlueChip
|
c81b5bacb3
|
/more/ whitespace cleanup
|
2009-09-03 03:09:02 +00:00 |
|
csBlueChip
|
1951835c9d
|
More whitespace changes & comments
|
2009-09-03 02:58:58 +00:00 |
|
csBlueChip
|
9bd2aebaec
|
[CHG] Whitespace - A single line of code should NEVER reach 300 characters without SOME formatting!
|
2009-09-03 01:15:41 +00:00 |
|
csBlueChip
|
10a1148791
|
Added some comments to Init()
|
2009-09-02 15:34:46 +00:00 |
|
Xane
|
3d12a4f77e
|
[CHG] Adjusted the visible screen width for 4:3 screens also, circles should now look like circles...
|
2009-09-01 00:19:00 +00:00 |
|
csBlueChip
|
9373faaf5e
|
[ADD} Added fileIO functions from Addon (and ensured all examples still compile)
|
2009-08-30 21:44:05 +00:00 |
|
csBlueChip
|
159f56e252
|
[CHG] You should not cast malloc/calloc/realloc/etc ...if you compiler is returning errors - include the right header file! (normally stdlib)
|
2009-08-30 21:20:00 +00:00 |
|
Crayon2000
|
b46057fff7
|
[CHG] Some doxygen improvement
|
2009-08-28 18:11:33 +00:00 |
|
csBlueChip
|
ccb6ec7cf5
|
[CHG] Ensure Init and Exit do not call twice - also return something useful from Init if it fails
|
2009-08-28 15:04:43 +00:00 |
|
csBlueChip
|
34e06e1dab
|
[CHG] Another NULL pointer check
|
2009-08-28 14:35:05 +00:00 |
|
Crayon2000
|
34a1991cd9
|
[CHG] Make sure a NULL pointer is not free'd
|
2009-08-26 01:59:16 +00:00 |
|
Crayon2000
|
c8abda9052
|
[CHG] GRRLIB_Compose is now using 4 spaces for tabs (instead of 2)
|
2009-08-25 00:53:43 +00:00 |
|
csBlueChip
|
08c03a8de9
|
Completed doxygen headers for .h files
|
2009-08-23 16:19:21 +00:00 |
|
csBlueChip
|
b62e9d73bc
|
Replaced the template makefile with a fully annotated makefile and addressed http://code.google.com/p/grrlib/issues/detail?id=3
|
2009-08-23 15:19:47 +00:00 |
|
csBlueChip
|
6120bbd7c3
|
Added extra documentation to template code
|
2009-08-23 14:59:48 +00:00 |
|
csBlueChip
|
bb50452422
|
Moved BlueChip's Composition demo directory to conform to the current standard naming convention
|
2009-08-23 14:50:26 +00:00 |
|
csBlueChip
|
982f5bf140
|
remove GRRLIB_addon from main GRRLIB directory to the nonameno03 example code ... some of the functionality of the the addon code is expected to be ported back to the GRRLIB main library
|
2009-08-23 14:48:04 +00:00 |
|
csBlueChip
|
90f29de2eb
|
Moved GRRLIB_addon to nonameno03 example directory and tweaked the c and makefile to use it accordingly
|
2009-08-23 14:46:40 +00:00 |
|
csBlueChip
|
ace9d24f0c
|
Included ScrShot from GRRLIB_addon as embedded code - cleaned headers and makefile to build with v4.1.0
|
2009-08-23 14:40:20 +00:00 |
|
csBlueChip
|
309547cb4d
|
Cleaned examples top-level makefile - make all output is now separated and references to cvs are changed to svn
|
2009-08-23 14:38:45 +00:00 |
|
Crayon2000
|
96a383a4b1
|
[CHG] Now using doxygen 1.6.0 with search enabled (file description are still missing)
|
2009-08-22 15:45:24 +00:00 |
|
csBlueChip
|
c493224a34
|
Updated *most* examples to compile with grrlib 4.1.0
|
2009-08-20 22:05:44 +00:00 |
|
csBlueChip
|
25900af95f
|
[CHG] Corrected credits (sorry Crayon)
|
2009-08-20 09:21:01 +00:00 |
|
Crayon2000
|
a1d7b870cd
|
[CHG] Code formatting, not that much ;)
|
2009-08-19 23:13:44 +00:00 |
|
csBlueChip
|
adb741ccf6
|
[CHG] Implemented JESPA's optimised plot and line algorithms
|
2009-08-19 21:40:13 +00:00 |
|
Crayon2000
|
515b4a994a
|
[CHG] Modification for Doxygen documentation
|
2009-08-19 17:47:29 +00:00 |
|
csBlueChip
|
5e186828b0
|
Added archive files missed during previous check-in
|
2009-08-19 09:40:10 +00:00 |
|
csBlueChip
|
7bc6b09a4f
|
Improved beginners guide
|
2009-08-17 03:42:21 +00:00 |
|
csBlueChip
|
83b327e7f9
|
[ADD] Added GRRLIB.html "readme"/new-user-documentation
|
2009-08-14 23:33:01 +00:00 |
|
csBlueChip
|
ee128f47bc
|
lib-conversion moved to trunk, version is now 4.1.0
|
2009-08-13 17:47:30 +00:00 |
|
csBlueChip
|
68a63bf966
|
Makeway for v4.0.1
|
2009-08-13 17:39:09 +00:00 |
|
csBlueChip
|
14ff4f5dbe
|
Sorry
|
2009-08-13 17:35:15 +00:00 |
|
csBlueChip
|
3ea58ccabc
|
Last release labelled 4.0.0
|
2009-08-13 17:32:57 +00:00 |
|
csBlueChip
|
1738c6db24
|
Added LICENCE.TXT file (MIT)
|
2009-07-23 22:10:41 +00:00 |
|