Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-05-29 | Block caret feature added by Todd Whiteman. | nyamatongwe | 7 | -24/+153 | |
2007-05-27 | Fix to primary selection to not include URI format. | nyamatongwe | 1 | -1/+1 | |
2007-05-27 | Patch from Todd Whiteman to show brace highlight background over | nyamatongwe | 2 | -1/+2 | |
caret line background. | |||||
2007-05-21 | Added convert indenation item. | nyamatongwe | 1 | -0/+3 | |
2007-05-18 | Protection against bad UTF-8 sequences. | nyamatongwe | 1 | -1/+1 | |
2007-05-17 | Fix from Iago Rubio for SA25245 buffer overflow error. | nyamatongwe | 1 | -1/+1 | |
http://secunia.com/advisories/25245/ | |||||
2007-05-15 | Applied part of a patch from S. Sevki Dincer that changed | nyamatongwe | 1 | -7/+7 | |
determination of GTK+ flags and libararies so that it only occurred once rather than for every compile. | |||||
2007-05-12 | Avoid dragging text onto itself as this produces undo actions but no | nyamatongwe | 1 | -5/+16 | |
real effect and is often accidental. | |||||
2007-05-12 | Bug fix from Enrico Tröger for GTK+ does not place a text/uri-list | nyamatongwe | 2 | -13/+15 | |
target on the clipboard as this allows Open Office to see the text and correctly paste it. | |||||
2007-05-12 | Drag operation does not start until mouse has been dragged more than | nyamatongwe | 4 | -53/+91 | |
a threshold distance. Using platform threshold when possible. Moved some common dragging code on Windows into EffectFromState. | |||||
2007-05-11 | Only perform alpha blending on rectangles with positive widths to | nyamatongwe | 2 | -3/+3 | |
avoid warnings. Tracing on GTK+ goes to standard error so is not buffered. | |||||
2007-05-07 | Fix for bug #1709848 by Ariden01 allows folding of all tags in | nyamatongwe | 1 | -9/+22 | |
XML and only terminates script mode with script end tag rather than any tag in XML. | |||||
2007-05-04 | Added Geany. | nyamatongwe | 1 | -0/+4 | |
2007-04-25 | Made fontNames array grow when needed. Fixes bug 1339845 and | nyamatongwe | 2 | -1/+17 | |
lessens memory use. | |||||
2007-04-23 | Added setting to allow each indicator to be drawn either under or | nyamatongwe | 6 | -2/+30 | |
over text. | |||||
2007-04-23 | Added INDIC_CONTAINER and a comment. | nyamatongwe | 2 | -2/+5 | |
2007-04-23 | Updated indicator documentation to deprecate style byte indicators in | nyamatongwe | 1 | -39/+49 | |
favour of modern indicators. | |||||
2007-04-23 | Changed to use new indicator API. | nyamatongwe | 1 | -12/+22 | |
2007-04-21 | Fixed bug when using SCI_LINETRANSPOSE on a blank line. | nyamatongwe | 1 | -7/+6 | |
2007-04-21 | Bug 1704800 fixed dealing with strings and chars like "something\\". | nyamatongwe | 1 | -26/+26 | |
2007-04-19 | Patch from Xie Renhui tries Unicode format for dropped text first. | nyamatongwe | 1 | -12/+26 | |
2007-04-19 | Patch from Xie Renhui uses explicit ANSI calls on Windows so can be | nyamatongwe | 3 | -18/+19 | |
compiled in Unicode mode. | |||||
2007-04-19 | Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR | nyamatongwe | 8 | -32/+44 | |
notification flag. | |||||
2007-04-19 | All Unicode planes supported, not just the Basic Multilingual Plane. | nyamatongwe | 6 | -44/+92 | |
2007-04-19 | Added GAP lexer. | nyamatongwe | 1 | -7/+11 | |
2007-04-16 | Added support for GAP language from Istvan Szollosi. | nyamatongwe | 10 | -12/+311 | |
2007-04-07 | More decoration code, with modifications reported from document to views | nyamatongwe | 13 | -16/+106 | |
although this isn't optimal. Some checking for null changes. Messages documented. Methods for changing indicators in Accessor so can be used by lexers. | |||||
2007-04-07 | Credit. | nyamatongwe | 1 | -0/+1 | |
2007-04-05 | New files that implement decorations. | nyamatongwe | 4 | -0/+456 | |
2007-04-05 | Implemented decorations which are extended indicators. | nyamatongwe | 21 | -409/+851 | |
2007-03-29 | Credits. | nyamatongwe | 1 | -1/+5 | |
2007-03-29 | Incorporated cmake support. | nyamatongwe | 10 | -19/+520 | |
2007-03-27 | Removed duplicate code. | nyamatongwe | 1 | -2/+0 | |
2007-03-27 | Using cvs export command rather than checkout to save time | nyamatongwe | 1 | -8/+0 | |
2007-03-27 | Updated for 1.73. | nyamatongwe | 1 | -1/+1 | |
2007-03-27 | Updates for 1.73 | nyamatongwe | 4 | -12/+132 | |
2007-03-23 | Patch from Jos van der Zande to fix bug with + following a | nyamatongwe | 1 | -0/+3 | |
string getting the wrong color. | |||||
2007-03-21 | When deleting all contents of a SplitVector, free the memory. | nyamatongwe | 1 | -6/+12 | |
2007-03-19 | Undid last change as there was no example case that demonstrated | nyamatongwe | 1 | -2/+0 | |
reading of uninitialized values and the buffer being initialized was quite large. | |||||
2007-03-16 | Using extra variable to simplify expressions. | nyamatongwe | 1 | -2/+3 | |
2007-03-16 | Added "case" to fix for bug #1681928. | nyamatongwe | 1 | -5/+5 | |
2007-03-16 | Made folding for MSSQL work case insensitively. | nyamatongwe | 1 | -3/+3 | |
Fixes bug #1681928. | |||||
2007-03-14 | Fix bug #1680012 by not styling past range when PHP heredoc | nyamatongwe | 1 | -1/+1 | |
end encountered. | |||||
2007-03-11 | Ensure initialisation of nfa member to make BoundsChecker happy. | nyamatongwe | 1 | -0/+2 | |
2007-03-11 | Fixed comment. | nyamatongwe | 1 | -2/+2 | |
2007-03-11 | Comments and formatting. | nyamatongwe | 1 | -5/+7 | |
2007-03-07 | Edge line drawn under characters in two phase draw mode. | nyamatongwe | 1 | -7/+7 | |
Fixes bug #1225548. | |||||
2007-03-07 | Credit. | nyamatongwe | 1 | -0/+1 | |
2007-03-01 | Only call OleUninitialize if OleInitialize succeeded. | nyamatongwe | 1 | -2/+7 | |
2007-02-28 | Fix bug #1670851 by checking that not trying to style backwards. | nyamatongwe | 1 | -1/+3 | |