aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2013-11-17Added tests for Decoration.Neil4-2/+52
2013-11-17Switch unit tests to Catch framework.Neil13-1022/+8833
2013-11-17Change log.Neil1-0/+7
2013-11-17Highlight comment doc keywords at end of document.Neil1-1/+1
2013-11-17Bug [#1551]. Doxygen keywords @code{.fileExtension} and @param[in,out] are ↵Neil1-1/+7
split. From Alpha.
2013-11-16Change log.Neil1-0/+4
2013-11-15CMake: fix continuation after empty commentsColomban Wendling1-9/+5
Fixes [bugs:#1550].
2013-11-16ScintillaGTK: Call superclass finalize() in ScintillaObjectThomas Martitz1-5/+5
The ScintillaObject class does not chain up to its superclass in the finalize() function. This is a bug and must be done according to the GLib/GObject documentation. One effect of this is that the destroy notifiers supplied in e.g. g_object_set_data_full() are never run. Fixes Bug: #1549 ScintillaObject.finalize() does not chain up
2013-11-14Change log and credit.Unknown1-0/+6
2013-11-14ScintillaGTK: Call superclass finalize() in ScintillaObjectThomas Martitz1-0/+4
The ScintillaObject class does not chain up to its superclass in the finalize() function. This is a bug and must be done according to the GLib/GObject documentation. One effect of this is that the destroy notifiers supplied in e.g. g_object_set_data_full() are never run. Fixes Bug: #1549 ScintillaObject.finalize() does not chain up
2013-11-12Fix out-of-bounds bug. Use symbolic constants instead of numbers.Neil Hodgson1-6/+9
From SiegeLord.
2013-11-12Fix a warning from Xcode about using a INSTALL_PATH that includes ↵Neil Hodgson1-0/+2
@executable_path but had SKIP_INSTALL off.
2013-11-12Specify deployment target as OS X 10.5 so builds on recent versions will run ↵Neil Hodgson1-0/+2
on older.
2013-11-11Update InfoBar to use combined images.Neil Hodgson2-5/+5
Change SDK setting to latest so will work with both Xcode 4.6 and 5.0.
2013-11-11Add @2x images for cursors and info bar to match retina displays.Neil Hodgson7-2/+14
From Mike Lischke.
2013-11-11When Direct2D returns D2DERR_RECREATE_TARGET handle by complete redraw insteadNeil2-13/+14
of trying to redraw just the initially required area. Reported to eliminate black window contents after system Lock and similar actions.
2013-11-11Update SDK version so builds on both Xcode 4.6 and 5.0.Neil Hodgson1-3/+5
2013-11-09Note limitation on Qt.Neil1-1/+3
2013-11-07Feature [feature-requests:#1544]. Qt build system fixes for PySide separate ↵nyamatongwe3-15/+22
from shiboken. From Mark Yen.
2013-11-07Bug [#1546]. Fix horizontal scroll bar range to not be double the needed width.Unknown2-5/+9
2013-11-07Feature [feature-requests:#962]. Improvement of folding for Fortran.Neil2-24/+83
Treats "else" as fold header. From darmar.
2013-11-07Normalize indentation to tabs.Neil1-45/+45
2013-11-04Remove local functions that are not used.Neil5-40/+0
2013-11-03Clean line-end whitespace.Unknown1-2/+2
2013-11-03Avoid warnings for scope and unused value set.Neil1-2/+3
2013-11-03Bug [#1544]. Mac font quality not applied to margin.nyamatongwe2-0/+14
From Mark Yen.
2013-11-03Change log.nyamatongwe1-0/+3
2013-11-03Report control key as SCI_META for mouse down events for GTK+ on OS X.nyamatongwe5-37/+90
Also enables more flexibility with modifier keys.
2013-10-31Change log.Neil1-0/+4
2013-10-31Fix drawing of scrollbars, where previous contents were not drawn over.Neil1-1/+1
From John Ehresman.
2013-10-30Bug [#1542]. Margin click focus handling on Cocoa.nyamatongwe2-0/+6
2013-10-28Additions to C++ lexer.Neil1-1/+8
2013-10-28Allow single quote digit separators for C++14.Neil1-0/+1
2013-10-28Added lexical class for user defined literals in C++11.Neil3-4/+21
2013-10-26Avoid invalidating the buffered text when flushing styles.Neil1-1/+0
2013-10-25Bug [#1541]. Paste into multiple selections on OSX only inserts at one ↵nyamatongwe2-5/+9
selection point.
2013-10-23Feature [feature-requests:#887]. Apply GDI gamma to DirectWrite .Neil2-1/+49
From Marko Njezic.
2013-10-23Change log.Neil1-0/+7
2013-10-23Widen scroll width for annotations.Neil1-7/+12
2013-10-23Explain why symbols are redefined.Neil1-0/+3
2013-10-19Remove shadowing declarations to avoid warnings.Neil1-2/+2
2013-10-18Avoid a spurious warning from Visual Studio 2013 Code Analysis.Neil1-0/+4
2013-10-18Change log.Neil1-0/+3
2013-10-18Fix Window::GetMonitorRect when top left of screen is not 0,0.Neil1-2/+1
From John Ehresman.
2013-10-18Added DMAP lexer to Cocoa build.nyamatongwe1-0/+4
2013-10-18Feature [feature-requests:#1026]. DMAP lexer added.Neil6-0/+263
From Mark Robinson.
2013-10-18Credit.Neil1-0/+1
2013-10-17Avoid namespace pollution by making lexer functions static.Neil2-4/+4
2013-10-17Feature [feature-requests:#1025]. Support multiline comments in FreeBASIC.Neil4-16/+85
From Erik.
2013-10-17Bug [#1538]. PP-line comments lost from EOL string.Neil2-1/+13
From Alpha.