1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-11-13 06:28:50 -05:00

Commit Graph

  • c2b30bc47b Remove accidental vscode stuff backends Gordon McCann 2023-06-20 12:55:22 -0400
  • 96412c79fe Remove even more sprintf with snprintf Gordon McCann 2023-06-20 12:54:22 -0400
  • 57f46bfc00 Replace sprintf with snprintf Gordon McCann 2023-06-20 12:40:20 -0400
  • 18758e237e
    Avoid fetching GImPlot multiple times when possible. (#468) master omar 2023-04-19 18:35:30 +0200
  • fb084f3719
    Use 'nullptr' instead of 'NULL' (#465) Minty-Meeo 2023-04-17 08:21:32 -0500
  • 33c5a965f5
    Fixes for requirement to define IMGUI_DEFINE_MATH_OPERATORS before imgui.h (or at least at imconfig) (#449) omar 2023-02-16 02:53:25 +0100
  • d875123534 make PlotText honor ImPlotItemFlags_NoFit Evan Pezent 2022-11-25 09:31:58 -0600
  • fcb51d2c9c
    Use snprintf instead of sprintf in implot_demo.cpp (#426) Joshua Minor 2022-11-25 07:21:45 -0800
  • 8250340f04 Fix another ImGuiKeyMod thing Gordon McCann 2022-11-08 14:03:54 -0500
  • 2fcf81af78 Fix ImGuiKeyModFlags -> ImGuiModFlags Gordon McCann 2022-11-08 14:00:05 -0500
  • 6d3e3bb418 Fix Drag utils to work with updated ImGui (as done in commits to master) Gordon McCann 2022-11-08 13:48:40 -0500
  • 626e391670
    Fixes for ImGuiModFlags_XXX -> ImGuiMod_XXX (v1.89) (#347) (#407) #1 omar 2022-09-29 20:00:23 +0200
  • 8879c99aef
    Fix for allowing core imgui to use typed ImGuiCol / ImGuiStyleVar enums. (#405) omar 2022-09-24 02:30:19 +0200
  • 6978a3e177
    Update README.md Evan Pezent 2022-09-17 15:25:29 -0500
  • 15e494b76a Merge branch 'master' of https://github.com/epezent/implot Evan Pezent 2022-09-17 15:02:47 -0500
  • f88ad32a47 remove mention of IMPLOT_INSTANTIATE_ALL_NUMERIC_TYPES in implot_items.cpp Evan Pezent 2022-09-17 15:02:34 -0500
  • 3e13c95986
    Add ImPlotLegendFlags_Sort (#404) Evan Pezent 2022-09-17 14:23:26 -0500
  • 4ba42f200a address a few static analysis warnings Evan Pezent 2022-09-17 13:17:07 -0500
  • 57149164d5 Fix clamp in SetupAxisTicks Evan Pezent 2022-09-17 10:25:30 -0500
  • 9ef3a97966 Merge branch 'master' of https://github.com/epezent/implot Evan Pezent 2022-09-17 10:20:33 -0500
  • 921a81f307 Replace assert with clamp in SetupAxisTicks Evan Pezent 2022-09-17 10:20:20 -0500
  • 8c06ff0252
    Add vcpkg installation instructions (#401) Mengna Li 2022-09-15 20:00:13 +0800
  • 98c76edbb4
    Remove support for IMPLOT_INSTANTIATE_ALL_NUMERIC_TYPES (#402) Pascal Thomet 2022-09-14 16:41:10 +0200
  • f719a180ff
    Support custom numeric types (#399) Pascal Thomet 2022-09-14 03:39:29 +0200
  • 49db527db1
    Support long & long double, add macro INSTANTIATE_FOR_NUMERIC_TYPES (Fix #319) (#397) Pascal Thomet 2022-09-11 16:43:27 +0200
  • fd16fe001c
    CI setup (#395) Rokas Kupstys 2022-09-07 02:28:32 +0300
  • 002ffc95bc
    Fix truncation warnings. (#392) Rokas Kupstys 2022-09-07 02:17:09 +0300
  • e80e42e8b4
    ImPlotTimeFmt_MinSMs (#383) ozlb 2022-07-29 14:57:51 +0200
  • 220f5c9ab4
    Annotation Label y axis fix (#384) ozlb 2022-07-29 05:41:21 +0200
  • 7a470b2e17 add ImPlotAxisFlags_NoSideSwitch and ImPlotAxisFlags_NoHighlight Evan Pezent 2022-07-07 20:27:24 -0500
  • f33a5990d7 Merge branch 'master' of https://github.com/epezent/implot Evan Pezent 2022-07-07 19:04:24 -0500
  • 1fed5c2c19 temp fix for time formatted mouse position text Evan Pezent 2022-07-07 19:04:16 -0500
  • b4aec718a5
    fix merge typo in Locator_Time() (#380) K 2022-07-07 19:31:05 -0400
  • 8c53333489 fix PlotDigital/Dummy flags Evan Pezent 2022-07-04 19:30:36 -0500
  • fc0fd11246 ImPlotLineFlags_Shaded and ImPlotStairsFlags_Shaded Evan Pezent 2022-06-22 11:00:42 -0500
  • 6c00109636 make ColormapScale reversable Evan Pezent 2022-06-20 07:48:51 -0500
  • 0f4d4dccc3 add ImPlotColormapScaleFlags Evan Pezent 2022-06-19 22:51:51 -0500
  • 6f4986b14f add ColormapSlider to demo Evan Pezent 2022-06-19 21:14:36 -0500
  • dbb461db24 update README Evan Pezent 2022-06-18 23:16:01 -0500
  • 63d5ed94b7
    Features/item flags (#319) Evan Pezent 2022-06-18 22:59:32 -0500
  • 79b05d5e25
    Fix freed memory read error in AddTicksTime(). Invalid read occurred when LabelTickTime() resizes ticks.TextBuffer while last_major held pointer pointing into old now freed buffer. (#365) Rokas Kupstys 2022-06-17 17:09:25 +0300
  • b9c0a39b08
    in README.md 'Demos' section, changed 'imgui_demo.h' to imgui_demo.cpp' (#369) rjasiak54 2022-06-17 10:06:38 -0400
  • 3dd7e75c7d gaurd IMPLOT_DISABLE_OBSOLETE_FUNCTIONS in implot_demo.cpp Evan Pezent 2022-05-08 10:40:27 -0500
  • 947c2c02e4 gaurd IMPLOT_DISABLE_OBSOLETE_FUNCTIONS in implot_demo.cpp Evan Pezent 2022-05-08 10:40:16 -0500
  • 32a4617cd6 fix legend icons and drag tools with ImGui::KeepAliveID Evan Pezent 2022-05-08 10:23:42 -0500
  • 196a0243c5
    ImPlotAxis::WillRender(): return false if axis is disabled (#350) Max Schwarz 2022-04-21 05:19:39 +0200
  • df4256c9e8
    Demo: tweak for runtime speed. (#353) omar 2022-04-21 05:19:01 +0200
  • 1160243218
    Fix for 1.88 WIP (18716) renaming ImGuiKeyModFlags to ImGuiModFlags (#347) omar 2022-04-05 15:58:12 +0200
  • b47c8bacdb Merge branch 'master' of https://github.com/epezent/implot Evan Pezent 2022-01-30 17:07:12 -0800
  • 58240e5311 remove redefinition of GetInputMap Evan Pezent 2022-01-30 17:07:05 -0800
  • 9b4ba149ec
    Update README.md Evan Pezent 2022-01-30 10:47:33 -0800
  • f438a21813 fix comment find/replace accident Evan Pezent 2022-01-30 10:26:21 -0800
  • 86f4dd6e5c use ImFormatString instead of sprintf/snprintf Evan Pezent 2022-01-30 10:19:29 -0800
  • adfc96810e remove unecessary msvc warning disables Evan Pezent 2022-01-30 10:08:55 -0800
  • 8d3bd31395 -Wformat-nonliteral Evan Pezent 2022-01-30 10:06:39 -0800
  • 168244e422 replace sprintf with snprintf Evan Pezent 2022-01-30 09:54:49 -0800
  • 3a53f0b796 init PixelMin/Max Evan Pezent 2022-01-30 09:35:49 -0800
  • 199b4803b6 Merge branch 'sergeyn-pr_branch' Evan Pezent 2022-01-30 09:32:07 -0800
  • 6659b164fe intel compiler warning fixes (and fastmath in general) Sergey Nenakhov 2022-01-23 00:50:18 +0100
  • 4fcc6e01ac fix sizeof(T) in IndexData Evan Pezent 2021-12-02 20:54:54 -0800
  • 5205417d35 add PlotBarGroups and layout some plans for flags features/item-flags Evan Pezent 2021-10-24 20:24:00 -0700
  • c0da6fea04 add PlotBarGroups Evan Pezent 2021-10-24 00:25:46 -0700
  • d34204b5a7 fix typo Evan Pezent 2021-10-22 22:52:18 -0700
  • a8456786b6 merge master Evan Pezent 2021-10-20 21:55:11 -0700
  • 06d7298b48 Merge branch 'master' into backends Evan Pezent 2021-10-20 18:47:22 -0700
  • 6ee1559715
    Setup API (#294) Evan Pezent 2021-10-19 20:01:06 -0700
  • dea3387cdc buffer overflow fix v0.12 Evan Pezent 2021-09-07 21:46:54 -0700
  • c40206f2ea spaces Evan Pezent 2021-09-07 20:24:34 -0700
  • f1b86b9fe4 Merge branch 'master' of https://github.com/epezent/implot Evan Pezent 2021-09-07 20:20:25 -0700
  • 5ed9e78676 add #include <immintrin.h> fallback Evan Pezent 2021-09-07 20:20:12 -0700
  • 14d4c96d0c
    more flexible custom context management (#281) Dario Mambro 2021-08-28 16:00:47 +0200
  • 0fb3346a7a
    custom context management (same way as in ImGui) (#278) sergeyn 2021-08-24 17:08:00 +0200
  • 621d56b379 Merge branch 'master' into backends Evan Pezent 2021-07-30 20:34:11 -0700
  • 3e96fd7c02
    improve indexing, line rendering performance by 45% (#270) Evan Pezent 2021-07-30 20:27:02 -0700
  • c8601ac0d5 rev version, fix unused lines Evan Pezent 2021-07-29 19:14:13 -0700
  • 864ebb90b6
    fix: PlotShaded Opposite triangle winding (#269) Jeslas Pravin 2021-07-30 04:09:01 +0200
  • 4be83def59 add IsSubplotsHovered Evan Pezent 2021-07-28 11:52:57 -0700
  • 57b51288be Merge branch 'master' into backends Evan Pezent 2021-07-25 12:44:00 -0700
  • 507459fd5f move axis equal constraint after pixel determination Evan Pezent 2021-07-23 16:32:57 -0700
  • 2dc2a4cfd5 improve tick label culling Evan Pezent 2021-07-15 20:40:51 -0700
  • 83cb14b54a fix offsetandstride args...oops Evan Pezent 2021-07-09 20:29:04 -0700
  • cd4704fd52 revert OffsetAndStride Evan Pezent 2021-07-09 20:23:12 -0700
  • bffd448207 revert OffsetAndStride Evan Pezent 2021-07-09 20:22:21 -0700
  • 51930a5ae6 fix imgui backward compat, YAxis[3], and add new demo benchmark option for LineG v0.11 Evan Pezent 2021-07-09 17:39:12 -0700
  • 895d5b663a Merge branch 'master' into backends Evan Pezent 2021-07-08 08:24:21 -0700
  • 5ab78cbc7d version string Evan Pezent 2021-07-08 08:21:56 -0700
  • 45055f2c45 merge big changes from master Evan Pezent 2021-07-07 22:36:10 -0700
  • eb40cc908d Merge branch 'master' of https://github.com/epezent/implot Evan Pezent 2021-07-07 22:18:51 -0700
  • 389781c31c v0.11 WIP Evan Pezent 2021-07-07 22:18:38 -0700
  • 8c1bbf4d8d
    Subplots (#203) v0.10 Evan Pezent 2021-07-07 21:06:15 -0700
  • 7233cdde33 clean up heatmaps a bit more Evan Pezent 2021-07-04 07:49:25 -0700
  • 127a6d336a
    Implement heatmap rendering in a single function (#263) Marc 2021-07-04 16:19:01 +0200
  • 8f1655b975 set heatmap tex back to GL_NEAREST...oops! Evan Pezent 2021-07-03 14:30:29 -0700
  • 11a7084b90 add ImGuiDataTypeGetter Evan Pezent 2021-07-03 11:46:29 -0700
  • aa1918ff16 [backends] make heatmap use ImPool, add ShowBackendMetrics, misc cleanup Evan Pezent 2021-07-03 11:10:35 -0700
  • 4371c2d200
    Backends: change header setup to avoid leaking backend implementation details into implot cpp files (#262) Max Thrun 2021-07-02 22:46:19 -0700
  • e4805f629b add UseGpuAcceleration Evan Pezent 2021-07-02 21:40:50 -0700
  • 48501a3c10
    Add GPU-accelerated heatmaps (#254) Marc 2021-07-03 06:29:37 +0200
  • 8f1c9320e2 add UseGpuAcceleration Evan Pezent 2021-07-02 20:26:02 -0700
  • 353e8ed0aa
    Fix incorrect colormap colors marcizhu 2021-07-02 23:01:31 +0200