.. |
build.py
|
Fixes newline issue on windows with the paq script
|
2020-06-05 10:42:36 +01:00 |
CHANGELOG
|
fix nk_do_edit: Keep scroll position when re-activating edit widget.
|
2020-05-27 15:24:18 +02:00 |
CREDITS
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
HEADER
|
Include stdarg (#128)
|
2020-05-14 18:43:29 +02:00 |
LICENSE
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_buffer.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_button.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_chart.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_color_picker.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_color.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_combo.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_context.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_contextual.c
|
Fixed #674 popup and contextual combination problems
|
2018-04-23 11:06:18 +02:00 |
nuklear_draw.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_edit.c
|
fix nk_do_edit: Keep scroll position when re-activating edit widget.
|
2020-05-27 15:24:18 +02:00 |
nuklear_font.c
|
really fixed memory issue
|
2020-03-06 12:51:36 +02:00 |
nuklear_group.c
|
Allow for NULL arguments to nk_***_get_scroll
|
2019-06-23 20:20:37 +03:00 |
nuklear_image.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_input.c
|
Add NK_KEYSTATE_BASED_INPUT changes to src files
|
2018-10-31 12:42:30 -07:00 |
nuklear_internal.h
|
Fixed issue #87 - Compiler warnings about unused functions
|
2020-04-17 09:58:30 +02:00 |
nuklear_layout.c
|
Fixed warnings about unused variables
|
2020-04-09 09:42:33 +02:00 |
nuklear_list_view.c
|
Second attempt to fix #675
|
2018-04-23 16:17:24 +02:00 |
nuklear_math.c
|
Fixed issue #87 - Compiler warnings about unused functions
|
2020-04-17 09:58:30 +02:00 |
nuklear_menu.c
|
Fix 'nk_menubar' height calculation bug
|
2020-05-11 20:04:07 +03:00 |
nuklear_page_element.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_panel.c
|
Fix panel drawing bug where background wasn't drawn for last column
|
2019-06-12 14:10:28 -04:00 |
nuklear_pool.c
|
Do not use pool before checking for NULL
|
2020-04-06 23:46:28 +07:00 |
nuklear_popup.c
|
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 |
nuklear_progress.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_property.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_scrollbar.c
|
fix scrollbar dragging behavior, similar to #688
|
2018-08-26 11:26:57 +02:00 |
nuklear_selectable.c
|
Fix: VC++ warning cannot convert parameter.
|
2018-04-15 10:53:29 +09:00 |
nuklear_slider.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_string.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_style.c
|
Added selectable tree nodes #626
|
2018-04-14 13:57:25 +02:00 |
nuklear_table.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_text_editor.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_text.c
|
Added selectable tree nodes #626
|
2018-04-14 13:57:25 +02:00 |
nuklear_toggle.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_tooltip.c
|
Adding va_list versions of varargs functions
|
2018-04-05 11:17:26 -05:00 |
nuklear_tree.c
|
Fixed issue #87 - Compiler warnings about unused functions
|
2020-04-17 09:58:30 +02:00 |
nuklear_utf8.c
|
Seperated single header out into multiple files
|
2018-04-02 18:06:12 +02:00 |
nuklear_util.c
|
Fixed issue #87 - Compiler warnings about unused functions
|
2020-04-17 09:58:30 +02:00 |
nuklear_vertex.c
|
changed the boolean logic for the assert for the size of nk_draw_index
|
2018-08-27 21:33:02 +02:00 |
nuklear_widget.c
|
nk_widget_fitting() cleanup of unused variables
|
2020-03-18 21:06:55 +02:00 |
nuklear_window.c
|
Allow for NULL arguments to nk_***_get_scroll
|
2019-06-23 20:20:37 +03:00 |
nuklear.h
|
Include stdarg (#128)
|
2020-05-14 18:43:29 +02:00 |
paq.bat
|
modded build.py etc to convert comments in external files
|
2020-02-07 09:32:45 +02:00 |
paq.sh
|
modded build.py etc to convert comments in external files
|
2020-02-07 09:32:45 +02:00 |
Readme.md
|
Fixed linux note for paq.sh
|
2020-04-09 09:42:33 +02:00 |
stb_rect_pack.h
|
modded build.py etc to convert comments in external files
|
2020-02-07 09:32:45 +02:00 |
stb_truetype.h
|
modded build.py etc to convert comments in external files
|
2020-02-07 09:32:45 +02:00 |