1. 0a88824 Obsoleted ImGuiCol_ChildWindowBg fix. by BalazsJako · 4 years, 10 months ago master
  2. 9f8a336 Fix for #86: Invalid cursor position after mouse click on line with tabulations by BalazsJako · 4 years, 11 months ago
  3. e2a2520 Update README.md by BalazsJako · 4 years, 11 months ago
  4. 80330b0 Moved ImGuiTextEdit.png from master to wiki by BalazsJako · 4 years, 11 months ago
  5. db99dc0 Update README.md by BalazsJako · 4 years, 11 months ago
  6. 6f14ccb Merge pull request #84 from BalazsJako/dev by BalazsJako · 4 years, 11 months ago
  7. 83bc02f Merge branch 'master' into dev by BalazsJako · 4 years, 11 months ago
  8. 37140b3 Update .gitignore by BalazsJako · 4 years, 11 months ago
  9. f8f02f9 Removed static local variables. by BalazsJako · 4 years, 11 months ago
  10. b821a9a Merge branch 'dev' of https://github.com/BalazsJako/ImGuiColorTextEdit into dev by BalazsJako · 4 years, 11 months ago
  11. a3fb0d9 Update ImGuiTextEdit.png by BalazsJako · 4 years, 11 months ago
  12. 41677dc Update README.md by BalazsJako · 4 years, 11 months ago
  13. a281e15 Merge branch 'dev' of https://github.com/BalazsJako/ImGuiColorTextEdit into dev by BalazsJako · 4 years, 11 months ago
  14. 54b25da Update ImGuiTextEdit.png by BalazsJako · 4 years, 11 months ago
  15. f66a5f1 Update README.md by BalazsJako · 4 years, 11 months ago
  16. 59fe352 Update ImGuiTextEdit.png by BalazsJako · 4 years, 11 months ago
  17. eb42ca4 Font scaling fix. by BalazsJako · 4 years, 11 months ago
  18. b5dd4bf Merge branch 'dev' of https://github.com/BalazsJako/ImGuiColorTextEdit into dev by BalazsJako · 4 years, 11 months ago
  19. e40b6b8 Update README.md by BalazsJako · 4 years, 11 months ago
  20. ed476d4 Update README.md by BalazsJako · 4 years, 11 months ago
  21. 57dafb3 Tab size setter/getter, code fancy. by BalazsJako · 4 years, 11 months ago
  22. d6d33d5 MoveRight fixes. by BalazsJako · 4 years, 11 months ago
  23. 395711d FindNextWord fix. by BalazsJako · 4 years, 11 months ago
  24. 9b3fd32 Fixed jump to next word (Ctrl-Right arrow) navigation. by BalazsJako · 4 years, 11 months ago
  25. 9a0df3f Various fixes. by BalazsJako · 5 years ago
  26. 796853b Added spcate/tab rendering by BalazsJako · 5 years ago
  27. 0e44135 Small read-only mode fixes. by BalazsJako · 5 years ago
  28. 2b8dcb8 UTF-8 support WIP by BalazsJako · 5 years ago
  29. 82603d8 Merge pull request #75 from AlexanderBrevig/fix_deprecation by BalazsJako · 5 years ago
  30. 5cb3591 Merge pull request #79 from Green-Sky/patch-1 by BalazsJako · 5 years ago
  31. 6760688 Merge pull request #83 from BalazsJako/dev by BalazsJako · 5 years ago
  32. a074ef9 Merge pull request #82 from berdal84/master by BalazsJako · 5 years ago
  33. 2196cff Fix relative to mouse cursor by Bérenger Dalle-Cort · 5 years ago
  34. 947e6a8 Added a boolean and a setter to be able to ignore ImGui Begin/End Child by Bérenger Dalle-Cort · 5 years ago
  35. 65d9b66 Added a boolean and a setter to be able to disable keyboard input handler by Bérenger Dalle-Cort · 5 years ago
  36. 150444a Added a boolean and a setter to be able to disable mouse input handler by Bérenger Dalle-Cort · 5 years ago
  37. a179931 Fix for #70 by BalazsJako · 5 years ago
  38. 76d9d98 Fix for #73. by BalazsJako · 5 years ago
  39. dcc5016 input using 'alt gr' not working on linux by Erik Scholz · 5 years ago
  40. 60c3e99 change to ImGuiCol_ChildBg so Dear ImGui can be used with IMGUI_DISABLE_OBSOLETE_FUNCTIONS by Alexander Brevig · 5 years ago
  41. b4a074b Merge pull request #72 from sadovsf/master by BalazsJako · 5 years ago
  42. 1303a23 Fixed cursor positioning issues with new ImGui mentioned in: https://github.com/BalazsJako/ImGuiColorTextEdit/issues/71 by sadovsf · 5 years ago
  43. 2aa980e Merge pull request #69 from samhocevar/fix-single-line-comment-logic by BalazsJako · 5 years ago
  44. d734e95 Merge pull request #68 from samhocevar/fix-lua-syntax-highlighting by BalazsJako · 5 years ago
  45. 7293be3 Merge pull request #67 from samhocevar/fix-input-character-api by BalazsJako · 5 years ago
  46. 4f5ca06 Merge pull request #66 from samhocevar/fix-initialisation-order by BalazsJako · 5 years ago
  47. fb97f0a Fix single line comment logic. by Sam Hocevar · 5 years ago
  48. d7a19b1 Fix Lua syntax highlighting. by Sam Hocevar · 5 years ago
  49. 8b3c163 Fix LanguageDefinition member initialisation order. by Sam Hocevar · 5 years ago
  50. e0f329d Fix for ImGui API change: io.InputCharacters is now io.InputQueueCharacters. by Sam Hocevar · 5 years ago
  51. ea516e0 Merge pull request #63 from marcel303/staticBufferGuard by BalazsJako · 5 years ago
  52. 15be835 Merge pull request #62 from marcel303/tripleClickFix by BalazsJako · 5 years ago
  53. d8523ce Adding a guard to ensure the static buffer string is empty when entering the method. by Marcel Smit · 5 years ago
  54. 1d95839 Merge commit '18fe8da6c6c0cf918fe9dd0543cc87075dccc21f' into tripleClickFix by Marcel Smit · 5 years ago
  55. 7905186 Fix for triple click glitch when using multiple text editors or when destroying/creating instances due to the use of a static variable to track triple click time. by Marcel Smit · 5 years ago
  56. 18fe8da Merge pull request #59 from marcel303/unindentCrashFix by BalazsJako · 5 years ago
  57. 702b4ca Merge pull request #58 from marcel303/scrollFixOnSetText by BalazsJako · 5 years ago
  58. 18e6fbb Merge pull request #57 from marcel303/tabKeyMapping by BalazsJako · 5 years ago
  59. 7398b0d Merge pull request #56 from marcel303/undoIndexFix by BalazsJako · 5 years ago
  60. 3dc0456 Merge pull request #55 from marcel303/paletteAlpha by BalazsJako · 5 years ago
  61. 17ea15b Fix for crash which can happen if unindent operation (shift + TAB) is performed on a (selection of) line(s) which are empty. by Marcel Smit · 5 years ago
  62. 90457d0 Fix for not resetting the scroll position back to the top when SetText or SetTextLines is called. This causes the scroll position to remain where it is when for instance loading another file from disk. Expected behavior would be to scroll back to the top, instead of presenting the new file somewhere in the middle (or, cause often, at the end). by Marcel Smit · 5 years ago
  63. e5b88fb Fix for tab key not working when there is a key map set up for it in ImGui. by Marcel Smit · 5 years ago
  64. f5333e8 Fix for undo index not being reset to 0, possibly causing crashes after loading files. by Marcel Smit · 5 years ago
  65. 1d85bac Added global opacity support by updating palette with alpha from style. by Marcel Smit · 5 years ago
  66. 1c614fb Update README.md by BalazsJako · 5 years ago
  67. 26f463c Updated the demo image again. Hopefully it will fit into the front page now. by BalazsJako · 5 years ago
  68. a902fee Updated demo screenshot. by BalazsJako · 5 years ago
  69. cab889c Updated demo image. by BalazsJako · 5 years ago
  70. fa2d2e1 Render(...) function has been refactored into smaller, functionally separate parts: handle keyboard, mouse, colorize, and the actual render. by BalazsJako · 5 years ago
  71. 8fbb932 Fix for #52. Improved preprocessor, single/multiline comment, line ending \ handling. by BalazsJako · 5 years ago
  72. 4259b64 Removed a warning. by BalazsJako · 5 years ago
  73. 894a4a5 Merge pull request #53 from BalazsJako/dev by BalazsJako · 5 years ago
  74. 96c953f Merge pull request #51 from marcel303/optimizedGetSetText by BalazsJako · 5 years ago
  75. 669d023 Merge pull request #49 from marcel303/fixedKeyMappings by BalazsJako · 5 years ago
  76. 12948d1 Merge pull request #48 from samhocevar/fix-compilation-warnings by BalazsJako · 5 years ago
  77. 8225bf0 - Small optimizes SetText, GetText. by Marcel Smit · 6 years ago
  78. 7e695d5 Use ImGui::GetKeyIndex(ImGuiKey_Insert) instead of key code 45. by Marcel Smit · 6 years ago
  79. 4966bca Use GetKeyIndex for Z, Y, C, V and X keys to make sure they go through ImGui's key map. by Marcel Smit · 6 years ago
  80. 7a640da Fix compilation warnings: signed/unsigned comparisons, undefined side effects, unused parameters. by Sam Hocevar · 6 years ago
  81. 339d5ef Merge pull request #46 from BalazsJako/dev by BalazsJako · 6 years ago
  82. 11877e9 Merge pull request #45 from marcel303/dev by BalazsJako · 6 years ago
  83. 66b9a0c Fix for incorrect undo after 'backspace' at column 0 (concatenating the current line to the previous line). The undo start location should be at the end of the previous line. by Marcel Smit · 6 years ago
  84. 45817cd Update README.md by BalazsJako · 6 years ago
  85. f274700 Implemented #16: Support indent/unindent by pressing [Shift] Tab by BalazsJako · 6 years ago
  86. cfb45b6 Modified behavior when pressing backspace on a line which has an error marker: the marker is moved to the previous line now. by BalazsJako · 6 years ago
  87. 88e97c3 Fixed C/C++ tokenizer number recognition: + 1 (plus-space-one) was recognized as a number instead of a punctuation and a separate number. by BalazsJako · 6 years ago
  88. c3d7175 Function naming cleanup. by BalazsJako · 6 years ago
  89. 7515735 Resolved conflict between two merges. by BalazsJako · 6 years ago
  90. 44b608e Merge pull request #44 from marcel303/fastColorization by BalazsJako · 6 years ago
  91. 52f1bd4 Merge branch 'master' into fastColorization by BalazsJako · 6 years ago
  92. db338bc mTextStart is float instead of int. by BalazsJako · 6 years ago
  93. bc7f57f Merge pull request #43 from marcel303/autoIndent by BalazsJako · 6 years ago
  94. 576a169 Update README.md by BalazsJako · 6 years ago
  95. 19ccdb2 Create CONTRIBUTING by BalazsJako · 6 years ago
  96. 7883586 Update README.md by BalazsJako · 6 years ago
  97. a079ce9 Update README.md by BalazsJako · 6 years ago
  98. 2c87e91 Update README.md by BalazsJako · 6 years ago
  99. 6b084b5 Update README.md by BalazsJako · 6 years ago
  100. 9f103af Update README.md by BalazsJako · 6 years ago