Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating backend ImGui/ImPlot/ImNodes to latest versions #2275

Merged
merged 82 commits into from
Sep 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
82 commits
Select commit Hold shift + click to select a range
a15086f
core: Bump thirdparty versions to ImGui 1.83 and ImPlot 0.13
SamuMazzi Dec 20, 2023
a6bc209
feat (ImPlot): Add mvAxes and fix flags for plots
SamuMazzi Jan 5, 2024
272ff1e
core: Better support for plot mods and added keys
SamuMazzi Jan 8, 2024
807cffd
fix: label axes plots and free error on exit
SamuMazzi Jan 9, 2024
20b57e3
fix: tool metrics not crashing anymore
SamuMazzi Jan 9, 2024
ea49aff
fix (ImPlot): Avoid assert moving SetNextAxesToFit before BeginPlot
SamuMazzi Jan 10, 2024
49f9202
core: Bump thirdparty libraries to latest versions
SamuMazzi Jan 16, 2024
dadbd17
feat (ImPlot): add new plot and several flags
SamuMazzi Jan 17, 2024
23f9736
core: Major update
SamuMazzi Jan 18, 2024
0513f36
core: Changed internal IO handling and bugfixes
SamuMazzi Jan 19, 2024
3b1265a
feat (ImPlot): add plot flags
FabioSpano Jan 19, 2024
a6e3962
fix: Fix bug on exit
SamuMazzi Jan 19, 2024
b24cd38
fix: fix bug flags plots
SamuMazzi Jan 22, 2024
30cae29
feat (ImPlot): Implement set axis limits/zoom constraints
SamuMazzi Jan 22, 2024
42ca0f9
fix: fix crash on exit when there's no viewport
SamuMazzi Jan 23, 2024
39a3863
feat (ImPlot): Add formatter and scales to axes
SamuMazzi Jan 23, 2024
8469a42
core: new feats in ImPlot and new demo
SamuMazzi Jan 23, 2024
b003bf2
core: Update
SamuMazzi Jan 24, 2024
f86b5c7
feat (ImPlot): Enable mods for plots
SamuMazzi Jan 24, 2024
74adcee
core: Add Presentation to MetricsTool and clean code
SamuMazzi Jan 25, 2024
a1f329d
core: update plot section of dpg demo and update todo
FabioSpano Jan 25, 2024
28fd87f
feat (ImPlot): Add mvTag and labels to DragLine and DragPoint
SamuMazzi Jan 26, 2024
acc56c8
core: add subplot and axes to demo's plot section
FabioSpano Jan 26, 2024
dd0f3bc
core: add tools and custom to plot's demo
FabioSpano Jan 29, 2024
b8e007f
core: fix 2d histrogram and bar plots
FabioSpano Jan 30, 2024
938047b
core: update demo and add new plot
SamuMazzi Jan 30, 2024
8b0d64b
core: Update density demo
SamuMazzi Jan 30, 2024
72a6f6b
core: add some widget to demo
FabioSpano Jan 30, 2024
8195941
core: Update shaded plot demo and cleanup
SamuMazzi Jan 30, 2024
b836f65
core: fix Tag on axes and cleanup
SamuMazzi Jan 30, 2024
48de44f
core: fix axes context menu and add Tags demo part
SamuMazzi Jan 30, 2024
7a74b4d
core: Update
SamuMazzi Jan 31, 2024
590d29a
core: Improve ColorPicker options and fix demo
SamuMazzi Jan 31, 2024
4f41092
core: add feature to delete drag rects
FabioSpano Feb 1, 2024
594f8e9
core: Refactor demo and little cleanup
SamuMazzi Feb 1, 2024
074bbda
core: change min and max values of histogram plots to allow for defau…
FabioSpano Feb 2, 2024
7ec0c2d
core: add unsaved_document flag to show a marker if the document is n…
FabioSpano Feb 2, 2024
624d8eb
core: add repeat flag for button to continuosly call the callback whe…
FabioSpano Feb 2, 2024
913f841
feat: add fit_width flag to combo buttons
FabioSpano Feb 2, 2024
e32dc5e
core: change default color of color picker to better show alpha features
FabioSpano Feb 2, 2024
7916241
core: remove thirdparty gl3w_stripped
FabioSpano Feb 5, 2024
a7ea604
core: Refactor and little updates
SamuMazzi Feb 13, 2024
6cd66c9
hotfix: change parameter in demo
SamuMazzi Feb 15, 2024
d4d10dc
feat: add functions to reset constraint/zoom range
SamuMazzi Feb 19, 2024
f9aef3b
fix: fix label series parameters
SamuMazzi Feb 22, 2024
35710f8
feat: add recursive functionality to filter_set
SamuMazzi Feb 26, 2024
629273c
feat: add disabled feature to groups
SamuMazzi Feb 27, 2024
8e91edf
revert: revert "recursive" funcionality of filter_set
SamuMazzi Feb 27, 2024
0542b39
core: remove iostream/cout refs and disable asserts
SamuMazzi Apr 2, 2024
9c11956
core: remove set_decimal_point
SamuMazzi Apr 2, 2024
acb2193
bugfix: fix default argument for mvKey handlers
SamuMazzi Apr 2, 2024
dc0e2de
fix: fix separator behaviour
SamuMazzi Apr 2, 2024
1618e92
core: improve checking of image extensions
SamuMazzi Apr 2, 2024
40d0488
fix: fix typo in disabling asserts
SamuMazzi Apr 2, 2024
f7b4bf2
io: fix keys assignment
SamuMazzi Apr 4, 2024
986f35a
build: improve build script
SamuMazzi Apr 4, 2024
041be16
docking: reintroduce docking functionality
SamuMazzi Apr 24, 2024
e936a4d
plot: introduce `set_anti_aliasing` function
SamuMazzi Apr 24, 2024
9c01f65
core: fix detecting of case-insensitive string compare
SamuMazzi May 6, 2024
a369eca
core: change to arguments of functions and reintroduce deprecated ele…
SamuMazzi May 7, 2024
c46fe7f
plot: change names of functions/parameters and add deprecated ones
SamuMazzi May 9, 2024
b02c729
core: udpate imgui, add style vars and change/add functions and param…
SamuMazzi May 9, 2024
0a4e940
table: fix header label
SamuMazzi May 9, 2024
8d14a61
core: fix few bugs and clean up code/documentation
SamuMazzi May 17, 2024
7f4fe04
core: improve tables, restore `Mx` in mvDrawing, fix tooltip and mino…
SamuMazzi May 21, 2024
2be0449
plots: add `mvKey_ModDisabled` and `show_label` parameter for `drag_`…
SamuMazzi May 21, 2024
a7190e7
plot: add ImPlot submodule
SamuMazzi May 22, 2024
ef1747d
plot: restore `mvAreaSeries` and `query_toggle_mod`
SamuMazzi May 22, 2024
332f99c
core: fix `mvMouseButton X1/X2` and deprecate color parameters for `d…
SamuMazzi May 22, 2024
8ed471e
plot: fix `add_text_point` parameters and update demo
SamuMazzi Jun 6, 2024
e172ea8
core: improve `group` disabled and `tooltip` updating state
SamuMazzi Jun 6, 2024
f606a7d
plot: fix validation for `mvBarGroupSeries`
SamuMazzi Jun 7, 2024
3235db3
plot: rework of `DragRect`
SamuMazzi Jun 21, 2024
31a5363
core: improve query rect in plots and fix descriptions and parameters
SamuMazzi Jun 26, 2024
280517d
plot: add min/max query rects in plots
SamuMazzi Jun 27, 2024
0af53b1
plot: fix `mvBarGroupSeries` and `custom_series` parameter `no_fit`
SamuMazzi Jul 1, 2024
21e8de7
core: update to version 1.90.9
SamuMazzi Jul 9, 2024
c47dcd0
core: remove `DearPyGui_Ext` submodule and update standard `Axis` colors
SamuMazzi Jul 15, 2024
513ea28
core: fix demo, docs and query rects
SamuMazzi Jul 22, 2024
6efc626
core: fix parameters and other improvements
SamuMazzi Jul 24, 2024
f69f06a
core: remove build file and fix demo
SamuMazzi Jul 29, 2024
f80b241
core: bump imgui version to 1.91.0
SamuMazzi Jul 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
core: bump imgui version to 1.91.0
SamuMazzi committed Aug 1, 2024
commit f80b241e667aba396da2eb3e7102cd9a35f42fcd
2 changes: 1 addition & 1 deletion thirdparty/imgui
Submodule imgui updated 203 files