Rob Loach e050f90339 Update SDL3 11 months ago
..
CHANGELOG f384e5829a Fix array subscript [0, 0] is outside array bounds of ‘char[1]’ 1 year ago
CREDITS f5aa92c5ca Seperated single header out into multiple files 7 years ago
HEADER.md 7cb39a360d C89 style comment blocks 1 year ago
LICENSE f5aa92c5ca Seperated single header out into multiple files 7 years ago
Readme.md 7c84c3cc18 Remove link to no longer existing tool 3 years ago
build.py 5eea89cccc feature: build.py now allows for space separated lists of files. 1 year ago
nuklear.h f384e5829a Fix array subscript [0, 0] is outside array bounds of ‘char[1]’ 1 year ago
nuklear_9slice.c 73a2062d70 Fix warnings in C89 builds 4 years ago
nuklear_buffer.c e050f90339 Update SDL3 11 months ago
nuklear_button.c 0319c0ff3b Add triangle outline symbols (#654) 1 year ago
nuklear_chart.c 254dfc2120 s/hide_markers/show_markers/ 1 year ago
nuklear_color.c a315d25b4c Update Nuklear 1 year ago
nuklear_color_picker.c 8016ff334d Added feature to disable widgets 2 years ago
nuklear_combo.c a315d25b4c Update Nuklear 1 year ago
nuklear_context.c 59b6277209 Add `const` qualifier to more `nk_allocator` parameters 1 year ago
nuklear_contextual.c 1edb78e4d0 Fix bitwise operations warnings in C++20 1 year ago
nuklear_draw.c a315d25b4c Update Nuklear 1 year ago
nuklear_edit.c df13a41ada Fixed C90 compliance issue 2 years ago
nuklear_font.c a315d25b4c Update Nuklear 1 year ago
nuklear_group.c 1e21ef2285 Replace every boolean int by nk_bool 5 years ago
nuklear_image.c 6322f53cb5 Add support for 9-slice/9-patch (#304) 4 years ago
nuklear_input.c e48dd2144f Fix Click-Drag for touch events. 2 years ago
nuklear_internal.h a315d25b4c Update Nuklear 1 year ago
nuklear_knob.c 3d5eb27f85 add knob widget 1 year ago
nuklear_layout.c a315d25b4c Update Nuklear 1 year ago
nuklear_list_view.c 1e21ef2285 Replace every boolean int by nk_bool 5 years ago
nuklear_math.c 175ff8118a Fix `nk_roundf()` int type casting (#742) 1 year ago
nuklear_menu.c 8016ff334d Added feature to disable widgets 2 years ago
nuklear_page_element.c f5aa92c5ca Seperated single header out into multiple files 7 years ago
nuklear_panel.c d3d4a3e96e Update nuklear_panel.c 1 year ago
nuklear_pool.c 59b6277209 Add `const` qualifier to more `nk_allocator` parameters 1 year ago
nuklear_popup.c a315d25b4c Update Nuklear 1 year ago
nuklear_progress.c 8016ff334d Added feature to disable widgets 2 years ago
nuklear_property.c 9e0ae9f752 Fix property border color 1 year ago
nuklear_scrollbar.c 6322f53cb5 Add support for 9-slice/9-patch (#304) 4 years ago
nuklear_selectable.c 39e2ee3ce4 Removed color factoring for item colored selectables 2 years ago
nuklear_slider.c 8016ff334d Added feature to disable widgets 2 years ago
nuklear_string.c a315d25b4c Update Nuklear 1 year ago
nuklear_style.c a315d25b4c Update Nuklear 1 year ago
nuklear_table.c a315d25b4c Update Nuklear 1 year ago
nuklear_text.c 8016ff334d Added feature to disable widgets 2 years ago
nuklear_text_editor.c 59b6277209 Add `const` qualifier to more `nk_allocator` parameters 1 year ago
nuklear_toggle.c de3bf05b40 Replaced tabs with spaces 2 years ago
nuklear_tooltip.c 1edb78e4d0 Fix bitwise operations warnings in C++20 1 year ago
nuklear_tree.c afbd133914 Fixed missing color factoring for widget disabling 2 years ago
nuklear_utf8.c f5aa92c5ca Seperated single header out into multiple files 7 years ago
nuklear_util.c 22b712b322 Fix nk_strtoi() const type usage (#740) 1 year ago
nuklear_vertex.c a689b8efdf Improve one poor case of indentation 1 year ago
nuklear_widget.c a315d25b4c Update Nuklear 1 year ago
nuklear_window.c a315d25b4c Update Nuklear 1 year ago
paq.bat 7cb39a360d C89 style comment blocks 1 year ago
paq.sh 7cb39a360d C89 style comment blocks 1 year ago
stb_rect_pack.h 16336450bb Fix typos. 2 years ago
stb_truetype.h f27ac6ef02 Update to stb_rect_pack.h v1.01 and stb_truetype.h v1.26 4 years ago

Readme.md

File Packer:

  • On Linux/Mac just run ./paq.sh > ../nuklear.h
  • On Windows just run paq.bat