.. |
CHANGELOG
|
Made the PR not break current API
|
2023-11-28 09:52:30 +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
|
Fixed missed removed alignment params
|
2023-11-28 09:58:43 +01: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
|
Merge branch 'master' of https://github.com/Immediate-Mode-UI/Nuklear into disable-widgets
|
2023-11-20 12:55:39 +01:00 |
nuklear_chart.c
|
Fixed two copy paste mistakes
|
2023-10-13 11:56:14 +02: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
|
Replace every boolean int by nk_bool
|
2020-09-04 08:29:43 -04:00 |
nuklear_contextual.c
|
Added feature to disable widgets
|
2023-10-11 21:27:52 +02: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
|
Fix incorrect glyph index in nk_font_bake
|
2022-12-23 22:36:59 +08: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
|
Replaced tabs with spaces
|
2023-12-12 15:30:13 +01: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
|
Update docs
|
2023-01-17 15:19:05 -05: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
|
Revert "Fix layout bounds not accounting for padding"
|
2021-12-22 14:14:50 -05:00 |
nuklear_pool.c
|
Fix warnings about sign conversion (#323)
|
2021-08-15 21:30:49 +02:00 |
nuklear_popup.c
|
Replace every boolean int by nk_bool
|
2020-09-04 08:29:43 -04:00 |
nuklear_progress.c
|
Added feature to disable widgets
|
2023-10-11 21:27:52 +02:00 |
nuklear_property.c
|
Added feature to disable widgets
|
2023-10-11 21:27:52 +02: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
|
Separated color_factor for button into text and background
|
2023-10-29 10:16:17 +01: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
|
Update NK_MIN() call to save a line of code
|
2022-08-03 13:00:54 -04:00 |
nuklear_toggle.c
|
Replaced tabs with spaces
|
2023-12-12 15:30:13 +01:00 |
nuklear_tooltip.c
|
Replace every boolean int by nk_bool
|
2020-09-04 08:29:43 -04: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
|
Replace every boolean int by nk_bool
|
2020-09-04 08:29:43 -04:00 |
nuklear_vertex.c
|
rename null texture field to tex_null
|
2022-06-27 00:15:14 +02:00 |
nuklear_widget.c
|
Separated color_factor for button into text and background
|
2023-10-29 10:16:17 +01:00 |
nuklear_window.c
|
Changed a false to an nk_false
|
2023-10-18 22:33:05 +02:00 |
paq.bat
|
Add support for 9-slice/9-patch (#304)
|
2021-08-17 22:34:52 +02:00 |
paq.sh
|
Add support for 9-slice/9-patch (#304)
|
2021-08-17 22:34:52 +02:00 |
stb_rect_pack.h
|
Update to stb_rect_pack.h v1.01 and stb_truetype.h v1.26
|
2021-12-14 22:49:12 -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 |