• Joined on 2025-08-24
mirrors synced commits to version-2-2 at mirrors/Nim from mirror 2026-02-13 14:53:47 +00:00
334f2d6a87 fixes #25457; make rawAlloc support alignment (#25476)
mirrors synced commits to pr_Kisten at mirrors/Nim from mirror 2026-02-13 14:53:47 +00:00
mirrors synced commits to devel at mirrors/Nim from mirror 2026-02-13 14:53:46 +00:00
937e647f4f Importc codegen fix (#25511)
b41049988f attempt to fix final issue with Nim's multi-threaded allocator (#25513)
Compare 2 commits »
mirrors synced and deleted reference refs/tags/araq-alloc-fix at mirrors/Nim from mirror 2026-02-13 14:53:46 +00:00
mirrors synced commits to master at mirrors/Odin from mirror 2026-02-13 14:53:34 +00:00
6386b395de Add -did-you-mean-limit:N
f7f19e5ebe Merge branch 'master' of github.com:odin-lang/Odin
57653dd363 short_stem
faca11d593 Fix os.stem, os.short_stem.
4e2dcb6b74 Merge pull request #6268 from lodinukal/fix_dynamic_handle_map
Compare 7 commits »
mirrors synced commits to release/v1.25 at mirrors/gitea from mirror 2026-02-13 07:13:50 +00:00
76b7306daa Fix bug when do LFS GC (#36500) (#36608)
8e412ababf Fix focus lost bugs in the Monaco editor (#36609)
Compare 2 commits »
mirrors synced commits to refs/renovate/branches/renovate/configure at mirrors/gitea from mirror 2026-02-13 07:13:50 +00:00
ef3dcd6b32 Add renovate.json
0d8bd7720d Refactor highlight and diff (#36599)
d69b786097 Fix bug when do LFS GC (#36500)
Compare 3 commits »
mirrors synced commits to main at mirrors/gitea from mirror 2026-02-13 07:13:50 +00:00
0d8bd7720d Refactor highlight and diff (#36599)
d69b786097 Fix bug when do LFS GC (#36500)
Compare 2 commits »
mirrors synced commits to marvim/ci-version-update at mirrors/neovim from mirror 2026-02-13 07:13:43 +00:00
9e379bd6ff docs: update version.c
88dc44260f fix(api): preserve WinConfig style when converting float to split #37264
cc7022c544 fix(terminal): scrollback may still be wrong on height increase (#37835)
39d8a9c353 vim-patch:9.1.2146: filetype: cel files are not recognized (#37834)
844a683641 vim-patch:56033b9: runtime(sh): Fix some ksh-specific deficiencies in syntax script
Compare 24 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2026-02-13 07:13:43 +00:00
88dc44260f fix(api): preserve WinConfig style when converting float to split #37264
cc7022c544 fix(terminal): scrollback may still be wrong on height increase (#37835)
39d8a9c353 vim-patch:9.1.2146: filetype: cel files are not recognized (#37834)
844a683641 vim-patch:56033b9: runtime(sh): Fix some ksh-specific deficiencies in syntax script
ca701ad947 vim-patch:04c3c68: runtime(sshdconfig): Update syntax
Compare 6 commits »
mirrors synced commits to main at mirrors/ghostty from mirror 2026-02-13 07:13:37 +00:00
c8461749eb i18n/zh_CN: update for 1.3 (#10640)
2fdb5c10d4 i18n: update zh_TW translation (#10645)
8714d7202a Update Hebrew translations and copyright year for 1.3. (#10676)
c69322fb6a build(deps): bump docker/build-push-action from 6.19.1 to 6.19.2 (#10697)
419e01f037 build(deps): bump docker/build-push-action from 6.19.1 to 6.19.2
Compare 10 commits »
mirrors synced commits to release-3.4.x at mirrors/SDL from mirror 2026-02-13 07:13:35 +00:00
9f0ebbef46 Steam Controller report 0x45 is used for BLE mode
mirrors synced commits to main at mirrors/SDL from mirror 2026-02-13 07:13:35 +00:00
46e553a44c Add support for new Steam Controller on Android (#15044)
f1dd6db701 Removed unnecessary log message
79f5f674bd Use the correct report format for BLE Steam Controller reports
7b27056ea0 Fixed Steam Controller BLE report size
9b7f55be89 Make sure we report ID_TRITON_CONTROLLER_STATE_BLE on iOS
Compare 6 commits »
mirrors synced commits to refs/renovate/branches/renovate/configure at mirrors/gitea from mirror 2026-02-12 23:04:11 +00:00
f146850842 Add renovate.json
f76f5207a7 feature to be able to filter project boards by milestones (#36321)
4b36f01bf4 Update emoji data for Unicode 16 (#36596)
d582c9c8c0 Adapt monaco error matching pattern to recent webpack config change (#36533)
8d26ea9373 Fix a bug user could change another user's primary email (#36586)
Compare 6 commits »
mirrors synced commits to main at mirrors/gitea from mirror 2026-02-12 23:04:10 +00:00
f76f5207a7 feature to be able to filter project boards by milestones (#36321)
4b36f01bf4 Update emoji data for Unicode 16 (#36596)
d582c9c8c0 Adapt monaco error matching pattern to recent webpack config change (#36533)
8d26ea9373 Fix a bug user could change another user's primary email (#36586)
514f322dcf fix(repo-editor): disable Monaco editContext to avoid bugs with lost focus (#36585)
Compare 5 commits »
mirrors synced commits to master at mirrors/imgui from mirror 2026-02-12 23:03:59 +00:00
041cdddf35 Fonts: add new ProggyForever font!
a8bf659143 Fonts: AddFontDefaultBitmap() doesn't need to explicitely set OversampleH/OversampleV to 1 as this is automatic.
9c33672e5c Examples: reword a comment to not mention AddFontDefault() explicitly.
Compare 3 commits »
mirrors synced commits to docking at mirrors/imgui from mirror 2026-02-12 23:03:58 +00:00
3fb22b836b Merge branch 'master' into docking
041cdddf35 Fonts: add new ProggyForever font!
a8bf659143 Fonts: AddFontDefaultBitmap() doesn't need to explicitely set OversampleH/OversampleV to 1 as this is automatic.
9c33672e5c Examples: reword a comment to not mention AddFontDefault() explicitly.
42f28ba305 Fonts: avoid baking ExtraSizeScale twice into Ascent/Descent. (re)
Compare 10 commits »
mirrors synced commits to master at mirrors/neovim from mirror 2026-02-12 23:03:54 +00:00
fa24df3264 fix(bufwrite.c): handle invalid byte sequences #37363
8a0cbf04d6 feat(iter): peek(), skip(predicate) for non-list iterators #37604
179e7fccd7 fix(ui2): incomplete :echon message in g< pager #37819
Compare 3 commits »
mirrors synced commits to master at mirrors/raylib from mirror 2026-02-12 23:03:46 +00:00
8e81ca0e60 Update win32_clipboard.h
dcd813068b Update raylib.h
070082f8c9 REVIEWED: Comments to impersonal format
4e7c38ac43 fix SDL SetGamepadMappings (#5548)
85de580527 fix(examples): don't bleed fog when on edge (#5547)
Compare 5 commits »
mirrors synced and deleted reference refs/tags/dependabot/github_actions/docker/build-push-action-6.19.1 at mirrors/ghostty from mirror 2026-02-12 23:03:44 +00:00