Commit Graph

  • 821cdf3c15 Update .gitignore cblc 2023-04-09 11:54:50 +0200
  • b8cecd37c0 Fixed compiler warnings - Using ID3D12DescriptorHeap_GetGPUDescriptorHandleForHeapStart now again as intended (I don't know why at some point of time MSFT had this function the way it was used previously...) #487 Ludwig Füchsl 2022-08-04 10:21:03 +0200
  • 5abe124c5c Added node_connector struct Peter Schulman 2023-03-31 11:12:56 +0300
  • 608982952c Renamed some things + added comments Peter Schulman 2023-03-31 11:05:24 +0300
  • 00bc38b29f Compile as C89 -pedantic -Wall with no warnings Robert Winkler 2023-03-29 10:18:37 -0700
  • 27f53d6cce rebase Robert Winkler 2023-03-28 10:41:13 -0700
  • fd2b1345c9 Pass color array in as a parameter Robert Winkler 2020-03-30 20:55:33 -0700
  • c32d5d7150 Added additional button text alignments Robert Winkler 2020-03-10 21:23:58 -0700
  • 291e0a44ca rename and improve style_colors to style_global_colors Robert Winkler 2020-03-09 17:38:29 -0700
  • 8f19b6bd13 Remove unnecessary comments Robert Winkler 2020-03-09 17:31:58 -0700
  • a9832463f3 Make symbols array static global Robert Winkler 2020-03-09 00:39:03 -0700
  • 7e949250ec Finished style_vec2 Robert Winkler 2020-03-09 00:25:05 -0700
  • 024956027b Finished style_item_color Robert Winkler 2020-03-08 20:45:54 -0700
  • f1cc9b825d Finished using style_rgb, started style_item_color Robert Winkler 2020-03-08 17:16:01 -0700
  • ad243a0be1 First draft Robert Winkler 2020-03-07 12:53:38 -0700
  • 97a20a9d1a
    Merge afb9c62574 into 1d9fb0bc79 #450 FrostKiwi 2023-03-13 12:25:13 +0900
  • 1d9fb0bc79
    Merge pull request #550 from lockie/master Rob Loach 2023-03-09 15:15:51 -0500
  • 21e3c4df7b add nk_flags alignment to draw_button_text_* functions as the flags was not being used for the text #551 Robin 2023-03-06 17:20:57 +0100
  • 19fe18e75f implement aspect ratio handling for nk_subimage Robin 2023-03-05 15:31:52 +0100
  • c09e3b36f8
    demo/allegro5: minor string-related tweaks #550 Andrew Kravchuk 2023-03-01 18:53:02 +0100
  • af000dedf4
    Merge branch 'Immediate-Mode-UI:master' into image_handling FrostKiwi 2023-03-01 10:31:56 +0900
  • fc97bb9eaf Add changed from @wuxxerno to the src instead of the combined nuklear.h Wladislav ヴラド Artsimovich 2023-03-01 10:28:28 +0900
  • c7b31ff4c3 remove accidental whitespaces Robin 2023-02-28 21:33:01 +0100
  • d64af86f66 To be reverted! Quick and Dirty 9-Slice Skin usage Wladislav ヴラド Artsimovich 2023-02-28 00:29:43 +0900
  • 73d6f22796 Add Krita Skin editor file and sample Skin file Wladislav ヴラド Artsimovich 2023-02-28 00:26:20 +0900
  • f09447d58e case NK_IMAGE_CENTER use uv coords instead of clip as it didnt work with dynamic layouting. Robin 2023-02-27 10:15:38 +0100
  • f0e776031b Fix docs variable name in source #545 vabenil 2023-02-20 18:59:43 +0200
  • 892a5cb7ca fix variable name in docs vabenil 2023-02-17 15:53:55 +0200
  • 4d554ffae0 Fix copied string corrupt when contain CJK glyphs #543 Windmill_City 2023-02-01 11:27:16 +0800
  • 289bcd7071 Merge branch 'feature/update-doc' Rongcui Dong 2023-01-17 15:19:17 -0500
  • cb6132f171 Update docs Rongcui Dong 2023-01-17 15:19:05 -0500
  • 5479c93bb5 Merge remote-tracking branch 'origin/master' into feature/update-doc Rongcui Dong 2023-01-17 14:59:29 -0500
  • 25b84d101d
    Merge pull request #538 from LonerDan/patch-1 dumblob 2023-01-13 13:43:50 +0100
  • 7c84c3cc18
    Remove link to no longer existing tool #538 LonerDan 2023-01-13 12:33:12 +0100
  • 1462094b4c Add Unity3D to Readme.md #537 Omer Faruk Istikbal 2023-01-11 18:05:49 +0300
  • 967bdbc55f Fix GDI text rendering on Windows 95 #534 Cameron Cawley 2023-01-05 11:10:40 +0000
  • c35b7098c4 Add basic ANSI support to the Windows demos Cameron Cawley 2021-12-15 18:29:37 +0000
  • 75788a7da5 Replace GdiGradientFill with GradientFill Cameron Cawley 2021-12-15 18:11:01 +0000
  • 39c14b55b8 Remove use of SetDCPenColor and SetDCBrushColor Cameron Cawley 2021-12-15 18:10:34 +0000
  • 23cb43f5eb Fix incorrect glyph index in nk_font_bake #531 Jai 2022-12-23 01:58:40 +0800
  • 7ae1451ba5
    Merge 786043bb9f into f60c63ad12 #530 bart-at-qqdatafruits 2022-12-19 22:00:09 +0000
  • f60c63ad12
    Merge pull request #529 from Immediate-Mode-UI/gitmodules-remove Rob Loach 2022-12-18 14:07:50 -0500
  • 7c40d519f0
    Merge pull request #522 from learn-more/renderer_name Rob Loach 2022-12-17 17:41:39 -0500
  • 786043bb9f DONE: successfull attempt to enable and test vertical scrollbar in node-editor demo, tested on allergo5 and sdl2 only #530 Bart Debersaques 2022-12-17 21:49:45 +0100
  • 9878e57d61
    Merge pull request #523 from learn-more/editorconfig Rob Loach 2022-12-17 14:10:54 -0500
  • 8d9f46a6a5
    utils: Apply indent_size 2 to all JSON and YAML files #523 Rob Loach 2022-12-17 14:10:43 -0500
  • c512ac8864
    Merge pull request #527 from dulingzhi/fix/ttc-font-offset 4.10.5 Rob Loach 2022-12-17 14:04:55 -0500
  • 743dd0105f
    Update version for 4.10.5 #527 Rob Loach 2022-12-17 14:01:12 -0500
  • f78acb4333
    Remove .gitmodules as it's not used anymore #529 Rob Loach 2022-12-17 14:00:26 -0500
  • ca227ac0f7
    Merge pull request #525 from learn-more/add_link Rob Loach 2022-12-17 13:56:59 -0500
  • 1dad328fe9 Fix the problem that nk_font_bake_pack uses ttc font offset incorrectly (#456) Jai 2022-12-16 12:20:03 +0800
  • 607e4716cc
    Add link from the documentation to the code #525 Mark Jansen 2022-12-03 21:57:14 +0100
  • da9d3866e2
    utils: Add .yml indent_size to .editorconfig Mark Jansen 2022-12-02 00:19:04 +0100
  • 0b7547b710
    demo/win32: Add the renderer name to the window title #522 Mark Jansen 2022-12-02 00:18:30 +0100
  • edd4713b5c
    CI: Add MSVC builder Mark Jansen 2022-11-30 21:22:37 +0100
  • 08b76ba3b0
    build.bat: Allow specifying additional commandline arguments Mark Jansen 2022-11-30 22:23:53 +0100
  • 776893ef7b
    Merge pull request #520 from learn-more/gdi_cc dumblob 2022-11-30 21:48:17 +0100
  • b98732fbc8
    gdi_native: Fix calling convention problem #520 Mark Jansen 2022-11-30 18:46:56 +0100
  • 7ae6d7dacc
    Merge pull request #518 from Th3T3chn0G1t/master dumblob 2022-11-24 16:08:57 +0100
  • 637b5e198d
    Fixed UBSan trip in GLFW OpenGL3 demo backend This resolves a false UBSan trip caused by treating the element offset in `glDrawElements` as a pointer This parameter is effectively an offset but is taken as a `void*` By not storing the offset as a pointer, UBSan no longer tools the offset to check for null pointer overflow #518 Th3T3chn0G1t 2022-11-24 10:21:37 +0000
  • 3a0aafb9cc
    Merge pull request #506 from Francesco149/nuklear-string-returns-zero-fix dumblob 2022-11-02 21:46:08 +0100
  • da5198ccdc Fix nk_str_{append,insert}_str_utf8 always returning 0 #506 loli 2022-10-24 10:40:48 +0200
  • 88c4db0638
    Merge 38b70a522f into 835c6551d4 #468 Robert J. Lemmens 2022-10-23 20:44:47 +0200
  • b7418c79ba
    Merge branch 'Immediate-Mode-UI:master' into master #413 Leonel Hernandez 2022-10-19 16:37:00 -0500
  • 835c6551d4
    Merge pull request #504 from riri/demo-includes dumblob 2022-10-13 17:59:10 +0200
  • 54cd692d17 added comment on ifdefs to use styles in demos #504 Richard Gill 2022-10-13 11:51:50 +0200
  • 602ebcf2ea
    Merge pull request #505 from riri/xlib-arc dumblob 2022-10-13 11:31:38 +0200
  • d63f106334 xlib backend: implemented arc commands #505 Richard Gill 2022-10-12 22:08:08 +0200
  • fc5ce1c495 demos: set style with defines Richard Gill 2022-10-12 21:19:45 +0200
  • 96eca2ecc3 Merge remote-tracking branch 'upstream/master' Richard Gill 2022-10-07 19:00:18 +0200
  • 07bd7a0925
    Merge pull request #414 from Ohjurot/gdi_nuklear_native_window dumblob 2022-10-06 16:55:17 +0200
  • 38b70a522f
    Merge branch 'master' into feature/checkbox_indicator #468 Rob Loach 2022-10-04 00:44:13 -0400
  • 0eb3361266
    Merge pull request #503 from riri/fix-xlib-text Rob Loach 2022-10-04 00:40:35 -0400
  • 6a429eca62 cleanup xlib text drawing #503 Richard Gill 2022-10-03 21:11:12 +0200
  • 8a4510f119
    Merge 5e142afa85 into 492f4d9d3c #385 Rob Loach 2022-10-03 14:07:27 +0200
  • aba0422050
    Merge branch 'master' into image_handling Rob Loach 2022-09-28 02:01:31 -0400
  • 492f4d9d3c
    Merge pull request #482 from Immediate-Mode-UI/tex_null Rob Loach 2022-09-28 01:56:55 -0400
  • e3d049e63e
    Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into tex_null #482 Rob Loach 2022-09-28 01:52:11 -0400
  • 56000faecf
    Merge pull request #501 from dczheng/master dumblob 2022-09-22 20:11:33 +0200
  • a74061af6d Fix typo #501 dczheng 2022-09-23 00:27:48 +0800
  • b9591053ef
    Merge pull request #497 from Immediate-Mode-UI/apple-silicon Rob Loach 2022-09-17 20:45:12 -0400
  • ce1c94d84b
    Fix Apple Silicon with incorrect NK_SITE_TYPE and NK_POINTER_TYPE #497 Rob Loach 2022-09-11 13:53:59 -0400
  • b258841500
    Merge ac9b22a5e4 into 93a057b3fe #492 John Alex 2022-09-02 04:31:16 +0000
  • ac9b22a5e4
    Enclose quotations #492 John Alex 2022-09-02 00:30:30 -0400
  • b502588e7a
    Merge branch 'master' into feature/checkbox_indicator Rob Loach 2022-08-27 14:59:44 -0400
  • a4af91dd21 fixed common files location in demo #292 Richard Gill 2022-08-04 20:57:46 +0200
  • 93174aaadc Merge commit '93a057b3fe305254ce087ff1dbde34bc663c5bc8' into xcb-cairo Richard Gill 2022-08-04 20:50:27 +0200
  • c55fd8cc62
    Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into tex_null Rob Loach 2022-08-03 13:59:10 -0400
  • 93a057b3fe
    Merge pull request #486 from Immediate-Mode-UI/shift-end 4.10.1 Rob Loach 2022-08-03 13:41:39 -0400
  • 616dadec5b deleting unnecessary 1 line of code #480 opsJson 2022-08-03 14:25:33 -0300
  • e57ee582ab
    Update NK_MIN() call to save a line of code #486 Rob Loach 2022-08-03 13:00:54 -0400
  • df86105c69 Fix tabs opsJson 2022-08-01 16:19:45 -0300
  • c7c3069dc2 following the read me opsJson 2022-08-01 15:33:42 -0300
  • 9f0a601395
    Update nuklear_text_editor.c opsJson 2022-07-30 21:36:01 -0300
  • d28d145732
    Fixed cursor position overflow opsJson 2022-07-30 21:33:46 -0300
  • ca49016428
    Rename more null variables to tex_null Rob Loach 2022-07-30 17:45:12 -0400
  • 54fd67bddd
    Rename additional .null variables Rob Loach 2022-07-30 17:43:46 -0400
  • ec4acc7cf4
    Rename the null variable to tex_null Rob Loach 2022-07-30 17:38:10 -0400
  • 3b5009255e
    Fix Shift + End in nk_edit opsJson 2022-07-25 20:07:20 -0300
  • 0bbb235c7e
    Merge pull request #474 from Immediate-Mode-UI/x11-xfree dumblob 2022-07-12 17:06:41 +0200