Commit Graph

1868 Commits

Author SHA1 Message Date
Ingo Rohloff
0844f1e112 Update doc/nuklear.html 2019-12-03 19:05:20 +01:00
Ingo Rohloff
c8c57aa355 Update nuklear.h 2019-12-03 19:05:10 +01:00
Ingo Rohloff
4fb0b790ed Converting C++ style comment into C style comment in nuklear_math.c
(fixes commit 12b20bb0f4 "Fixing the nk_cos function...")
2019-12-03 19:04:46 +01:00
Ingo Rohloff
f3353a29a6 Update CHANGELOG, package.json 2019-12-03 19:03:22 +01:00
Ingo Rohloff
b4bace80b7 fix nk_do_edit autoscroll.
How to test:
Create an edit widget.
Enter a long text into the edit widget.
Press "home" so that widget autoscrolls to start of text.
Press "end" so that widget now should jump to end of text.
Previously you had to press "end" several times to jump to the end of text.
This patch fixes that (pressing "end" once will jump to the end of text).
2019-12-03 19:03:02 +01:00
dumblob
00dc8ed557
Merge pull request #4 from Nielsbishere/patch-1
Update Travis links in Readme.md
2019-11-29 11:02:39 +01:00
Nielsbishere
67040cb880
Update Readme.md
Updated links. Please move travis to Immediate-Mode-UI/nuklear.
2019-11-28 10:33:58 +01:00
dumblob
adc52d710f
Merge pull request #918 from crazyBaboon/master
comment icon_load() as it is not being used currently
2019-10-01 15:10:14 +02:00
crazyBaboon
1de7702b84
update comment related to icon_load() 2019-10-01 10:30:30 +01:00
crazyBaboon
f7e79476ee
comment out icon_load()
As suggested, altought icon_load() is not used to build this example/canvas.c,
it might still be useful. So instead of deleting, the function is now commented.
2019-10-01 10:29:34 +01:00
crazyBaboon
c52193b3f2
icon_load() function not used
This function was not used in this file, so... removed.
2019-09-30 23:58:37 +01:00
dumblob
3e13d36678
Merge pull request #912 from eax0r/travis-fix
fix Travis not running due to missing package repositories
2019-09-23 00:39:16 +02:00
eax0r
250dd4eb97
No need to build GLFW 2019-09-22 23:42:29 +02:00
eax0r
e0d7073821
Travis: Fix
Travis CI should build ok now. It was not able to fetch the pyglfw repository.
2019-09-22 19:53:02 +02:00
dumblob
51f793b40d
Merge pull request #909 from eax0r/master
Minor changelog formatting adjustments
2019-09-20 22:55:58 +02:00
eax0r
385c646e3d
Update nuklear.html 2019-09-20 18:51:30 +02:00
eax0r
c196d5396c
Update nuklear.h 2019-09-20 18:47:27 +02:00
eax0r
cda62724c6
Update CHANGELOG 2019-09-20 18:44:07 +02:00
dumblob
df60f5590d
Merge pull request #761 from sukhchainn/patch-2
Remove superfluous #include <math.h>
2019-09-20 18:04:41 +02:00
dumblob
1b3a5f1199
Merge pull request #908 from eax0r/master
Fix a bug wherein combobox cannot be closed by clicking the header + Update documentation link to use Statically (CLEAN)
2019-09-20 17:50:44 +02:00
eax0r
52001b0d5f
Update documentation link to use Statically
RawGit has reached the end of its useful life, and will eventually be closed in October of 2019. After some comparisons Staticaly seems to be the most suitable for production needs.

Official RawGit post: https://t.co/CeGyg052Q9
2019-09-20 17:12:07 +02:00
eax0r
5c4618fc57
Update nuklear.h 2019-09-20 04:22:45 +02:00
eax0r
5e6cdbc432
Update package.json 2019-09-20 03:45:06 +02:00
eax0r
acff9850d8
Update CHANGELOG 2019-09-20 03:44:40 +02:00
eax0r
ea375a1d3a
Fix a bug where combobox cannot be closed by clicking the header when NK_BUTTON_TRIGGER_ON_RELEASE is defined 2019-09-20 03:25:19 +02:00
dumblob
c43600b77e
Merge pull request #904 from Hejsil/add-ctrl-support-for-x11-demos
Add ctrl support for x11 demos
2019-09-18 18:42:55 +02:00
Jimmi Holst Christensen
7fafcb3ac7 add ctrl support for x11 demos 2019-09-18 18:27:25 +02:00
dumblob
326f11ea10
Merge pull request #902 from crazyBaboon/master
Use C89 comments (fixing a regression from the last merge)
2019-09-13 13:57:23 +02:00
crazyBaboon
ab742d9126
Use C style comment
C++ style comments are not allowed in ISO C89
2019-09-13 12:04:41 +01:00
dumblob
2db642ee88
Merge pull request #900 from molecularentropy/master
Significantly increase nk_cos precision with almost negligible performance impact.
2019-09-10 11:40:06 +02:00
Tom Gaudasinski
12b20bb0f4 Fixing the nk_cos function with a new implementation generated from lolremez. Old one deviated significantly from a cos() implementation. 2019-09-10 18:54:35 +10:00
dumblob
6a754e566d
Merge pull request #898 from molecularentropy/master
Issue #896: Allow re-baking without clearing the baker.
2019-09-08 10:22:52 +02:00
Tom Gaudasinski
c38d4dff41 Upping the version. Adding changelog message. Adding comment as to why glyph_count needs to be zeroed. 2019-09-08 18:10:42 +10:00
Tom Gaudasinski
01460cafa2 Issue #896: If we're not merging, then it's possible we're re-baking. Clear the glyph counter so that we start from zero again. 2019-09-08 13:41:58 +10:00
dumblob
5d81d324c4
Merge pull request #886 from Hejsil/use-memset-macros-in-x11-demoes
use NK_MEMSET instead of nk_memset in X11 demos
2019-08-19 23:10:45 +02:00
Jmmi
f176f3d7e6 use memset macros instead of fn in x11 demos 2019-08-16 22:20:22 +02:00
dumblob
8cd276714c
Merge pull request #876 from Lory171/master
x11_xft fixes
2019-07-23 11:55:46 +02:00
Lory171
130f0a6303
x11_xft fixes
Fixes for the X11 backend with XFT fonts from demo/x11_xft:
- fixed some memory leaks by destroying XFT objects during cleanup 
- the function to get text width was returning the wrong value
- the clipping space of text boxes was not implemented for XFT
- misc
2019-07-23 01:34:43 +02:00
dumblob
c3f6c73d5c
Merge pull request #872 from moeinfinityx/patch-1
Add type conversion for calloc
2019-07-10 14:24:24 +02:00
Infinity_X
15e4dae107
Add type conversion for calloc 2019-07-10 19:32:36 +08:00
dumblob
5fa99df235
Merge pull request #871 from Lory171/x11_xft-fix-resize-issue
x11_xft fix resize issue
2019-07-09 09:16:28 +02:00
Lory171
7decd7c600
x11_xft fix resize issue 2019-07-08 20:55:35 +02:00
dumblob
cc7a5430fb
Merge pull request #802 from keharriso/get-set-scroll
Add nk_***_get_scroll and nk_***_set_scroll for groups, windows, and popups
2019-06-23 21:12:57 +02:00
Kevin Harrison
d056ca6e72 Fix slashes in documentation 2019-06-23 14:12:21 -04:00
Kevin Harrison
2c49a120ea Update changelog in doc/nuklear.html 2019-06-23 20:22:28 +03:00
Kevin Harrison
a293ca4591 Bump version to 4.01.0 2019-06-23 20:20:37 +03:00
Kevin Harrison
26a3480a31 Allow for NULL arguments to nk_***_get_scroll 2019-06-23 20:20:37 +03:00
Kevin Harrison
213e3af261 Add nk_popup_get_scroll and nk_popup_set_scroll 2019-06-23 20:20:37 +03:00
Kevin Harrison
42f4a03273 Add nk_window_get_scroll and nk_window_set_scroll 2019-06-23 20:20:37 +03:00
Kevin Harrison
b9f84362fb Add nk_group_get_scroll and nk_group_set_scroll 2019-06-23 20:20:37 +03:00