Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-16 | Updated release date.rel-2-29 | nyamatongwe | 2 | -3/+3 | |
2011-09-12 | Fixed bad information on Lua change. | nyamatongwe | 1 | -1/+1 | |
2011-09-11 | Updates for 2.29. | nyamatongwe | 1 | -0/+2 | |
2011-09-11 | Updates for 2.29. | nyamatongwe | 2 | -1/+72 | |
2011-09-11 | Using generic URL rather than version-specific. | nyamatongwe | 1 | -1/+1 | |
2011-09-10 | Make compatible with VC98's version of the SDK. | nyamatongwe | 1 | -1/+1 | |
2011-09-09 | Update deprecated calls to GTK+ 3 maintained functions. | nyamatongwe | 2 | -9/+23 | |
2011-09-09 | Simplify some expressions which seem to cause failures. | nyamatongwe | 1 | -2/+2 | |
2011-09-06 | Updating for 2.29 release. | nyamatongwe | 5 | -13/+22 | |
2011-09-06 | Always use Cairo for drawing. | nyamatongwe | 2 | -5/+1 | |
2011-09-04 | Autocompletion lists respond to mouse wheel events. Feature #3403600. | nyamatongwe | 3 | -1/+39 | |
From David Wolfendale. | |||||
2011-09-04 | Cast to ensure comparison valid. | nyamatongwe | 1 | -1/+1 | |
2011-09-02 | Removed archaic unused deallocation calls. | nyamatongwe | 1 | -18/+3 | |
2011-08-27 | Basing default eol mode on _WIN32 instead of __unix__ as OS X does | nyamatongwe | 1 | -3/+3 | |
not define __unix__. | |||||
2011-08-26 | Fixing Markdown lexer to not change state inside term. Bug #3398184. | nyamatongwe | 1 | -8/+15 | |
From Eric Promislow at ActiveState. | |||||
2011-08-20 | Styling of variable interpolation for Perl. Feature #3394258. | nyamatongwe | 3 | -60/+302 | |
From Kein-Hong Man. | |||||
2011-08-20 | Fix memory leak with images in autocompletion list. | nyamatongwe | 1 | -1/+0 | |
2011-08-20 | Specify that AutoCompletionDataSource implements NSTableViewDataSource | nyamatongwe | 1 | -1/+4 | |
protocol only when building for later than 10.5 so SDK has to know about that protocol. | |||||
2011-08-20 | Replace call available only on 10.6 with sequence that works on 10.5. | nyamatongwe | 1 | -2/+8 | |
2011-08-20 | Include autocompletion list test. | nyamatongwe | 1 | -0/+43 | |
2011-08-10 | Fix for wrong cursor near selection ends when scrolled horizontally. Bug ↵ | nyamatongwe | 1 | -3/+3 | |
#3389055. | |||||
2011-08-10 | Feature #3388802. Support changes in Perl 5.14.0: | nyamatongwe | 1 | -3/+3 | |
(a) new + character for subroutine prototypes (b) 0X and 0B prefixes for binary and hexadecimal numbers are now legal From Kein-Hong Man | |||||
2011-08-09 | Improvements to LaTeX lexer from Josepmaria Roca adds several new | nyamatongwe | 3 | -29/+239 | |
lexer states. Verbatim regions are handled. Bugs #1187857, #1493111, #1778404, #1856356, #2082547, #3081692 | |||||
2011-08-08 | More selective for raw string mode. Bug #3388122. | nyamatongwe | 1 | -8/+13 | |
2011-08-07 | Do not extend decorations when appending to end of document. Bug #3378718. | nyamatongwe | 1 | -0/+4 | |
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 | 0 | -0/+0 | |
2011-08-01 | Punctuation fix.rel-2-28 | 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 | |