| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2011-07-11 | Fix warning about extra ';'. | nyamatongwe | 1 | -1/+1 | |
| 2011-07-11 | Avoid shadowing of fields even for static methods to stop warnings. | nyamatongwe | 4 | -10/+10 | |
| 2011-07-11 | Fix 64 bit -> 32 bit warnings in Cocoa code. | nyamatongwe | 4 | -42/+42 | |
| 2011-07-10 | Added header used in Scintilla and removed header not used for Cocoa. | nyamatongwe | 1 | -7/+7 | |
| Ordered headers alphabetically. | |||||
| 2011-07-10 | Return byte length of insertion for encoding from InsertText so can be | nyamatongwe | 2 | -3/+3 | |
| used to underline text inserted by IME and replace correctly when the IME changes. | |||||
| 2011-07-10 | If requested font can't be created use same font without bold or italic. | nyamatongwe | 1 | -1/+16 | |
| If that fails, use Monaco. | |||||
| 2011-07-10 | Remove unnecessary code. | nyamatongwe | 1 | -2/+0 | |
