.. |
CHANGELOG
|
Add Changelog in nuklear.h for 4.12.1
|
2024-03-07 13:40:31 +01:00 |
CREDITS
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
HEADER
|
Add link from the documentation to the code
|
2022-12-03 21:57:14 +01:00 |
LICENSE
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
Readme.md
|
Remove link to no longer existing tool
|
2023-01-13 12:33:12 +01:00 |
build.py
|
Remove trailing spaces
|
2020-10-02 22:49:02 -07:00 |
nuklear.h
|
add knobs
|
2024-08-19 00:54:52 +00:00 |
nuklear_9slice.c
|
Fix warnings in C89 builds
|
2021-09-09 08:40:18 +02:00 |
nuklear_buffer.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_button.c
|
Add triangle outline symbols (#654)
|
2024-06-30 13:30:17 -04:00 |
nuklear_chart.c
|
s/hide_markers/show_markers/
|
2024-02-26 22:58:44 -05:00 |
nuklear_color.c
|
Suppress MSVC compiler `possible loss of data` warning with explicit cast
|
2024-01-23 09:18:21 +07:00 |
nuklear_color_picker.c
|
Added feature to disable widgets
|
2023-10-11 21:27:52 +02:00 |
nuklear_combo.c
|
Added feature to disable widgets
|
2023-10-11 21:27:52 +02:00 |
nuklear_context.c
|
Add `const` qualifier to more `nk_allocator` parameters
|
2024-05-21 12:36:02 -07:00 |
nuklear_contextual.c
|
Fix bitwise operations warnings in C++20
|
2024-03-07 13:27:33 +01:00 |
nuklear_draw.c
|
Fix warnings in C89 builds
|
2021-09-09 08:40:18 +02:00 |
nuklear_edit.c
|
Fixed C90 compliance issue
|
2023-11-20 13:56:19 +01:00 |
nuklear_font.c
|
Add casts for stbtt alloc userdata
|
2024-05-21 12:43:04 -07:00 |
nuklear_group.c
|
Replace every boolean int by nk_bool
|
2020-09-04 08:29:43 -04:00 |
nuklear_image.c
|
Add support for 9-slice/9-patch (#304)
|
2021-08-17 22:34:52 +02:00 |
nuklear_input.c
|
Fix Click-Drag for touch events.
|
2023-06-26 19:30:45 +09:00 |
nuklear_internal.h
|
add atan(x) and atan2(y,x)
|
2024-08-19 01:00:05 +00:00 |
nuklear_knob.c
|
add knob widget
|
2024-08-19 00:48:39 +00:00 |
nuklear_layout.c
|
window: Fix hover state when window is minimized (#284)
|
2021-12-22 14:43:42 -05:00 |
nuklear_list_view.c
|
Replace every boolean int by nk_bool
|
2020-09-04 08:29:43 -04:00 |
nuklear_math.c
|
add atan(x) and atan2(y,x)
|
2024-08-19 00:58:22 +00:00 |
nuklear_menu.c
|
Added feature to disable widgets
|
2023-10-11 21:27:52 +02:00 |
nuklear_page_element.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_panel.c
|
Update nuklear_panel.c
|
2024-06-17 19:56:16 +03:00 |
nuklear_pool.c
|
Add `const` qualifier to more `nk_allocator` parameters
|
2024-05-21 12:36:02 -07:00 |
nuklear_popup.c
|
Fix bitwise operations warnings in C++20
|
2024-03-07 13:27:33 +01:00 |
nuklear_progress.c
|
Added feature to disable widgets
|
2023-10-11 21:27:52 +02:00 |
nuklear_property.c
|
property: Allow optional labels for properties with # (#634)
|
2024-04-28 02:42:54 -04:00 |
nuklear_scrollbar.c
|
Add support for 9-slice/9-patch (#304)
|
2021-08-17 22:34:52 +02:00 |
nuklear_selectable.c
|
Removed color factoring for item colored selectables
|
2023-11-20 14:02:12 +01:00 |
nuklear_slider.c
|
Added feature to disable widgets
|
2023-10-11 21:27:52 +02:00 |
nuklear_string.c
|
Fix nk_str_{append,insert}_str_utf8 always returning 0
|
2022-10-24 10:40:48 +02:00 |
nuklear_style.c
|
Update nuklear_style.c
|
2024-08-19 01:10:19 +00:00 |
nuklear_table.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_text.c
|
Added feature to disable widgets
|
2023-10-11 21:27:52 +02:00 |
nuklear_text_editor.c
|
Add `const` qualifier to more `nk_allocator` parameters
|
2024-05-21 12:36:02 -07:00 |
nuklear_toggle.c
|
Replaced tabs with spaces
|
2023-12-12 15:30:13 +01:00 |
nuklear_tooltip.c
|
Fix bitwise operations warnings in C++20
|
2024-03-07 13:27:33 +01:00 |
nuklear_tree.c
|
Fixed missing color factoring for widget disabling
|
2023-11-20 14:01:22 +01:00 |
nuklear_utf8.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_util.c
|
Add `const` qualifier to more `nk_allocator` parameters
|
2024-05-21 12:36:02 -07:00 |
nuklear_vertex.c
|
Improve one poor case of indentation
|
2024-07-18 09:04:14 +01:00 |
nuklear_widget.c
|
Separated color_factor for button into text and background
|
2023-10-29 10:16:17 +01:00 |
nuklear_window.c
|
Update nuklear_window.c
|
2024-08-14 00:38:41 +00:00 |
paq.bat
|
Update paq.bat
|
2024-08-19 00:47:45 +00:00 |
paq.sh
|
Update paq.sh
|
2024-08-19 00:47:46 +00:00 |
stb_rect_pack.h
|
Fix typos.
|
2023-12-20 00:41:52 -05:00 |
stb_truetype.h
|
Update to stb_rect_pack.h v1.01 and stb_truetype.h v1.26
|
2021-12-14 22:49:12 -05:00 |