Commit Graph

  • c5c5ab0b52 Prefer gpos over kern table. By default some newer font tools export both tables(for backwards compatiblity) and it seems we should be using only gpos if both are available.(Or otherwise we get kern values * 2) Nikolay Dionisov 2019-07-18 15:54:31 +0300
  • f292a75d5e adding to credits per contribution instructions, but it feels presumptuous still Shane Liesegang 2019-07-17 18:37:10 +0200
  • bbd34e1801
    stb_ds.h: shgeti return fix Shane Liesegang 2019-07-17 17:55:32 +0200
  • 204bd54d2d Remove trailing whitespace Rémi Verschelde 2019-07-11 10:41:19 +0200
  • 5ac55a3359 stb_easy_font: fix multiple definition errors Konstantin Podsvirov 2019-07-09 22:27:35 +0300
  • d9a8c76fbe stb_easy_font: split declarations and definitions Konstantin Podsvirov 2019-07-08 23:39:53 +0300
  • 5db48d3604 stb_divide: use return value to indicate errors yangfl 2019-04-04 11:38:56 +0800
  • c72a95d766 update README Sean Barrett 2019-06-17 05:44:12 -0700
  • 9f1836f0b1 update version Sean Barrett 2019-06-17 05:43:52 -0700
  • f9910f1f9a Merge branch 'hmlen-null' of https://github.com/phoekz/stb into working Sean Barrett 2019-06-17 05:26:21 -0700
  • 8f0bade4ae tweak STBDS_REALLOC/STBDS_FREE change Sean Barrett 2019-06-17 05:25:44 -0700
  • 258c6e1f50 Merge branch 'use-free' of https://github.com/adurdin/stb into working Sean Barrett 2019-06-17 05:17:36 -0700
  • eddae8cc98 Merge branch 'master' into working Sean Barrett 2019-06-17 05:15:18 -0700
  • fad8903fe8 Credits Vinh Truong 2019-06-01 12:08:59 +0300
  • 96021689c8 hmlen and hmlenu now returns 0 on NULL pointer Vinh Truong 2019-06-01 12:07:19 +0300
  • 2cddbc934d stb_ds: STBDS_REALLOC and STBDS_FREE only need to be defined for the implementation. Andy Durdin 2019-05-27 11:14:17 +0200
  • 6b2fb7702f stb_ds: Allow STBDS_REALLOC and STBDS_FREE defines to customize memory management. Andy Durdin 2019-05-27 11:07:30 +0200
  • 5a2a8e882f stb_ds: Use free() instead of realloc(x,0). Fixes #768 Andy Durdin 2019-05-27 11:04:28 +0200
  • 4a4c9deaac stb_image: fix warning (unused parameter ‘bpc’) BlackMATov 2019-05-15 14:12:52 +0700
  • 33c55c3239 Remove check due to warning Federico Buti 2019-05-07 14:57:01 +0200
  • 6bde00651c stb_textedit: fix typo: STB_TEXTED_K_RIGHT Martin Stensgård 2019-05-04 23:11:35 +0200
  • 1034f5e5c4 add stb_include.h Sean Barrett 2019-05-04 08:19:18 -0700
  • f7d1cd581e
    Allowing Compound Glyphs with numberOfContours < -1 Brotcrunsher 2019-04-30 16:30:03 +0200
  • afa902aae4
    Fixed a memory leak in example code Brotcrunsher 2019-04-30 14:43:40 +0200
  • f7ece54f72 Revert "stb_image.h: fixed common realloc mistake" Georgy Macharadze 2019-04-22 14:36:09 +0300
  • c02dc66517 Revert "Revert "stb_image.h: fixed common realloc mistake"" Georgy Macharadze 2019-04-22 14:35:58 +0300
  • 53f83e90ee Revert "stb_image.h: fixed common realloc mistake" Georgy Macharadze 2019-04-22 14:34:29 +0300
  • 4e0c494515 stb_image: fixed 'out' nulled but not freed upon failure Georgy Macharadze 2019-04-22 14:06:05 +0300
  • daca580ec1 stb_image.h: fixed common realloc mistake Georgy Macharadze 2019-04-22 11:23:33 +0300
  • 0a1016331c Add functions to extract SVG glyphs from font. The fucntions are: stbtt_GetCodepointSVG - provides a pointer to the SVG data in the supplied argument, and returns the length of this data stbtt_GetGlyphSVG - As above but takes the glyph index instead of the codepoint Note that the returned data may be deflate compressed. Chris Young 2019-04-09 15:40:04 +0100
  • 9c76b89330
    Removed unnecessary part of assertion ErikWallstrom 2019-03-30 18:38:34 +0100
  • 48ffc6bc55
    Fix gcc warning: expression always true Łukasz Ptak 2019-03-16 23:00:14 +0100
  • 0637408284 fuzz: fix error handling Randy 2019-03-12 00:59:20 +0100
  • af516b99ff fuzz: remove some chunk identifiers from stb_png.dict Randy 2019-03-12 00:14:16 +0100
  • cd797f8116 add fuzz target, dictionary, iphone png's Randy 2019-03-11 23:56:45 +0100
  • 06fb370459 Suppressing compiler warnings on stb_ds.h Rafael Sachetto 2019-03-11 13:16:36 -0300
  • a5b663f1b0 stb_truetype: update contributors list rgriege 2019-03-07 19:48:23 -0600
  • 8ac257b00f stb_truetype: limit to 1 missing glyph in texture rgriege 2019-03-07 19:32:19 -0600
  • f61b8c44d2 Adding arrreset(n) as a shortcut to arrsetlen(a,0) Rafael Sachetto 2019-03-07 08:58:16 -0300
  • f3ca0dd5ae Remove redundant scale check in stbtt_GetGlyphSDF kaesve 2019-03-06 18:14:03 +0100
  • 7638200f0b Remove old documentation re: SECURE_CRT Sean Barrett 2019-03-04 23:22:06 -0800
  • 2c2908f505 update version numbers Sean Barrett 2019-03-04 15:08:53 -0800
  • d940053a01 Merge branch 'master' into working Sean Barrett 2019-03-04 14:56:00 -0800
  • 8cf9f5adb4 Merge branch 'master' of https://github.com/rsachetto/stb into working Sean Barrett 2019-03-04 14:52:49 -0800
  • 1737c342e2 Merge branch 'fix_issue-656' of https://github.com/rygorous/stb into working Sean Barrett 2019-03-04 14:52:20 -0800
  • 3b5ffbe31c Merge branch 'fix_issue-608' of https://github.com/rygorous/stb into working Sean Barrett 2019-03-04 14:51:34 -0800
  • a0b521fcf2 no warnings when compiling /W3 compiling all test cases and compilers in test.sbm Compilers: 32-bit: VS2015 VS2013 VS2008 VC6 (1998) clang-cl 9.0.1 64-bit VS2015 clang-cl 9.0.1 Sean Barrett 2019-03-04 14:45:06 -0800
  • 96b4748d57 update test_ds.c Sean Barrett 2019-03-03 21:40:18 -0800
  • 30496e22d7 add new test files Sean Barrett 2019-03-03 21:39:46 -0800
  • b8960f32b8 stb_ds: major string hash fix, minor other changes - arena and strdup string hashes were badly broken due to not setting up default slot correctly - tweak use of seed in 4-byte and 8-byte hash functions to hopefully be slightly stronger - a few internal #ifdefs for performance tuning Sean Barrett 2019-03-03 21:36:15 -0800
  • a2cd79b8ff fix comma warnings when building with -Wcomma kroko 2019-03-03 18:48:32 +0200
  • d6a598186c stb_image: Pacify some MSVC warnings. Fabian Giesen 2019-03-01 19:56:53 -0800
  • 6570d6a825 stb_image: Make GIF reader validate image size. Fabian Giesen 2019-03-01 19:47:59 -0800
  • 50b1bfba58 stb_image: Fix multiple bugs in GIF decoder. Fabian Giesen 2019-03-01 19:22:44 -0800
  • caf9608826 Adding arrpop macro to stb_ds.h Rafael Sachetto 2019-03-01 14:04:31 -0300
  • 89bccdd567 Small documentation correction Rafael Sachetto 2019-02-26 09:37:16 -0300
  • 72990efc3e test updates for test_ds unit testing Sean Barrett 2019-02-25 13:49:37 -0800
  • f9133c3677 stb_ds v0.3: fixes for compiling client code in C++ add missing _wrapper suffixes disable clang rvalue support in C++ disable unit tests in VC6 C++ other tweaks Sean Barrett 2019-02-25 13:48:41 -0800
  • 39c05598a9 Update stb.h version number Sean Barrett 2019-02-25 12:05:38 -0800
  • 0f9254357c update version numbers Sean Barrett 2019-02-25 11:49:12 -0800
  • c963e40972 update version numbers Sean Barrett 2019-02-25 11:48:42 -0800
  • a4111af960 update readme Sean Barrett 2019-02-25 11:41:58 -0800
  • 1aeb8ec201 stb_ds: fix shift warnings in later VS compilers Sean Barrett 2019-02-25 11:40:33 -0800
  • e704ed0efb update tests and project files for stb_ds Sean Barrett 2019-02-25 11:17:27 -0800
  • 477471d9a8 add stb_ds.h and tests Sean Barrett 2019-02-25 11:16:35 -0800
  • aeec66c6ec Merge branch 'randlong' of https://github.com/flibitijibibo/stb into working Sean Barrett 2019-02-25 11:13:03 -0800
  • 9d8a9e7f16 Merge branch 'fix_issue-701' of https://github.com/rygorous/stb into working Sean Barrett 2019-02-25 11:11:37 -0800
  • 742056dee9 Merge branch 'fix_issue-705' of https://github.com/rygorous/stb into working Sean Barrett 2019-02-25 11:11:14 -0800
  • 5fe7fb52f2 various fixes for clang also fix a comment typo Sean Barrett 2019-02-25 11:10:54 -0800
  • 5715e6faaf Makefile: update how to build image_write_test Sean Barrett 2019-02-24 04:37:37 -0800
  • 2ce93bf1d8 Merge branch 'fix_issue-707' of https://github.com/rygorous/stb into working Sean Barrett 2019-02-24 04:27:18 -0800
  • 57c7029166 test_image_write.c: change from standalone to integrated with image_test.c Sean Barrett 2019-02-24 04:22:47 -0800
  • ae431d75e0 stb_rect_pack: Fix two bugs. Fabian Giesen 2019-02-23 05:46:14 -0800
  • af43e6b006 stb_truetype: Fix warning in comment. Fabian Giesen 2019-02-23 05:32:27 -0800
  • bbbdc1e811 stb_image: Fix typo in comment. Fabian Giesen 2019-02-23 05:25:47 -0800
  • e0ee0de26c tests: Add simple image_write_test smoke test Fabian Giesen 2019-02-23 05:18:14 -0800
  • 980add9725 stb_image_write: Fix JPEG writer bug. Fabian Giesen 2019-02-23 05:17:37 -0800
  • f392b38832 Fix recent optimisation; bring back pre-existing logic. Par Winzell 2019-02-22 14:14:33 -0800
  • c727bd1df3
    Support for custom stream using callbacks (i.e., C++ std::istream) Roberto Panerai Velloso 2019-02-21 17:09:34 -0300
  • 55f2934f05
    Update stb_vorbis.c Roberto Panerai Velloso 2019-02-21 15:31:01 -0300
  • f630e410bb
    Merge pull request #1 from nothings/master Roberto Panerai Velloso 2019-02-21 15:29:50 -0300
  • 0e7b0cfe33 Add sb_clear to stretchy_buffer Marcus Ramse 2019-02-19 23:27:19 +0100
  • 0666554276 stb.h rand: A few more long->int fixes Ethan Lee 2019-02-18 10:53:26 -0500
  • ff29601e9c
    Fix backslash and trailing whitespace in comments Adrien Lamarque 2019-02-15 22:54:58 -0500
  • 65d52206be
    stb_sprintf: support for 'hh' modifier Stefano Zanotti 2019-02-13 15:49:15 +0100
  • 009e546c54
    Remove trailing whitespace after backslash Adrien Lamarque 2019-02-11 15:38:16 -0500
  • 59e9702be5 update readme Sean Barrett 2019-02-07 10:24:27 -0800
  • 63b59b46b0 update version numbers Sean Barrett 2019-02-07 10:03:00 -0800
  • a23f466de0 "long int" => "long" Sean Barrett 2019-02-07 09:49:08 -0800
  • ea2c54077f Fix minor warnings emitted by PVS Studio. ocornut 2019-02-07 18:39:07 +0100
  • 6244febf5f stb_truetype: tweaks to codepoint-missing packing Sean Barrett 2019-02-07 09:33:54 -0800
  • f11f1e801a stb_sprintf: credits Sean Barrett 2019-02-07 09:23:01 -0800
  • 08759eb405 Merge branch 'fix-sprintf-int-size-1' of https://github.com/account-login/stb into working Sean Barrett 2019-02-07 09:22:06 -0800
  • 8cf07e85c8 rename stbtt_PackSetSkipMissingGlyphs to stbtt_PackSetSkipMissingCodepoints Sean Barrett 2019-02-07 09:21:17 -0800
  • c35d1dd8ad stb_truetype: runtime selection of skipping missing codepoints Sean Barrett 2019-02-07 09:20:11 -0800
  • eaf78c10b6 Merge branch 'truetype-skip_missing_glyphs' of https://github.com/ocornut/stb into working Sean Barrett 2019-02-07 09:04:23 -0800
  • 9092c0487d Merge branch 'working' Sean Barrett 2019-02-07 09:04:00 -0800
  • feb9de355d stb_image_write: add missing 'static' on internal functions Sean Barrett 2019-02-07 09:03:27 -0800
  • 7463635e52 Merge branch 'patch-3' of https://github.com/NuklearBomb/stb into working Sean Barrett 2019-02-07 08:53:19 -0800
  • 9643f6bd98 stb_sprintf: fix unaligned digitpair[], fix some signed-right-shifts Sean Barrett 2019-02-07 08:45:19 -0800