Andreas Streichardt
a3f0da05ab
✨ make vulkan validation layers optional
2023-11-13 09:17:17 +01:00
Yukyduky
f88d7b58bb
Fixed tabs not being shown as disabled properly
2023-10-29 10:18:09 +01:00
Yukyduky
4545d184d3
Separated color_factor for button into text and background
...
Tree node button background looked out of place when disabled, so I made the background not be affected by being disabled.
2023-10-29 10:16:17 +01:00
Andreas Streichardt
e67d078b75
🔥 remove compiled spv files
2023-10-22 12:08:57 +02:00
Andreas Streichardt
b65f1aa28e
✨ add vulkan demo
2023-10-22 12:03:27 +02:00
Yukyduky
b1fcf9244f
Changed a false to an nk_false
2023-10-18 22:33:05 +02:00
Yukyduky
5a6569a2c9
Added disabled factor & performance improvement
...
Added NK_WIDGET_DISABLED_FACTOR, global factor for disabled color
2023-10-17 20:04:14 +02:00
Yukyduky
2b7f047f15
Merge branch 'master' of https://github.com/Immediate-Mode-UI/Nuklear into disable-widgets
2023-10-17 08:13:06 +02:00
Rob Loach
bed81e2f4e
Allow disabling STB_*_IMPLEMENTATION ( #578 )
...
When having stb_rect_pack or stb_truetype used elsewhere in your project, Nuklear could cause conflicts. This change adds `NK_NO_STB_RECT_PACK_IMPLEMENTATION` or `NK_NO_STB_TRUETYPE_IMPLEMENTATION` to allow disabling adding `STB_RECT_PACK_IMPLEMENTATION` or `STB_TRUETYPE_IMPLEMENTATION`.
2023-10-17 01:57:25 -04:00
Rob Loach
7478cd77e5
Merge pull request #577 from fitzsim/ppc64-1
...
Use __PPC64__ macro for GCC detection
2023-10-16 23:44:39 -04:00
Rob Loach
83e1ebb965
Merge pull request #582 from lockie/master
...
Fixed broken link in Allegro5 backend readme
2023-10-16 23:30:57 -04:00
Rob Loach
a2c541877e
Merge pull request #447 from FrostKiwi/horizontal_rule
...
Horizontal rule
2023-10-16 23:00:03 -04:00
Wladislav ヴラド Artsimovich
57d1f21056
Fix demo typo
2023-10-17 11:43:21 +09:00
Wladislav ヴラド Artsimovich
7384f0ed67
Regenerate Nuklear.h
2023-10-17 11:41:11 +09:00
Wladislav ヴラド Artsimovich
2ec96be4b9
Add horizontal rule demo
2023-10-17 11:37:30 +09:00
Wladislav ヴラド Artsimovich
894f2776f7
Merge remote-tracking branch 'upstream/master' into horizontal_rule
2023-10-17 11:17:55 +09:00
Andrew Kravchuk
6319e8f787
Fixed broken link in Allegro5 backend readme
2023-10-16 14:01:07 +02:00
Yukyduky
25cda15319
Fixed two copy paste mistakes
2023-10-13 11:56:14 +02:00
Yukyduky
8016ff334d
Added feature to disable widgets
2023-10-11 21:27:52 +02:00
Rob Loach
a14e55f536
Merge pull request #576 from nyaruku/master
...
gdi: Fix for GDI and GDI+ example
2023-09-16 19:41:16 -04:00
Thomas Fitzsimmons
83df3367b4
Use __PPC64__ macro for GCC detection
2023-09-12 16:26:17 -04:00
nyaruku
036f8226bb
Fixed Transparent Text Background for GDI
...
Co-authored-by: Rob Loach <robloach@gmail.com>
2023-09-12 18:47:27 +03:00
nyaruku
0435477a91
Fix Copy/Paste/Select All for Text Input
2023-09-08 16:29:21 +03:00
nyaruku
1aae7b555a
Update nuklear_gdi.h
2023-09-06 05:00:45 +03:00
nyaruku
24ceaad002
Add files via upload
2023-09-06 04:47:25 +03:00
Rob Loach
614abce05b
Merge pull request #563 from FrostKiwi/fix_click-drag_on_touch
...
Fix click drag on touch + WebBrowsers
2023-08-03 11:50:52 -04:00
Rob Loach
12d4e2b257
Merge pull request #545 from vabenil/fix_doc_variable
...
fix variable name in docs
2023-08-03 11:46:43 -04:00
Rob Loach
e3c5384a0e
Merge pull request #558 from riri/fix-demo-titlebar-options
...
Fixfixed titlebar options in overview demo
2023-08-03 11:45:36 -04:00
Rob Loach
017f27be5b
Merge pull request #531 from dulingzhi/fix/incorrect-font-bake
...
Fix incorrect glyph index in nk_font_bake
2023-08-02 03:21:52 -04:00
dumblob
b4b94b0486
Merge pull request #564 from Immediate-Mode-UI/remove-doc-binary
...
documentation: Remove the "doc" binary from repo (it is being rebuilt on demand anyway)
2023-07-10 10:40:05 +02:00
Rob Loach
351e5d7296
doc: Add clean up, and git ignore the binary
2023-07-09 22:18:20 -04:00
Rob Loach
4848a03282
Remove doc binary
2023-07-09 22:17:11 -04:00
Wladislav ヴラド Artsimovich
71bc457d39
Update nuklear.h
2023-06-26 19:37:51 +09:00
Wladislav ヴラド Artsimovich
e48dd2144f
Fix Click-Drag for touch events.
2023-06-26 19:30:45 +09:00
Richard Gill
ca2a26083a
Merge pull request #541 from rongcuid/master
...
Include all docs in generated HTML
2023-06-15 14:18:03 +02:00
Richard Gill
77490e155c
fixed titlebar options in overview demo
2023-05-16 09:21:51 +02:00
Richard Gill
fa4ed560dd
Delete index.html
...
removed that one as it has no purpose (empty anyway)
2023-04-28 21:58:43 +02:00
Rob Loach
1d9fb0bc79
Merge pull request #550 from lockie/master
...
demo/allegro5: minor string-related tweaks
2023-03-09 15:15:51 -05:00
Andrew Kravchuk
c09e3b36f8
demo/allegro5: minor string-related tweaks
2023-03-01 18:53:02 +01:00
vabenil
f0e776031b
Fix docs variable name in source
2023-02-20 18:59:43 +02:00
vabenil
892a5cb7ca
fix variable name in docs
2023-02-17 15:53:55 +02:00
Rongcui Dong
289bcd7071
Merge branch 'feature/update-doc'
2023-01-17 15:19:17 -05:00
Rongcui Dong
cb6132f171
Update docs
2023-01-17 15:19:05 -05:00
Rongcui Dong
5479c93bb5
Merge remote-tracking branch 'origin/master' into feature/update-doc
2023-01-17 14:59:29 -05:00
dumblob
25b84d101d
Merge pull request #538 from LonerDan/patch-1
...
readme: remove link to no longer existing online "amalgamation" tool
2023-01-13 13:43:50 +01:00
LonerDan
7c84c3cc18
Remove link to no longer existing tool
...
The link to the online single header packer (https://apoorvaj.io/single-header-packer.html ) no longer works (returns 404), so remove it.
2023-01-13 12:33:12 +01:00
Jai
23cb43f5eb
Fix incorrect glyph index in nk_font_bake
2022-12-23 22:36:59 +08:00
Rob Loach
f60c63ad12
Merge pull request #529 from Immediate-Mode-UI/gitmodules-remove
...
Remove .gitmodules as it's not used anymore
2022-12-18 14:07:50 -05:00
Rob Loach
7c40d519f0
Merge pull request #522 from learn-more/renderer_name
...
demo/win32: Add the renderer name to the window title
2022-12-17 17:41:39 -05:00
Rob Loach
9878e57d61
Merge pull request #523 from learn-more/editorconfig
...
utils: Add .yml indent_size to .editorconfig
2022-12-17 14:10:54 -05:00