aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2013-04-20Added to help run cppcheck.nyamatongwe1-0/+41
2013-04-19* Use SCE_HA_COMMENTBLOCK2, SCE_HA_COMMENTBLOCK3kudah3-27/+70
2013-04-19Remove unused methods.nyamatongwe7-142/+0
2013-04-19Using std::fill instead of a loop is much faster. As much as 4x on a large bl...nyamatongwe9-2/+17
2013-04-19Updated changes.nyamatongwe1-0/+17
2013-04-18Fix clang warningkudah1-3/+2
2013-04-18Fold indented imports.kudah1-8/+39
2013-04-17Fixed import folding interfering with indentation foldingkudah1-2/+14
2013-04-17Removed importCurrentkudah1-6/+6
2013-04-18Ensure properties from earlier files survive: LexCPP defines some common prop...nyamatongwe1-1/+2
2013-04-18Bug [#1466]. Fix crash on deallocation.nyamatongwe1-1/+1
2013-04-17Allow Asian code pages to work for DirectWrite when using SC_CHARSET_DEFAULT.nyamatongwe1-1/+1
2013-04-17Removed dead assignment.nyamatongwe1-1/+0
2013-04-13Really minor refactorkudah1-13/+12
2013-04-12* Converted Haskell lexer to a classkudah1-125/+235
2013-04-17Remove method no longer needed due to change from NSTextInput to NSTextInputC...nyamatongwe1-8/+0
2013-04-17Commit the current text when switching documents instead of discarding it asnyamatongwe1-1/+1
2013-04-17When switching documents, reset input composition as otherwise get mixture of...nyamatongwe3-1/+17
2013-04-17Disallow undo and redo when not collecting undo as it is likely that the docu...nyamatongwe1-2/+2
2013-04-17Switch from implementing NSTextInput to its replacement NSTextInputClientnyamatongwe2-8/+32
2013-04-17Implement firstRectForCharacterRange so that composition popups appear near i...nyamatongwe1-3/+28
2013-04-17Restore undo collection after sequence of composition actions by only remembe...nyamatongwe1-4/+6
2013-04-17When setting composition text, correctly select the indicated text by convert...nyamatongwe1-4/+8
2013-04-16Add indicator INDIC_COMPOSITIONTHICK, a thick low underline, to mimic annyamatongwe5-0/+23
2013-04-16Move selections with virtual space more reasonably when real spaces inserted atnyamatongwe1-4/+8
2013-04-15Update tests for last change to RunStyles as it no longer throws in FillRange.nyamatongwe1-5/+1
2013-04-15Existing code fills 0 length ranges and ranges after document end so simplynyamatongwe1-2/+2
2013-04-15RunStyles can be corrupted by filling 0 length ranges and ranges that go past...nyamatongwe3-0/+56
2013-04-14Adding example file extensions to native file setting so tests work.nyamatongwe4-15/+18
2013-04-14Add analyze target for clang --analyze.nyamatongwe1-1/+4
2013-04-14Update doc for [4fb20e].nyamatongwe1-0/+14
2013-04-12LexPowerShell fixes and improvementsgentoo903-2/+55
2013-04-11Added tag rel-3-3-1 for changeset d2022a5e4948nyamatongwe1-0/+1
2013-04-10Update date.nyamatongwe1-0/+3
2013-04-10Updating for 3.3.1.nyamatongwe1-3/+5
2013-04-10Minimized code for SetLineSpacing change.nyamatongwe1-6/+1
2013-04-09Change log.nyamatongwe1-0/+4
2013-04-09With DirectWrite, text was drawn at different vertical positions depending on...nyamatongwe1-0/+6
2013-04-09Haskell lexerkudah1-56/+203
2013-04-07Fixed few things in haskell lexerkudah1-25/+87
2013-04-09Merged Cocoa composition fix.nyamatongwe3-1/+22
2013-04-09Updates to history.nyamatongwe1-0/+6
2013-04-09Slightly better behaviour for regular expression search in DBCS: ensure end ofnyamatongwe1-0/+2
2013-04-09Updating for 3.3.1.nyamatongwe7-12/+33
2013-04-09Automate updating download links in script.nyamatongwe1-0/+19
2013-04-09Fix problems with input composition that could stop undo working.nyamatongwe3-1/+22
2013-04-06Removed references to Carbon platform which is no longer supported.nyamatongwe1-4/+2
2013-04-05Replacing system calls for determining DBCS character width with own implemen...nyamatongwe1-4/+32
2013-04-05Using character set for DirectWrite text so that Russian and similarnyamatongwe2-29/+60
2013-04-05Added tests for Ruby and Perl lexers.nyamatongwe5-0/+28