Hansi Raber
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)
2016-04-29 04:51:48 +02:00
Sean Barrett
e2505ba00c
Update other_libs.md
2016-04-19 09:32:23 -07:00
Sean Barrett
25b476af56
Update other_libs.md
2016-04-19 07:58:48 -07:00
Sean Barrett
d529e04555
Merge pull request #286 from tversteeg/master
...
Add @vurtun his nuklear library to Other Libraries
2016-04-19 07:57:08 -07:00
Thomas Versteeg
72e10c7e21
Fix the nuklear library in other_libs.md
...
Change the usable language from C to C/C++
2016-04-19 16:01:10 +02:00
Thomas Versteeg
376774cb35
Add @vurtin his nuklear library to other_libs
2016-04-19 13:24:18 +02:00
Sean Barrett
aa1041bae8
stbcc 0.94
2016-04-17 09:16:54 -07:00
Sean Barrett
25b1f563d1
stbcc 0.94
2016-04-17 09:16:26 -07:00
Sean Barrett
51393c0a7a
remove dead code after previous optimizations
2016-04-17 08:45:06 -07:00
Sean Barrett
d1eba33305
fix bug w/ large clumps per cluster;
...
reduce time spent on global union-find by skipping clumps that don't touch edges
2016-04-17 08:12:52 -07:00
Sean Barrett
484605343f
memory usage clarification
2016-04-16 14:14:04 -07:00
Sean Barrett
5ebbfd02e9
update readme
2016-04-16 14:08:03 -07:00
Sean Barrett
ad55a9b383
version 0.93
...
assign surplus adjacency storage only to clumps that touch edge
document timings and memory usage
2016-04-16 14:05:40 -07:00
Sean Barrett
0b50f1e8d6
Merge branch 'working' into test
2016-04-16 13:13:00 -07:00
Sean Barrett
667f79589a
forgot to include stb_connected_components test source file
2016-04-16 12:58:37 -07:00
Sean Barrett
a7193080f7
Merge branch 'working' into test
2016-04-16 12:39:46 -07:00
Sean Barrett
1d6e55ab1e
reduce storage for stb_connected_components.h
2016-04-16 12:32:40 -07:00
Sean Barrett
e585dad291
change map image formats to workaround stb_image bug
2016-04-16 11:21:59 -07:00
Sean Barrett
0214a3c71f
untested simple batching;
...
document algorithm;
automatically use sqrt(N) instead of 32 as cluster size
2016-04-16 10:04:03 -07:00
Sean Barrett
1392344cdd
include stb_connected_components.h in main stb compile tests, add test app
2016-04-16 09:14:39 -07:00
Sean Barrett
435e0c757c
update stbcc
2016-04-15 21:41:08 -07:00
Sean Barrett
d32dc9f43a
add todo list, try to compile as C++ (untested), tweak data structure
2016-04-15 21:40:37 -07:00
Sean Barrett
31bc5d1ecc
Merge branch 'master' of https://github.com/nothings/stb
2016-04-15 19:22:42 -07:00
Sean Barrett
1c5a92440d
stb_connected_components added
2016-04-15 19:22:22 -07:00
Sean Barrett
133a565624
yocto stuff
2016-04-14 07:30:23 -07:00
Sean Barrett
4c519106a7
back out previous change to stb_vorbis (truncation of last frame in corrupt file)
2016-04-04 18:39:30 -07:00
ocornut
75ce29fe0b
stb_textedit: Add support for custom move word left/right handlers
2016-04-02 23:55:01 +02:00
Sean Barrett
5aef2b50aa
Merge branch 'master' of https://github.com/nothings/stb
2016-04-02 13:46:39 -07:00
Sean Barrett
62d773db5d
updat versions
2016-04-02 13:46:11 -07:00
Sean Barrett
a1a918a487
fix unused variable warning
2016-04-02 13:45:32 -07:00
Sean Barrett
fdca443892
fix crash in 2.11
2016-04-02 07:29:34 -07:00
Sean Barrett
136455df6d
clarify
2016-04-02 04:55:44 -07:00
Sean Barrett
fcdf5c682e
Merge branch 'master' of https://github.com/nothings/stb
2016-04-02 04:52:02 -07:00
Sean Barrett
6e4154737c
update version numbers, documentation, and contributors
2016-04-02 04:51:26 -07:00
Sean Barrett
b03133000a
avoid dropping final frame of audio data due to wrong test
2016-04-02 04:20:36 -07:00
Sean Barrett
7a694bdcca
re-enable SSE2 code on x64 except with gcc
2016-04-02 04:01:59 -07:00
Sean Barrett
92bd7a49a8
emscripten needs explicit alloca as well
2016-04-02 03:57:17 -07:00
Sean Barrett
56e8fd063c
don't leak vertex data if text is scaled to 0
2016-04-02 03:55:03 -07:00
Sean Barrett
538b96d6e2
remove claims of supporting C++ in stretchy_buffer
2016-04-02 03:52:47 -07:00
Sean Barrett
5990ff8a47
remove duplicate typedef of stbtt_fontinfo
2016-04-02 03:51:19 -07:00
Sean Barrett
201af99d9f
return correct # of channels for PNG
2016-04-02 03:49:46 -07:00
Sean Barrett
65edb64dd8
Merge branch 'master' into working
2016-04-02 03:45:01 -07:00
Sean Barrett
75c5908f95
fix includes for linux alloca
2016-04-02 03:44:50 -07:00
Sean Barrett
591c7f8cb3
remove white matting when loading transparent PSD
2016-04-02 03:44:50 -07:00
Sean Barrett
a8876b884d
fix _WIN32 if STB_THREADS
2016-04-02 03:44:37 -07:00
Jörn Heusipp
aeba55604a
stb_vorbis: Fix memory leak in start_decoder().
2016-04-02 03:44:37 -07:00
Sean Barrett
b7603b0ca6
dr_flac
2016-04-02 03:34:51 -07:00
Sean Barrett
8420e20af6
Merge branch 'for-upstream-fix-stbvorbis-startdecoder-memleak' of https://github.com/manxorist/stb into working
2016-04-02 02:59:53 -07:00
Sean Barrett
8f368799e1
Merge branch 'for-upstream-stbvorbis-fix-memleaks' of https://github.com/manxorist/stb
2016-04-02 02:58:19 -07:00
Sean Barrett
c03f4b3c2f
Merge branch 'patch-1' of https://github.com/kinetiknz/stb
2016-04-02 02:57:34 -07:00