Rob Loach 8fe6f13e6b Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into fix-hovered-unicode4 před 2 měsíci
..
CHANGELOG 8fe6f13e6b Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into fix-hovered-unicode4 před 2 měsíci
CREDITS f5aa92c5ca Seperated single header out into multiple files před 7 roky
HEADER.md ef5c596866 Fix word movement (CTRL+LEFT/RIGHT) před 8 měsíci
LICENSE f5aa92c5ca Seperated single header out into multiple files před 7 roky
Readme.md 7c84c3cc18 Remove link to no longer existing tool před 3 roky
build.py 5eea89cccc feature: build.py now allows for space separated lists of files. před 1 rokem
nuklear.h f384e5829a Fix array subscript [0, 0] is outside array bounds of ‘char[1]’ před 11 měsíci
nuklear_9slice.c 73a2062d70 Fix warnings in C89 builds před 4 roky
nuklear_buffer.c a315d25b4c Update Nuklear před 1 rokem
nuklear_button.c 0319c0ff3b Add triangle outline symbols (#654) před 1 rokem
nuklear_chart.c 254dfc2120 s/hide_markers/show_markers/ před 1 rokem
nuklear_color.c a315d25b4c Update Nuklear před 1 rokem
nuklear_color_picker.c 8016ff334d Added feature to disable widgets před 2 roky
nuklear_combo.c a315d25b4c Update Nuklear před 1 rokem
nuklear_context.c 59b6277209 Add `const` qualifier to more `nk_allocator` parameters před 1 rokem
nuklear_contextual.c 1edb78e4d0 Fix bitwise operations warnings in C++20 před 1 rokem
nuklear_draw.c a315d25b4c Update Nuklear před 1 rokem
nuklear_edit.c 912a52c391 Fix error causing crash and only scroll if hovered před 8 měsíci
nuklear_font.c a315d25b4c Update Nuklear před 1 rokem
nuklear_group.c 1e21ef2285 Replace every boolean int by nk_bool před 5 roky
nuklear_image.c 6322f53cb5 Add support for 9-slice/9-patch (#304) před 4 roky
nuklear_input.c f5287f8c94 fix: unintialized data in glyph před 9 měsíci
nuklear_internal.h a315d25b4c Update Nuklear před 1 rokem
nuklear_knob.c 91a6e773a1 Fix knob scrolling and remove some dead code před 9 měsíci
nuklear_layout.c a315d25b4c Update Nuklear před 1 rokem
nuklear_list_view.c 1e21ef2285 Replace every boolean int by nk_bool před 5 roky
nuklear_math.c 175ff8118a Fix `nk_roundf()` int type casting (#742) před 1 rokem
nuklear_menu.c 8016ff334d Added feature to disable widgets před 2 roky
nuklear_page_element.c f5aa92c5ca Seperated single header out into multiple files před 7 roky
nuklear_panel.c 91a6e773a1 Fix knob scrolling and remove some dead code před 9 měsíci
nuklear_pool.c 59b6277209 Add `const` qualifier to more `nk_allocator` parameters před 1 rokem
nuklear_popup.c a315d25b4c Update Nuklear před 1 rokem
nuklear_progress.c 8016ff334d Added feature to disable widgets před 2 roky
nuklear_property.c 9e0ae9f752 Fix property border color před 1 rokem
nuklear_scrollbar.c 6322f53cb5 Add support for 9-slice/9-patch (#304) před 4 roky
nuklear_selectable.c 39e2ee3ce4 Removed color factoring for item colored selectables před 2 roky
nuklear_slider.c 8016ff334d Added feature to disable widgets před 2 roky
nuklear_string.c a315d25b4c Update Nuklear před 1 rokem
nuklear_style.c a315d25b4c Update Nuklear před 1 rokem
nuklear_table.c a315d25b4c Update Nuklear před 1 rokem
nuklear_text.c 6af4e06683 refactor(nk_widget_text): code for X and Y alignment now looks the same před 2 měsíci
nuklear_text_editor.c 912a52c391 Fix error causing crash and only scroll if hovered před 8 měsíci
nuklear_toggle.c de3bf05b40 Replaced tabs with spaces před 2 roky
nuklear_tooltip.c 1edb78e4d0 Fix bitwise operations warnings in C++20 před 1 rokem
nuklear_tree.c afbd133914 Fixed missing color factoring for widget disabling před 2 roky
nuklear_utf8.c 109e9bde19 fix: use ctx->current->flags instead of ctx->begin->flags when checking state in nk_window_is_hovered před 3 měsíci
nuklear_util.c 22b712b322 Fix nk_strtoi() const type usage (#740) před 1 rokem
nuklear_vertex.c a689b8efdf Improve one poor case of indentation před 1 rokem
nuklear_widget.c 1374197ec2 Update source code too před 2 měsíci
nuklear_window.c 109e9bde19 fix: use ctx->current->flags instead of ctx->begin->flags when checking state in nk_window_is_hovered před 3 měsíci
paq.bat 7cb39a360d C89 style comment blocks před 1 rokem
paq.sh 7cb39a360d C89 style comment blocks před 1 rokem
stb_rect_pack.h 16336450bb Fix typos. před 2 roky
stb_truetype.h f27ac6ef02 Update to stb_rect_pack.h v1.01 and stb_truetype.h v1.26 před 4 roky

Readme.md

File Packer:

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