Commit graph

5 commits

Author SHA1 Message Date
Eugene Sandulenko
cff87d8c2e
BACKENDS: IMGUI: Bumped to v1.91.3 docking branch
Commit b4c96355c9b51b54c4deb52e7d7cdfc7bf79bc2f from
https://github.com/ocornut/imgui/tree/docking

This adds global shortcuts and better table handling.

Update process:

1. In ScummVM backends/imgui directory:

  for i in `find .`;do cp -v ../../../../imgui/$i $i;done
  patch <scummvm.patch

2. Compile, test with launching engines using ImGui

3. Regenerate patch, in imgui directory:

  diff -rbu . ../scummvm/scummvm/backends/imgui/|grep -v ^Only >../scummvm/scummvm/backends/imgui/scummvm.patch

4. Commit
2024-10-07 18:36:00 +02:00
scemino
4a1209da9f IMGUI: Use docking branch
This is is imgui commit fee0210592b9cb5b1a778f005ffb1fe76b19ced0
2024-05-24 16:35:55 +02:00
Hubert Maier
842664571c JANITORIAL: Revert typo supress fix in imstb_textedit.h 2024-05-18 13:52:31 +02:00
Hubert Maier
12a6a77c7b JANITORIAL: Fix supress typo in imstb_textedit.h 2024-05-18 13:52:31 +02:00
scemino
0cba66b204 TWP: Move ImGui to backends 2024-03-07 20:08:26 +01:00
Renamed from graphics/imgui/imstb_textedit.h (Browse further)