aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2013-02-22Define the maximum number of margins in Scintilla.iface.nyamatongwe6-12/+15
2013-02-21Feature: [#978]. Update preprocessor defines upon encountering an #undef dire...nyamatongwe2-3/+20
2013-02-21Fixed outdated comment.nyamatongwe1-2/+1
2013-02-20Recognise GCC include path diagnostics that appear before an error.nyamatongwe3-0/+6
2013-02-20Removed function that is no longer used.nyamatongwe1-5/+0
2013-02-20Bug: [#1447]. Don't interrupt HTML comment for XML Processing Instruction.nyamatongwe1-0/+1
2013-02-18Drop -Wno-long-long as it makes no difference on current systems.nyamatongwe1-2/+2
2013-02-18Update make dependencies.nyamatongwe1-5/+5
2013-02-18Don't draw line numbers before start of document.nyamatongwe1-2/+3
2013-02-18Fix drawing of markers at negative coordinates due to integer truncation.nyamatongwe1-2/+3
2013-02-18Bug: [#1446]. Display thumb at correct position when SetVScrollBar(true) called.nyamatongwe1-0/+2
2013-02-07Fix crash that can occur after running "Convert to Modern Objective-C Syntax"nyamatongwe1-4/+4
2013-02-05To run Clang analyzer, use 'analyze' target instead of defining 'CLANG_ANALYZE'.nyamatongwe1-5/+5
2013-02-05Credit.nyamatongwe1-0/+1
2013-02-05Add allocation of extended styles.nyamatongwe7-1/+66
2013-02-05Add in some extensions used by msbuild for Visual C++ 2012.nyamatongwe2-1/+10
2013-01-30Fix clang --analyze warnings.nyamatongwe1-2/+2
2013-01-30Allow access to secondary styles distance.nyamatongwe1-0/+4
2013-01-30Type casts so will build in std=c++11 mode.nyamatongwe3-7/+7
2013-01-30Added assert to silence Xcode analyse warning.nyamatongwe1-0/+2
2013-01-30Updated for Xcode 4.6.nyamatongwe1-1/+1
2013-01-27Check result from CreateDCRenderTarget.nyamatongwe1-13/+15
2013-01-27Disallow copying VarBuffer objects to ensure memory is managed correctly.nyamatongwe1-0/+3
2013-01-26Fixed unused value warning.nyamatongwe1-2/+1
2013-01-26Use CXXFLAGS for C++ only, not for C.nyamatongwe1-3/+3
2013-01-11Add folding support to the GetText (PO) lexerColomban Wendling1-1/+65
2013-01-19Add private copy constructors to prevent copying and avoid warnings.nyamatongwe4-0/+11
2013-01-19Implement provisional category and place Unicode line ends and substyles into...nyamatongwe4-62/+101
2013-01-19Implement Unicode line ends and substyles in C++ lexer.nyamatongwe2-21/+267
2013-01-19Implement generic support for Unicode line ends and sub styles in lexer suppo...nyamatongwe3-16/+260
2013-01-19Support the three Unicode line ends NEL, LS, and PS in CellBuffer, Document,nyamatongwe9-8/+206
2013-01-19To allow for new line end sequences implement IsPositionInLineEnd on thenyamatongwe3-6/+19
2013-01-19Implement APIs for Unicode line ends and substyles and expose tonyamatongwe6-9/+220
2013-01-19Add methods for Unicode line ends and substyles to IDocument and ILexernyamatongwe2-4/+57
2013-01-19Add encodingType and documentVersion to decode and cache informationnyamatongwe1-2/+18
2013-01-17Added tag rel-3-2-4 for changeset 1092d3d24959nyamatongwe1-0/+1
2013-01-15Update release date.nyamatongwe2-3/+3
2013-01-14Updated history with changes for 3.2.4.nyamatongwe2-1/+77
2013-01-12Fix copy&paste error in comment.nyamatongwe1-1/+1
2013-01-11Prepare for 3.2.4.nyamatongwe7-13/+22
2013-01-11Feature: [#970]. Latex folding and better syntax highlighting.nyamatongwe1-0/+4
2013-01-11Feature: [#970]. Latex folding and better syntax highlighting.nyamatongwe5-297/+547
2013-01-11Bug: [#1436] Remove as observer in TimerTarget dealloc.nyamatongwe1-0/+2
2013-01-10Updated to style hidden commands differently.nyamatongwe3-69/+118
2013-01-10Removed dead stores.nyamatongwe1-2/+2
2013-01-10Add a replace method and a parameter for backwards search.nyamatongwe2-24/+180
2013-01-10Turn off undo collection for IME composition.nyamatongwe2-17/+37
2013-01-10Switched Alt+Delete to delete word left to be more compatible withnyamatongwe1-1/+1
2013-01-08Bug: [#1289]. Replace null characters by spaces in the clipboard to avoid thatVivian De Smedt1-0/+13
2013-01-08Fix memory leak.nyamatongwe1-1/+1