Historique des commits

Auteur SHA1 Message Date
  David Mentler e18b703dd1 ImStrv: Added ImStrv formatter for LLDB (e.g. Xcode) il y a 4 mois
  ocornut cf92f5b871 ImStrv: made length() returns an int as it simplify the most common case (of passing %.*s to printf) il y a 1 an
  ocornut 14d292c8c0 ImStrv: allow constructing from two null pointers. il y a 1 an
  ocornut 5576f53433 ImStrv: Combo(), ListBox(): seems better to not introduce the ImStrv [] versions? il y a 1 an
  ocornut a70845381a ImStrv: convert Combo()/ListBox() to use ImStrv in their getters. il y a 1 an
  ocornut b22475fde7 ImStrv: add needed disambiguishing functions for const char* now being ambiguous. (5079) il y a 3 ans
  ocornut 9b3bf73fef ImStrv: backtracked for now on supporting ImStrv for format strings. il y a 3 ans
  璀境石 cb0c1c93e2 ImStrv: enhanced VS debugger .natvis support. build fixes. (5333, 5906) il y a 3 ans
  ocornut 6e9bd013dd ImStrv: standardized code doing format copy, optimized ImStrStr il y a 4 ans
  ocornut a5c6a1681e ImStrv: Fixed various compile errors/warnings. il y a 3 ans
  ocornut 94c7b7b416 ImStrv: moved double char* function signatures under #ifndef IMGUI_DISABLE_OBSOLETE_FUNCTIONS blocks. il y a 4 ans
  ocornut 6afdaa1593 ImStrv: changed ImStrv xxx=NULL args to an explicit xxx=ImStrv() il y a 5 ans
  ocornut 230e16ee03 ImStrv: Step 2 - change ImStrv typedef to struct, perform all other logic conversion. il y a 5 ans
  Rokas Kupstys b95ab14471 ImStrv: Step 1 - change string type to ImStrv in API. (REBASED) il y a 5 ans
  ocornut d67c66c437 Changed RenderTextEllipsis() logic to not trim trailing blanks before the ellipsis. (#9229) il y a 1 jour
  ocornut 7b365fa6b4 Nav: fixed another occurence of nav cursor briefly appearing when Tabbing with ImGuiConfigFlags_NavEnableKeyboard disabled. (#9214, #9218) il y a 2 jours
  ocornut 87262dd07a Nav, IO: added undocumented ConfigNavEnableTabbing flag. (#9218) il y a 2 jours
  Ryan Jensen 8ed10d538e Docs: update comment on ImGuiConfigFlags_NavEnableKeyboard. (#9218) il y a 6 jours
  ocornut 9f30044333 Backends: GLFW: try to set IMGUI_IMPL_GLFW_DISABLE_X11 / IMGUI_IMPL_GLFW_DISABLE_WAYLAND automatically if headers are not available. (#9225) il y a 2 jours
  ocornut fd9873a5c2 Tables: internals: extract TableSetColumnDisplayOrder() out of TableBeginApplyRequests() and clarify API limitations. il y a 2 jours
  ocornut c71b2a1fe6 Revert "Fonts: avoid baking ExtraSizeScale twice into Ascent/Descent." il y a 2 jours
  tanksdude 5fe48b6a0e Docs: fixed some typos (#9217) il y a 2 jours
  ocornut 1bcc23ef12 Fonts: avoid baking ExtraSizeScale twice into Ascent/Descent. il y a 1 semaine
  ocornut 524f01d248 Metrics: browsing font baked data persist tree state when e.g. using LoadAll. il y a 1 semaine
  ocornut 226f62fa8f Demo: amend Shortcuts demo to clarify that ImGuiInputFlags_RouteOverActive may be used with focused route. (#9004) il y a 1 semaine
  ocornut ea83628438 Nav: fixed navigation cursor briefly appearing when using API to focus an InputText() in a window with _NoNavInputs flag. (#9214) il y a 1 semaine
  ocornut 76860017d5 Clipper, Nav: fixed an UBSan warning when using in a ListClipper region . (#9160) il y a 1 semaine
  ocornut 4b8e41cffb TabBar: expose NextScrollToTabId to internal API. il y a 1 semaine
  ocornut a9ca61a7ce Fonts: fixed an issue where using PushFont() from the implicit/fallback "Debug" window when its recorded state is collapsed would incorrectly early out. (#9210, #8865) il y a 1 semaine
  ocornut 5166bec5d8 Scrollbar: rounding corners selected based on a generic helper. il y a 2 semaines