aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Text layout whitespace fixes.Neil1-2/+2
2015-11-20Remove line end whitespace.Neil48-302/+302
2015-11-20Using DirectWrite, for ligatures and other character clusters, display caret andNeil2-4/+8
2015-11-20Bug [#1779]. Better Unicode input support on Windows systems.Sam Hocevar4-29/+58
2015-11-15Fix HTML markup.Neil1-1/+1
2015-11-15Send SCN_UPDATEUI with SC_UPDATE_SELECTION when application changes multipleJohn Ehresman2-0/+14
2015-11-13Check for NULL value in ScintillaGTK::ForAll()Jiří Techet1-2/+4
2015-11-11Implemented idle styling. This allows painting without first styling all visibleNeil9-10/+161
2015-11-11SciTE change log.Neil1-0/+5
2015-11-11Don't use -fPIC on Windows due to warnings.Neil1-1/+6
2015-11-09Add -fPIC for position-independent code to allow linking as a shared library.Neil1-1/+1
2015-11-09Change log.Neil1-0/+12
2015-11-06Unparent scrollbars in dispose on GTKJiří Techet1-3/+23
2015-11-06Added tag rel-3-6-2 for changeset d906ba5d62cbNeil0-0/+0
2015-11-02Fix typo.Neil1-1/+1
2015-11-02Updates for 3.6.2.Neil8-23/+19
2015-11-02Fix grammar.Neil1-1/+1
2015-10-27Ensure correct propagation of viewWillDraw even after owner deleted.Neil Hodgson1-1/+3
2015-10-27Use settings that may allow translucent painting. Incomplete as EditView doesNeil1-1/+1
2015-10-25GTK: Fix autoc popup row height on GTK2 when it changes at runtimeColomban Wendling2-2/+6
2015-10-27Log previous change.Neil1-0/+5
2015-10-25Fix line end movement on display lines when EOLs are visibleColomban Wendling1-2/+4
2015-10-26Log Cocoa crash fix changes.Neil Hodgson1-0/+7
2015-10-26Remove unnecessary timer variables.Neil Hodgson2-9/+5
2015-10-26Make timers active in modal dialogs by adding them to NSModalPanelRunLoopMode.Neil Hodgson1-2/+4
2015-10-26Avoid possibility of ScintillaCocoa receiving idles after deallocation by sev...Neil Hodgson1-0/+13
2015-10-24When deallocating ScintillaView, null out the reference to it from SCIContent...Neil Hodgson1-1/+10
2015-10-23Add a menu command to ScintillaTest to add or remove an extra ScintillaNeil Hodgson3-1/+34
2015-10-23Xcode 7 didn't like the xib so upgraded it to the current format.Neil Hodgson1-3992/+609
2015-10-19Bug [#1768]. Report error when negative length passed to SCI_SETSTYLING.Neil2-1/+8
2015-10-19Change log for SciTE on GTK+.Neil1-0/+4
2015-10-19Mention changes to SciTE properties.Neil1-0/+11
2015-10-19Minor increase in allocation size prevents warning from VC++ analyze.Neil1-1/+1
2015-10-14Bug [#1766]. Treat line starts consistently to always highlight *foo* or similarActiveState2-1/+5
2015-10-13Bug [#1765]. CoffeeScript lexer highlights ranges correctly.ActiveState2-0/+8
2015-10-12Implement Swap in SelectionRange to avoid warnings.Neil3-1/+6
2015-10-08Optimize image files.Neil5-0/+0
2015-10-08Make the documentation more readable on phones.Neil10-0/+10
2015-09-29Reindented code which had become a mess.Neil Hodgson1-45/+45
2015-09-29Removed unreachable code.Neil Hodgson1-1/+0
2015-09-29Mark unused parameters in Objective-C methods with a pragma.Neil Hodgson2-0/+6
2015-09-29ScreenMax no longer depends on window so do not pass as argument.Neil Hodgson1-3/+3
2015-09-29Mark local functions in lexers as static.Neil Hodgson4-5/+5
2015-09-29Mark local functions as static.Neil Hodgson4-7/+7
2015-09-27Change log for SciTE.Neil1-0/+4
2015-09-27Simplify casting by using static_cast instead of reinterpret_cast, glib macrosNeil2-29/+30
2015-09-27Updated README to mention C++11 for SciTE.Neil1-5/+21
2015-09-26RTTI is a part of standard C++ so don't turn it off.Neil1-1/+1
2015-09-26Centre whitespace dot when dot is larger than 1 pixel.Neil2-1/+5
2015-09-26Indentation guides do not affect background drawing so omit from condition.Neil1-2/+1