Skip to content

Commit 45acd5e

Browse files
committed
Version 1.92.2b
1 parent 774ddb5 commit 45acd5e

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

docs/CHANGELOG.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ HOW TO UPDATE?
3636
- Please report any issue!
3737

3838
-----------------------------------------------------------------------
39-
VERSION 1.92.3 WIP (In Progress)
39+
VERSION 1.92.2b (Released 2025-08-13)
4040
-----------------------------------------------------------------------
4141

42-
Breaking Changes:
42+
Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.92.2b
4343

44-
Other Changes:
44+
Changes:
4545

4646
- Fixed IsItemHovered() failing on disabled items and items that have no
4747
identifier (e.g. Text() calls) when holding mouse button. (#8877, #8883)

imgui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.92.3 WIP
1+
// dear imgui, v1.92.2b
22
// (main code and documentation)
33

44
// Help:

imgui.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.92.3 WIP
1+
// dear imgui, v1.92.2b
22
// (headers)
33

44
// Help:
@@ -28,7 +28,7 @@
2828

2929
// Library Version
3030
// (Integer encoded as XYYZZ for use in #if preprocessor conditionals, e.g. '#if IMGUI_VERSION_NUM >= 12345')
31-
#define IMGUI_VERSION "1.92.3 WIP"
31+
#define IMGUI_VERSION "1.92.2b"
3232
#define IMGUI_VERSION_NUM 19222
3333
#define IMGUI_HAS_TABLE // Added BeginTable() - from IMGUI_VERSION_NUM >= 18000
3434
#define IMGUI_HAS_TEXTURES // Added ImGuiBackendFlags_RendererHasTextures - from IMGUI_VERSION_NUM >= 19198

imgui_demo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.92.3 WIP
1+
// dear imgui, v1.92.2b
22
// (demo code)
33

44
// Help:

imgui_draw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.92.3 WIP
1+
// dear imgui, v1.92.2b
22
// (drawing and font code)
33

44
/*

imgui_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.92.3 WIP
1+
// dear imgui, v1.92.2b
22
// (internal structures/api)
33

44
// You may use this file to debug, understand or extend Dear ImGui features but we don't provide any guarantee of forward compatibility.

imgui_tables.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.92.3 WIP
1+
// dear imgui, v1.92.2b
22
// (tables and columns code)
33

44
/*

imgui_widgets.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// dear imgui, v1.92.3 WIP
1+
// dear imgui, v1.92.2b
22
// (widgets code)
33

44
/*

0 commit comments

Comments
 (0)