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