Commit graph

33 commits

Author SHA1 Message Date
tildearrow 623fce4f01 update Dear ImGui to 1.91.3 2025-08-11 14:22:13 -05:00
tildearrow c6d5913686 update Dear ImGui to 1.91.2
due to major changes around input text handling, I had to remove the multiline word wrap code...

also fix selectable highlight
2025-08-11 14:06:16 -05:00
tildearrow 270a22fe18 update Dear ImGui to 1.91.1
something broke so i need to perform a bisect
2025-08-10 16:25:20 -05:00
tildearrow 52970048e6 update Dear ImGui to 1.91.0
TODO: use TextLink()
2025-08-10 05:08:56 -05:00
tildearrow d701596972 update Dear ImGui to 1.90.9
last step before 1.91.....
oh man
2025-08-10 04:47:11 -05:00
tildearrow d50ec1726d update Dear ImGui to 1.90.8 2025-08-10 04:38:15 -05:00
tildearrow 3aecf2f065 update Dear ImGui to 1.90.7 2025-08-10 04:23:51 -05:00
tildearrow 65c0efd990 update Dear ImGui to 1.90.6 2025-08-10 04:10:39 -05:00
tildearrow 87ccc2a324 update Dear ImGui to 1.90.5 2025-08-10 04:01:31 -05:00
tildearrow a5007e813f update Dear ImGui to 1.90.4 2025-08-10 03:41:50 -05:00
tildearrow 61e29b6245 update Dear ImGui to 1.90.3 2025-08-10 03:37:21 -05:00
tildearrow cda7bd41d6 update Dear ImGui to v1.90.1 2025-08-10 03:12:45 -05:00
tildearrow 74c4a52413 update Dear ImGui to v1.90
bunch of changes
2025-08-09 21:26:36 -05:00
tildearrow b3d60e512c update Dear ImGui to 1.89.9
this is part of an upgrade process to the latest version of Dear ImGui
it will take a while as I am stepping through individual versions due
to the heavy modifications we've made for Furnace
2025-08-09 20:45:33 -05:00
tildearrow 3449dfdea2 IGFD: fix text hiding after hash 2024-07-14 02:21:35 -05:00
tildearrow 5f16edd0df cherry-pick ImGui code
from LTVA1/furnace

localization work
2024-05-27 17:31:20 -05:00
tildearrow 6f9e3e0058 GUI: channel pair hints, part 4
now with flooring
2023-10-08 20:19:56 -05:00
tildearrow 5da54a7678 update ImGui to 1.89.8
commit f8704cd085c4347f835c21dc12a3951924143872
with Furnace patches
2023-08-30 00:42:51 -05:00
tildearrow a5abe19b2a update ImGui to 1.89
commit 8fd0a041355e3cfc6556bbe1e00f262d9a897946
with Furnace patches
2023-06-08 00:29:16 -05:00
tildearrow f84469e4fd GUI: better inertial scroll inhibit logic
also better pattern editor mute in mobile
2022-12-02 22:59:52 -05:00
tildearrow 8eecdd4b93 GUI: fix piano allowing you to scroll on mobile 2022-12-01 19:05:54 -05:00
tildearrow 6b34b9fcab GUI: add functions to inhibit inertial scrolling 2022-12-01 04:28:12 -05:00
tildearrow bb5b99ec96 GUI: and a bit more of it 2022-12-01 03:29:32 -05:00
tildearrow a04d6b8e0b GUI: more inertial scrolling work 2022-12-01 03:01:59 -05:00
tildearrow 855fbfce1b GUI: improvements to inertial scrolling 2022-12-01 02:02:33 -05:00
tildearrow 285dae9239 GUI: inertial scrolling experiments 2022-11-30 19:42:51 -05:00
cam900 fb9ab893fa Add ImVector fill function 2022-06-02 01:17:21 +09:00
tildearrow 050a98d63d Revert "ssize_t instead of size_t - #510"
This reverts commit 07486bb3c8.
2022-05-31 15:31:21 -05:00
tildearrow 07486bb3c8 ssize_t instead of size_t - #510 2022-05-31 13:45:14 -05:00
cam900 8cd2ad5c12 Fix possible issue in horizontal scroll 2022-05-31 10:11:39 +09:00
cam900 35d56ac5d6
Fix typecasting 2022-05-30 22:00:38 +09:00
cam900 67a7f39d9a Allow more than 64 columns in Dear ImGUI (patched)
Improves Channel window displays, with System info.
2022-05-27 13:38:45 +09:00
tildearrow e1bd5b03f3 de-submodule ImGui
allows for local modification which is necessary

see #442
2022-05-18 15:23:10 -05:00