aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2014-05-22Minor documentation updates for release.rel-3-4-2Neil2-1/+5
2014-05-21Updated to current version of Catch as fixes issues reported by undefinedNeil1-555/+398
2014-05-19Fix missing redraws on GTK < 3.9.2Colomban Wendling1-5/+15
2014-05-20Changed release date.Neil2-3/+3
2014-01-20Fix typo in documentationStefan Weil1-1/+1
2014-01-20Fix typos in comments (src)Stefan Weil3-7/+7
2014-01-20Fix typos in comments (lexers)Stefan Weil5-8/+8
2014-01-20Fix typos in comments (qt)Stefan Weil2-3/+3
2014-05-16Updates for 3.4.2 release.Neil7-18/+20
2014-05-15Don't try to use sanitizers on OS X as not built into Clang.Neil Hodgson1-2/+5
2014-05-15Support Clang on Linux and turn on the address and undefined behaviourNeil1-1/+6
2014-05-15Update Catch unit testing framework to current build 43 as it avoids someNeil1-1989/+3048
2014-05-14GTK: Avoid flickering when wrapping linesColomban Wendling1-1/+1
2014-05-14Bug [#1567]. Fix display flashing when scrolling with Gtk+ 3.10.Neil2-4/+27
2014-05-14Limit iterations when expanding macros in case a macro is recursive such asNeil1-1/+4
2014-05-13Feature [feature-requests:#1051]. Fixed shadowed local variable.Neil1-1/+1
2014-05-12Change log.Neil1-0/+7
2014-05-12Feature [feature-requests:#1051]. Support #if defined SYMBOL.Neil1-94/+252
2014-05-12Avoid cppcheck warning for LexPerl as not maintained by me.Neil1-0/+1
2014-05-12Split variable into two as used for different reasons. Use unsigned to avoidNeil1-5/+4
2014-05-10Bug [#685]. WM_GETTEXT now provides data in UTF-16 for Unicode window.Neil2-2/+76
2014-05-10Change log.Neil1-0/+5
2014-05-02Add missing not sign to fix DMIS label highlightingAndreas Tscharner1-1/+1
2014-05-02DMIS Minor words can also start with the digits 2, 3 or 4Andreas Tscharner1-1/+1
2014-05-03Replacing the int-based constructors for Point and PRectangle with FromIntsNeil8-98/+99
2014-05-03Fix Point and PRectangle constructors to match changes in Platform.h.Neil Hodgson2-13/+14
2014-05-03Turn on MSVC 'possible loss of data' warnings and add explicit casts.Neil10-536/+547
2014-05-03Explicit and more consistent use of XYPOSITION versus int.Neil1-74/+101
2014-05-03Using casts and an alternate PRectangle constructor to make XYPOSITION <-> intNeil7-17/+22
2014-05-03Explicit and more consistent use of XYPOSITION versus int.Neil1-19/+19
2014-05-03Convenience Point constructor from integers as common source of shapes.Neil4-14/+17
2014-05-03Add needed casts and remove a cast that is not needed.Neil1-3/+3
2014-05-03Using unsigned int for cache index to avoid casts and potential for failure.Neil1-4/+5
2014-05-03Fix comments that have not been correct since conversion to XYPOSITION.Neil1-2/+2
2014-05-03Move RoundXYPosition to global header to enable use in more modules.Neil2-5/+3
2014-05-03Fix assertion that was broken by undefined behaviour fix.Neil1-1/+1
2014-05-02Type cast to make previous change compile on Cocoa.Neil Hodgson1-1/+2
2014-05-02Use exact SciFnDirect function signature for DirectFunction as earlier versionNeil6-13/+13
2014-05-02Use unsigned int for calculating hash and secondary probe as overflow of signedNeil2-3/+3
2014-05-02Enable building with Clang undefined behaviour sanitizer.Neil1-2/+6
2014-05-01Use explicit call as implicit conversion operator does not work in context.Neil1-1/+1
2014-05-01Cast to make previous change build on Cocoa.Neil Hodgson1-1/+1
2014-05-01Consolidate insertion for paste into Editor class and perform line endNeil9-84/+66
2014-04-29Stop disabling warnings where no longer needed.Neil5-17/+3
2014-04-29Fix some warnings instead of relying upon #pragma to hide themNeil4-6/+6
2014-04-29Added DMIS lexer.Neil Hodgson1-0/+4
2014-04-29Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordi...Neil6-0/+388
2014-04-25Free system libraries at finalization.Neil2-4/+29
2014-04-25Delete factories when shutting down to avoid system messages frommm DXGI.Neil1-0/+9
2014-04-25Allow overriding AbandonPaint by platform code.Neil1-1/+1