Commit graph

  • df7050c614 WIP - Fonts: changing loader/backend or loader flags may be done without losing custom rects. Sharing more code. features/dynamic_fonts ocornut 2025-04-03 19:10:16 +02:00
  • 4be415f566 WIP - Fonts: tidying up. ocornut 2025-04-02 15:10:11 +02:00
  • d18bdd0f35
    Merge 5142365dde into b4bd596a39 Jalius Welch 2025-04-04 01:56:11 +09:00
  • 8ed496b379
    Merge c070207d7c into 9fdeb41e52 Daniel Cremers 2025-04-03 13:38:06 +02:00
  • e81417d7d3
    Merge 8d031ca054 into b4bd596a39 Nick De Breuck 2025-04-03 12:50:25 +02:00
  • c47d44e547
    Merge a1363038ae into b4bd596a39 Zach 2025-04-03 18:07:46 +08:00
  • 33c8b48eb4
    Merge 65cc1a8355 into b4bd596a39 deggua 2025-04-03 02:25:49 -07:00
  • c060dd55d0
    Merge 713adaa4e2 into b4bd596a39 Rokas Kupstys 2025-04-03 09:51:09 +02:00
  • 8fa7c50a1d
    Merge 8ecea4d569 into b4bd596a39 slowriot 2025-04-03 10:19:32 +08:00
  • 75fa235eec
    Merge 4dafa5b149 into b4bd596a39 TheMode 2025-04-02 21:19:49 +02:00
  • c53e7c75ee
    Merge 5f371da49a into b4bd596a39 Michele Morrone 2025-04-02 22:06:14 +03:00
  • d9d8b6c85f
    Merge cf28c8131e into b4bd596a39 Clément Gallet 2025-04-02 19:56:24 +03:00
  • ee62209a83
    Merge 20fb286e4f into b4bd596a39 lomekragow 2025-04-02 21:00:34 +05:30
  • de2cea31a9
    Merge ff88b1b825 into b4bd596a39 aleksijuvani 2025-04-02 20:58:14 +05:30
  • 5b20f5ea26
    Merge 1cfc5b886c into b4bd596a39 Konstantin Podsvirov 2025-04-02 14:51:55 +02:00
  • 39777470fd
    Merge af157f3c2a into b4bd596a39 Pinwhell 2025-04-02 15:28:04 +03:00
  • c8a5bf7e57
    Merge 46fa733be8 into b4bd596a39 ronak69 2025-04-02 15:25:42 +03:00
  • ecc3bf2988 WIP - Fonts: add optional out parameter to AddCustomRect() ocornut 2025-03-31 22:18:42 +02:00
  • cde97ff692 WIP - Fonts: GC Compact All exposed in Metrics->Memory Allocations includes compacting texture data. ocornut 2025-03-31 21:43:15 +02:00
  • f31f39f32e WIP - Fonts: added RemoveCustomRect(). ocornut 2025-03-31 19:24:59 +02:00
  • d001a8e93c WIP - Fonts: moved ImFontAtlasRectId back to public API. ocornut 2025-03-31 18:37:11 +02:00
  • d32fe2eaee WIP - Fonts: added ImFontAtlasRectId_Invalid == -1 ocornut 2025-03-31 18:36:32 +02:00
  • e6ebebfc5a WIP - Fonts: (Breaking) rework GetCustomRect() api. Reintroduce ImFontAtlasRect. ocornut 2025-03-31 17:36:24 +02:00
  • 142f8de163 WIP - Fonts: (Breaking) renamed AddCustomRectRegular() -> AddCustomRect(). ocornut 2025-03-31 17:03:03 +02:00
  • d415e338e5 WIP - Fonts: Comments. ocornut 2025-03-30 16:00:29 +02:00
  • eb14a408bf WIP - Fonts: fixed GetCustomRectUV(). ocornut 2025-03-22 15:15:10 +01:00
  • 8b65586e9a WIP - Fonts: fixed calling AddFontXXX not invalidating texture for legacy backends. ocornut 2025-03-26 14:38:49 +01:00
  • 9915038673 WIP - (Breaking) Fonts: PushFont() default to preserve current font size. ocornut 2025-03-21 19:13:23 +01:00
  • 153269671b WIP - Fonts: Tools: added option to hide font preview text. Move code. ocornut 2025-03-21 17:55:04 +01:00
  • 5071564562 WIP - Fonts: removed size rounding in AddFont() which breaks relative sizing of merged fonts (8502) ocornut 2025-03-20 15:45:27 +01:00
  • 2f3c2a9a8c WIP - Fonts: fixed legacy backend path preloading all sources sizes erroneously + failing to use ellipsis. ocornut 2025-03-20 15:44:35 +01:00
  • 83f2b3f193 WIP - Fonts: awkwardly alias old TexID name to TexRef using an union (may backtrack and just keep old name) ocornut 2025-03-19 20:12:02 +01:00
  • 650b552be9 WIP - Fonts: detect if backend assign to texture on creation but doesn't update Status. ocornut 2025-03-19 19:57:03 +01:00
  • 9e30d59d3c WIP - Fonts: avoid both ImTextureRef being set simultaneously. ocornut 2025-03-19 15:00:13 +01:00
  • 9045493e06 WIP - Fonts: comments, tweaks, minor amends. ocornut 2025-03-19 14:06:08 +01:00
  • 25014ac03e WIP - Fonts: fixed ImTextureID() being zero-cleared instead of using ImTextureUserID_Invalid. . ocornut 2025-03-18 18:03:40 +01:00
  • 7dc98e3303 WIP - Fonts: Fixed PopFont() recovery. ocornut 2025-03-17 23:19:22 +01:00
  • 359c313110 WIP - Fonts: Added ImTextureRef::GetTexID() mostly for consistency. ocornut 2025-03-17 22:08:58 +01:00
  • e9eb986f65 WIP - Fonts: fixed crashing password fields. ocornut 2025-03-17 17:18:05 +01:00
  • 0a91619273 WIP - (Breaking) Fonts: renamed CalcCustomRectUV() to GetCustomRectUV() for simplicity. ocornut 2025-03-13 19:14:10 +01:00
  • b0e2c71f3e WIP - Fonts: rename ImFontAtlasBuildClearTexture() to ImFontAtlasBuildClear() ocornut 2025-03-13 17:28:13 +01:00
  • ad6caff397 WIP - (Breaking) Fonts: rename GetCustomRectByIndex() to GetCustomRect(). Made return struct const. ocornut 2025-03-13 17:10:52 +01:00
  • 18b88a7891 WIP - Fonts: narrowed invalid value for ImFontAtlasRectId to -1 a we will change implementation. ocornut 2025-03-13 16:54:39 +01:00
  • 0bb29b821d WIP - Fonts: change uses of ImFontAtlasRect to ImTextureRect for simplicity. ocornut 2025-03-13 16:50:19 +01:00
  • 6b694dfe96 WIP - Fonts: fixed implicit init when calling AddCustomRectRegular(). LoaderShutdown match BuildDestroy. ocornut 2025-03-13 16:30:20 +01:00
  • c98dc05bc3 WIP - Fonts: fixed an issue calling legacy ImFontAtlas::Clear(). ocornut 2025-03-11 19:54:33 +01:00
  • 8097e63d4b WIP - Fonts: fixed memory leaks, shutting down font loader, and on AddFont() failure in Freetype backend. ocornut 2025-03-11 11:46:18 +01:00
  • 23c6cecef7 WIP - ImTextureData pixels are not immediately destroyed on setting ImTextureStatus_WantDestroy. ocornut 2025-03-10 10:55:29 +01:00
  • 15cfb4ed01 WIP - Fonts: fixed a bug using size specified by secondary font sources. ocornut 2025-03-09 21:36:44 +01:00
  • 28a9070d79 WIP - Exposed some basic UI in demo for sanity. ocornut 2025-03-06 20:50:00 +01:00
  • 26cc0cbc54 WIP - Added UI to edit FreeType loader flags. Added ImFontAtlasBuildReloadAll() / ImFontAtlasBuildReloadFont() ocornut 2025-03-06 20:34:18 +01:00
  • 3db4ad77f3
    Merge c67c2026fd into b4bd596a39 Kraionix 2025-04-02 11:18:15 +02:00
  • 876d624bc6
    Merge b1799e01aa into b4bd596a39 Manciu 2025-04-02 07:03:30 +00:00
  • b1799e01aa
    Merge branch 'ocornut:master' into master Manciu 2025-04-02 15:03:27 +08:00
  • fc6772be58
    Merge 7a6c25d95c into b4bd596a39 Stefan 2025-04-02 14:43:30 +08:00
  • b4abe05ae4
    Merge e0d466b500 into 9fdeb41e52 The Loki 2025-04-02 08:31:07 +02:00
  • 380222628e
    Merge b502bde319 into b4bd596a39 Vittorio Romeo 2025-04-01 21:53:25 -04:00
  • b4bd596a39 Fonts: word-wrapping code handle ideographic comma & full stop (U+3001, U+3002). (#8540) master ocornut 2025-04-01 22:56:59 +02:00
  • fcab22f80f Fonts: fixed CalcWordWrapPositionA() fallback when width is too small to wrap with multibyte codepoints.. (#8540) ocornut 2025-04-01 22:53:00 +02:00
  • 33837b5c85
    Merge 826c134928 into 8098d79ca2 Davin Thompson 2025-04-01 16:34:44 +00:00
  • f7ed3947ca
    Merge 0a25a49e94 into 8098d79ca2 Seth Kingsley 2025-04-01 10:51:52 -04:00
  • ca509b950a
    Merge af97ab5983 into 9fdeb41e52 Mihaly Sisak 2025-04-01 16:20:00 +03:00
  • e14ae4e9f4
    Merge dd15544751 into 8098d79ca2 Alex Anderson 2025-04-01 15:58:00 +03:00
  • 85137d4212
    Merge branch 'ocornut:master' into master Manciu 2025-04-01 16:42:09 +08:00
  • 8098d79ca2
    Docs: fixed link typo (#8538) Shixian Sheng 2025-04-01 03:10:30 -04:00
  • 885bbe68bf
    Merge b7d8140b75 into 4bdb0ac685 runzh 2025-04-01 09:41:38 +08:00
  • cac656956a
    Update EXAMPLES.md Shixian Sheng 2025-03-31 20:03:52 -04:00
  • 93dbe2463c
    Merge 08d9c52d01 into 9fdeb41e52 Stanislav Vasilev 2025-03-31 21:43:35 +03:00
  • 9fdeb41e52
    Backends: Vulkan: Suppress trivially-copyable warning (#8537) docking Andrew Zonenberg 2025-03-31 11:42:18 -07:00
  • 715f127a74 Removed redundant prototype after upstream added it too Andrew D. Zonenberg 2025-03-31 11:34:58 -07:00
  • 68f48db177 Added void* cast to suppress warning when initializing RenderBuffers Andrew D. Zonenberg 2025-03-31 11:31:27 -07:00
  • d4f6b79fa5 Merge branch 'docking' of github.com:ocornut/imgui into docking Andrew D. Zonenberg 2025-03-31 11:29:38 -07:00
  • 6ddcbc149e WIP - In ShowFontAtlas() preserve open-state for latest texture. Improve debug display. ocornut 2025-03-06 19:57:49 +01:00
  • 6f34f382cf WIP - ImFontConfig::GlyphExcludeRanges is owner and copied. ocornut 2025-03-06 18:39:32 +01:00
  • 9395af9231 WIP - Update font documenttion. ocornut 2025-03-06 18:15:34 +01:00
  • a408133dae WIP - Obsolete GetGlyphRangesXXX() functions. ocornut 2025-03-06 18:15:25 +01:00
  • 27bd2a6fba WIP - Fixed various small warnings / build issues. ocornut 2025-03-05 18:42:41 +01:00
  • a5b879e6ea WIP - Added a ImFontFlags_NoLoadError flag to let user code try file paths. (3611) ocornut 2025-03-05 20:08:00 +01:00
  • 342c211182 WIP - Detect when using a texture that's about to be destroyed. ocornut 2025-03-05 17:18:54 +01:00
  • 6a41bccf3d WIP - Demo: Add a "Fonts" section for visibility. ocornut 2025-03-05 17:05:24 +01:00
  • 48c0166f43 WIP - GetFontBaked() default to searching for closest size font. ocornut 2025-03-03 16:14:41 +01:00
  • e782ffbbb8 WIP - Added ImTextureData::UsedRect. ocornut 2025-02-19 15:41:26 +01:00
  • 79150af29a WIP - Tidying up font scale logic. ocornut 2025-02-19 15:16:19 +01:00
  • a856035678 WIP - Removed LockSingleSrcConfigIdx which isn't needed anymore since we don't load glyphs in ImFontAtlasBuildAddFont(). ocornut 2025-02-10 22:53:33 +01:00
  • 2c060d4a07 WIP - Fallback glyph is now lazily loaded on demand (yay!). Moving ImFontBaked:: functions outside of class. ocornut 2025-02-10 22:32:09 +01:00
  • 1beaabb4d0 WIP - imgui_freetype: no need to store metrics locally. ocornut 2025-02-10 15:09:46 +01:00
  • 5b0ff5e36a WIP - Rework ImFontLoader signatures. ocornut 2025-02-07 18:48:01 +01:00
  • 9b5a3a05d1 WIP - A font source can specify its own loader/backend. ocornut 2025-02-06 19:31:13 +01:00
  • 8d3f361b02 WIP - Core allocates per-baked-per-src backend buffers, to allow having custom backend per font source. Backend BakedInit/Destroy/AddGlyph process a single source. ocornut 2025-02-06 15:19:23 +01:00
  • a85f7b434b WIP - Reinstated ImFontAtlasBuildSetupFontCreateEllipsisFromDot() compatible with baked system, lazily baked. ocornut 2025-02-07 15:58:16 +01:00
  • 8c7fbbc6ad WIP - Added ImFontAtlasBakedSetFontGlyphBitmap(). ocornut 2025-02-07 14:51:37 +01:00
  • 4f8f7ff999 WIP - Baked system, fix subsequent sources overriding shared font metrics. ocornut 2025-02-06 13:06:05 +01:00
  • de9cd4116d WIP - ImFontFlags: ImFontFlags_NoLoadGlyphs + add ImFontFlags_LockBakedSizes ocornut 2025-02-06 11:57:30 +01:00
  • 811672e6fc WIP - Exposed CompactCache(). Hide ClearCache(). ocornut 2025-02-05 18:25:52 +01:00
  • 61d975c8f7 WIP - Restore a functional AddCustomRectFontGlyph(). ocornut 2025-02-05 17:51:46 +01:00
  • 9b583b9da2 WIP - ImFontConfig: added GlyphExcludeRanges ocornut 2025-02-05 14:41:59 +01:00
  • 86fb2ce55b WIP - Create a fallback glyph if none is available (fix crash on fonts with no fallback) ocornut 2025-02-05 14:04:05 +01:00
  • 4f236b0361 WIP - Fixed _OnChangedTextureID() asserting when calling on e.g. finalized drawlists. ocornut 2025-02-04 20:02:10 +01:00
  • 810f905469 WIP - PushFontSize() with -1 uses sources[0]'s size for now (backward compat design) ocornut 2025-02-03 19:36:11 +01:00
  • ea3b921611 WIP - Allow PushFont/NewFrame/PopFont idioms to function. ocornut 2025-02-03 19:15:26 +01:00