Commit Graph

  • b9c23b5e8c Merge pull request #296 from jimon/patch-1 Sean Barrett 2016-05-05 00:01:30 -0700
  • 6427092515 tigr now supports osx Dmytro Ivanov 2016-05-05 01:08:04 +0200
  • daecce07d5 Update other_libs.md Sean Barrett 2016-05-03 13:51:46 -0700
  • f710c23bf7 stb_textedit/stb_text_locate_coord: fix cursor position in the "shouldn't happen, but if it does, fall through to end-of-line case" case (i=0 causes problems with the return values in this case) Hansi Raber 2016-04-29 04:45:55 +0200
  • e2505ba00c Update other_libs.md Sean Barrett 2016-04-19 09:32:23 -0700
  • 25b476af56 Update other_libs.md Sean Barrett 2016-04-19 07:58:48 -0700
  • d529e04555 Merge pull request #286 from tversteeg/master Sean Barrett 2016-04-19 07:57:08 -0700
  • 72e10c7e21 Fix the nuklear library in other_libs.md Thomas Versteeg 2016-04-19 16:01:10 +0200
  • 376774cb35 Add @vurtin his nuklear library to other_libs Thomas Versteeg 2016-04-19 13:24:18 +0200
  • aa1041bae8 stbcc 0.94 Sean Barrett 2016-04-17 09:16:54 -0700
  • 25b1f563d1 stbcc 0.94 Sean Barrett 2016-04-17 09:16:26 -0700
  • 51393c0a7a remove dead code after previous optimizations Sean Barrett 2016-04-17 08:45:06 -0700
  • d1eba33305 fix bug w/ large clumps per cluster; reduce time spent on global union-find by skipping clumps that don't touch edges Sean Barrett 2016-04-17 08:12:52 -0700
  • 484605343f memory usage clarification Sean Barrett 2016-04-16 14:14:04 -0700
  • 5ebbfd02e9 update readme Sean Barrett 2016-04-16 14:08:03 -0700
  • ad55a9b383 version 0.93 assign surplus adjacency storage only to clumps that touch edge document timings and memory usage Sean Barrett 2016-04-16 14:05:40 -0700
  • 0b50f1e8d6 Merge branch 'working' into test Sean Barrett 2016-04-16 13:13:00 -0700
  • 667f79589a forgot to include stb_connected_components test source file Sean Barrett 2016-04-16 12:58:37 -0700
  • a7193080f7 Merge branch 'working' into test Sean Barrett 2016-04-16 12:39:46 -0700
  • 1d6e55ab1e reduce storage for stb_connected_components.h Sean Barrett 2016-04-16 12:32:40 -0700
  • e585dad291 change map image formats to workaround stb_image bug Sean Barrett 2016-04-16 11:21:59 -0700
  • 0214a3c71f untested simple batching; document algorithm; automatically use sqrt(N) instead of 32 as cluster size Sean Barrett 2016-04-16 10:04:03 -0700
  • 1392344cdd include stb_connected_components.h in main stb compile tests, add test app Sean Barrett 2016-04-16 09:14:39 -0700
  • 435e0c757c update stbcc Sean Barrett 2016-04-15 21:41:08 -0700
  • d32dc9f43a add todo list, try to compile as C++ (untested), tweak data structure Sean Barrett 2016-04-15 21:40:37 -0700
  • 31bc5d1ecc Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2016-04-15 19:22:42 -0700
  • 1c5a92440d stb_connected_components added Sean Barrett 2016-04-15 19:22:22 -0700
  • 133a565624 yocto stuff Sean Barrett 2016-04-14 07:30:23 -0700
  • 4c519106a7 back out previous change to stb_vorbis (truncation of last frame in corrupt file) Sean Barrett 2016-04-04 18:39:30 -0700
  • 75ce29fe0b stb_textedit: Add support for custom move word left/right handlers ocornut 2016-04-02 23:55:01 +0200
  • 5aef2b50aa Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2016-04-02 13:46:39 -0700
  • 62d773db5d updat versions Sean Barrett 2016-04-02 13:46:11 -0700
  • a1a918a487 fix unused variable warning Sean Barrett 2016-04-02 13:45:32 -0700
  • fdca443892 fix crash in 2.11 Sean Barrett 2016-04-02 07:29:34 -0700
  • 136455df6d clarify Sean Barrett 2016-04-02 04:55:44 -0700
  • fcdf5c682e Merge branch 'master' of https://github.com/nothings/stb Sean Barrett 2016-04-02 04:52:02 -0700
  • 6e4154737c update version numbers, documentation, and contributors Sean Barrett 2016-04-02 04:51:26 -0700
  • b03133000a avoid dropping final frame of audio data due to wrong test Sean Barrett 2016-04-02 04:20:36 -0700
  • 7a694bdcca re-enable SSE2 code on x64 except with gcc Sean Barrett 2016-04-02 04:01:59 -0700
  • 92bd7a49a8 emscripten needs explicit alloca as well Sean Barrett 2016-04-02 03:57:17 -0700
  • 56e8fd063c don't leak vertex data if text is scaled to 0 Sean Barrett 2016-04-02 03:55:03 -0700
  • 538b96d6e2 remove claims of supporting C++ in stretchy_buffer Sean Barrett 2016-04-02 03:52:47 -0700
  • 5990ff8a47 remove duplicate typedef of stbtt_fontinfo Sean Barrett 2016-04-02 03:51:19 -0700
  • 201af99d9f return correct # of channels for PNG Sean Barrett 2016-04-02 03:49:46 -0700
  • 65edb64dd8 Merge branch 'master' into working Sean Barrett 2016-04-02 03:45:01 -0700
  • 75c5908f95 fix includes for linux alloca Sean Barrett 2016-04-02 03:41:26 -0700
  • 591c7f8cb3 remove white matting when loading transparent PSD Sean Barrett 2016-04-02 03:40:55 -0700
  • a8876b884d fix _WIN32 if STB_THREADS Sean Barrett 2016-04-02 03:40:42 -0700
  • aeba55604a stb_vorbis: Fix memory leak in start_decoder(). Jörn Heusipp 2016-03-24 18:20:39 +0100
  • b7603b0ca6 dr_flac Sean Barrett 2016-04-02 03:34:51 -0700
  • 8420e20af6 Merge branch 'for-upstream-fix-stbvorbis-startdecoder-memleak' of https://github.com/manxorist/stb into working Sean Barrett 2016-04-02 02:59:53 -0700
  • 8f368799e1 Merge branch 'for-upstream-stbvorbis-fix-memleaks' of https://github.com/manxorist/stb Sean Barrett 2016-04-02 02:58:19 -0700
  • c03f4b3c2f Merge branch 'patch-1' of https://github.com/kinetiknz/stb Sean Barrett 2016-04-02 02:57:34 -0700
  • 097a70ae38 Merge branch 'master' of https://github.com/tulrich/stb Sean Barrett 2016-04-02 02:56:39 -0700
  • ba1277e39c Merge branch 'fix_warnings' of https://github.com/tgoulart/stb into working Sean Barrett 2016-04-02 02:54:53 -0700
  • a013c036f3 initialize bmp mr/mg/mb/ma properly Sean Barrett 2016-04-02 02:54:25 -0700
  • 218ecd17a4 Merge branch 'patch-1' of https://github.com/looki/stb Sean Barrett 2016-04-02 02:42:17 -0700
  • 406d537b41 Merge branch 'initial_png_16bpc' of https://github.com/socks-the-fox/stb into working Sean Barrett 2016-04-02 02:41:16 -0700
  • 275d1204b1 Merge branch 'working' Sean Barrett 2016-04-02 02:38:07 -0700
  • 4be8fa919f Merge branch 'pull-request-fabs2' of https://github.com/sglass68/stb into working Sean Barrett 2016-04-02 02:37:51 -0700
  • 814bb9b5dc remove STBIR__DEBUG_ASSERT because it requires defining/not-defining assert() in a warning-free way on all platforms independent of #include <assert.h>, which is too hard Sean Barrett 2016-04-02 02:36:24 -0700
  • d514035d70 Merge branch 'textedit-drag-while-typing' of https://github.com/ocornut/stb Sean Barrett 2016-04-02 02:32:51 -0700
  • 878e8caaa6 Merge branch 'patch-1' of https://github.com/saolsen/stb into working Sean Barrett 2016-04-02 02:31:12 -0700
  • cbc1e7c897 Merge branch 'test' into working Sean Barrett 2016-04-02 02:13:41 -0700
  • 4ff6723a6d make resample_test work in VC6 Sean Barrett 2016-04-02 02:13:20 -0700
  • c238cebe6a Merge branch 'master' of https://github.com/BSVino/stb into test Sean Barrett 2016-04-02 01:46:09 -0700
  • 86bff62371 greatest; munit; parg Sean Barrett 2016-04-01 22:15:47 -0700
  • c66b565cb3 cro_mipmap Sean Barrett 2016-04-01 22:06:19 -0700
  • b79fa5b08c Merge pull request #255 from corporateshark/master Sean Barrett 2016-04-01 21:46:42 -0700
  • efdfbb3c7c Merge branch 'master' into working Sean Barrett 2016-04-01 21:43:22 -0700
  • a222dc519e Merge branch 'license' of https://github.com/oon3m0oo/stb into work2 Sean Barrett 2016-03-26 15:49:33 -0700
  • 50479cb07c stb_image: allow jpegs that are rgb not YCrCb Sean Barrett 2016-03-26 15:46:59 -0700
  • 0e3506d7d1 stb_vorbis: Fix memory leak in start_decoder(). Jörn Heusipp 2016-03-24 18:20:39 +0100
  • 0985e89335 stb_vorbis: Fix memory leak in decode_residue() and inverse_mdct() when redefining temp_alloc() and temp_free() Jörn Heusipp 2016-03-17 09:23:45 +0100
  • 94f2ceac15 Fix typo in stbi__parse_uncompressed_block Matthew Gregan 2016-03-12 01:55:59 +1300
  • 46b64eb878 Added PoissonGenerator.h Sergey Kosarevsky 2016-03-10 19:49:38 +0100
  • 8aa9afb30e typo Sean Barrett 2016-03-07 20:44:59 -0800
  • b9bc6148d4 linalg.h Sean Barrett 2016-03-07 20:44:29 -0800
  • 7e1ee2d386 Allocate large structure using malloc instead of stack. Thatcher Ulrich 2016-03-02 15:56:53 -0500
  • 291ad22e84 Replace large stack allocations with dynamic allocations. Thatcher Ulrich 2016-03-02 15:31:07 -0500
  • 5a00ce39eb Fix a few warnings when building std_vorbis using Xcode 7.2.1 Thiago Goulart 2016-03-02 00:50:40 -0800
  • 20f2eec024 Update license with a few more tweaks and better English grammar. Craig Donner 2016-02-25 13:02:58 -0800
  • ee6978cb68 Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable. Craig Donner 2016-02-10 14:48:59 -0800
  • a83ab31335 Merge pull request #248 from ReadmeCritic/patch-1 Sean Barrett 2016-02-22 14:07:57 -0800
  • c0774cc7eb Update links for par_shapes, fastlz ReadmeCritic 2016-02-22 08:50:47 -0800
  • a4c0a5e882 Update other_libs.md Sean Barrett 2016-02-22 06:26:21 -0800
  • 32b19a6c8b Update other_libs.md Sean Barrett 2016-02-20 02:15:04 -0800
  • 49b65c0873 Slightly modify the public domain license to keep it in the public domain, but make it clear that even when dedications might not be recognized that the code is still usable. Given that this isn't dual-licensing under a different license, I'm hoping this will be acceptable. Craig Donner 2016-02-10 14:48:59 -0800
  • 5e2d0fd777 Add support for obtaining the entire kerning table from a font all at once, for use in rendering packed textures offline. Jorge Rodriguez 2016-02-09 19:40:18 -0800
  • ff862a2a46 Merge https://github.com/nothings/stb Jorge Rodriguez 2016-02-09 19:37:07 -0800
  • 955dfe991b Merge pull request #238 from dbohdan/master Sean Barrett 2016-01-28 13:07:09 -0800
  • d35dbc4368 other_libs.md: Update Picol Danyil Bohdan 2016-01-28 16:42:13 +0200
  • a78bc165b9 Update other_libs.md Sean Barrett 2016-01-26 12:29:13 -0800
  • 124669a8f5 Update other_libs.md Sean Barrett 2016-01-26 12:28:23 -0800
  • 6fb2270617 Update other_libs.md Sean Barrett 2016-01-26 12:27:51 -0800
  • 1d95d24ae9 Update other_libs.md Sean Barrett 2016-01-26 12:26:47 -0800
  • b8a9e19f86 Update other_libs.md Sean Barrett 2016-01-26 12:23:45 -0800
  • a1169d90d0 Update other_libs.md Sean Barrett 2016-01-26 12:22:16 -0800
  • 6e556fe757 Update other_libs.md Sean Barrett 2016-01-26 12:08:20 -0800
  • c63e608497 Update other_libs.md Sean Barrett 2016-01-26 11:42:11 -0800