Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-09 | Simplify some expressions which seem to cause failures. | nyamatongwe | 1 | -2/+2 | |
2011-09-09 | Merge with main repository. | nyamatongwe | 29 | -449/+1594 | |
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-12 | Added SCI_STYLESETSIZEFRACTIONAL, SCI_STYLESETWEIGHT, and SCI_SETTECHNOLOGY. | nyamatongwe | 2 | -2/+36 | |
2011-08-11 | Implement new APIs defined for technology choice on Windows. | nyamatongwe | 2 | -44/+41 | |
2011-08-11 | Implement new APIs defined for technology choice on Windows. | nyamatongwe | 2 | -10/+9 | |
2011-08-11 | Fix bugs in calltip and autocompletion with technology choice. | nyamatongwe | 2 | -51/+43 | |
Simplified Direct2D code. | |||||
2011-08-11 | Parallel stacks for GDI and DirectWrite works. | nyamatongwe | 3 | -31/+50 | |
2011-08-11 | Implemented parallel stacks for GDI and DirectWrite. GDI works | nyamatongwe | 5 | -122/+813 | |
but DirectWrite does not draw well and eventuall crashes. | |||||
2011-08-10 | Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite | nyamatongwe | 14 | -79/+177 | |
to run at the same time for different windows and operations. | |||||
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-10 | Implemented text quality parameter. | nyamatongwe | 1 | -5/+25 | |
2011-08-10 | Using safe sizes for ascent and descent which work for tallest characters. | nyamatongwe | 1 | -87/+37 | |
Fix HFONT conversion for use in autocompletion lists. | |||||
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-08 | Removed old code. | nyamatongwe | 1 | -15/+0 | |
2011-08-08 | Fix tab positioning to make indent guides and tab characters align. | nyamatongwe | 1 | -1/+1 | |
2011-08-08 | Make compile in narrow mode. | nyamatongwe | 1 | -1/+1 | |
2011-08-07 | Add a new XYACCUMULATOR which is more precise than XYPOSITION for | nyamatongwe | 2 | -4/+5 | |
keeping track over long lines. Using typedefs rather than #defines so goes into namespace. | |||||
2011-08-07 | Autocompletion lists work with Direct2D. | nyamatongwe | 1 | -20/+60 | |
2011-08-07 | Match new argument types to Font::Create. | nyamatongwe | 1 | -1/+1 | |
2011-08-07 | Ensure deallocation. | nyamatongwe | 1 | -0/+1 | |
2011-08-07 | Remove unused field. | nyamatongwe | 1 | -3/+0 | |
2011-08-07 | Dynamically loading Direct2D and DirectWrite at run time so can run on ↵ | nyamatongwe | 3 | -42/+51 | |
Windows XP. | |||||
2011-08-07 | Implement fractional widths and range of weights for GTK+. | nyamatongwe | 1 | -66/+66 | |
2011-08-07 | Support a range of weights on Cocoa. | nyamatongwe | 2 | -2/+3 | |
2011-08-07 | Avoid warnings about unavailable warnings. | nyamatongwe | 1 | -2/+2 | |
2011-08-07 | Move scaling of font to pixels up into platform-independent code. | nyamatongwe | 2 | -7/+5 | |
2011-08-07 | Implement APIs for fractional font sizes and a range of weights. | nyamatongwe | 9 | -55/+97 | |
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. |