Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-15 | Minor cleanups for GObject introspection. | Neil | 1 | -1/+1 | |
Avoid doc-comment in header as they are interpreted by g-ir-scanner, fix a typo, remove empty lines, add to change log. | |||||
2015-12-13 | Fix issues raised by review and some more | Thomas Martitz | 2 | -10/+24 | |
- remove any notion of deprecation of legacy symbol names - make sure typelib search path is set for test program - add separate test target to test/gi/makefile - improve g-ir-scanner call command line - fixed gtk2 support of test test/gi/gi-test.py | |||||
2015-09-30 | Add a test suite to check gobject-introspection data | Thomas Martitz | 3 | -0/+184 | |
The test suite acts also as an example for downstream projects to generate gobject-introspection data. A known-good .gir file is checked in for checking results in the future. Lastly, a small python uses the gobject-introspection data to create a small editor window. The change to gtk/makefile is because scintilla needs to be in a shared library for the python program. Therefore scintilla.a has to be compiled with -fPIC. | |||||
2015-11-20 | Remove line end whitespace. | Neil | 2 | -2/+2 | |
2015-09-04 | Bug [#1757]. Treat CRLF as two characters in SCI_COUNTCHARACTERS. | Neil | 1 | -0/+8 | |
2015-07-27 | Add Position.h as a place-holder and to allow #include "Position.h" in source. | Neil | 6 | -0/+6 | |
2015-07-04 | Unit tests need to see std::exception now. | Neil | 3 | -0/+3 | |
2015-06-11 | Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, and | Neil | 1 | -0/+54 | |
TargetWholeDocument. | |||||
2015-04-14 | Ensure SCI_TEXTHEIGHT uses valid style data and remove test pauses that | Neil | 1 | -3/+0 | |
hid this. | |||||
2014-12-22 | Avoid warning from cppcheck. | Neil | 1 | -3/+2 | |
2014-12-22 | Replace function UnicodeFromBytes with UnicodeFromUTF8 as they are exactly the | Neil | 2 | -0/+45 | |
same. Add unit tests for UnicodeFromUTF8. | |||||
2014-08-08 | Implement explicit tab stops per line. | Neil | 1 | -0/+74 | |
From Nick Gravgaard. | |||||
2014-08-08 | Remove extra whitespace. | Neil | 1 | -10/+10 | |
2014-05-24 | Removing style byte indicators. | Neil | 1 | -4/+0 | |
2014-05-21 | Updated to current version of Catch as fixes issues reported by undefined | Neil | 1 | -555/+398 | |
behaviour sanitizer. | |||||
2014-05-15 | Don't try to use sanitizers on OS X as not built into Clang. | Neil Hodgson | 1 | -2/+5 | |
2014-05-15 | Support Clang on Linux and turn on the address and undefined behaviour | Neil | 1 | -1/+6 | |
sanitizers. | |||||
2014-05-15 | Update Catch unit testing framework to current build 43 as it avoids some | Neil | 1 | -1989/+3048 | |
warnings from Clang. | |||||
2014-01-14 | Avoid warnings from cppcheck for testing code. | Neil | 1 | -0/+2 | |
2014-01-14 | CallTipSetPosStart API added. | Neil | 1 | -0/+21 | |
2014-01-01 | Specify minimum Python version for scripts. | Neil | 1 | -2/+1 | |
2014-01-01 | Specify minimum Python version for scripts. | Neil | 3 | -0/+3 | |
2013-12-22 | Add tests for style attributes. | Neil | 1 | -0/+89 | |
2013-12-17 | Added DropSelectionN API. | Neil | 1 | -0/+34 | |
2013-11-18 | Added necessary header. | Unknown | 1 | -1/+2 | |
2013-11-18 | Add some tests for CellBuffer. | Neil | 4 | -1/+152 | |
2013-11-18 | Add some tests for DecorationList. | Neil | 2 | -1/+45 | |
2013-11-17 | Added tests for Decoration. | Neil | 4 | -2/+52 | |
2013-11-17 | Switch unit tests to Catch framework. | Neil | 13 | -1022/+8833 | |
2013-09-26 | Enhance stability by defining GetLineEndPosition for lines beyond end of ↵ | Neil | 1 | -0/+6 | |
document to return document size. | |||||
2013-09-21 | Fix test script to match move of scripts. | nyamatongwe | 1 | -1/+2 | |
2013-09-05 | Added SCI_GETPRIMARYSTYLEFROMSTYLE. | Neil | 1 | -0/+4 | |
2013-09-05 | Bug [#1520]. Make SCI_GETSTYLEFROMSUBSTYLE work for secondary styles. | Neil | 1 | -4/+19 | |
2013-09-03 | Added another test for cpp lexer support for Unicode line ends. | Neil | 1 | -0/+1 | |
2013-09-03 | Added GetStyleFromSubStyle. | Neil | 1 | -0/+32 | |
Tests for this and other sub styles methods. | |||||
2013-08-20 | Added PositionRelative to optimize navigation by character. | Neil | 1 | -0/+45 | |
2013-07-22 | Added the character representation feature. | Neil | 1 | -0/+26 | |
2013-07-22 | There were occsional failures in clipboard tests so add some DoEvents calls | Neil | 1 | -0/+2 | |
to allow clipboard status to be propogated between windows. Seems to avoid the failures. | |||||
2013-07-11 | Include case conversion data in Scintilla so that all platforms will perform | Neil | 1 | -40/+30 | |
case conversion of Unicode text in accordance with Unicode. | |||||
2013-07-08 | Fix to work on more versions of Python. | Neil | 1 | -6/+6 | |
2013-07-07 | First argument to SetText is not used so was difficult to set a text ↵ | Neil | 2 | -20/+25 | |
containing NUL. Add SetContents to make it easier to setup test cases. | |||||
2013-07-07 | Add tests for searching performance. | Neil | 1 | -0/+38 | |
2013-07-07 | When case conversion changes the length of the text, ensure only | Neil | 1 | -0/+35 | |
valid memory accessed and that the converted text is selected. | |||||
2013-07-05 | Implemented tests for Qt on Linux. | Neil | 7 | -223/+284 | |
2013-07-04 | Fix bug with use of strings instead of byte strings as this | Neil | 1 | -9/+22 | |
caused failures on Linux. Check for platform to allow different default line ends, Russian encodings and folding behaviour. | |||||
2013-07-01 | Fix up reference to scripts directory. | Neil | 1 | -1/+2 | |
2013-06-29 | Bug: [#1483]. Added a test for UTF-8 labels in Lua that would fail without fix. | Neil | 3 | -2/+5 | |
2013-05-10 | Handle most stringresult methods generically. | nyamatongwe | 2 | -99/+57 | |
Make compatible with PyPy. | |||||
2013-05-08 | Avoid warning. | nyamatongwe | 1 | -0/+20 | |
2013-05-05 | Make test run on older version of Python. | nyamatongwe | 1 | -1/+1 | |