b9c23b5e8cMerge pull request #296 from jimon/patch-1
Sean Barrett
2016-05-05 00:01:30 -0700
6427092515tigr now supports osx
Dmytro Ivanov
2016-05-05 01:08:04 +0200
daecce07d5Update other_libs.md
Sean Barrett
2016-05-03 13:51:46 -0700
f710c23bf7stb_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
e2505ba00cUpdate other_libs.md
Sean Barrett
2016-04-19 09:32:23 -0700
25b476af56Update other_libs.md
Sean Barrett
2016-04-19 07:58:48 -0700
d529e04555Merge pull request #286 from tversteeg/master
Sean Barrett
2016-04-19 07:57:08 -0700
72e10c7e21Fix the nuklear library in other_libs.md
Thomas Versteeg
2016-04-19 16:01:10 +0200
376774cb35Add @vurtin his nuklear library to other_libs
Thomas Versteeg
2016-04-19 13:24:18 +0200
aa1041bae8stbcc 0.94
Sean Barrett
2016-04-17 09:16:54 -0700
25b1f563d1stbcc 0.94
Sean Barrett
2016-04-17 09:16:26 -0700
51393c0a7aremove dead code after previous optimizations
Sean Barrett
2016-04-17 08:45:06 -0700
d1eba33305fix 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
484605343fmemory usage clarification
Sean Barrett
2016-04-16 14:14:04 -0700
5ebbfd02e9update readme
Sean Barrett
2016-04-16 14:08:03 -0700
ad55a9b383version 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
0b50f1e8d6Merge branch 'working' into test
Sean Barrett
2016-04-16 13:13:00 -0700
667f79589aforgot to include stb_connected_components test source file
Sean Barrett
2016-04-16 12:58:37 -0700
a7193080f7Merge branch 'working' into test
Sean Barrett
2016-04-16 12:39:46 -0700
1d6e55ab1ereduce storage for stb_connected_components.h
Sean Barrett
2016-04-16 12:32:40 -0700
e585dad291change map image formats to workaround stb_image bug
Sean Barrett
2016-04-16 11:21:59 -0700
0214a3c71funtested simple batching; document algorithm; automatically use sqrt(N) instead of 32 as cluster size
Sean Barrett
2016-04-16 10:04:03 -0700
1392344cddinclude stb_connected_components.h in main stb compile tests, add test app
Sean Barrett
2016-04-16 09:14:39 -0700
435e0c757cupdate stbcc
Sean Barrett
2016-04-15 21:41:08 -0700
d32dc9f43aadd todo list, try to compile as C++ (untested), tweak data structure
Sean Barrett
2016-04-15 21:40:37 -0700
814bb9b5dcremove 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
0985e89335stb_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
94f2ceac15Fix typo in stbi__parse_uncompressed_block
Matthew Gregan
2016-03-12 01:55:59 +1300
8aa9afb30etypo
Sean Barrett
2016-03-07 20:44:59 -0800
b9bc6148d4linalg.h
Sean Barrett
2016-03-07 20:44:29 -0800
7e1ee2d386Allocate large structure using malloc instead of stack.
Thatcher Ulrich
2016-03-02 15:56:53 -0500
291ad22e84Replace large stack allocations with dynamic allocations.
Thatcher Ulrich
2016-03-02 15:31:07 -0500
5a00ce39ebFix a few warnings when building std_vorbis using Xcode 7.2.1
Thiago Goulart
2016-03-02 00:50:40 -0800
20f2eec024Update license with a few more tweaks and better English grammar.
Craig Donner
2016-02-25 13:02:58 -0800
ee6978cb68Slightly 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
a83ab31335Merge pull request #248 from ReadmeCritic/patch-1
Sean Barrett
2016-02-22 14:07:57 -0800
c0774cc7ebUpdate links for par_shapes, fastlz
ReadmeCritic
2016-02-22 08:50:47 -0800
a4c0a5e882Update other_libs.md
Sean Barrett
2016-02-22 06:26:21 -0800
32b19a6c8bUpdate other_libs.md
Sean Barrett
2016-02-20 02:15:04 -0800
49b65c0873Slightly 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
5e2d0fd777Add 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