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
Sean Barrett
023ff3ffd2
Merge pull request #140 from ocornut/stb-wingraph-static
...
stb_wingraph.h: missing lib pragmas for completeness
2015-09-13 07:01:02 -07:00
Sean Barrett
5bcce36638
rle tweaks, credits
2015-09-13 06:58:45 -07:00
Sean Barrett
40ace6b0ef
Merge branch 'master' of https://github.com/fahickman/stb into working
2015-09-13 06:51:14 -07:00
Sean Barrett
a84daa614e
a few more stb_image_write fixes
2015-09-13 06:46:43 -07:00
Sean Barrett
9bf98d619f
update readme
2015-09-13 06:41:30 -07:00
Sean Barrett
2a1716cc8f
credits
2015-09-13 06:41:16 -07:00
Sean Barrett
23b21a7c1f
Merge branch 'master' of https://github.com/guillaumechereau/stb into working
2015-09-13 06:39:20 -07:00
Sean Barrett
5f54e044ed
Merge branch 'master' into working
2015-09-13 06:37:51 -07:00
Sean Barrett
d993ce7a5b
update readme
2015-09-13 06:37:36 -07:00
Sean Barrett
264bc5725f
credits
2015-09-13 06:37:24 -07:00
Sean Barrett
92e9519db3
Merge branch 'master' of https://github.com/Sergobot/stb into working
2015-09-13 06:35:11 -07:00
Sean Barrett
7b24469bf1
update version / credits
2015-09-13 06:33:49 -07:00
Sean Barrett
5863a4efe1
delete stb_vorbis.h which leaked in from somebody's pull request
2015-09-13 06:28:46 -07:00
Sean Barrett
39522da245
Merge branch 'working'
2015-09-13 06:18:47 -07:00
Sean Barrett
f0268375da
credit
2015-09-13 06:16:52 -07:00
Sean Barrett
ef21612364
Merge branch 'fix-clang-warnings' of https://github.com/vincentisambart/stb into working
2015-09-13 06:11:09 -07:00
Sean Barrett
b0852b766a
Merge branch 'master' of https://github.com/rwhitworth/stb into working
...
Conflicts:
stb.h
2015-09-13 06:10:16 -07:00
Sean Barrett
97dfb12f71
credits
2015-09-13 06:06:37 -07:00
Sean Barrett
9438a74f83
Merge branch 'master' of https://github.com/Mojofreem/stb into working
2015-09-13 06:05:38 -07:00
Sean Barrett
5583b62a70
credits
2015-09-13 06:05:24 -07:00
Sean Barrett
d422a247e0
Merge branch 'master' of https://github.com/blackpawn/stb into working
2015-09-13 06:00:32 -07:00
Sean Barrett
2adf6d29aa
credits
2015-09-13 06:00:06 -07:00
Sean Barrett
a96eb04795
Merge branch 'master' of https://github.com/r-lyeh/stb into working
...
Conflicts:
stb.h
2015-09-13 05:58:57 -07:00
Sean Barrett
c6f33a1ff0
Merge branch '64bit' of https://github.com/Mischanix/stb into working
2015-09-13 05:57:10 -07:00
Sean Barrett
24602db4a5
credits for previous patch
2015-09-13 05:53:56 -07:00
Sean Barrett
8ca1cdfe4c
Merge branch 'fix-double-free' of https://github.com/philippwiesemann/stb into working
2015-09-13 05:52:59 -07:00
Sean Barrett
33c9010223
update version & version history
2015-09-13 05:51:16 -07:00
Sean Barrett
27d5d61f08
Merge branch 'master' of https://github.com/jsheard/stb
2015-09-13 05:47:02 -07:00
Sean Barrett
90dc93a1cc
fix bug where we couldn't rewind a file that reached EOF, which can happen with < 92-byte PIC,PNM,HDR,TGA
2015-09-13 05:41:21 -07:00
Sean Barrett
28a29dd0f1
credit for michaelangel007 patch
2015-09-13 05:15:09 -07:00
Sean Barrett
ddd05479e9
Merge branch 'master' of https://github.com/Michaelangel007/stb into working
2015-09-13 05:13:57 -07:00
Sean Barrett
0eb5da55a7
er, fix typo in the fix-rmitton checkin
2015-09-13 05:12:53 -07:00
Sean Barrett
082289b528
Merge branch 'master' of https://github.com/rmitton/stb into working
2015-09-13 05:12:35 -07:00
Sean Barrett
5607c25cf4
tweak rmitton 16-bit psd patch;
...
adjust credits
2015-09-13 05:11:51 -07:00
Sean Barrett
69d6fd573c
Merge branch 'psd16' of https://github.com/rmitton/stb into working
2015-09-13 04:58:48 -07:00
Sean Barrett
1ea670e0a5
Merge branch 'urraka-gif-patch' of https://github.com/urraka/stb into working
2015-09-13 04:49:04 -07:00
Sean Barrett
52d400741c
detect all 0-alpha bmp and replace with all-255;
...
fix bug in reedbeta patch
2015-09-13 04:46:50 -07:00
Sean Barrett
fee80f3d83
tweaks to patch from reedbeta
2015-09-13 04:27:24 -07:00