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