WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 734cf47

Browse files
committed
Version number
1 parent f387c3f commit 734cf47

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

imgui.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ImGui library v1.31 wip
1+
// ImGui library v1.31
22
// See ImGui::ShowTestWindow() for sample code.
33
// Read 'Programmer guide' below for notes on how to setup ImGui in your codebase.
44
// Get latest version at https://github.com/ocornut/imgui
@@ -246,6 +246,7 @@
246246
- window: allow resizing of child windows (possibly given min/max for each axis?)
247247
- window: background options for child windows, border option (disable rounding)
248248
- window: resizing from any sides? + mouse cursor directives for app.
249+
- widgets: clicking on widget b while widget a should activate widget b (doesn't anymore because of hover capture)
249250
- widgets: display mode: widget-label, label-widget (aligned on column or using fixed size), label-newline-tab-widget etc.
250251
- widgets: clip text? hover clipped text shows it in a tooltip or in-place overlay
251252
- main: considering adding EndFrame()/Init(). some constructs are awkward in the implementation because of the lack of them.

imgui.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// ImGui library v1.31 wip
2-
// See .cpp file for commentary.
1+
// ImGui library v1.31
2+
// See .cpp file for documentation.
33
// See ImGui::ShowTestWindow() for sample code.
44
// Read 'Programmer guide' in .cpp for notes on how to setup ImGui in your codebase.
55
// Get latest version at https://github.com/ocornut/imgui

0 commit comments

Comments
 (0)