Commit Graph

  • 84e7a4ae24 stb_c_lexer: fix NUL eof test so it compiles Sean Barrett 2021-07-07 00:43:40 -0700
  • 08e4b18650 Merge branch 'dev' of https://github.com/nothings/stb into dev Sean Barrett 2021-07-07 00:39:10 -0700
  • a32aeefd6b Merge branch 'patch-1' of https://github.com/t-mw/stb into dev Sean Barrett 2021-07-07 00:34:43 -0700
  • 95372dc4f8 stb.h: fix bug in stb_readdir caused by change to stb_strncpy Sean Barrett 2021-07-07 00:29:19 -0700
  • dcb1116f13 ossfuzz: improve code coverage Randy 2020-11-26 02:18:13 +0100
  • b77192742d oss-fuzz: integrate with CIFuzz Randy 2020-11-25 14:04:52 +0100
  • 9f98546022 Travis-ci: added support for ppc64le Devendranath Thadi 2020-11-25 06:48:14 +0000
  • 6ca560c9af stb_image: Update documentation for de-iPhone flag Fabian Giesen 2021-07-06 21:40:31 -0700
  • 15d2dc5c51 stb_tilemap_editor: Update contributors Fabian Giesen 2021-07-06 21:25:41 -0700
  • 77eedd4fcf stb_tilemap_editor: Several fixes. Werner Stoop 2021-04-09 20:03:01 +0200
  • 21bfcbbc3d stb_tilemap_editor: Update version, credits Fabian Giesen 2021-07-06 21:07:34 -0700
  • b18c989dc2 stb_tilemap_editor: Fix variable usage Rob Loach 2021-04-16 04:21:42 -0400
  • 7e10880f53 stb_image: Update credits Fabian Giesen 2021-07-06 20:47:30 -0700
  • 2c8cd33e2e stb_image: make unpremultiply and de-iPhone flags thread_local. Vladimír Vondruš 2020-04-06 18:06:34 +0200
  • b691fc4305 stb_truetype: Remove dead assignments Fabian Giesen 2021-07-06 20:39:35 -0700
  • 44f046af0c stb_textedit: Fix paste failure handling breaking undo stack ocornut 2021-07-05 17:22:24 +0200
  • eb677dda6e stb_textedit: Update credit, version history Fabian Giesen 2021-07-06 20:25:16 -0700
  • 85bc8060be Support for Page Up/Down (changes from ocornut/imgui/commit/ec945f44) Louis Schnellbach 2020-11-19 15:59:51 +0100
  • 76a0a00874 stb.h: _MSC_VER in readdir_raw -> _WIN32 Fabian Giesen 2021-07-06 20:19:51 -0700
  • e817b4a998 stb_ds: Fix typos in docs. Fabian Giesen 2021-07-06 20:17:12 -0700
  • ba5cc43d33 stb_truetype: Fix stbtt__solve_cubic comment Fabian Giesen 2021-07-06 20:10:22 -0700
  • a5d989c358 stb_truetype: Tabs->spaces Fabian Giesen 2021-07-06 20:07:12 -0700
  • cb5d5d713c Fix paste failure handling breaking undo stack (could lead to freezes) (fix #734) ocornut 2021-07-05 17:22:24 +0200
  • 1e82fd4a4e stb_image: BMP v4/v5 header parsing fixes Fabian Giesen 2021-07-04 22:17:57 -0700
  • 17bc84e15d stb_image: stbi__bmp_info only rewind stream on error Fabian Giesen 2021-07-04 21:47:13 -0700
  • ab18d9b250 stb_image: Fix two bugs found via VC++ /analyze Fabian Giesen 2021-07-04 21:42:44 -0700
  • e5fd7f6ce0 stb: Remove stua entirely Fabian Giesen 2021-07-04 21:09:20 -0700
  • 70136cd5f1 stb_vorbis: Change imdct_step3_inner_s_loop_ld654 Fabian Giesen 2021-07-04 20:54:18 -0700
  • 0d47d17002 stb_vorbis: Set error on open_memory with NULL data Fabian Giesen 2021-07-04 19:26:31 -0700
  • 0def11ae17 stb_vorbis: Fix some unused variables. Fabian Giesen 2021-07-04 16:35:45 -0700
  • 39a0641385 stb_vorbis: Clarify lifetime of pushdata *output buffers Fabian Giesen 2021-07-04 16:25:33 -0700
  • d5613c9511 stb_vorbis: A few UB fixes. Fabian Giesen 2021-07-04 16:19:46 -0700
  • c817c9621e stb_vorbis: Add missing cast to uint to avoid UB Fabian Giesen 2021-07-04 16:12:32 -0700
  • e31da438e8 stb_vorbis: Fix unused parameter warnings. Fabian Giesen 2021-07-04 16:08:30 -0700
  • 904ecbfc37 stb_vorbis: Remove spurious assignment to val Fabian Giesen 2021-07-04 03:15:43 -0700
  • 5300d55277 stb_vorbis: Include alloca.h on Sun targets Fabian Giesen 2021-07-04 03:00:17 -0700
  • 6fe053614c stb_vorbis: Fix memory leak in stb_vorbis morlad (iLeitgeb) 2021-03-12 14:30:06 +0000
  • 2e3a6e8222 stb_vorbis: Move asserts around a bit Fabian Giesen 2021-07-04 02:43:00 -0700
  • 3f671b870f stb_vorbis: rename BUFFER_SIZE macro to STB_BUFFER_SIZE Johannes Schultz 2021-01-16 15:04:26 +0100
  • a5e40739ac stb_image_write: Fix define tested for sprintf_s Fabian Giesen 2021-07-04 01:33:53 -0700
  • ba3ba9b78c stb_image_write: Disable HDR writer completely in NO_STDIO build Fabian Giesen 2021-07-04 00:23:38 -0700
  • 76f55ac210 stb_image_write: STBI_WINDOWS_UTF8 -> STBIW_WINDOWS_UTF8 Fabian Giesen 2021-07-04 00:16:14 -0700
  • 81bcfa9043 stb_image_write: Remove tabs Fabian Giesen 2021-07-03 23:55:14 -0700
  • 82f9950cea stb_image: Update credits Fabian Giesen 2021-07-03 01:00:46 -0700
  • db864a1e30 stb_image: fix building by MSVC for Windows 10 on ARM Eugene Golushkov 2020-10-01 03:20:30 +0300
  • 2506215e8a stb_image: Key Win32 UTF-8 support off _WIN32 not _MSC_VER Fabian Giesen 2021-07-03 00:46:04 -0700
  • 991f1f6419 stb_image: Fix wrong buffer sizes passed to MultiByteToWideChar Fabian Giesen 2021-07-03 00:38:30 -0700
  • 56a7113cd0 stb_image: Reorder format test sequence Fabian Giesen 2021-07-02 23:06:44 -0700
  • 618dbd01c8 stb_image: Document image size limits Fabian Giesen 2021-07-02 22:52:15 -0700
  • 55a180671c readme: Add "how to use these libs" section Fabian Giesen 2021-07-02 22:31:41 -0700
  • 4d3b93f589 stb_image: Erorr in BMP should error, not assert. Fabian Giesen 2021-07-02 22:01:23 -0700
  • 31ba943e3f stb_image: UB fix in stbi__get32le Fabian Giesen 2021-07-02 21:57:25 -0700
  • d6ab7faec0 stb_image: Update comment Fabian Giesen 2021-07-02 21:38:44 -0700
  • bb09317445 stb_image: Avoid left-shifts of signed values Fabian Giesen 2021-07-02 21:09:11 -0700
  • 43b32c7bab stb_image: Avoid shift of signed values in extend_receive Fabian Giesen 2021-07-02 20:59:22 -0700
  • 6d857933d5 stb_image, stb_image_write: Fix compare sign warnings Fabian Giesen 2021-07-02 18:42:01 -0700
  • 265b73bb0b stb_image: Fix lrot definition, small extend_receive tweak Fabian Giesen 2021-07-02 18:28:41 -0700
  • 86b7570cfb stb_image: Fix bug on JPEGs with malformed DC deltas Fabian Giesen 2021-07-02 18:10:49 -0700
  • 6ab6303f98 stb_image: Check results of all mallocs. Fabian Giesen 2021-07-02 17:50:34 -0700
  • 6199b717bc README: updated supported stb_image and stb_image_write formats Fabian Giesen 2021-07-01 17:49:11 -0700
  • 8e8f7d9b69 stb_image: Update credits, change log Fabian Giesen 2021-07-01 17:35:40 -0700
  • 8c15cc9c79 Adds 16-bit support for pnm files. Simon Breuss 2021-05-18 23:51:25 +0200
  • c62af85657 stb_image.h: Suppress warnings about out_size, delay_size Jacko Dirks 2020-08-15 17:19:02 +0200
  • 448bb137e3 stb_image: Better docs for stbi_info. Fabian Giesen 2021-07-01 17:18:51 -0700
  • 1203eb554b stb_image: Fix issue #994. Fabian Giesen 2021-07-01 17:11:25 -0700
  • a49749a57d stb_textedit: Docs fix. Fabian Giesen 2021-07-01 17:08:20 -0700
  • 0afc39f59a stb_truetype: Turn codepoint assert into error check Fabian Giesen 2021-07-01 17:03:51 -0700
  • 067655993a stb_sprintf: fix stbsp_ddtoS64 macro Doj 2021-01-27 20:39:02 +0300
  • 04007a071c Note GL blend state for stb_truetype Jan CW Kroeze 2021-03-11 21:13:25 +0100
  • 02578923d3 Fix compilation warnings in the s390x architeture. Fixes #1082. Rafael Sachetto 2021-01-27 15:05:48 -0300
  • 2de22bde0a stb_sprintf.h: stdlib.h is not needed Valentin Lenhart 2020-10-28 14:13:17 +0100
  • dc2aa370c0 stb_dxt: Remove dithering support. Fabian Giesen 2021-07-01 16:37:35 -0700
  • ae3ed90b0c stb_dxt: Better error calc for single-color table Fabian Giesen 2021-07-01 16:24:09 -0700
  • 98623b9577 stb_dxt: Initialize tables at compile time Alan Hickman 2021-04-24 13:08:03 -0700
  • 696cb038a3 stb_sprintf: add attribute format to variadic functions Michael Aganier 2021-06-14 14:38:26 -0400
  • 6294c6cfa2 Move stb.h to deprecated. Fabian Giesen 2021-07-01 15:29:17 -0700
  • 4bc7736210
    Merge 36bf8d0ae7 into 8e51be04dc a-e-k 2021-07-04 08:09:56 +0000
  • 36bf8d0ae7 Add writer for OpenEXR images Andrew Kensler 2021-07-04 00:09:38 -0700
  • 384d210d2e Store uncompressed if compression was worse Andrew Kensler 2021-07-03 23:39:43 -0700
  • 031a4f543d Fix typos in function prototypes in DOCUMENTATION jdeokkim 2021-07-04 05:42:45 +0000
  • 177b6c6d9d Merge branch 'patch-1' of https://github.com/mundusnine/stb into working Sean Barrett 2021-07-03 10:39:01 -0700
  • 2a74e27bdc Merge branch 'floatfix' of https://github.com/ybungalobill/stb into working Sean Barrett 2021-07-03 10:34:59 -0700
  • c497f72786 Merge branch 'dev' into working Sean Barrett 2021-07-03 10:34:04 -0700
  • 5c0cc31fb0 stb_image: Update credits Fabian Giesen 2021-07-03 01:00:46 -0700
  • 69a7dd32a8 stb_image: fix building by MSVC for Windows 10 on ARM Eugene Golushkov 2020-10-01 03:20:30 +0300
  • a0231a9e94 stb_image: Key Win32 UTF-8 support off _WIN32 not _MSC_VER Fabian Giesen 2021-07-03 00:46:04 -0700
  • e3a63f3793 stb_image: Fix wrong buffer sizes passed to MultiByteToWideChar Fabian Giesen 2021-07-03 00:38:30 -0700
  • 3870fb6a93 stb_image: Reorder format test sequence Fabian Giesen 2021-07-02 23:06:44 -0700
  • e795306bbc stb_image: Document image size limits Fabian Giesen 2021-07-02 22:52:15 -0700
  • ba739e54ed readme: Add "how to use these libs" section Fabian Giesen 2021-07-02 22:31:41 -0700
  • d343a29fe6 stb_image: Erorr in BMP should error, not assert. Fabian Giesen 2021-07-02 22:01:23 -0700
  • 41e93836d9 stb_image: UB fix in stbi__get32le Fabian Giesen 2021-07-02 21:57:25 -0700
  • cf00c67c57 stb_image: Update comment Fabian Giesen 2021-07-02 21:38:44 -0700
  • 48632c1752 stb_image: Avoid left-shifts of signed values Fabian Giesen 2021-07-02 21:09:11 -0700
  • 026013546c stb_image: Avoid shift of signed values in extend_receive Fabian Giesen 2021-07-02 20:59:22 -0700
  • 4d067e8b2b stb_image, stb_image_write: Fix compare sign warnings Fabian Giesen 2021-07-02 18:42:01 -0700
  • 1d7bf85877 stb_image: Fix lrot definition, small extend_receive tweak Fabian Giesen 2021-07-02 18:28:41 -0700
  • a3f2897b85 stb_image: Fix bug on JPEGs with malformed DC deltas Fabian Giesen 2021-07-02 18:10:49 -0700
  • 50072f6658 stb_image: Check results of all mallocs. Fabian Giesen 2021-07-02 17:50:34 -0700
  • 8e51be04dc Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2021-07-02 06:57:02 -0700