aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2013-05-19Fix display of multi-byte Unicode character at line start.rel-3-3-2nyamatongwe1-1/+0
2013-05-19The convertRectToScreen: message was introduced in 10.7 so use convertBaseToS...nyamatongwe1-2/+9
2013-05-19Don't dereference character string when length is 0. May be a NULL pointernyamatongwe1-1/+1
2013-05-18Fix import list folding in fully indented moduleskudah1-79/+87
2013-05-17Fix fold all to show lines instead of going past end which then failed.nyamatongwe1-1/+1
2013-05-16Added SciTECO.nyamatongwe1-0/+4
2013-05-16Updates for 3.3.2.nyamatongwe1-1/+1
2013-05-16Updates for 3.3.2.nyamatongwe6-13/+14
2013-05-16Change log.nyamatongwe1-1/+1
2013-05-13get rid of msvc warningkudah1-5/+5
2013-05-09* Literate Haskell supportkudah4-69/+185
2013-05-08Fixed a bug when --:> was highlighted as a constructorkudah1-52/+85
2013-05-16Feature: [feature-requests:#990]. Fix for #define foo /**/nyamatongwe1-1/+0
2013-05-15Builds again with some older versions of Visual C++.nyamatongwe1-1/+1
2013-05-15Feature: [feature-requests:#990]. Style added for preprocessor doc comment.nyamatongwe4-2/+14
2013-05-10Handle most stringresult methods generically.nyamatongwe2-99/+57
2013-05-08Hide implementation of WordList.nyamatongwe4-15/+36
2013-05-08Avoid warning.nyamatongwe2-1/+21
2013-05-08Partial fix for compiling Direct2D code with MinGW-w64.nyamatongwe2-18/+41
2013-05-07Simplified code and avoid warning.nyamatongwe1-2/+2
2013-05-07Remove variable that was not used to reduce warnings.nyamatongwe1-1/+1
2013-05-07Replace X.data() with &X[0] to allow building with old releases of Visual C++.nyamatongwe3-14/+14
2013-05-04* Allow arbitrary amount of # suffixes in identifiers with lexer.haskell.allo...kudah1-61/+118
2013-05-06Change log addition.nyamatongwe1-0/+4
2013-05-06Bug: [#1448]. Detect QT 5.x and add widgets to QT to allow building.Neil Hodgson3-0/+3
2013-05-06Indentation formatting.Neil Hodgson1-16/+15
2013-05-06Simplify CaseMapString by grouping the code that requires conversionNeil Hodgson1-19/+26
2013-05-06Change log addition.nyamatongwe1-0/+3
2013-05-05Since new throws an exception on failure, remove testing of result.nyamatongwe6-45/+27
2013-05-05Removing support for Visual C++ 2005 and 6.0.nyamatongwe4-549/+7
2013-05-05Make test run on older version of Python.nyamatongwe1-1/+1
2013-05-05Removed nethods that are no longer used and are less safe than alternatives.nyamatongwe3-43/+6
2013-05-04Replacing raw pointers and allocations with std::vector and std::string.nyamatongwe2-26/+20
2013-05-04Replacing raw pointers and allocations with std::vector and std::string.Neil Hodgson2-165/+110
2013-05-04Replacing raw pointers and allocations with std::string and std::vector.nyamatongwe3-71/+49
2013-05-04Replacing raw pointers and allocations with std::vector.nyamatongwe2-82/+38
2013-05-04Replacing raw pointers and allocations with std::string.nyamatongwe2-45/+18
2013-05-04Replacing raw pointers and allocations for list box with std::vector.nyamatongwe1-94/+25
2013-05-04Added tests for CopyAllowLine, SelectionDuplicate, and LineTranspose.nyamatongwe1-0/+24
2013-05-04Replacing raw pointers and allocations with std::string.nyamatongwe3-20/+14
2013-05-03Replacing raw pointers and allocations with std::vector.nyamatongwe2-24/+14
2013-05-03Moved allocation of data owned by Action into Action::Create.nyamatongwe2-14/+12
2013-05-02Simplifying XPM code and avoiding bare allocations.nyamatongwe2-79/+36
2013-05-02Remove Expanded method which was not used by any client code.nyamatongwe2-17/+7
2013-05-02Removing XPMSet class as no longer used.nyamatongwe2-107/+0
2013-05-02Replacing raw pointers and allocations with std::vector and std::map.nyamatongwe5-144/+123
2013-05-02Replacing raw pointer and allocation with std::string.nyamatongwe2-14/+10
2013-05-02Adding to change log.nyamatongwe1-2/+12
2013-05-02For modifier keys, QApplication::keyboardModifiers() instead of event->modifi...nyamatongwe1-11/+11
2013-05-02Removed variable which is no longer used due to change 4520.nyamatongwe1-1/+0