Commit History

Author SHA1 Message Date
  ocornut 80aafbc81b Data types: moved ImGuiDataType_String to public API as a convenience enum value only. (#8266) 7 months ago
  ocornut c147a59bb0 Clarified alternative for ImGuiButtonFlags_Repeat being ImGuiItemFlags_ButtonRepeat. (#8293) 7 months ago
  ocornut 6982ce43f5 InputText: fixed badly broken clipboard copy/bug (#8254, #8242) 8 months ago
  ocornut fd93229770 Tables, MultiSelect: Fixed an issue where column width may be mismeasured when calling BeginMultiSelect() while inside a table. (#8250) 8 months ago
  ocornut 9b0e61aaaa InputText: sanity checks to e.g. detect non zero-terminated buffers + removed a redundant strlen() call during activation. 8 months ago
  ocornut 457fae24e7 Silence more zealous GCC warning. (#8241) 8 months ago
  Raffaello Bertini cd6c83cdcc Fixes GCC warnings (#8241) 8 months ago
  ocornut 32f11402f9 InputText: use TextSrc more consistently to facilitate accessing user buffer in text processing code. (#8242) 8 months ago
  ocornut e900571ac2 InputText: Fixed issue when activating a ReadOnly field when the underlying value is being modified. (#8242) 8 months ago
  ocornut f5f11e94be InputText: Fixed a bug where character replacements performed from a callback were not applied when pasting from clipbard. (#8229) 8 months ago
  ocornut 324d4bb140 InputText: calling ReloadUserBuf doesn't clear undo stack. (#2890) 8 months ago
  ocornut 8237ab450e Drags, Sliders: store initial value on activation, as a convenience for some mods. (#8223) 8 months ago
  ocornut 4ad5496474 Drags: Added ImGuiSliderFlags_NoSpeedTweaks flag to disable keyboard modifiers altering the tweak speed. (#8223) 8 months ago
  ocornut f9f4e22f6f InputText: some tidying up. (#7925) 8 months ago
  ocornut 4cc464eadc BeginListBox(): Comments (#8220) 8 months ago
  ocornut f25665f360 Version 1.91.7 WIP 8 months ago
  ocornut 993fa34749 Version 1.91.6 8 months ago
  ocornut d78e823449 InputText: added ImGuiInputTextFlags_ElideLeft. (#1442, #1440, #4391, #7208, #8216) 8 months ago
  ocornut d2645423de InputText: reactivating last activated InputText() doesn't restore horizontal scrolling. 8 months ago
  ocornut 3f3c62a3c9 ScrollbarEx: clarify use of flags and make them optional. (#8215) 8 months ago
  Diego Mateos 9b26743c6b SliderAngle: only write back to value v_rad on value_changed. (#8193) 9 months ago
  ocornut 9b27329437 Comments on ImageButton(). (#8165) + comments on Emscripten -sSINGLE_FILE option. (#8153) 9 months ago
  ocornut 3381ab423b Version 1.91.6 WIP + fixed typo in tooltip. 9 months ago
  ocornut f401021d5a Version 1.91.5 9 months ago
  ocornut 419a9ada16 Ignore clang warning Wnontrivial-memaccess (#8129, #8135) 9 months ago
  ocornut 63234f8dd0 InputText: Internals: rename CurLenA->TextLen, InitialTextA->TextToRevertTo. 9 months ago
  ocornut 82d0584e7b InputText: using CurLenA instead of TextA.Size for correctness. (#7925) 10 months ago
  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) 10 months ago
  ocornut f37a9a27e5 Log/Capture: reworked scope + decorating menus, tabs. 10 months ago
  ocornut 9a0dff1bc5 Buttons: using ImGuiItemFlags_ButtonRepeat makes default button behavior use PressedOnClick instead of PressedOnClickRelease when unspecified. 10 months ago