História revízii

Autor SHA1 Správa Dátum
  ocornut f401021d5a Version 1.91.5 9 mesiacov pred
  ocornut 31b967f098 Fix 01d27a4 (sorry I cherry-picked from wrong branch) 9 mesiacov pred
  ocornut 01d27a4acd Internals: added IM_LIKELY(), IM_UNLIKELY() helper macros (yet unused). Added ImFontGetCharAdvanceX() macro. 9 mesiacov pred
  ocornut 419a9ada16 Ignore clang warning Wnontrivial-memaccess (#8129, #8135) 9 mesiacov pred
  ocornut 17bd417a3d AddCustomRectFontGlyph: added storage for Colored bool in ImFontAtlasCustomRect. (#8133) 9 mesiacov pred
  ocornut 3b683927ee imgui_freetype: Fixed a crash in build font atlas when using merged fonts and the first font in a merged set has no loaded glyph. (#8081) 9 mesiacov pred
  ocornut 3543dfda95 Docs: document removal of ImFont const qualifier as potentially breaking. 9 mesiacov pred
  ocornut d97bbf1904 Tabs, Style: made ImGuiCol_TabDimmedSelectedOverline alpha 0 (not visible) in default styles. 9 mesiacov pred
  ocornut df0776e931 (Breaking) Removed ImGuiKey_COUNT. (#4921) 9 mesiacov pred
  ocornut 738d6db3e6 (Breaking) Removed used of ImGuiKey_KeysData_SIZE, ImGuiKey_KeysData_OFFSET. (#4921) 9 mesiacov pred
  ocornut 6f287dd16d (Breaking) Removed pre-1.87 obsolete io.KeyMap[], io.KeysDown[], io.NavInputs[]. Remove IMGUI_DISABLE_OBSOLETE_KEYIO. (#4921) 9 mesiacov pred
  Michael Böhme 57ab2b4226 Fixed unused function warning (#8130) 9 mesiacov pred
  ocornut ec2f1d69c8 Docs: word-wrap some the older changelogs. 9 mesiacov pred
  ocornut 63234f8dd0 InputText: Internals: rename CurLenA->TextLen, InitialTextA->TextToRevertTo. 9 mesiacov pred
  ocornut be2d006e2e Align warning blocks. Removed -Wunused-function, -Wmissing-prototypes from imgui_internal.h 9 mesiacov pred
  Maya Warrier 88e232739b Ignore clang warning Wnontrivial-memaccess (#8129) 9 mesiacov pred
  Brotcrunsher d4791f1bbe Fixed a comment typo. (#8128) 9 mesiacov pred
  ocornut 82d0584e7b InputText: using CurLenA instead of TextA.Size for correctness. (#7925) 9 mesiacov pred
  ocornut 75f83de52a InputText: fixed a bug (regression in 1.91.2) where modifying text buffer within a callback would sometimes prevents further appending to the buffer. (#7925) 9 mesiacov pred
  ocornut f77d22837c Examples: Android+OpenGL: Using ALooper_pollOnce() instead of ALooper_pollAll(). (#8013) 9 mesiacov pred
  ocornut 71c77c081a Demo: added a "Windows" section. 9 mesiacov pred
  ocornut 772ca9e9a9 Log/Capture: added experimental io.ConfigWindowsCopyContentsWithCtrlC config option. 9 mesiacov pred
  ocornut f37a9a27e5 Log/Capture: reworked scope + decorating menus, tabs. 9 mesiacov pred
  ocornut a4fcc93f4a Log/Capture: renaming ImGuiLogType to ImGuiLogFlags 9 mesiacov pred
  ocornut 9a0dff1bc5 Buttons: using ImGuiItemFlags_ButtonRepeat makes default button behavior use PressedOnClick instead of PressedOnClickRelease when unspecified. 9 mesiacov pred
  ocornut 0bde57c25a Font, Misc: remove qualifier from most font functions. 9 mesiacov pred
  ocornut 3b8c7d0326 Backends: Win32: rework to add ImGui_ImplWin32_WndProcHandlerEx() not using current context (experimental). (#8069, #6293, #5856, #586) 9 mesiacov pred
  ocornut d67e2eea1a Backends: Win32: internal rename. 9 mesiacov pred
  ocornut 81b689b969 Backends: OpenGL3: added additional debug GL_CALL enclosure for glCreateShader() calls. (#8104) 9 mesiacov pred
  ocornut 81cfe09657 Selectable, Style: selected Selectable() use _Header color instead of an arbitrary lerp between _Header and _HeaderHovered. (#8106, #1861) 9 mesiacov pred