Commit Graph

60 Commits

Author SHA1 Message Date
Naoyuki Sawa
9c6896c1ed Fix: VC++ warning cannot convert parameter. 2018-04-15 10:53:29 +09:00
vurtun
3f99a80f11 Added selectable tree nodes #626 2018-04-14 13:57:25 +02:00
vurtun
907db51a95 Merge branch 'pr_valist' of https://github.com/AntiBlueQuirk/nuklear into AntiBlueQuirk-pr_valist 2018-04-06 11:39:33 +02:00
AntiBlueQuirk
1ec96233a6 Fixing merge error 2018-04-05 12:57:21 -05:00
AntiBlueQuirk
e99a04bc03 Adding va_list versions of varargs functions 2018-04-05 11:17:26 -05:00
AntiBlueQuirk
47bc15f37f Fixed a case where rendering would assert if a temporary buffer failed to be allocated
Other parts of the draw_list code simply fail more or less silently when the
buffers fill up. The user could allocate bigger buffers and try again, except
that these particular functions assert when they fail to allocate the buffer.
2018-04-05 11:03:27 -05:00
vurtun
d374953d27 Fixed #657 contextual activation code 2018-04-04 16:43:09 +02:00
vurtun
60bd95c926 Updated src/ Readme 2018-04-02 19:26:47 +02:00
vurtun
2386b3730f Added Readme to /src folder 2018-04-02 18:46:25 +02:00
vurtun
f5aa92c5ca Seperated single header out into multiple files
Nuklear now comes in two flavours. For ones there is the single-header
version for distribution and multiple files inside the /src folder for
development and better readability. Since I don't want to manually
update each version if the other changes the /src directory includes a
python script developed by Apoorva Joshi to pack all files inside the
directory into a single header file.
2018-04-02 18:06:12 +02:00