1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-11-13 14:38:51 -05:00

Commit Graph

  • 72cf024347 meh Evan Pezent 2021-06-27 12:12:07 -0700
  • bef982f0b6
    Fix vertically-flipped 2D histograms marcizhu 2021-06-25 11:52:38 +0200
  • 5f11a7875d
    Added logarithmic X & Y axes marcizhu 2021-06-24 17:32:54 +0200
  • 449b30b389
    Standandardize backends for future implementations marcizhu 2021-06-24 10:39:21 +0200
  • 27769a846f
    Cleanup & maintenance marcizhu 2021-06-23 13:37:55 +0200
  • 541521fe69
    Misc changes marcizhu 2021-06-23 11:43:12 +0200
  • 65aa2c8264
    Update README.md with link to Java bindings (#257) Perry MacMurray 2021-06-23 00:37:58 -0400
  • 50407e5279
    Fix integer heatmaps not working properly marcizhu 2021-06-23 00:51:02 +0200
  • 718351c6f5
    Add common interface for backends & move context to ImPlotContext marcizhu 2021-06-22 17:07:56 +0200
  • aa716726da
    Prevent new/delete on each call to PlotHeatmap() on certain cases marcizhu 2021-06-21 17:32:11 +0200
  • 2816b0cbd9
    Fixupside-down heatmaps marcizhu 2021-06-21 10:26:46 +0200
  • 7b840d1a44
    Add BustPlotCache() and other small changes marcizhu 2021-06-20 21:19:48 +0200
  • ead05a20a7
    Add GPU-accelerated heatmaps marcizhu 2021-06-20 19:26:46 +0200
  • ab24f756fa make pie plots respond to fits Evan Pezent 2021-06-09 11:26:54 -0700
  • e9469cf347 constrain values <= 0 to DBL_MIN for log axes, fix div by zero Evan Pezent 2021-06-08 20:31:30 -0700
  • 0cafcd0011 fix compiler warning in demo Evan Pezent 2021-06-08 19:36:28 -0700
  • 3109940b46 handle equal axis edge case when user sets x limits Evan Pezent 2021-06-06 21:13:40 -0700
  • 4edb1c75b6 fix GetColormapSize Evan Pezent 2021-06-06 17:42:00 -0700
  • da1bf57136 fix scatter plot non-inclusive culling Evan Pezent 2021-06-06 17:16:20 -0700
  • e966e0d2bc add warning to demo about 16-bit indices Evan Pezent 2021-06-06 16:03:41 -0700
  • 450e5b80df
    Fix for ImPool change in Dear ImGui version 18303+ (#239) omar 2021-06-03 20:45:25 +0200
  • dd78125bfb
    Update README.md Evan Pezent 2021-06-02 08:06:31 -0700
  • f0ad989a4c attempt to make negative timestamps work features/neg-time epezent 2021-05-23 16:39:46 -0700
  • 555ff688a8
    add appropriate space for X tick labels with newlines (#214) Jann 2021-04-10 18:31:12 +0200
  • 04ae3728f8 fix smaplecolormapu32 epezent 2021-04-07 20:02:35 -0700
  • 27bc59eb43 fix linked axis and auto fitting issue #205 epezent 2021-03-30 16:23:21 -0700
  • 1d674e7557 range fit on candlestick demo epezent 2021-03-28 13:10:03 -0700
  • 41a0e2c9fe
    add ImPlotAxisFlags_RangeFit and ImPlotAxisFlags_Foreground (#200) Evan Pezent 2021-03-28 12:59:25 -0700
  • 707a0bee36
    Update README.md Evan Pezent 2021-03-27 00:27:57 -0700
  • ed1baf471a
    Adds SetNextPlotFormatX/Y for custom tick label formatting (#198) Evan Pezent 2021-03-25 09:19:00 -0600
  • 4b0f9c9495 fix debug build error epezent 2021-03-24 22:28:35 -0600
  • ab110ceec8 misc refactors/improvements epezent 2021-03-24 16:35:44 -0600
  • e5c457b326 tidy up selection/query code, add new methods epezent 2021-03-23 23:50:02 -0600
  • ef6c55cd00 tidy up selection/query code, add new methods epezent 2021-03-23 23:42:26 -0600
  • 5db2ba3b22 make plots initially fit to plotted data on first frame epezent 2021-03-20 22:56:47 -0600
  • 7aab224742 make inline funcs static, add culling to PlotShaded epezent 2021-03-20 21:22:18 -0600
  • db6b0356ee Merge branch 'master' of https://github.com/epezent/implot epezent 2021-03-20 20:45:38 -0600
  • ccd29a646f rev up to v0.10 epezent 2021-03-20 20:45:31 -0600
  • 95a530f05c
    Update README.md v0.9 Evan Pezent 2021-03-19 23:17:34 -0600
  • eff70aeee0
    Update README.md Evan Pezent 2021-03-19 23:14:17 -0600
  • eea12d6b4c make PlotHeatmap autoscaling by default epezent 2021-03-19 22:43:03 -0600
  • 1d9381a004
    Adds PlotHistogram and PlotHistogram2D, Improves Colormaps and Heatmap (#148) Evan Pezent 2021-03-17 07:38:45 -0500
  • b85a2c0800
    Fix for changes in imgui master + fix misuse of ImGui::Value() (#186) omar 2021-03-16 12:37:45 +0100
  • 46ea9abab4 improve ShowColormapScale epezent 2021-03-07 12:36:01 -0600
  • 607703d2af Merge branch 'master' of https://github.com/epezent/implot epezent 2021-03-03 09:10:43 -0600
  • b958abf459 bandaid for zero formatting issues epezent 2021-03-03 09:10:33 -0600
  • 119d04ac3a add previous plot and such features/prevplot epezent 2021-03-03 08:28:23 -0600
  • dd2d9ce032
    fix buffer overflow Evan Pezent 2021-03-02 21:43:45 -0600
  • 67e0876f89
    Improved Drag and Drop Support (#172) Evan Pezent 2021-02-28 18:10:23 -0600
  • 7234801868
    Merge pull request #1 from Pcothren/Pcothren-patch-1 Preston Cothren 2021-01-31 15:00:20 -0600
  • 413fb083ad
    [#174] DatePicker separate disabled color Preston Cothren 2021-01-31 14:51:16 -0600
  • e64df657b2
    render x-axis drag/drop hover (#149) Philippe Kehl 2021-01-20 02:52:34 +0100
  • 6e2499093b add PrimUnreserve to AddTextVertical when the render characters is less than the expected characters (fixes utf8 issues) epezent 2021-01-19 19:42:22 -0600
  • c73509d6d1
    make context menus open on single right click, move ImPlotInputMap out of public API (see implot_internal.h) (#170) Evan Pezent 2021-01-18 21:49:23 -0600
  • 798e2e7585
    Update README.md Evan Pezent 2021-01-15 02:17:00 -0600
  • 6f7bf5f38b
    adds PlotVLines and PlotHLines for plotting infinite reference lines (#166) Evan Pezent 2021-01-15 01:52:37 -0600
  • 5fd1ecdfd7 add ability to fill shaded plot to +/- INFINITY epezent 2021-01-11 13:22:52 -0600
  • a6bab98517
    Update README.md Evan Pezent 2021-01-06 09:52:59 -0600
  • 5b59b47bae
    Allow second and third axes to have labels (#163) Yan 2021-01-06 10:34:03 -0500
  • a9d3347915
    Update README.md Evan Pezent 2020-12-09 19:44:08 -0600
  • fa10618df6
    Fix ID collisions in the demo (#157) Rokas Kupstys 2020-12-08 15:31:18 +0200
  • 961b684c3d more experimentation with tooltip API features/tooltips epezent 2020-12-06 23:34:44 -0600
  • fc815348c2 Merge branch 'master' into tooltips epezent 2020-12-06 22:46:15 -0600
  • b22c21f912 fix bad defs in implot_internal and add WriteV to ImBufferWritter epezent 2020-12-06 11:09:53 -0600
  • 9b5adca5f1
    Center constant data when fitting. (#154) Yan 2020-12-04 14:33:44 -0500
  • 4af202a988
    fix compiler warning re. 'if does not guard...' (#152) Philippe Kehl 2020-12-04 13:46:34 +0100
  • 9974ce1a30 update readme epezent 2020-12-04 00:25:45 -0600
  • 10a58c52ca typos and incorrect docs epezent 2020-12-04 00:07:50 -0600
  • b369d62f86 remove inline on LabelTickTime epezent 2020-12-03 23:47:27 -0600
  • fa10a03a53 add ImPlotStyleVar_FitPadding epezent 2020-12-03 23:27:38 -0600
  • ab59051864 prototyping tooltip support epezent 2020-12-03 22:57:20 -0600
  • 24b543839b fix addtickstime definition and heatmap labels epezent 2020-12-03 07:20:55 -0600
  • 95eb2ea78d
    Update README.md Evan Pezent 2020-11-16 17:26:32 -0600
  • af7d99cbca
    Update README.md Evan Pezent 2020-11-16 09:58:16 -0600
  • 40cbe88673
    Add ImPlotFlags_Equal and simplify axis-related structs in implot_internal.h (#147) Evan Pezent 2020-11-15 21:47:06 -0600
  • 48c0d6fe38 add legend ctx menu, rev up to 0.9 epezent 2020-11-10 08:27:28 -0600
  • ad29c9a046
    Option for not rendering the title of the graph. (#140) Nick Postma 2020-11-10 14:45:25 +0100
  • c942a400e4
    IM_NORMALIZE2F_OVER_ZERO -> IMPLOT_NORMALIZE2F_OVER_ZERO (#142) Edvard Thörnros 2020-11-10 14:42:51 +0100
  • 862b8c44ea update tables demo to use TableHeadersRow v0.8 epezent 2020-10-27 08:06:40 -0500
  • f506f94c08
    Update README.md Evan Pezent 2020-10-23 16:27:45 -0500
  • adbec89ae9 Merge branch 'master' of https://github.com/epezent/implot epezent 2020-10-21 10:08:48 -0500
  • 96e0fd9c57 fix crashing caused by legend refactors, add ShowMetricsWindow (WIP) epezent 2020-10-21 10:08:41 -0500
  • 638ae7d5f7
    Update README.md Evan Pezent 2020-10-20 16:57:11 -0500
  • eb935d0b4f simplify legend demo epezent 2020-10-19 18:11:38 -0500
  • 42d93bcdbc
    add stairstep plots (#136) Evan Pezent 2020-10-19 10:00:03 -0500
  • 587c8b6221
    Configurable Legend Locations (#135) Evan Pezent 2020-10-18 23:26:34 -0500
  • f9a15a7147
    Add Option for ISO 8601 Date Formatting (#132) Evan Pezent 2020-10-14 22:07:27 -0500
  • ce6d720828 header org epezent 2020-10-12 09:51:22 -0500
  • 394516cedb
    Merge pull request #130 from sonoro1234/varargs Evan Pezent 2020-10-12 09:47:22 -0500
  • 92bc4d64e3
    Update implot_demo.cpp Evan Pezent 2020-10-12 09:45:27 -0500
  • b5cf8b8431 Addition of va_list V versions of Annotate and AnnotateClamped Victor Bombi 2020-10-11 09:53:28 +0200
  • 8a3ccf0a44 remove BustItemCache from SetColormap and add ShowColormapSelector epezent 2020-10-11 00:38:18 -0500
  • da5b4ab8d3 fix compile issue with latest ImGui Evan Pezent 2020-09-28 16:38:27 -0500
  • 90cbb561f0
    tweak CalcTextColor Evan Pezent 2020-09-22 17:23:50 -0500
  • 28fedd01f9 handle time/log formatting for drag lines and points epezent 2020-09-21 07:09:14 -0500
  • 93bab1930e fix missing marker in demo epezent 2020-09-20 08:30:34 -0500
  • 019de727ba fix bug in demo epezent 2020-09-19 22:02:55 -0500
  • 1911116b3b remove ImPlotStyleVar_AnnotationOffset epezent 2020-09-19 21:25:44 -0500
  • 13e430a9e5 add annotation API epezent 2020-09-19 20:54:19 -0500
  • a7ae1bca53 rename and refine draglines and dragpoints epezent 2020-09-19 12:33:33 -0500