Commit Graph

833 Commits

Author SHA1 Message Date
Sean Barrett
0b79b3bfe1 Update other_libs.md 2015-10-05 09:43:46 -07:00
Sean Barrett
cc3bb7c458 Update other_libs.md 2015-10-05 09:43:27 -07:00
Sean Barrett
bdcc1535d6 Update other_libs.md 2015-09-27 11:04:06 -07:00
Sean Barrett
dc92c6c4c4 Update other_libs.md 2015-09-27 08:30:16 -07:00
Sean Barrett
bbdb4f65ef Update other_libs.md 2015-09-27 08:23:56 -07:00
Sean Barrett
cd9c6d7b43 Update other_libs.md 2015-09-27 08:21:39 -07:00
Sean Barrett
8d0ae2d39f move other_libs list to its own file 2015-09-27 08:16:33 -07:00
Sean Barrett
2bd2e571a2 Update other_libs.md 2015-09-27 08:16:13 -07:00
Sean Barrett
f6d172d92b Update other_libs.md 2015-09-27 08:15:32 -07:00
Sean Barrett
4b587a409a Update other_libs.md 2015-09-27 08:14:48 -07:00
Sean Barrett
847fb2c230 put other_libs list in its own file 2015-09-27 08:13:09 -07:00
Sean Barrett
6464d059ab fix typo 2015-09-27 08:11:09 -07:00
Sean Barrett
37a493ae21 fix typo 2015-09-27 08:11:02 -07:00
Sean Barrett
b1160eb7e9 update other_libs 2015-09-27 08:09:25 -07:00
Sean Barrett
60e3ecac85 added ImGui to other_libs 2015-09-26 12:14:37 -07:00
Sean Barrett
3eb363c193 italicize more recent others' libs 2015-09-26 12:03:24 -07:00
Sean Barrett
616633b557 italicize most recent others' libs 2015-09-26 12:03:09 -07:00
Sean Barrett
6998a8e064 add gb_string.h 2015-09-26 11:51:23 -07:00
Sean Barrett
34d6c2ca87 update tinyexr's list position 2015-09-23 05:01:16 -07:00
Sean Barrett
5378a96536 clarify that olick's GIF also does animated 2015-09-14 07:07:20 -07:00
Sean Barrett
ac7daffc27 update readme 2015-09-14 05:58:09 -07:00
Sean Barrett
93b2b82996 get rid of unused return value from write callback 2015-09-14 05:57:42 -07:00
Sean Barrett
b4477803cb fix public function names;
fix internal names to be namspaced properly;
2015-09-14 05:48:24 -07:00
Sean Barrett
78fe0bfc24 handle fopen() failing 2015-09-14 05:40:12 -07:00
Sean Barrett
ad63a8d316 Merge branch 'master' of https://github.com/ejulien/stb into working
Conflicts:
	stb_image_write.h
2015-09-14 05:38:07 -07:00
Sean Barrett
955bd174a2 update list 2015-09-14 04:53:31 -07:00
Sean Barrett
c2978ae79f move anchor to *beginning* of question so links look better 2015-09-14 02:36:57 -07:00
Sean Barrett
99c7e64b62 rebuild README 2015-09-14 02:35:47 -07:00
Sean Barrett
996f0b0a6b fix spelling of SQLite 2015-09-14 02:35:31 -07:00
Sean Barrett
5c9c75fcbd Merge branch 'master' of https://github.com/nothings/stb
Conflicts:
	README.md
2015-09-14 02:33:07 -07:00
Sean Barrett
a2291e3e5d update single-file-libs list 2015-09-14 02:32:03 -07:00
Sean Barrett
1fa899a101 Update README.md 2015-09-13 18:36:51 -07:00
Sean Barrett
be1c75efa9 Merge pull request #176 from triplefox/patch-2
fix spelling of "Hofmann" -- doh
2015-09-13 18:24:53 -07:00
James Hofmann
054d340c8c fix spelling of "Hofmann"
Interesting factoid: my last name has four valid spellings. In Germany, the one I use is apparently the most common, while the other spellings are typical in the United States.
2015-09-13 18:20:06 -07:00
Sean Barrett
2722cfc3a0 fix last 2015-09-13 17:01:26 -07:00
Sean Barrett
b30a97930e include URL with anchor so other people can find it 2015-09-13 17:00:20 -07:00
Sean Barrett
288ef36358 anchor for external links to list 2015-09-13 16:56:07 -07:00
Sean Barrett
43789d11d9 add tigr to single-file libs FAQ 2015-09-13 16:54:35 -07:00
Sean Barrett
a0d064edae update readme 2015-09-13 16:13:57 -07:00
Sean Barrett
8b7b845c4e bump version number 2015-09-13 16:13:16 -07:00
Sean Barrett
b74da797af properly fix stb_rect_pack;
tweak formatting of FAQ list
2015-09-13 16:07:49 -07:00
Sean Barrett
e847954d27 update readme 2015-09-13 14:53:34 -07:00
Sean Barrett
55eefc5739 add list of single-file libs 2015-09-13 14:51:49 -07:00
Sean Barrett
4de75eb0cc stb_textedit: better support for baseline at bottom
stb_textedit: end-of-line handling places cursor before newline
stb_truetype: avoid compiler warning due to local vars hiding local vars
readme: add list of one-file libs
2015-09-13 13:35:51 -07:00
Sean Barrett
ff116a4fe8 allow font ranges with first_char = 0;
fix divide by 0 for exactly-vertical edges;
fix possible divide by 0 for exactly-horizontal edges
add documentation for stbtt_Rasterize;
2015-09-13 11:42:54 -07:00
Sean Barrett
54b1879725 document stbtt_Rasterize 2015-09-13 11:23:33 -07:00
Sean Barrett
83d36fd28a fix bug in handling rectangle with width or height of 0 2015-09-13 11:17:13 -07:00
Sean Barrett
6b8938124e Merge branch 'fix-vs2015-warnings' of https://github.com/Reedbeta/stb into working 2015-09-13 11:09:23 -07:00
Sean Barrett
d5b8af12cb fix missing "defined" in #if defined(STBI_NO_foo);
fix incorrect initialization of alpha channel for RGB PSD
2015-09-13 11:08:40 -07:00
Nathan Reed
36574182c0 Fix new VS2015 warnings in stb_image 2.07
- conversion from int to stbi_uc
- unused parameter
2015-09-13 11:00:46 -07:00