Histórico de Commits

Autor SHA1 Mensagem Data
  ocornut a0b3eceec7 Fixed using IMGUI_DISABLE_DEMO_WINDOWS without IMGUI_DISABLE_DEBUG_TOOLS and without linking with imgui_demo.cpp há 1 mês atrás
  ocornut df068ce11e Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section. há 1 mês atrás
  ocornut 4acce85656 Fonts: tweaks demo and exposure to sliders, etc. há 1 mês atrás
  ocornut cc3d4cab21 (Breaking) renamed ImFontConfig::FontBuilderFlags -> FontLoaderFlags. ImFontAtlas::FontBuilderFlags -> FontLoaderFlags. ImGuiFreeTypeBuilderFlags -> ImGuiFreeTypeLoaderFlags. há 1 mês atrás
  ocornut e1481a731d Fonts: fixed NewFrame() when atlas builder has been created but fonts not added. Fixed GetCustomRect() after atlas clear. há 1 mês atrás
  ocornut 0e769c5418 Fonts: amend UpdateCurentFontSize() early out optimization. há 1 mês atrás
  ocornut 573f08135d Fonts: fixed PopFont() broken recovery. há 1 mês atrás
  ocornut 2d2b1cee6b Fonts: internals: renamed g.FontSizeBeforeScaling to g.FontSizeBase for consistency. há 2 meses atrás
  ocornut 3c27c643a9 Fonts: internals: renamed g.FontScale to g.FontBakedScale for clarity. Comments. há 2 meses atrás
  ocornut d85e22d205 Added style.FontScaleDpi which is the field overwritten by ImGuiConfigFlags_DpiEnableScaleFonts. há 2 meses atrás
  ocornut 8766efcba6 (Breaking) Renamed io.FontGlobalScale to style.FontScaleMain. há 2 meses atrás
  ocornut 80c08f2286 (Breaking) Fonts: obsoleting SetWindowFontScale(). há 2 meses atrás
  ocornut 59a11363a5 Fonts: ground work for allowing SizePixels to be optional. há 2 meses atrás
  ocornut 1e118ab891 Fonts: added ImGuiStyle::FontSizeBase. Ensuring PushFontSize() works before main loop and across NewFrame(). há 2 meses atrás
  ocornut b029be6b6c Fonts: avoid calling GetFontBaked() during SetFontSize(). Also fixes loading extraneous baked on atlas that will be locked há 2 meses atrás
  ocornut 033cdc4133 Fonts: comments and slight packing of ImFontConfig fields. há 2 meses atrás
  ocornut 69547bd4bd Fonts: ImFont::DefaultSize -> ImFont::LegacySize. ImFontFlags_UseDefaultSize -> ImFontFlags_DefaultToLegacySize. há 2 meses atrás
  ocornut e3860aa6ac (Breaking) Fonts: removing obsolete ImFont::Scale. há 2 meses atrás
  ocornut 25f9c318e3 Fonts: added "Input Glyphs Overlap Detection Tool". Added "Clear bakes", "Clear unused" buttons. Move code. há 2 meses atrás
  ocornut 5926c877a1 Fonts: detect if ImFontAtlasUpdateNewFrame() is not being called. há 2 meses atrás
  ocornut b2343d6247 Fonts: fallback to default default rasterizer density + pick one from existing viewports at the time of calling AddUpdateViewport(). há 2 meses atrás
  ocornut f3780c7354 Fonts: adding GetFontBaked() in public API. há 2 meses atrás
  ocornut 5ee9845559 Fonts: automatically set current rasterizer density to viewport density. Effectively should fix most things on macOS. há 2 meses atrás
  ocornut 39f6c793b3 Fonts: proof of concept support for user textures. há 2 meses atrás
  ocornut 91ed6e67b4 Fonts: fixed support for multiple atlases. há 2 meses atrás
  ocornut fad5280d4c Fonts: fixed broken support for legacy backend due to a mismatch with initial pre-build baked id. há 2 meses atrás
  ocornut 46fa9e8efb Fonts: Debug display status. Fixed truncated raw texture id. Fixed FormatTextureIDForDebugDisplay(). Comments. há 2 meses atrás
  ocornut b32ef3c05d Fonts: make RasterizerDensity a dynamic field. (temporarily exposed as SetFontRasterizerDensity()). há 3 meses atrás
  ocornut 8140a9d8a6 Fonts: comments on ImTextureData fields. há 3 meses atrás
  ocornut 2b0d49a905 Fonts: make ImFont::Sources a vector. há 3 meses atrás