Tags: lockie/Nuklear
Tags
1) Fix incorrect glyph index in nk_font_bake (dulingzhi) (SHA: 23cb43f) 2) Merge remote-tracking branch 'origin/master' into feature/update-doc (rongcuid) (SHA: 5479c93) 3) Update docs (rongcuid) (SHA: cb6132f) 4) Merge branch 'feature/update-doc' (rongcuid) (SHA: 289bcd7) 5) fix variable name in docs (vabenil) (SHA: 892a5cb) 6) Fix docs variable name in source (vabenil) (SHA: f0e7760) 7) demo/allegro5: minor string-related tweaks (lockie) (SHA: c09e3b3) 8) Merge pull request Immediate-Mode-UI#550 from lockie/master demo/allegro5: minor string-related tweaks (RobLoach) (SHA: 1d9fb0b) 9) Delete index.html removed that one as it has no purpose (empty anyway) (riri) (SHA: fa4ed56) 10) fixed titlebar options in overview demo (riri) (SHA: 77490e1) 11) Merge pull request Immediate-Mode-UI#541 from rongcuid/master Include all docs in generated HTML (riri) (SHA: ca2a260) 12) Fix Click-Drag for touch events. (FrostKiwi) (SHA: e48dd21) 13) Update nuklear.h (FrostKiwi) (SHA: 71bc457) 14) Remove doc binary (RobLoach) (SHA: 4848a03) 15) doc: Add clean up, and git ignore the binary (RobLoach) (SHA: 351e5d7) 16) Merge pull request Immediate-Mode-UI#564 from Immediate-Mode-UI/remove-doc-binary documentation: Remove the "doc" binary from repo (it is being rebuilt on demand anyway) (dumblob) (SHA: b4b94b0) 17) Merge pull request Immediate-Mode-UI#531 from dulingzhi/fix/incorrect-font-bake Fix incorrect glyph index in nk_font_bake (RobLoach) (SHA: 017f27b) 18) Merge pull request Immediate-Mode-UI#558 from riri/fix-demo-titlebar-options Fixfixed titlebar options in overview demo (RobLoach) (SHA: e3c5384) 19) Merge pull request Immediate-Mode-UI#545 from vabenil/fix_doc_variable fix variable name in docs (RobLoach) (SHA: 12d4e2b) 20) Merge pull request Immediate-Mode-UI#563 from FrostKiwi/fix_click-drag_on_touch Fix click drag on touch + WebBrowsers (RobLoach) (SHA: 614abce) 21) Add files via upload (nyaruku) (SHA: 24ceaad) 22) Update nuklear_gdi.h (nyaruku) (SHA: 1aae7b5) 23) Fix Copy/Paste/Select All for Text Input (nyaruku) (SHA: 0435477) 24) Fixed Transparent Text Background for GDI Co-authored-by: Rob Loach <[email protected]> (nyaruku) (SHA: 036f822) 25) Merge pull request Immediate-Mode-UI#576 from nyaruku/master gdi: Fix for GDI and GDI+ example (RobLoach) (SHA: a14e55f) 26) Fixed broken link in Allegro5 backend readme (lockie) (SHA: 6319e8f)
1) Added GDI full featured window code (Ohjurot) (SHA: d4e6954) 2) Converted from C++ to C WARNING: Is currently not working! Needs more debugging. (Ohjurot) (SHA: 169470d) 3) Fixed non displayed windows. WARNING: Drawing is not done correctly (Ohjurot) (SHA: 33395aa) 4) Bug fix & Added comments (Ohjurot) (SHA: a31c6c0) 5) Merge branch 'Immediate-Mode-UI:master' into gdi_nuklear_native_window (Ohjurot) (SHA: 1b028c6) 6) Fix regression introduced in Immediate-Mode-UI#448 This adds a new `nk_input_has_mouse_click_in_rect_button` function that is being used only by buttons. This allows `nk_input_has_mouse_click_in_rect` to act as its name suggests while still allowing for the behavior introduced in Immediate-Mode-UI#448 (tcdude) (SHA: a931a8d) 7) Rename function (tcdude) (SHA: 5bb591b) 8) Changed windows include to lowercase (Ohjurot) (SHA: 50277a1) 9) Added wWinMain comment (Ohjurot) (SHA: adeb2a7) 10) Merge pull request Immediate-Mode-UI#463 from tcdude/fix_regression window movement: Fix regression introduced in Immediate-Mode-UI#448 (dumblob) (SHA: 11d8acf) 11) rename null texture field to tex_null (ryuukk) (SHA: ed3ff76) 12) x11: Free XVisualInfo after use Fixes Immediate-Mode-UI#473 (RobLoach) (SHA: 7597cc7) 13) Merge pull request Immediate-Mode-UI#474 from Immediate-Mode-UI/x11-xfree x11 opengl: Free XVisualInfo after use (dumblob) (SHA: 0bbb235) 14) Fix Shift + End in nk_edit (opsJson) (SHA: 3b50092) 15) Rename the null variable to tex_null (RobLoach) (SHA: ec4acc7) 16) Rename additional .null variables (RobLoach) (SHA: 54fd67b) 17) Rename more null variables to tex_null (RobLoach) (SHA: ca49016) 18) Fixed cursor position overflow (opsJson) (SHA: d28d145) 19) Update nuklear_text_editor.c (opsJson) (SHA: 9f0a601) 20) following the read me (opsJson) (SHA: c7c3069) 21) Fix tabs (opsJson) (SHA: df86105) 22) Update NK_MIN() call to save a line of code (RobLoach) (SHA: e57ee58) 23) Merge pull request Immediate-Mode-UI#486 from Immediate-Mode-UI/shift-end Fix Shift + End in nk_edit (RobLoach) (SHA: 93a057b) 24) Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into tex_null (RobLoach) (SHA: c55fd8c) 25) Fix Apple Silicon with incorrect NK_SITE_TYPE and NK_POINTER_TYPE (RobLoach) (SHA: ce1c94d) 26) Merge pull request Immediate-Mode-UI#497 from Immediate-Mode-UI/apple-silicon Fix Apple Silicon with incorrect NK_SITE_TYPE and NK_POINTER_TYPE (RobLoach) (SHA: b959105) 27) Fix typo (dczheng) (SHA: a74061a) 28) Merge pull request Immediate-Mode-UI#501 from dczheng/master nuklear.h: fix minor typo (dumblob) (SHA: 56000fa) 29) Merge branch 'master' of github.com:Immediate-Mode-UI/Nuklear into tex_null (RobLoach) (SHA: e3d049e) 30) Merge pull request Immediate-Mode-UI#482 from Immediate-Mode-UI/tex_null Rename `null` texture field to `tex_null` (RobLoach) (SHA: 492f4d9) 31) cleanup xlib text drawing fixes Immediate-Mode-UI#502 (riri) (SHA: 6a429ec) 32) Merge pull request Immediate-Mode-UI#503 from riri/fix-xlib-text xlib: Fix xlib text drawing background color (RobLoach) (SHA: 0eb3361) 33) Merge pull request Immediate-Mode-UI#414 from Ohjurot/gdi_nuklear_native_window Windows (GDI): Native-like nuklear windows (dumblob) (SHA: 07bd7a0) 34) Merge remote-tracking branch 'upstream/master' (riri) (SHA: 96eca2e) 35) demos: set style with defines To avoid having to modify the demo code, conditionnally include a predefined style (riri) (SHA: fc5ce1c) 36) xlib backend: implemented arc commands (riri) (SHA: d63f106) 37) Merge pull request Immediate-Mode-UI#505 from riri/xlib-arc xlib backend: implemented arc commands (dumblob) (SHA: 602ebcf) 38) added comment on ifdefs to use styles in demos (riri) (SHA: 54cd692) 39) Merge pull request Immediate-Mode-UI#504 from riri/demo-includes demos: set style with defines to ease esp. regression testing (dumblob) (SHA: 835c655) 40) Fix nk_str_{append,insert}_str_utf8 always returning 0 (Francesco149) (SHA: da5198c) 41) Merge pull request Immediate-Mode-UI#506 from Francesco149/nuklear-string-returns-zero-fix Fix nk_str_{append,insert}_str_utf8 always returning 0 (dumblob) (SHA: 3a0aafb) 42) 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 (Th3T3chn0G1t) (SHA: 637b5e1) 43) Merge pull request Immediate-Mode-UI#518 from Th3T3chn0G1t/master demo/backend: Fixed UBSan trip in GLFW OpenGL3 (dumblob) (SHA: 7ae6d7d) 44) gdi_native: Fix calling convention problem The calling convention of a WNDPROC is specified as being 'CALLBACK'. (learn-more) (SHA: b98732f) 45) Merge pull request Immediate-Mode-UI#520 from learn-more/gdi_cc gdi_native: Fix calling convention problem (dumblob) (SHA: 776893e) 46) demo/win32: Add the renderer name to the window title (learn-more) (SHA: 0b7547b) 47) utils: Add .yml indent_size to .editorconfig (learn-more) (SHA: da9d386) 48) Add link from the documentation to the code Fixes Immediate-Mode-UI#515 (learn-more) (SHA: 607e471) 49) Fix the problem that nk_font_bake_pack uses ttc font offset incorrectly (Immediate-Mode-UI#456) (dulingzhi) (SHA: 1dad328) 50) Merge pull request Immediate-Mode-UI#525 from learn-more/add_link Add link from the documentation to the code (RobLoach) (SHA: ca227ac) 51) Remove .gitmodules as it's not used anymore (RobLoach) (SHA: f78acb4) 52) Update version for 4.10.5 (RobLoach) (SHA: 743dd01) 53) Merge pull request Immediate-Mode-UI#527 from dulingzhi/fix/ttc-font-offset Fix nk_font_bake_pack() using TTC font offset incorrectly (RobLoach) (SHA: c512ac8) 54) utils: Apply indent_size 2 to all JSON and YAML files (RobLoach) (SHA: 8d9f46a) 55) Merge pull request Immediate-Mode-UI#523 from learn-more/editorconfig utils: Add .yml indent_size to .editorconfig (RobLoach) (SHA: 9878e57) 56) Merge pull request Immediate-Mode-UI#522 from learn-more/renderer_name demo/win32: Add the renderer name to the window title (RobLoach) (SHA: 7c40d51) 57) Merge pull request Immediate-Mode-UI#529 from Immediate-Mode-UI/gitmodules-remove Remove .gitmodules as it's not used anymore (RobLoach) (SHA: f60c63a) 58) Remove link to no longer existing tool The link to the online single header packer (https://apoorvaj.io/single-header-packer.html) no longer works (returns 404), so remove it. (LonerDan) (SHA: 7c84c3c) 59) Merge pull request Immediate-Mode-UI#538 from LonerDan/patch-1 readme: remove link to no longer existing online "amalgamation" tool (dumblob) (SHA: 25b84d1)