Commit Graph

  • 14d4c96d0c more flexible custom context management (#281) Dario Mambro 2021-08-28 16:00:47 +02:00
  • 0fb3346a7a custom context management (same way as in ImGui) (#278) sergeyn 2021-08-24 17:08:00 +02:00
  • 3e96fd7c02 improve indexing, line rendering performance by 45% (#270) Evan Pezent 2021-07-30 20:27:02 -07:00
  • c8601ac0d5 rev version, fix unused lines Evan Pezent 2021-07-29 19:14:13 -07:00
  • 864ebb90b6 fix: PlotShaded Opposite triangle winding (#269) Jeslas Pravin 2021-07-30 04:09:01 +02:00
  • 4be83def59 add IsSubplotsHovered Evan Pezent 2021-07-28 11:52:57 -07:00
  • 507459fd5f move axis equal constraint after pixel determination Evan Pezent 2021-07-23 16:32:57 -07:00
  • 2dc2a4cfd5 improve tick label culling Evan Pezent 2021-07-15 20:40:51 -07:00
  • 83cb14b54a fix offsetandstride args...oops Evan Pezent 2021-07-09 20:29:04 -07:00
  • cd4704fd52 revert OffsetAndStride Evan Pezent 2021-07-09 20:23:12 -07:00
  • bffd448207 revert OffsetAndStride Evan Pezent 2021-07-09 20:22:21 -07:00
  • 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 -07:00
  • 5ab78cbc7d version string Evan Pezent 2021-07-08 08:21:56 -07:00
  • eb40cc908d Merge branch 'master' of https://github.com/epezent/implot Evan Pezent 2021-07-07 22:18:51 -07:00
  • 389781c31c v0.11 WIP Evan Pezent 2021-07-07 22:18:38 -07:00
  • 8c1bbf4d8d Subplots (#203) v0.10 Evan Pezent 2021-07-07 21:06:15 -07:00
  • 65aa2c8264 Update README.md with link to Java bindings (#257) Perry MacMurray 2021-06-23 00:37:58 -04:00
  • ab24f756fa make pie plots respond to fits Evan Pezent 2021-06-09 11:26:54 -07:00
  • e9469cf347 constrain values <= 0 to DBL_MIN for log axes, fix div by zero Evan Pezent 2021-06-08 20:31:30 -07:00
  • 0cafcd0011 fix compiler warning in demo Evan Pezent 2021-06-08 19:36:28 -07:00
  • 3109940b46 handle equal axis edge case when user sets x limits Evan Pezent 2021-06-06 21:13:40 -07:00
  • 4edb1c75b6 fix GetColormapSize Evan Pezent 2021-06-06 17:42:00 -07:00
  • da1bf57136 fix scatter plot non-inclusive culling Evan Pezent 2021-06-06 17:16:20 -07:00
  • e966e0d2bc add warning to demo about 16-bit indices Evan Pezent 2021-06-06 16:03:41 -07:00
  • 450e5b80df Fix for ImPool change in Dear ImGui version 18303+ (#239) omar 2021-06-03 20:45:25 +02:00
  • dd78125bfb Update README.md Evan Pezent 2021-06-02 08:06:31 -07:00
  • 555ff688a8 add appropriate space for X tick labels with newlines (#214) Jann 2021-04-10 18:31:12 +02:00
  • 04ae3728f8 fix smaplecolormapu32 epezent 2021-04-07 20:02:35 -07:00
  • 27bc59eb43 fix linked axis and auto fitting issue #205 epezent 2021-03-30 16:23:21 -07:00
  • 1d674e7557 range fit on candlestick demo epezent 2021-03-28 13:10:03 -07:00
  • 41a0e2c9fe add ImPlotAxisFlags_RangeFit and ImPlotAxisFlags_Foreground (#200) Evan Pezent 2021-03-28 12:59:25 -07:00
  • 707a0bee36 Update README.md Evan Pezent 2021-03-27 00:27:57 -07:00
  • ed1baf471a Adds SetNextPlotFormatX/Y for custom tick label formatting (#198) Evan Pezent 2021-03-25 09:19:00 -06:00
  • 4b0f9c9495 fix debug build error epezent 2021-03-24 22:28:35 -06:00
  • ab110ceec8 misc refactors/improvements epezent 2021-03-24 16:35:44 -06:00
  • e5c457b326 tidy up selection/query code, add new methods epezent 2021-03-23 23:50:02 -06:00
  • ef6c55cd00 tidy up selection/query code, add new methods epezent 2021-03-23 23:42:26 -06:00
  • 5db2ba3b22 make plots initially fit to plotted data on first frame epezent 2021-03-20 22:56:47 -06:00
  • 7aab224742 make inline funcs static, add culling to PlotShaded epezent 2021-03-20 21:22:18 -06:00
  • db6b0356ee Merge branch 'master' of https://github.com/epezent/implot epezent 2021-03-20 20:45:38 -06:00
  • ccd29a646f rev up to v0.10 epezent 2021-03-20 20:45:31 -06:00
  • 95a530f05c Update README.md v0.9 Evan Pezent 2021-03-19 23:17:34 -06:00
  • eff70aeee0 Update README.md Evan Pezent 2021-03-19 23:14:17 -06:00
  • eea12d6b4c make PlotHeatmap autoscaling by default epezent 2021-03-19 22:43:03 -06:00
  • 1d9381a004 Adds PlotHistogram and PlotHistogram2D, Improves Colormaps and Heatmap (#148) Evan Pezent 2021-03-17 07:38:45 -05:00
  • b85a2c0800 Fix for changes in imgui master + fix misuse of ImGui::Value() (#186) omar 2021-03-16 12:37:45 +01:00
  • 46ea9abab4 improve ShowColormapScale epezent 2021-03-07 12:36:01 -06:00
  • 607703d2af Merge branch 'master' of https://github.com/epezent/implot epezent 2021-03-03 09:10:43 -06:00
  • b958abf459 bandaid for zero formatting issues epezent 2021-03-03 09:10:33 -06:00
  • dd2d9ce032 fix buffer overflow Evan Pezent 2021-03-02 21:43:45 -06:00
  • 67e0876f89 Improved Drag and Drop Support (#172) Evan Pezent 2021-02-28 18:10:23 -06:00
  • 7234801868 Merge pull request #1 from Pcothren/Pcothren-patch-1 Preston Cothren 2021-01-31 15:00:20 -06:00
  • 413fb083ad [#174] DatePicker separate disabled color Preston Cothren 2021-01-31 14:51:16 -06:00
  • e64df657b2 render x-axis drag/drop hover (#149) Philippe Kehl 2021-01-20 02:52:34 +01:00
  • 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 -06:00
  • 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 -06:00
  • 798e2e7585 Update README.md Evan Pezent 2021-01-15 02:17:00 -06:00
  • 6f7bf5f38b adds PlotVLines and PlotHLines for plotting infinite reference lines (#166) Evan Pezent 2021-01-15 01:52:37 -06:00
  • 5fd1ecdfd7 add ability to fill shaded plot to +/- INFINITY epezent 2021-01-11 13:22:52 -06:00
  • a6bab98517 Update README.md Evan Pezent 2021-01-06 09:52:59 -06:00
  • 5b59b47bae Allow second and third axes to have labels (#163) Yan 2021-01-06 10:34:03 -05:00
  • a9d3347915 Update README.md Evan Pezent 2020-12-09 19:44:08 -06:00
  • fa10618df6 Fix ID collisions in the demo (#157) Rokas Kupstys 2020-12-08 15:31:18 +02:00
  • b22c21f912 fix bad defs in implot_internal and add WriteV to ImBufferWritter epezent 2020-12-06 11:09:53 -06:00
  • 9b5adca5f1 Center constant data when fitting. (#154) Yan 2020-12-04 14:33:44 -05:00
  • 4af202a988 fix compiler warning re. 'if does not guard...' (#152) Philippe Kehl 2020-12-04 13:46:34 +01:00
  • 9974ce1a30 update readme epezent 2020-12-04 00:25:45 -06:00
  • 10a58c52ca typos and incorrect docs epezent 2020-12-04 00:07:50 -06:00
  • b369d62f86 remove inline on LabelTickTime epezent 2020-12-03 23:47:27 -06:00
  • fa10a03a53 add ImPlotStyleVar_FitPadding epezent 2020-12-03 23:27:38 -06:00
  • 24b543839b fix addtickstime definition and heatmap labels epezent 2020-12-03 07:20:55 -06:00
  • 95eb2ea78d Update README.md Evan Pezent 2020-11-16 17:26:32 -06:00
  • af7d99cbca Update README.md Evan Pezent 2020-11-16 09:58:16 -06:00
  • 40cbe88673 Add ImPlotFlags_Equal and simplify axis-related structs in implot_internal.h (#147) Evan Pezent 2020-11-15 21:47:06 -06:00
  • 48c0d6fe38 add legend ctx menu, rev up to 0.9 epezent 2020-11-10 08:27:28 -06:00
  • ad29c9a046 Option for not rendering the title of the graph. (#140) Nick Postma 2020-11-10 14:45:25 +01:00
  • c942a400e4 IM_NORMALIZE2F_OVER_ZERO -> IMPLOT_NORMALIZE2F_OVER_ZERO (#142) Edvard Thörnros 2020-11-10 14:42:51 +01:00
  • 862b8c44ea update tables demo to use TableHeadersRow v0.8 epezent 2020-10-27 08:06:40 -05:00
  • f506f94c08 Update README.md Evan Pezent 2020-10-23 16:27:45 -05:00
  • adbec89ae9 Merge branch 'master' of https://github.com/epezent/implot epezent 2020-10-21 10:08:48 -05:00
  • 96e0fd9c57 fix crashing caused by legend refactors, add ShowMetricsWindow (WIP) epezent 2020-10-21 10:08:41 -05:00
  • 638ae7d5f7 Update README.md Evan Pezent 2020-10-20 16:57:11 -05:00
  • eb935d0b4f simplify legend demo epezent 2020-10-19 18:11:38 -05:00
  • 42d93bcdbc add stairstep plots (#136) Evan Pezent 2020-10-19 10:00:03 -05:00
  • 587c8b6221 Configurable Legend Locations (#135) Evan Pezent 2020-10-18 23:26:34 -05:00
  • f9a15a7147 Add Option for ISO 8601 Date Formatting (#132) Evan Pezent 2020-10-14 22:07:27 -05:00
  • ce6d720828 header org epezent 2020-10-12 09:51:22 -05:00
  • 394516cedb Merge pull request #130 from sonoro1234/varargs Evan Pezent 2020-10-12 09:47:22 -05:00
  • 92bc4d64e3 Update implot_demo.cpp Evan Pezent 2020-10-12 09:45:27 -05:00
  • b5cf8b8431 Addition of va_list V versions of Annotate and AnnotateClamped Victor Bombi 2020-10-11 09:53:28 +02:00
  • 8a3ccf0a44 remove BustItemCache from SetColormap and add ShowColormapSelector epezent 2020-10-11 00:38:18 -05:00
  • da5b4ab8d3 fix compile issue with latest ImGui Evan Pezent 2020-09-28 16:38:27 -05:00
  • 90cbb561f0 tweak CalcTextColor Evan Pezent 2020-09-22 17:23:50 -05:00
  • 28fedd01f9 handle time/log formatting for drag lines and points epezent 2020-09-21 07:09:14 -05:00
  • 93bab1930e fix missing marker in demo epezent 2020-09-20 08:30:34 -05:00
  • 019de727ba fix bug in demo epezent 2020-09-19 22:02:55 -05:00
  • 1911116b3b remove ImPlotStyleVar_AnnotationOffset epezent 2020-09-19 21:25:44 -05:00
  • 13e430a9e5 add annotation API epezent 2020-09-19 20:54:19 -05:00
  • a7ae1bca53 rename and refine draglines and dragpoints epezent 2020-09-19 12:33:33 -05:00
  • 9c4ef16696 change function names, fix issues with scroll epezent 2020-09-18 22:05:43 -05:00