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