issues
search
ocornut
/
imgui_club
Nice things to use along dear imgui
MIT License
926
stars
108
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
if memory editor is ReadOnly, don't show input text
#54
silverweed
opened
3 days ago
3
MemoryEditor keeps growing when ImGuiWindowFlags_AlwaysAutoResize is set
#53
virtuald
opened
3 weeks ago
0
Add missing include and remove unused variable
#52
akbyrd
closed
1 month ago
1
Create Memory editor imgui
#51
LE3TGAM3R
closed
2 months ago
0
Pass optional user data to handler functions
#50
silverweed
closed
2 months ago
1
Fix addr calculation to avoid overflow
#49
silverweed
closed
2 months ago
0
Clamp mouse pos to 0 in mouse_addr calculation
#48
silverweed
closed
2 months ago
1
Track hovered address to let users interact with individual bytes
#47
StrikerX3
closed
2 months ago
4
Allow to still select (and preview data) when ReadOnly is set
#46
DeltaGW2
closed
3 months ago
5
suggestion: separate each plugin into their respective repositories
#45
alexlnkp
closed
2 months ago
9
How would you re-write the editor?
#44
howprice
opened
4 months ago
0
Memory editor: missing support for standardized nav keys: page up/page down/home/end etc.
#43
ocornut
opened
5 months ago
0
Fix potential variable name collision
#42
sev-
closed
5 months ago
1
Use safer snprintf instead of sprintf
#41
sev-
closed
5 months ago
1
Fix 21 typos in imgui_memory_editor/imgui_memory_editor.h
#40
RoboSchmied
closed
6 months ago
1
When i set memory_size to 0xFFFF_FFFF, Slider is not visible.
#39
munubaykal
opened
7 months ago
2
Contextual key binding
#38
pvmm
closed
3 months ago
8
MultiSelect problem
#37
Nitr0-G
closed
7 months ago
4
MemoryEditor does not allow editing
#36
learn-more
closed
8 months ago
5
Fix popup menu not working in existing window
#35
learn-more
closed
5 months ago
3
MemoryEditor asserts in ErrorCheckUsingSetCursorPosToExtendParentBoundaries
#34
learn-more
closed
8 months ago
2
Making p_open a parameter instead of a member?
#33
Flinterpop
opened
12 months ago
1
imgui_memory_editor: Replace calls to sprintf with ImSnprintf
#32
aaronmjacobs
closed
5 months ago
1
MSYS UCRT64 compatibility
#31
bilditup1
closed
5 months ago
1
Removed unused variable
#29
leiradel
closed
2 years ago
1
Memory Editor: Scrollbar isn't getting drawn
#28
SimoneN64
closed
2 years ago
0
Add BgColorFn for byte coloring and InteractFn for interactions on bytes
#27
StrikerX3
closed
2 months ago
6
Memory Editor: Crashes using navigating through down arrow key with DataPreview option
#26
JamesDelfini
closed
2 years ago
2
Custom preview
#25
leiradel
closed
3 years ago
1
Split DrawContents into BeginContents and EndContents
#24
leiradel
closed
3 years ago
4
Added custom preview of memory contents
#23
leiradel
closed
3 years ago
3
docs: fix simple typo, caling -> calling
#22
timgates42
closed
3 years ago
0
Memory Editor: doesn't seem to work with more than 24-bits of address space
#20
ocornut
opened
4 years ago
6
Fixes color value for '.' in ascii display when "Grey out zeroes" set.
#19
x13pixels
closed
4 years ago
1
Memory Editor: Setting columns to 0 causes crash
#18
codefrog
closed
4 years ago
1
Add a license
#17
chaoticgd
closed
4 years ago
1
Memory editor: clicks to edit not recognized?
#16
floooh
closed
4 years ago
5
imgui_memory_editor: Unify stdio calls, silence warnings
#15
aaronmjacobs
closed
4 years ago
2
Adds isOpen return value to draw window & height
#14
stevemk14ebr
closed
2 years ago
2
imgui_memory_editor: Silence compiler warning
#13
djdeath
closed
5 years ago
1
Add a .editorconfig file.
#12
nicolasnoble
closed
5 years ago
1
Applying endianess swap for binary display.
#11
nicolasnoble
closed
5 years ago
1
Avoid snprintf #define leak.
#10
nicolasnoble
closed
5 years ago
3
imgui_memory_editor: Add option to hide the options footer.
#9
samhocevar
closed
6 years ago
3
Add runtime option to display hexadecimal as lowercase.
#8
samhocevar
closed
6 years ago
1
Fix deprecated variable name
#7
ice1000
closed
6 years ago
1
Rename Rows -> Columns
#6
drudru
closed
6 years ago
1
imgui_memory_editor: Fix clicking in hex area.
#5
tom-seddon
closed
6 years ago
4
Fix for building with v1.62 + IMGUI_DISABLE_OBSOLETE_FUNCTIONS.
#4
tom-seddon
closed
6 years ago
2
Can't compile imgui_freetype with recent imgui
#3
StuartSulaski
closed
7 years ago
2
Next