Kevin Harrison
|
5255830af4
|
Merge pull request #32 from megagrump/nk_tree_state
Support for nk_tree_state_push/pop
|
2018-12-18 13:42:55 -05:00 |
|
Kevin Harrison
|
75da1af2b6
|
Fix nk_love_tree_state_push by making the image argument optional
|
2018-12-18 13:41:41 -05:00 |
|
Kevin Harrison
|
08abd141ce
|
Merge pull request #33 from megagrump/canvas-image
Canvas support for nk_love_image
|
2018-12-18 12:38:02 -05:00 |
|
Grump
|
a7991c524e
|
added Canvas support
|
2018-12-18 15:51:08 +01:00 |
|
Grump
|
42ca8ed3c0
|
added support for nk_tree_state
|
2018-12-18 15:18:44 +01:00 |
|
Kevin Harrison
|
976ff9f63b
|
Add closure alternatives to begin/end pairs
|
2018-12-16 17:15:17 -05:00 |
|
Kevin Harrison
|
bb3ffeb957
|
Add template layout and allow manual edit focus/unfocus
|
2018-12-15 13:36:43 -05:00 |
|
Kevin Harrison
|
752eacec7c
|
Fix tooltip transparency
|
2018-12-14 17:32:56 -05:00 |
|
Kevin Harrison
|
8f7926039b
|
Add Quad support for images
|
2018-12-14 14:46:02 -05:00 |
|
Kevin Harrison
|
06114619e6
|
Remove unnecessary code from luaopen_nuklear
|
2018-12-13 20:38:38 -05:00 |
|
Kevin Harrison
|
a3d532378b
|
Allow proper 1-pixel width lines (#22)
|
2018-12-13 20:14:57 -05:00 |
|
Kevin Harrison
|
dfeed19486
|
Update README.md to use nuklear.newUI
|
2018-12-13 18:36:55 -05:00 |
|
Kevin Harrison
|
d73fde8fb1
|
Add section header comments
|
2018-12-13 17:49:02 -05:00 |
|
Kevin Harrison
|
d7ed3d0fb7
|
Update nuklear to 181cfd8
|
2018-12-13 17:15:03 -05:00 |
|
Kevin Harrison
|
569591e6eb
|
Add button to transform example
|
2018-12-13 16:03:52 -05:00 |
|
Kevin Harrison
|
2880f0532a
|
Merge master
|
2018-12-13 14:37:12 -05:00 |
|
Kevin Harrison
|
d4f4980ae8
|
Incorporate changes from master
|
2018-12-13 14:29:32 -05:00 |
|
Kevin Harrison
|
4d001728a0
|
Add proper build instructions to README.md
|
2018-06-29 15:32:06 -04:00 |
|
Kevin Harrison
|
c09651b655
|
Merge pull request #23 from mgerhardy/fixes
Fixed warnings and removed unused methods and global vars
|
2018-04-30 18:59:08 -04:00 |
|
Kevin Harrison
|
4b844d6341
|
Merge branch 'master' into fixes
|
2018-04-30 18:58:28 -04:00 |
|
Kevin Harrison
|
36b788c05a
|
Merge pull request #26 from jamestn529/master
Change color scale to 0 - 1.0
|
2018-04-30 18:41:58 -04:00 |
|
James Nelson
|
d8234fcc1c
|
Change color scale from 0 - 255 to 0 - 1.0
|
2018-04-18 14:23:09 -06:00 |
|
Martin Gerhardy
|
b51de073da
|
Fixed warnings and removed unused methods and global vars
|
2018-01-05 17:05:36 +01:00 |
|
Kevin Harrison
|
26f05c82e4
|
Allow per-context transformations (#9)
|
2016-12-29 23:20:11 -05:00 |
|
Kevin Harrison
|
8b5482e74f
|
Fix frameBegin to use correct context
|
2016-12-20 15:48:07 -05:00 |
|
Kevin Harrison
|
47128fed66
|
Allow multiple contexts to persist at once
|
2016-12-19 22:27:42 -05:00 |
|
Kevin Harrison
|
c2fefb0601
|
Improve error handling
|
2016-12-19 13:19:42 -05:00 |
|
Kevin Harrison
|
8aa93de803
|
Replace layout_ratios and points with single floats array
|
2016-12-18 20:08:51 -05:00 |
|
Kevin Harrison
|
1d86aa51f4
|
Replace spaces with tabs
|
2016-12-17 10:37:35 -05:00 |
|
Kevin Harrison
|
47a7a6044d
|
Add drawing and input functions (#8)
* nk.widgetHasMousePressed
* nk.widgetHasMouseReleased
* nk.widgetIsMousePressed
* nk.widgetIsMouseReleased
* nk.line
* nk.curve
* nk.polygon
* nk.circle
* nk.ellipse
* nk.arc
* nk.rectMultiColor
* nk.scissor
* nk.image
* nk.text
* nk.inputHasMousePressed
* nk.inputHasMouseReleased
* nk.inputIsMousePressed
* nk.inputIsMouseReleased
* nk.inputWasHovered
* nk.inputIsHovered
|
2016-12-16 21:59:32 -05:00 |
|
Kevin Harrison
|
0b794f3538
|
Increase style stack sizes (#6)
|
2016-12-15 13:08:25 -05:00 |
|
Kevin Harrison
|
8c0a93e6c5
|
Fix windowsIsHovered -> windowIsHovered (#7)
|
2016-12-15 08:52:36 -05:00 |
|
Kevin Harrison
|
2d0611adfe
|
Fix point size in multi-color rect
|
2016-12-03 15:36:10 -05:00 |
|
Kevin Harrison
|
cb390c2dcd
|
Update Nuklear to ca1c9b3
|
2016-12-03 14:01:51 -05:00 |
|
Kevin Harrison
|
6f9a955946
|
Change from snake_case to camelCase for consistency with LOVE
|
2016-12-03 13:58:58 -05:00 |
|
Kevin Harrison
|
c676186163
|
Fix color picker hue value (#3)
|
2016-11-28 12:38:10 -05:00 |
|
Kevin Harrison
|
7a519c49f0
|
Update README.md to mention Linux binaries
|
2016-11-22 16:31:00 -05:00 |
|
Kevin Harrison
|
c018a750e8
|
Add releases link to README.md
|
2016-11-22 13:13:04 -05:00 |
|
Kevin Harrison
|
5098cccf7e
|
Update Nuklear to 67ad444
|
2016-11-21 16:42:49 -05:00 |
|
Kevin Harrison
|
681ebb06ea
|
initial commit
|
2016-11-15 14:13:38 -05:00 |
|