| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-09-07 | Change log. | Neil | 1 | -0/+4 | |
| 2016-09-06 | GTK: Fix autoc font size on GTK >= 3.21.0 | Colomban Wendling | 1 | -1/+9 | |
| GTK 3.21.0 fixed font size handling, leading to properly interpreting pixels and points in CSS declarations. However, as older versions incorrectly handled those, the code has to handle both behaviours. From CSS, GTK < 3.21.0 actually applied the conversion to points, but incorrectly: 10px was used as 10pt, but 10pt was scaled up twice. So, assuming 96 DPI, it leads to: font-size | 3.20.0 | 3.21.0 | ----------|---------|---------| 10px | 13.33px | 10px | 10pt | 17.77px | 13.33px | So, we need to fix the code to accommodate for both (either scaling ourselves, or adapting the unit: I chose the second, simpler, option). See https://git.gnome.org/browse/gtk+/commit/?id=df08fc91bdc1d2e4c866122304fabe4dd298a7de | |||||
| 2016-09-06 | SciTE change log. | Neil | 1 | -0/+4 | |
| 2016-09-06 | Bug [#1855]. Include ILexer.h in the public headers of the Scintilla framework. | Neil Hodgson | 2 | -2/+14 | |
| 2016-09-04 | Added tag rel-3-6-7 for changeset f9ff5b9b1a48 | Neil | 1 | -0/+1 | |
| 2016-09-01 | Credits.rel-3-6-7 | Neil | 1 | -1/+2 | |
| 2016-08-31 | Updates for 3.6.7. | Neil | 8 | -21/+22 | |
| 2016-08-31 | Bug [#1850]. Use tabs for virtual space in indentation when tabs enabled. | jedailey | 4 | -17/+35 | |
| 2016-08-30 | Regenerate deps.mak for Windows to include LexJSON. | Neil | 1 | -0/+4 | |
| 2016-08-30 | Regenerate deps.mak to include LexJSON. | Neil | 1 | -0/+4 | |
| 2016-08-27 | Feature [feature-requests:#1154]. GTK: Allow out-of-sources build. | Colomban Wendling | 1 | -8/+11 | |
| Allow out-of-sources build by setting Make variable srcdir. This still generates the scintilla.a library in the source directory, though. | |||||
| 2016-08-30 | Fix spelling mistakes. | Neil | 1 | -3/+3 | |
| 2016-08-30 | Detect warnings from Visual C++ which do not contain line numbers. | Neil | 2 | -0/+7 | |
| 2016-08-30 | Feature [feature-requests:#210]. Allow folding on #else and #elif. | Neil | 2 | -2/+19 | |
| 2016-08-29 | Bug [#1854]. Fix: cannot get original input char on Mac for some input-modifiers | Tse Kit Yam | 2 | -1/+6 | |
| combinations e.g. Option + e => empty char, Control + k => a char with ascii code 11 | |||||
| 2016-08-28 | SC_CHARSET_DEFAULT now means code page 1252 on Windows unless code page set. | Neil | 3 | -14/+62 | |
| Improved documentation for character sets. | |||||
| 2016-08-25 | SciTE change log. | Neil | 1 | -0/+6 | |
| 2016-08-25 | Add unit tests for WordList class. | Neil | 3 | -0/+34 | |
| 2016-08-24 | SciTE change log. | Neil | 1 | -0/+5 | |
| 2016-08-20 | Use const reference parameter when it can prevent extra copies. | Neil | 1 | -1/+1 | |
| 2016-08-20 | Make some methods const where reasonable. | Neil | 4 | -4/+4 | |
| 2016-08-20 | Drop old blurbs. | Neil | 1 | -5/+0 | |
| 2016-08-20 | Bug [#1648]: Option added to prevent left arrow movement and selection wrapping | Neil | 5 | -4/+16 | |
| to previous line. | |||||
| 2016-08-15 | Bug [#1842]. Fix fold expand when some child text not styled. | Neil | 2 | -0/+8 | |
| 2016-08-14 | Change log. | Neil | 1 | -0/+5 | |
| 2016-08-03 | Bug [#1849]: LexHTML: Fix resuming at a script start | Colomban Wendling | 1 | -0/+11 | |
| The lexer can't handle getting out of some states, so make sure never to start in any of them. | |||||
| 2016-08-14 | Change log. | Neil | 1 | -0/+4 | |
| 2016-08-03 | Bug [#767]: LexHTML: Don't handle XML start inside a JavaScript string | Colomban Wendling | 1 | -1/+1 | |
| 2016-08-14 | Reindent code with spaces to stop "misleading indentation" warning from g++ 6.1. | Neil | 1 | -7/+7 | |
| 2016-08-12 | Remove tests that are not needed. | Neil | 1 | -2/+2 | |
| 2016-08-12 | Discourage use of buffered mode. | Neil | 1 | -1/+8 | |
| 2016-08-11 | Update change log for SciTE. | Neil | 1 | -0/+5 | |
| 2016-08-11 | Update change log. | Van de Bugger | 1 | -0/+8 | |
| 2016-08-11 | Bug [#1846]. Allow setting ARFLAGS for make. | Van de Bugger | 1 | -1/+2 | |
| 2016-08-11 | Bug [#1845]. Allow recreating deps.mak if ever deleted. | Van de Bugger | 1 | -2/+3 | |
| 2016-08-11 | Bug [#1844]. Allow setting CFLAGS for make. | Neil Hodgson | 1 | -2/+1 | |
| 2016-06-20 | docs: Update Design.html to better reflect current status | Colomban Wendling | 1 | -16/+12 | |
| 2016-08-10 | Bug [#1851]. Fix scroll bar size warnings. | Chris Mayo | 2 | -1/+14 | |
| 2016-08-09 | Some more documentation for multi-coloured indicators. | Neil | 1 | -2/+3 | |
| 2016-05-25 | Fixed extra space in URL. | Neil | 1 | -1/+1 | |
| 2016-05-24 | Added tag rel-3-6-6 for changeset bfdfb44eb777 | Neil | 1 | -0/+1 | |
| 2016-05-22 | Pushed release date.rel-3-6-6 | Neil | 2 | -3/+3 | |
| 2016-05-22 | Drop dead warning suppression. | Neil | 1 | -1/+0 | |
| 2016-05-22 | Bug [#1831]. Fix GTK+ error due to not allocating enough space for scrollbars. | Johannes Sasongko | 2 | -5/+13 | |
| 2016-05-18 | Updates for 3.6.6. | Neil | 8 | -19/+20 | |
| 2016-05-18 | Normalized formatting. | Neil Hodgson | 1 | -7/+5 | |
| 2016-05-17 | Enable g-ir-scanner to scan ScintillaObject signals | Thomas Martitz | 10 | -48/+364 | |
| Currently, the ScintillaObject signals can't be used from python code via gobject-introspection. This is because g-ir-scanner does not properly scan the signals. For signals, there is the additional requirement that parameters have are registered GTypes. For the sci-notify signal, this can be accomplished by boxing SCNotification. In addition, g-ir-scanner also runs on Scintilla.h where it picks up additional structs. test/gi/ is updated accordingly. The test python script is enhanced to showcase the signals (some fixes to the makefile are included as well). | |||||
| 2016-05-17 | GTK: Add makefile rules to auto-generate marshallers | Colomban Wendling | 2 | -9/+19 | |
| This makes it easier to update or add new marshallers. Also, re-generate the current one using a current version of glib-genmarshal, which generates different output (accessing different fields for enum and flags) since at least 2008. Although neither of these types are currently used, it seems safer this way. | |||||
| 2016-05-17 | Backed out changeset: 89cda794d0dd as fixed changeset will be sent by author. | Neil | 12 | -281/+136 | |
| 2016-05-16 | Bug [#1829]. Include comments for enu and lex definitions. | Kasper B. Graversen | 2 | -1/+7 | |
