Commit Graph

1005 Commits (ee6978cb6891632e3fe84264f832140e590b43f0)

Author SHA1 Message Date
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
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