Commit History

Author SHA1 Message Date
  ocornut 97428e8ac9 Version 1.91.9 5 months ago
  ocornut ea2a12112d Misc: Various zealous warning fixes for newer version of Clang. 5 months ago
  ocornut b758b8223f InputText: Pasting a multi-line buffer into a single-line edit replaces carriage return by spaces. (#8459) 5 months ago
  ocornut 39585aa90d Amend Changelog to talk about OEM keys. (#7136, #7201, #7206, #7306, #7670, #7672, #8468) 5 months ago
  fdsa 3c3d943fb1 Docs: Fix some typos (#8473) 5 months ago
  ocornut 1ec99f4fd3 Internals: added ImStrlen/ImMemchr #define to facilitate experimenting with variations. (#8421) 5 months ago
  ocornut 9f49292b35 Internals: Menus: reworked mangling of menu windows to use "###Menu_00" etc. instead of "##Menu_00". 5 months ago
  ocornut c5ade6591e TextLink(), TextLinkOpenURL(): fixed honoring text baseline alignment. (#8451, #7660) 5 months ago
  ocornut 494ea57b65 Image: removed 'tint_col', 'border_col' parameters from Image(). Added ImageWithBg(). Added style.ImageBorderSize, ImGuiStyleVar_ImageBorderSize. (#8131, #8238) 5 months ago
  ocornut ef969a53f5 Tabs: fixed Unsaved Marker not being visible when Close Button is. (#8430, #8387) 5 months ago
  Nico van Bentum c4a32a129d Tabs: fixed middle-button to close not checking hovering, only close button visibility. (#8399, #8387) 6 months ago
  ocornut 78ec1272e9 ImDrawList: added InitialFringeScale in ImDrawListSharedData. Default to 1.0f. 6 months ago
  ocornut 2860d7ba05 Selectable: Fixed horizontal label alignment with SelectableTextAlign.x > 0 and specifying a selectable size. (#8338) 6 months ago
  ocornut ef7ffaff74 Styles, Tabs: (Breaking) Renamed TabMinWidthForCloseButton to TabCloseButtonMinWidthUnselected. Added TabCloseButtonMinWidthSelected. (#8387) 6 months ago
  fdsa 6916f935eb InputText: Allow CTRL+Shift+Z to redo even outside of OSX. (#8389) 6 months ago
  ocornut e5668b8c73 Internals: rename ImGuiNextWindowData::Flags to HasFlags for consistency and to reduce mistakes. 6 months ago
  ocornut 914fbcf2e5 Fonts: removed unnecessary const qualifier from ImFont::FindGlyph() 6 months ago
  ocornut 0625b37760 Scrollbar: Rework logic that fades-out scrollbar when it becomes too small. 6 months ago
  ocornut 5dd84082ab InputTextWithHint(): Fixed buffer overflow when user callback modifies the buffer contents in a way that alters hint visibility. (#8368) 6 months ago
  ocornut f820bf7cd4 Version 1.91.9 WIP 6 months ago
  ocornut dbb5eeaadf Version 1.91.8 6 months ago
  ocornut ae6cfd32a0 Tables, Menus: Fixed tables or child windows submitted inside BeginMainMenuBar() being unable to save their settings. (#8356) 6 months ago
  ocornut fa178f4235 Error Handling: Recovery from missing EndMenuBar() call. (#1651) 6 months ago
  ocornut dabc990189 Rename internal id for standardizing naming convention. "##menubar" -> "##MenuBar", "###NavWindowingList" -> "###NavWindowingOverlay" 6 months ago
  ocornut a71191515a EndMainMenuBar doesn't attempt to restore focus when there's an active id. (#8355) 6 months ago
  ocornut ea0da0bf47 Extracted PushPasswordFont() out of InputText code. 6 months ago
  ocornut 9c4948a4d1 TabBar: Internals: added TabItemSpacing(). (#8349, #3291) 6 months ago
  ocornut ed7551c1d4 Selectable: Fixed horizontal label alignment when combined with using ImGuiSelectableFlags_SpanAllColumns. (#8338) 6 months ago
  ocornut bbf957875b Amend 9bc5b04 to avoid using GImGui mid-function. 6 months ago
  ocornut 9bc5b0406d Windows, Style: Fixed small rendering issues with menu bar, resize grip and scrollbar when using thick border sizes. (#8267, #7887) 6 months ago