Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-06 | Credit. | nyamatongwe | 1 | -0/+1 | |
2011-08-05 | Fix to check for other.states.empty() when Merging SparseStates. | Ben Bluemel | 1 | -1/+1 | |
2011-08-05 | Fix for infinite loop bug when typing "goto " at the end of the program. | nyamatongwe | 1 | -1/+1 | |
2011-08-05 | Lua lexer update for Lua 5.2 beta. Feature #3386330. | nyamatongwe | 3 | -6/+78 | |
(a) \* escapes in strings changed to \z (b) goto <label> highlighting for same line only (c) :: <label> :: highlighting for same line only From Kein-Hong Man. | |||||
2011-08-05 | Added Wx::Scintilla and Padre. | nyamatongwe | 1 | -0/+8 | |
2011-08-05 | Updated email contact. | nyamatongwe | 1 | -1/+1 | |
2011-08-05 | Use casts to squash 64-bit warnings from strlen return value. | nyamatongwe | 6 | -7/+7 | |
2011-08-03 | Patch from Kein-Hong Man: | nyamatongwe | 1 | -19/+12 | |
- bkend adjust - removal of isMatch() No changes to behaviour or highlighting, _except_ for CRLF line endings, highlighting will stop at the end of the HEREDOC delimiter instead of eating up the CR as well. | |||||
2011-08-03 | Credit. | nyamatongwe | 1 | -0/+2 | |
2011-08-03 | Fixed 64-bit warnings. | nyamatongwe | 1 | -6/+6 | |
2011-07-25 | Switch to STL sort algorithm on MSVC. Feature #3376826. | Marko Njezic | 1 | -7/+21 | |
Changed remaining C style casts to C++ casts and added one missing cast. | |||||
2011-08-01 | Added tag rel-2-28 for changeset 265b4ffceb4a | nyamatongwe | 1 | -0/+1 | |
2011-08-01 | Punctuation fix. | nyamatongwe | 1 | -1/+1 | |
2011-08-01 | Updated release date. | nyamatongwe | 2 | -3/+3 | |
2011-08-01 | Clarified keys on OS X. | nyamatongwe | 1 | -3/+4 | |
2011-07-27 | Removed old nib directory as replaced with xib which works with | nyamatongwe | 3 | -294/+0 | |
Xcode 4.1. | |||||
2011-07-27 | Converting nib to xib for compatibility with newer tools. | nyamatongwe | 2 | -10/+1367 | |
2011-07-27 | Ran modernize project. | nyamatongwe | 1 | -4/+5 | |
2011-07-27 | Ran modernize. | nyamatongwe | 1 | -5/+5 | |
2011-07-27 | Ran modernize and it removed some archaic options and updated version numbers. | nyamatongwe | 1 | -5/+5 | |
2011-07-27 | Updated base SDK to 10.6. | nyamatongwe | 1 | -2/+2 | |
2011-07-26 | Full name. | nyamatongwe | 1 | -1/+1 | |
2011-07-26 | Updates for current state. | nyamatongwe | 1 | -21/+2 | |
2011-07-26 | 2.28 updates. | nyamatongwe | 2 | -2/+2 | |
2011-07-26 | Listing previous fix. | nyamatongwe | 1 | -0/+4 | |
2011-07-25 | Properly override background color when using alpha blended selections. | Marko Njezic | 1 | -3/+5 | |
Bug #3377116. | |||||
2011-07-26 | Listing previous fix. | nyamatongwe | 1 | -0/+4 | |
2011-07-25 | Properly set atLineStart depending on startPos. Bug #3377148. | Marko Njezic | 1 | -1/+1 | |
2011-07-26 | API availability. | nyamatongwe | 1 | -2/+3 | |
2011-07-26 | Adding change log for 2.28. | nyamatongwe | 1 | -0/+85 | |
2011-07-25 | Updating for version 2.28. | nyamatongwe | 5 | -18/+22 | |
2011-07-25 | Avoid unwanted output. | nyamatongwe | 1 | -2/+2 | |
2011-07-25 | Using 'from __future__ import unicode_literals' to make work on Python 2.7. | nyamatongwe | 4 | -2/+10 | |
2011-07-21 | Added dotted box indicator. | nyamatongwe | 6 | -8/+61 | |
2011-07-19 | Patch from Mitchell to make Alt key handling work on OS X. | nyamatongwe | 1 | -1/+1 | |
2011-07-19 | Integrate OS X key mapping into main key map. | nyamatongwe | 1 | -9/+38 | |
2011-07-19 | Added ScrollToStart and ScrollToEnd key commands for OS X. | nyamatongwe | 4 | -1/+30 | |
2011-07-19 | Fix up spacing and unwanted brackets. | nyamatongwe | 1 | -2/+2 | |
2011-07-19 | Switched back to LLVM GCC 4.2 from Clang as there was a crash with 32-bit Clang. | nyamatongwe | 1 | -2/+2 | |
2011-07-19 | Added more key bindings for symmetry and completeness. | nyamatongwe | 1 | -6/+8 | |
Chnaged SCI_CMD to SCI_CTRL for compatibility with KeyMap.cxx/ | |||||
2011-07-12 | Fix case-insensitive search where folded form shorter. Bug #3362038. | nyamatongwe | 1 | -4/+8 | |
2011-07-12 | Fix Shift-JIS lead byte ranges to match Windows. | nyamatongwe | 3 | -3/+6 | |
2011-07-12 | Stop exception for deleted property. | nyamatongwe | 1 | -1/+0 | |
2011-07-12 | Report control key as SCMOD_META with GTK+ on OS X. | nyamatongwe | 4 | -1/+17 | |
Mostly from Mitchell Foral. | |||||
2011-07-11 | Include control ID in WM_COMMAND notifications. | nyamatongwe | 1 | -2/+4 | |
This allows container to be more selective with processing. | |||||
2011-07-11 | Fix memory leaks for font and color objects. | nyamatongwe | 3 | -2/+16 | |
2011-07-11 | Make Unicode input through Ctrl+Shift+U work by passing key release | nyamatongwe | 1 | -2/+6 | |
events to gtk_im_context_filter_keypress. | |||||
2011-07-11 | Compiling with Clang and increasing warnings. | nyamatongwe | 1 | -0/+10 | |
2011-07-11 | Avoid unused parameter warnings when deliberate. | nyamatongwe | 3 | -15/+33 | |
2011-07-11 | Fix type warnings. | nyamatongwe | 2 | -2/+3 | |