1
0
Fork 0
mirror of https://github.com/gwm17/implot.git synced 2024-11-23 02:38:53 -05:00

Commit Graph

  • d853971668 remove gitignore file, it's not needed for now Evan Pezent 2020-05-13 09:13:05 -0500
  • a0c9dc120c trim trailing whitespace Evan Pezent 2020-05-13 09:11:25 -0500
  • 8e25aec9f5 prefix all public facing structs and enums with ImPlot Evan Pezent 2020-05-13 09:08:12 -0500
  • fb3c8051fb Merge branch 'sergeyn-pr_branch2' Evan Pezent 2020-05-13 08:51:52 -0500
  • b11fb62f55 test negative offset, add to demo Evan Pezent 2020-05-13 08:43:33 -0500
  • 2a7430dae8
    FitPoint on x ozlb 2020-05-13 11:10:14 +0200
  • e6003e3029 obvious optimization: call getter, transformer and cull test once per point instead of twice SergeyN 2020-05-13 07:32:10 +0200
  • 280cbf5cd4
    Removed all C++11 extensions ozlb 2020-05-13 06:57:27 +0200
  • d0e3f80506
    Col_QryX unused ozlb 2020-05-13 06:48:48 +0200
  • 1ea1a2664e
    C++11 extension fixes ozlb 2020-05-13 06:45:34 +0200
  • f766614db0
    PlotDigital vs FitThisFrame ozlb 2020-05-12 15:26:44 +0200
  • 99319d9fa7
    PlotDigital FitThisFrame issue ozlb 2020-05-12 15:05:14 +0200
  • 1e627d81ce
    Merge pull request #15 from ozlb/master Evan Pezent 2020-05-12 07:20:35 -0500
  • ceeb5b485c
    Merge branch 'master' into master ozlb 2020-05-12 11:21:35 +0200
  • 69021f884d
    namespace ImPlot ozlb 2020-05-12 11:20:23 +0200
  • c812d2e79b
    namespace ImPlot ozlb 2020-05-12 11:19:34 +0200
  • 2be5451140
    namespace ImPlot ozlb 2020-05-12 11:19:04 +0200
  • be8c1ad679 Changed namespace from ImGui to ImPlot. Consequently, several API function names were shortened or changed. Evan Pezent 2020-05-11 22:14:23 -0500
  • 435440c7da
    QueryX removed for PR merge ozlb 2020-05-11 16:00:05 +0200
  • 9bfd3902a1
    QueryX removed for PR merge ozlb 2020-05-11 15:58:12 +0200
  • 53ea6a8cd4
    QueryX removed for PR merge ozlb 2020-05-11 15:57:36 +0200
  • 218ed09289 fix clip rect mismatch Evan Pezent 2020-05-11 08:41:43 -0500
  • 2c95c700c3 Merge branch 'master' of https://github.com/epezent/implot Evan Pezent 2020-05-11 07:53:43 -0500
  • 825198495e
    Merge branch 'master' into master ozlb 2020-05-11 14:33:31 +0200
  • b9ce343e98
    QueryX ImGuiMouseCursor_ResizeEW ozlb 2020-05-11 14:30:57 +0200
  • 676906afae
    PlotDigital updates on ImPlot v0.2 WIP ozlb 2020-05-11 13:13:43 +0200
  • 41ece38678
    PlotDigital updates on ImPlot v0.2 ozlb 2020-05-11 13:13:08 +0200
  • 036b4acaab
    PlotDigital updates on ImPlot v0.2 ozlb 2020-05-11 13:12:22 +0200
  • 023f96d067
    Update README.md Evan Pezent 2020-05-11 01:10:57 -0500
  • 703a72850a Merge branch 'master' of https://github.com/epezent/implot Evan Pezent 2020-05-11 00:56:24 -0500
  • 4e9b265c14
    Merge pull request #27 from sayan1an/master Evan Pezent 2020-05-11 00:58:20 -0500
  • 8e4e64c65d
    Merge pull request #28 from epezent/dev Evan Pezent 2020-05-11 00:57:52 -0500
  • 329ad9dd80 tidy up multi y axis support Evan Pezent 2020-05-11 00:45:46 -0500
  • 7c0121dae2 Add stdlib.h - fixes rand(), srand() and RAND_MAX on VC Sayantan Datta 2020-05-10 23:35:34 -0400
  • bece676929
    Merge pull request #25 from jpieper/20200510-multi_y_axis Evan Pezent 2020-05-10 21:04:38 -0500
  • dc55cf9951 Merge branch 'master' of https://github.com/epezent/implot Evan Pezent 2020-05-10 20:48:13 -0500
  • 5eb4b71384 Support multiple Y axes simultaneously Josh Pieper 2020-05-09 10:18:16 -0400
  • ef712c1ea8 add _CRT_SECURE_NO_WARNINGS check Evan Pezent 2020-05-10 13:04:34 -0500
  • 59bc426aad
    Merge pull request #23 from r0mai/nans v0.1 Evan Pezent 2020-05-10 11:47:10 -0500
  • 61a3124ca9 Identify NANs with isnan() Andras Kucsma 2020-05-10 18:19:54 +0200
  • c6e840d998
    Merge pull request #22 from jpieper/20200510-remove_cpp11_auto Evan Pezent 2020-05-10 07:40:36 -0500
  • 8d15bb6c41 Remove uses of the C++11 auto feature Josh Pieper 2020-05-10 08:38:23 -0400
  • 9c19c20aae
    Update implot_demo.cpp Evan Pezent 2020-05-09 09:09:30 -0500
  • 1db64ff209
    Update implot.cpp Evan Pezent 2020-05-09 09:09:05 -0500
  • e7d0b182be
    Update implot_demo.cpp Evan Pezent 2020-05-09 09:08:38 -0500
  • c227265210
    Merge pull request #16 from jpieper/20200509-doc-copy-paste Evan Pezent 2020-05-09 08:40:30 -0500
  • d432920439 Fix a trivial documentation copy-paste-o Josh Pieper 2020-05-09 09:13:37 -0400
  • 01e9545d25
    Merge branch 'master' into master ozlb 2020-05-09 07:03:07 +0200
  • 494b9eb61d
    PlotDigital multi level ozlb 2020-05-09 06:54:16 +0200
  • 997bf15584
    Update implot.h Evan Pezent 2020-05-05 14:40:04 -0500
  • 762660ddcc digital signals cleanup Evan Pezent 2020-05-05 14:24:19 -0500
  • 8253189fc8
    Merge pull request #6 from ozlb/master Evan Pezent 2020-05-05 13:45:36 -0500
  • 22cf50cc44 hard code color of pie labels Evan Pezent 2020-05-05 13:41:18 -0500
  • 1d900f123b
    Fix rectangles accumulated at min pos ozlb 2020-05-05 14:26:20 +0200
  • 5e3b283f5e
    Update implot.cpp ozlb 2020-05-05 08:56:25 +0200
  • f98cda45bd
    Update implot_demo.cpp ozlb 2020-05-05 06:25:47 +0200
  • a956e9849d
    Update implot.h ozlb 2020-05-05 06:25:24 +0200
  • 0f76571e89
    Update implot.cpp ozlb 2020-05-05 06:25:01 +0200
  • 3bc08a946c make pie chart labels const, remove unused vars Evan Pezent 2020-05-04 08:47:39 -0500
  • d539dc9a70
    Plot only one rectangle for same digital state ozlb 2020-05-04 15:16:04 +0200
  • 52ae8ff8cd
    PlotDigitalEx optimization ozlb 2020-05-04 14:17:39 +0200
  • 9b157783c7
    Merge branch 'master' into master ozlb 2020-05-04 11:14:44 +0200
  • 33ffd8e5c6
    Cleanup and pixel density optimization ozlb 2020-05-04 09:26:52 +0200
  • 2338c9b4c9
    Curors ozlb 2020-05-04 09:09:33 +0200
  • f31ffaae9e
    Update README.md Evan Pezent 2020-05-03 00:46:20 -0500
  • a7303fd994 fix typos in readme Evan Pezent 2020-05-03 00:37:48 -0500
  • 2ce88f0da7
    Update README.md Evan Pezent 2020-05-03 00:31:45 -0500
  • ad01a01331 optimizations, add pie plot Evan Pezent 2020-05-03 00:24:10 -0500
  • 8c622625cd
    Update README.md Evan Pezent 2020-05-01 08:50:08 -0500
  • 413639bce2
    Update README.md Evan Pezent 2020-04-30 09:25:28 -0500
  • 9948813674
    Update README.md Evan Pezent 2020-04-30 09:25:16 -0500
  • 5a2d5c1504
    Update README.md Evan Pezent 2020-04-30 09:18:59 -0500
  • d32567fe15
    Merge branch 'master' into master Evan Pezent 2020-04-30 09:09:32 -0500
  • 8adde097e7
    Update implot_demo.cpp Evan Pezent 2020-04-30 09:02:02 -0500
  • 20a54e78ea
    Update implot_demo.cpp Evan Pezent 2020-04-30 09:01:14 -0500
  • 4596a10183
    resolved conflicts with latest version ozlb 2020-04-30 15:47:14 +0200
  • 0043525bd1
    resolved conflicts with latest version ozlb 2020-04-30 15:46:18 +0200
  • f8db7405da
    resolved conflicts with latest version ozlb 2020-04-30 15:45:03 +0200
  • 23931c7f07 add benchmark test, update double click fit, fix demo math include Evan Pezent 2020-04-30 08:13:44 -0500
  • a13de8ec98
    Update implot.cpp ozlb 2020-04-30 15:01:28 +0200
  • 6e860842e1
    Update implot_demo.cpp ozlb 2020-04-30 15:00:08 +0200
  • 3c1ef11525 add custom rendering utils Evan Pezent 2020-04-29 15:39:02 -0500
  • dd5390f433
    Update README.md Evan Pezent 2020-04-29 14:41:39 -0500
  • 7929b17f0c
    Update README.md Evan Pezent 2020-04-29 14:39:46 -0500
  • cab489a9b7
    Update README.md Evan Pezent 2020-04-29 14:27:23 -0500
  • 022f44af00
    Update README.md Evan Pezent 2020-04-29 14:24:40 -0500
  • cb3dfcd5c6
    Update README.md Evan Pezent 2020-04-29 14:22:27 -0500
  • 3ba6dfa204
    Update implot_demo.cpp ozlb 2020-04-29 17:00:19 +0200
  • 6073a4ebb5 make query ranges dragable Evan Pezent 2020-04-29 09:55:07 -0500
  • 2c957b5035
    Merge pull request #1 from ozlb/ozlb-Digital ozlb 2020-04-29 16:45:35 +0200
  • bce306bd65
    PlotDigital ozlb 2020-04-29 16:32:35 +0200
  • 9fbacad16a
    Update README.md Evan Pezent 2020-04-29 08:13:23 -0500
  • 4758622f80
    Update README.md Evan Pezent 2020-04-28 21:43:01 -0500
  • 781d187172
    Update README.md Evan Pezent 2020-04-28 21:42:33 -0500
  • a97679ce09
    Update implot.h Evan Pezent 2020-04-28 21:32:44 -0500
  • ba938a28dd
    Update README.md Evan Pezent 2020-04-28 20:28:03 -0500
  • 363d469122 better query Evan Pezent 2020-04-28 20:17:26 -0500
  • 7d217904a8
    Merge pull request #5 from ozlb/patch-1 Evan Pezent 2020-04-28 15:03:06 -0500
  • 9a01d29bb3
    BOX-SELECTION HasFlag() missing ozlb 2020-04-28 21:58:37 +0200
  • 44f9f97084
    Update README.md Evan Pezent 2020-04-28 01:53:38 -0500