aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2014-01-30Bug [#1574]. Fix 3.3.8 bug where external lexers became inaccessible.Neil2-2/+15
2014-01-28Updated version number and date.Neil1-2/+2
2014-01-28Added tag rel-3-3-8 for changeset 61cdae165698Neil0-0/+0
2014-01-24Updated sizes.rel-3-3-8Neil1-2/+2
2014-01-24Added image of available markers.Neil2-1/+3
2014-01-24Change log.Neil1-0/+2
2014-01-24Make RoundedRectangle with Direct2D have similar shape to GDI with 4 pixelNeil1-2/+2
2014-01-24Change log.Neil1-0/+15
2014-01-24Updates for 3.3.8.Neil7-15/+13
2014-01-22Visual C++ project file added.Neil1-0/+129
2014-01-22Fixing tag mismatches.Neil1-23/+18
2014-01-22Clarify effects of setting additional selecton colours.Neil1-3/+10
2014-01-21Using ELEMENTS for clarity and safety. Avoid memset for safety.Neil2-4/+5
2014-01-21Avoid memset for safety.Neil1-2/+2
2014-01-21Using ELEMENTS for clarity and safety.Neil1-4/+4
2014-01-21Added some missing headers.Neil Hodgson1-0/+12
2014-01-21Added ELEMENTS macro and use it to clarify determining size of arrays.Neil Hodgson8-24/+27
2014-01-21Implement new marker symbol SC_MARK_BOOKMARK.Neil Hodgson4-15/+45
2014-01-19Avoid warnings for potential read from uninitialised buffer.Neil1-1/+1
2014-01-19Chnage log.Neil1-0/+4
2014-01-18Support octave vs matlab '!' handlingJohn Donoghue1-4/+9
2014-01-18Change log.Neil1-1/+2
2014-01-18Draw cicles centred as intended so that folding margin markers look correct.Neil1-1/+1
2014-01-18With Direct2D draw circles with a 1 pixel larger radius to better matchNeil2-5/+5
2014-01-18For SC_MARK_ARROWS, scale the arrows to fit the line height.Neil1-4/+6
2014-01-16Draw circles more accurately using CGContextAddEllipseInRect insteadNeil Hodgson2-52/+7
2014-01-14Avoid warnings from cppcheck for testing code.Neil2-0/+5
2014-01-14Make HFacer callable from other Python code and call it from LexGen soNeil2-14/+19
2014-01-14CallTipSetPosStart API added.Neil6-3/+37
2014-01-13Update the system caret position when scrolling to help screen readersNeil2-0/+5
2014-01-13Send SCN_UPDATEUI with SC_UPDATE_SELECTION for Shift+Tab inside text.Neil2-0/+4
2014-01-12Remove old workarounds for system headers missing elements.Neil2-55/+3
2014-01-12Change log.Neil1-1/+2
2014-01-11Rust: Make lexing of float literals more correct.SiegeLord1-21/+23
2014-01-10Clarification of calltip behaviour.Neil1-3/+6
2014-01-08Change log.Neil1-0/+4
2014-01-08Feature [feature-requests:#1041]. Highlight hex, octal, and binary numbers in...Neil2-2/+8
2014-01-02Use a std::map for KeyMap to avoid custom iteration in favour of standardNeil2-18/+21
2014-01-01Specify minimum Python version for scripts.Neil1-2/+1
2014-01-01Specify minimum Python version for scripts.Neil3-0/+3
2014-01-01Specify minimum Python version for scripts.Neil2-0/+2
2013-12-27Change log.Neil1-0/+4
2013-12-27Ensure caret is visible after scroll.Neil1-2/+2
2013-12-23Change log.Neil1-0/+5
2013-12-21rust: Implement nested block commentsSiegeLord1-18/+28
2013-12-21rust: Make the doc-comment detection more strict (and consistent with new Rus...SiegeLord1-25/+18
2013-12-21rust: Highlight octal literalsSiegeLord1-0/+3
2013-12-21Fix whitespace in LexRust.cxxSiegeLord1-10/+10
2013-12-21rust: NULL is a valid Rust source character, so do not explicitly consider it...SiegeLord1-4/+4
2013-12-21rust: Fix highlighting of r#"""# raw string literal.SiegeLord1-3/+5