Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-04 | Explaining that annotations affect the relationship between document | nyamatongwe | 1 | -4/+10 | |
lines and display lines. | |||||
2013-01-04 | When setting a font name, set first 128 styles insted of 32 as will | nyamatongwe | 1 | -1/+1 | |
work for more lexers. From Mike Lischke at Oracle. | |||||
2013-01-04 | Implement a delegate for Scintilla notifications. | nyamatongwe | 2 | -1/+20 | |
From Mike Lischke at Oracle. | |||||
2013-01-04 | Fix retain count of timerTarget so it can be deallocated. | nyamatongwe | 1 | -1/+1 | |
From Mike Lischke at Oracle. | |||||
2013-01-04 | Fix object ownership and thus memory management. Change owner and backend | nyamatongwe | 2 | -7/+8 | |
properties to (nonatomic, assign) as pointers to owners should not be retained and backend is a pointer to a C++ object. Move property declarations before methods. Update copyright notice. From Mike Lischke at Oracle. | |||||
2013-01-04 | Fix positioning of autompletion lists on retina displays. | nyamatongwe | 1 | -2/+1 | |
From Mike Lischke at Oracle. | |||||
2013-01-03 | Added modern indicators to API list. | nyamatongwe | 1 | -1/+16 | |
2013-01-03 | Fix behaviour of the left and right keys after ↵ | nyamatongwe | 1 | -0/+4 | |
SCI_SETSELECTIONMODE(SC_SEL_STREAM) where moving both left and right collapsed the selection instead of shrinking the selection by one character. | |||||
2013-01-01 | Properly update the Pango contexts for the target surface | Colomban Wendling | 1 | -0/+4 | |
This fixes drawing on a surface that has different settings (like scaling) than the display surface, by performing the measurements on a layout properly set up for the target surface. In practice, this fixes e.g. printing on a scaled surface. --- gtk/PlatGTK.cxx | 4 ++++ 1 file changed, 4 insertions(+) | |||||
2013-01-01 | Avoid deprecated threads APIs when using GDK >= 3.6. | Neil Hodgson | 1 | -0/+8 | |
2013-01-01 | Switch to non-deprecated thread and mutex APIs when using GLib >= 2.31. | Neil Hodgson | 1 | -0/+12 | |
2013-01-01 | Feature #3592730. Option for caret line to be visible without focus. | nyamatongwe | 7 | -2/+30 | |
From Vidya Wasi. | |||||
2013-01-01 | Added Quantum GIS as related project. | nyamatongwe | 1 | -0/+4 | |
2012-12-30 | Fix parsing of JavaScript regular expressions containing a delimiter in a range | Colomban Wendling | 1 | -6/+11 | |
Regular expression "/[/]/" is valid, the second "/" being escaped by the character range ("[]"). Also, escape any \-prefixed character, including "[" and "]". | |||||
2012-12-30 | Fixed invalid octal number 0f. | nyamatongwe | 1 | -1/+1 | |
2012-10-26 | cocoa: avoid dividing by zero when setting vertical scroll position | Mook | 1 | -1/+2 | |
2012-12-30 | Credit. | nyamatongwe | 1 | -0/+1 | |
2012-12-30 | Bug #3578824. Ignore comments when evaluating preprocessor expressions. | nyamatongwe | 1 | -1/+4 | |
From Isiledhel. | |||||
2012-12-30 | Bug #3578824. Avoid crashes due to char being signed so negative for non-ASCII. | nyamatongwe | 1 | -5/+5 | |
From Isiledhel. | |||||
2012-11-10 | Group undo actions in autocomplete | Jakub Vrana | 1 | -0/+1 | |
2012-12-28 | Included definition for Gui4Cli language. | nyamatongwe | 1 | -0/+1 | |
2012-10-22 | Added tag rel-3-2-3 for changeset 7d54d6d61ace | nyamatongwe | 1 | -0/+1 | |
2012-10-20 | Fixed bug number in history. | nyamatongwe | 1 | -1/+1 | |
2012-10-20 | Updating changes for 3.2.3. | nyamatongwe | 2 | -1/+75 | |
2012-10-17 | Incrementing version number for 3.2.3. | nyamatongwe | 7 | -13/+22 | |
2012-10-13 | Limit horizontal scroll value so that it does not go negative when swiping | nyamatongwe | 1 | -0/+2 | |
touchpad with a small scroll width. | |||||
2012-10-11 | LexCPP: recognize hexadecimal floating point binary exponents | Colomban Wendling | 1 | -1/+3 | |
--- lexers/LexCPP.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) | |||||
2012-10-06 | Fix problem with find indicator showing upside down at wrong y-position when | nyamatongwe | 1 | -7/+13 | |
applications built for 10.8. | |||||
2012-10-06 | Updated upgrade check numbers avoids dialogs. | nyamatongwe | 2 | -2/+2 | |
2012-10-04 | Only look for D2D1.DLL and DWRITE.DLL in %windows%\system32 to avoid | nyamatongwe | 1 | -2/+2 | |
malware loading from directory near front of DLL search path. From Mat Berchtold. | |||||
2012-10-04 | Fix bug where non-ASCII hex escape did not match. | nyamatongwe | 2 | -1/+9 | |
2012-09-25 | Fix bad folding with CASE statement when it is used for assignment. | Jerome LAFORGE | 1 | -15/+13 | |
Reported by : Erik Sinde Bug #3571820 | |||||
2012-09-24 | Added autoCompleteCancelled signal | John Ehresman | 2 | -0/+5 | |
2012-09-20 | Fix example PySide code to match current API. | Neil Hodgson | 2 | -5/+6 | |
2012-09-19 | Allow subclasses to modify padding when last segment on line is italics. | nyamatongwe | 2 | -1/+3 | |
Used by ncurses platform layer. From Mitchell Foral. | |||||
2012-09-19 | Handle nested delimiter pairs. Feature #3569352. | nyamatongwe | 1 | -7/+124 | |
Bugs #1515556, #3008483, #3512208, #3515392. From Kein-Hong Man. | |||||
2012-09-16 | Fix multiple issues with Bash lexing and folding. Bug #3526563. | nyamatongwe | 1 | -5/+20 | |
From Kein-Hong Man. - fixed SCE_PL_DEFAULT constant reported by Matthew Brush - backtracks to previous line if necessary to resolve refresh issues for multiline segments (this SF bug 3526563) - properly refreshes HERE document body and code following it when HERE delimiter is changed - HERE delimiter with no ending quote is properly highlighted as an error, this did not previously work - leading spaces highlighted properly in quoted HERE delimiters - recognizes '' and "" HERE delimiters to match blank lines | |||||
2012-09-15 | Fix bad folding block when LOOP statement nested into CASE statement. | Jerome LAFORGE | 1 | -2/+3 | |
Bug #3567905. | |||||
2012-09-14 | Recognize Ruby HereDoc after an instance or class variable | Colomban Wendling | 1 | -1/+6 | |
This fixes highlighting HereDoc in constructs like this: @foo.concat <<END ... END | |||||
2012-09-13 | Fix folding of "for" Ruby loops | Colomban Wendling | 1 | -2/+5 | |
The "for" loops can end with a "do" keyword, and this "do" shouldn't start its own scope. | |||||
2012-09-14 | Added LexPO to Cocoa build. | nyamatongwe | 1 | -0/+4 | |
2012-09-13 | Remove duplicated branch in PO lexer | Colomban Wendling | 1 | -2/+1 | |
2012-09-13 | Move PO lexer out of LexOthers | Colomban Wendling | 5 | -113/+157 | |
2012-09-11 | Don't use old GTK1-style typesystem | Colomban Wendling | 1 | -2/+2 | |
This fixes the SCINTILLA_CLASS() and IS_SCINTILLA() macros on GTK3. No harm on GTK2, those macros are available since 2.0. This also makes those macros more consistent with the SCINTILLA() macro that already uses the proper GObject calls. | |||||
2012-09-12 | Merged with Cocoa fix. | nyamatongwe | 1 | -1/+0 | |
2012-09-12 | Fix bug where removing all characters from indicator at end of document did | nyamatongwe | 3 | -0/+65 | |
not remove that run causing iteration over the indicator to hang. | |||||
2012-09-08 | Rewrite the GetText translation (po) lexer | Colomban Wendling | 3 | -66/+119 | |
The old one had a few bugs and was somewhat limited, this one should hopefully fix the issues. The new one should behave like the old one but adding some more styles and following better the file format. | |||||
2012-09-08 | Fix extra release of info bar. | nyamatongwe | 1 | -1/+0 | |
2012-09-06 | Stop setting the save point from calls that should only be reading. | nyamatongwe | 1 | -2/+0 | |
2012-09-05 | Fix crashes on Ubuntu with GTK+3 where scroll bar changes invalidate the | nyamatongwe | 2 | -0/+6 | |
drawing surface. |