aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2015-01-07Avoid warning from cppcheck about leaking handle.Neil1-0/+1
2015-01-05Allocate is only called when no handle in constructor so assert that to avoidNeil1-0/+1
2015-01-05Check for non-NULL render target and avoid Coverity warning.Neil1-1/+1
2015-01-05Change log.Neil1-1/+2
2015-01-05Add folding support for Intel HEX filesMarkus Heidelberg1-3/+57
2015-01-03Change log.Neil1-0/+4
2015-01-02Use gtk_clipboard_request_contents() instead of gtk_selection_convert() for p...Jiří Techet1-2/+12
2014-12-30Lexer added for Intel hex files.Neil3-14/+21
2014-12-30Add new lexer for Intel HEX file formatMarkus Heidelberg2-1/+287
2014-12-30S-Record lexer: reorder lexer statesMarkus Heidelberg1-6/+6
2014-12-30S-Record lexer: rename states from SCE_SREC_.. to SCE_HEX_..Markus Heidelberg2-55/+55
2014-12-30S-Record lexer: extract reusable parts of helper functionsMarkus Heidelberg1-35/+60
2014-12-29S-Record lexer: fix the description of the maximum data field digit countMarkus Heidelberg1-8/+8
2014-12-29S-Record lexer: add future-proof highlighting for unknown record typesMarkus Heidelberg2-12/+16
2014-12-29S-Record lexer: correctly count the characters of an invalid short lineMarkus Heidelberg1-8/+18
2014-12-27Change log.Neil1-0/+8
2014-12-22Avoid warning from cppcheck.Neil1-3/+2
2014-12-22Replace function UnicodeFromBytes with UnicodeFromUTF8 as they are exactly theNeil3-15/+48
2014-12-20Don't use bad value after failed call.Neil1-4/+8
2014-12-20Check for failure of SystemParametersInfo.Neil1-8/+9
2014-12-17More natural looping over visual attributes.Neil1-3/+3
2014-12-17Highlights doc comment keywords; has separate styles for input, output, andNeil4-68/+151
2014-12-17Change log.Neil1-0/+4
2014-12-12LexBash: Empty heredoc delimiters can also be indentedColomban Wendling1-1/+2
2014-12-12LexBash: Only tabulations are allowed as prefix with `<<-` heredocColomban Wendling1-1/+1
2014-12-12LexBash: Don't allow spaces between `<<` and `-` in a heredoc operatorColomban Wendling1-3/+6
2014-12-16Feature [feature-requests:#1091]. S-Record lexer added on OS X.Neil Hodgson1-0/+4
2014-12-16When a text margin is displayed, for annotation lines, use the background colourNeil2-5/+17
2014-12-12Prevent some static analyzer warnings.Neil1-0/+2
2014-12-09Feature [feature-requests:#1091]. Lexer for Motorola S-Record.Neil6-0/+399
2014-12-09Change log.Neil1-1/+1
2014-12-09Using indicators for inline IME.Neil1-127/+251
2014-12-08Avoid warnings from clang about calling abs with float arguments.Neil2-3/+4
2014-12-07Prevent some static analyzer warnings.Neil1-1/+3
2014-12-07Protect FineTickerCancel from being called when fine tickers not implemented.Neil1-6/+5
2014-12-07Replace calls to deprecated methods with their current equivalents.Neil Hodgson2-12/+7
2014-12-06Updated by Xcode 6.1Neil Hodgson1-3/+1
2014-12-06Change log.Neil1-0/+4
2014-12-06Prevent overlapping text with calltip.Neil2-2/+6
2014-11-28LexCPP: Also fold on square bracketsColomban Wendling1-2/+2
2014-12-06Change log.Neil1-0/+1
2014-12-05Change log.Neil1-0/+3
2014-12-05Prevent some static analyzer warnings.Neil1-0/+1
2014-12-05Extract FillVirtualSpace so it is not repeated and can be made less complex inNeil4-8/+10
2014-12-05Using indicators for inline IME.Neil1-61/+157
2014-12-03Change log.Neil1-0/+12
2014-12-03Qt >= 5.3 has reverted to the 4.x handling of double click events. UndoesNeil1-6/+0
2014-12-02Added tag rel-3-5-2 for changeset a797ff255bdfNeil0-0/+0
2014-11-29Add a missing comma to separate word list decriptions.rel-3-5-2Neil1-1/+1
2014-11-29Updates for 3.5.2 release.Neil7-22/+18