aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2011-09-09Simplify some expressions which seem to cause failures.nyamatongwe1-2/+2
2011-09-09Simplify some expressions which seem to cause failures.nyamatongwe1-2/+2
2011-09-09Merge with main repository.nyamatongwe31-191/+814
2011-09-06Updating for 2.29 release.nyamatongwe5-13/+22
2011-09-06Always use Cairo for drawing.nyamatongwe2-5/+1
2011-09-04Autocompletion lists respond to mouse wheel events. Feature #3403600.nyamatongwe3-1/+39
From David Wolfendale.
2011-09-04Cast to ensure comparison valid.nyamatongwe1-1/+1
2011-09-02Removed archaic unused deallocation calls.nyamatongwe1-18/+3
2011-08-27Basing default eol mode on _WIN32 instead of __unix__ as OS X doesnyamatongwe1-3/+3
not define __unix__.
2011-08-26Fixing Markdown lexer to not change state inside term. Bug #3398184.nyamatongwe1-8/+15
From Eric Promislow at ActiveState.
2011-08-20Styling of variable interpolation for Perl. Feature #3394258.nyamatongwe3-60/+302
From Kein-Hong Man.
2011-08-20Fix memory leak with images in autocompletion list.nyamatongwe1-1/+0
2011-08-20Specify that AutoCompletionDataSource implements NSTableViewDataSourcenyamatongwe1-1/+4
protocol only when building for later than 10.5 so SDK has to know about that protocol.
2011-08-20Replace call available only on 10.6 with sequence that works on 10.5.nyamatongwe1-2/+8
2011-08-20Include autocompletion list test.nyamatongwe1-0/+43
2011-08-12Added SCI_STYLESETSIZEFRACTIONAL, SCI_STYLESETWEIGHT, and SCI_SETTECHNOLOGY.nyamatongwe2-2/+36
2011-08-11Implement new APIs defined for technology choice on Windows.nyamatongwe2-44/+41
2011-08-11Implement new APIs defined for technology choice on Windows.nyamatongwe2-10/+9
2011-08-11Fix bugs in calltip and autocompletion with technology choice.nyamatongwe2-51/+43
Simplified Direct2D code.
2011-08-11Parallel stacks for GDI and DirectWrite works.nyamatongwe3-31/+50
2011-08-11Implemented parallel stacks for GDI and DirectWrite. GDI worksnyamatongwe5-122/+813
but DirectWrite does not draw well and eventuall crashes.
2011-08-10Implement 'technology' concept which will allow GDI and Direct2D/DirectWritenyamatongwe14-79/+177
to run at the same time for different windows and operations.
2011-08-10Fix for wrong cursor near selection ends when scrolled horizontally. Bug ↵nyamatongwe1-3/+3
#3389055.
2011-08-10Feature #3388802. Support changes in Perl 5.14.0:nyamatongwe1-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-10Implemented text quality parameter.nyamatongwe1-5/+25
2011-08-10Using safe sizes for ascent and descent which work for tallest characters.nyamatongwe1-87/+37
Fix HFONT conversion for use in autocompletion lists.
2011-08-09Improvements to LaTeX lexer from Josepmaria Roca adds several newnyamatongwe3-29/+239
lexer states. Verbatim regions are handled. Bugs #1187857, #1493111, #1778404, #1856356, #2082547, #3081692
2011-08-08More selective for raw string mode. Bug #3388122.nyamatongwe1-8/+13
2011-08-08Removed old code.nyamatongwe1-15/+0
2011-08-08Fix tab positioning to make indent guides and tab characters align.nyamatongwe1-1/+1
2011-08-08Make compile in narrow mode.nyamatongwe1-1/+1
2011-08-07Add a new XYACCUMULATOR which is more precise than XYPOSITION fornyamatongwe2-4/+5
keeping track over long lines. Using typedefs rather than #defines so goes into namespace.
2011-08-07Autocompletion lists work with Direct2D.nyamatongwe1-20/+60
2011-08-07Match new argument types to Font::Create.nyamatongwe1-1/+1
2011-08-07Ensure deallocation.nyamatongwe1-0/+1
2011-08-07Remove unused field.nyamatongwe1-3/+0
2011-08-07Dynamically loading Direct2D and DirectWrite at run time so can run on ↵nyamatongwe3-42/+51
Windows XP.
2011-08-07Implement fractional widths and range of weights for GTK+.nyamatongwe1-66/+66
2011-08-07Support a range of weights on Cocoa.nyamatongwe2-2/+3
2011-08-07Avoid warnings about unavailable warnings.nyamatongwe1-2/+2
2011-08-07Move scaling of font to pixels up into platform-independent code.nyamatongwe2-7/+5
2011-08-07Implement APIs for fractional font sizes and a range of weights.nyamatongwe9-55/+97
2011-08-07Do not extend decorations when appending to end of document. Bug #3378718.nyamatongwe1-0/+4
2011-08-06Credit.nyamatongwe1-0/+1
2011-08-05Fix to check for other.states.empty() when Merging SparseStates.Ben Bluemel1-1/+1
2011-08-05Fix for infinite loop bug when typing "goto " at the end of the program.nyamatongwe1-1/+1
2011-08-05Lua lexer update for Lua 5.2 beta. Feature #3386330.nyamatongwe3-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-05Added Wx::Scintilla and Padre.nyamatongwe1-0/+8
2011-08-05Updated email contact.nyamatongwe1-1/+1
2011-08-05Use casts to squash 64-bit warnings from strlen return value.nyamatongwe6-7/+7