df29024046fix old stb_image.h search&replace that screwed up comments
Sean Barrett
2014-06-25 15:29:29 -07:00
816ea35435warn correction
johan
2014-06-23 01:17:43 +02:00
b000f920acupdate stb_image version number
Sean Barrett
2014-06-22 11:21:11 -07:00
52f1a7614dremove gcc4.9.0 / c++11 warnings
johan
2014-06-22 19:47:17 +02:00
2452f0002fMerge branch 'textedit'
Sean Barrett
2014-06-19 20:21:32 -07:00
d4d046be09update version number
Sean Barrett
2014-06-19 20:21:08 -07:00
b5336df11dupdate version numbers
Sean Barrett
2014-06-19 20:03:33 -07:00
62e4ffe6c7fix bug in string parsing that was ignoring next character after the string
Sean Barrett
2014-06-19 20:03:22 -07:00
44c37c51c0add testing project for stb_c_lexer.h
Sean Barrett
2014-06-19 19:56:11 -07:00
cd1f731f97update version numbers
Sean Barrett
2014-06-19 19:45:06 -07:00
e8b2939df9fix bug in stb_vorbis_get_samples_float
Sean Barrett
2014-06-19 19:44:34 -07:00
b7be9848aeupdate version numbers
Sean Barrett
2014-06-15 13:36:34 -07:00
f5dfba0b8bUpdate stb_image test code to test loading with all channel counts (including 0), to avoid missing bugs like the recent TGA bug in the future. Doesn't check the *results*, but tests that it doesn't crash or fail.
Sean Barrett
2014-06-15 13:17:04 -07:00
23a775cc13update release notes at end of file
Sean Barrett
2014-06-15 13:11:10 -07:00
c4530794fbcursor should move on shift-home and shift-end
Scott Graham
2014-06-07 14:36:04 -07:00
2684499fcetweak textedit sample fix
Sean Barrett
2014-06-06 23:59:38 -07:00
885b1b7dedfix textedit_sample a bit
Scott Graham
2014-06-06 23:08:51 -07:00
3557e66362fix accidental rename of 'skip'
Sean Barrett
2014-06-06 12:17:39 -07:00
47a34c1723stb_image.h version number increase
Sean Barrett
2014-06-06 10:17:32 -07:00
c28ffbbf0dChange byte casts in stb_image.h that intentionally truncate to do so explicitly for MSVC runtime check compatibility
Sean Barrett
2014-06-06 10:15:30 -07:00
f54bc09e4fmake header files visible in file list
Sean Barrett
2014-06-04 17:57:42 -07:00
6f851e8c0fupdate stb_image version number
Sean Barrett
2014-06-04 17:57:25 -07:00
df3dcb5d0dremove duplicate typedef of stbi_uc
Sean Barrett
2014-06-04 17:56:18 -07:00
41a3179397Note insecurity of stb_sprintf
nothings
2014-06-03 10:23:12 -07:00
b5230e0685Add comments describing all stb_ functions
nothings
2014-06-03 10:21:39 -07:00
9e63c50707rename stb_image.c to stb_image.h
Sean Barrett
2014-06-03 09:15:53 -07:00
b96edc012cMerge branch 'headerify'
Sean Barrett
2014-06-03 08:51:40 -07:00
334cec8d8cFix handling of iphone-procesed image to not accidentally appear corrupt (instead they just load wrong). Add a proper testing path to image test
Sean Barrett
2014-06-03 08:45:34 -07:00
b0d2481b49added a little more documentation to stretchy_buffer.h and bumped version number
Sean Barrett
2014-06-01 12:13:50 -07:00
76dcd60fd4update stretchy_buffer version number
Sean Barrett
2014-06-01 08:24:08 -07:00
5dc4bbbdc4minor README tweak
Sean Barrett
2014-06-01 08:05:01 -07:00
ca093eda56add strict-aliasing warnings; update readme to include stretchy_buffer
Sean Barrett
2014-06-01 08:04:07 -07:00
a57dfc50fcfix bugs in new stretchy buffer code, add stretchy buffer tests
Sean Barrett
2014-06-01 08:01:01 -07:00
728d435591move stb_howto this time
Sean Barrett
2014-05-31 23:48:58 -07:00
add9346eefwhoops, wrong file
Sean Barrett
2014-05-31 23:48:05 -07:00
05a9cfe036update readme with new stb_how.txt location
Sean Barrett
2014-05-31 23:45:34 -07:00
037491ca45Merge branch 'working'
Sean Barrett
2014-05-31 23:43:47 -07:00
4e8cade2cfmove image_test into main tests directory
Sean Barrett
2014-05-31 13:46:13 -07:00
2bf4326350cleanup runtime output/error detection of stb.h unit tests
Sean Barrett
2014-05-31 13:39:00 -07:00
509f9777e5minor doc improvement
Sean Barrett
2014-05-31 13:34:37 -07:00
666596ed89untested rewrite of stretchy_buffer relying on implicit cast from void*
Sean Barrett
2014-05-31 13:00:39 -07:00
5576a5044finitial check-in
Sean Barrett
2014-05-31 12:12:34 -07:00
687985dbf9move stb_image.c to deprecated since stb_image.h replaces it
Sean Barrett
2014-05-31 12:10:35 -07:00
236004f573finished renaming all private functions & globals with stbi__ prefix
Sean Barrett
2014-05-31 06:55:48 -07:00
a7691e1510check-in missing project file updates for stb_image.h usage
Sean Barrett
2014-05-31 06:31:27 -07:00
d5272d32e4renaming completed through png decoder
Sean Barrett
2014-05-31 06:27:37 -07:00
7add5044e0bump version number
Sean Barrett
2014-05-31 06:27:09 -07:00
9f251b6da1rename stb_image_write private functions to use stbiw__ not stbi__ to avoid conflict with stb_image.h
Sean Barrett
2014-05-31 06:25:31 -07:00
9549e83e5drenaming completed through jpeg decoder
Sean Barrett
2014-05-31 05:40:05 -07:00
2514fbc2c7more renaming
Sean Barrett
2014-05-31 05:38:26 -07:00
927b455d85start converting stb_image.c to a .h file
Sean Barrett
2014-05-31 04:49:43 -07:00
7ed3bb26bbMerge branch 'working'
Sean Barrett
2014-05-30 14:25:49 -07:00
2d412f0d6cmove stb_how.txt into docs directory
Sean Barrett
2014-05-30 14:20:16 -07:00
5ecae715b0batch file to run make_readme
Sean Barrett
2014-05-30 14:17:19 -07:00
fcfcb9bb3fgenerate README.md in part by parsing libraries so that version numbers are in sync
Sean Barrett
2014-05-30 14:15:51 -07:00
9e566c8b31trailing newline
Sean Barrett
2014-05-28 11:05:17 -07:00