aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2016-05-05Remove suppression for warning that no longer occurs.Neil1-1/+0
2016-05-05Make Open work again and print out message when SciLexer can't be found.Neil1-5/+9
2016-05-05Remove template adaptor as only g_iconv is used now. Use glib's gsize type as itNeil Hodgson3-32/+23
2016-05-03Current builds allow RTTI and dynamic_cast is used on GTK+ and Cocoa.Neil1-2/+1
2016-05-03Avoid use of const_cast when retrieving window positions.Neil3-6/+7
2016-05-03Fix off-by-one error that allowed resizing autocompletion from bottom when itNeil2-1/+5
2016-05-01Change log.Neil1-0/+4
2016-05-01Do not call deprecated functions on newer GTK+.Neil Hodgson1-0/+6
2016-04-30Move function braces for consistency.Neil Hodgson1-4/+2
2016-04-27GTK: Get border for the exact current style's state on GTK 3Colomban Wendling1-3/+4
2016-04-27GTK: Fix auto-completion popup sizing code for GTK 3.20Colomban Wendling1-24/+39
2016-04-27GTK: Plug a memory leakColomban Wendling1-0/+1
2016-04-27GTK: Fix fetching the frame border width on GTK 3.20Colomban Wendling1-1/+24
2016-04-27GTK: Properly ask wText what size it wants to please GTK 3.20Colomban Wendling1-2/+11
2016-04-27GTK: Fix popup font on GTK >= 3.20Colomban Wendling1-1/+1
2016-04-28Fixes for problems with C++11 <regex>.Neil Hodgson4-2/+29
2016-04-28C++ 11 <regex> support built by default.Neil4-20/+37
2016-04-26Added tag rel-3-6-5 for changeset afd67be6f0b1Neil1-0/+1
2016-04-24SciTE change log.rel-3-6-5Neil1-0/+3
2016-04-23Added bug ID.Neil1-0/+1
2016-04-23Updates for 3.6.5 release.Neil8-16/+17
2016-04-23Fix a bug with multi-line strings with line continuation where the string styleActiveState2-0/+7
2016-04-21Correct comments.Neil2-3/+3
2016-04-21Correct comment.Neil1-2/+2
2016-04-16Feature [feature-requests:#1146]. Allow '?' as a valid operator in Rust.Pavel Sountsov2-1/+7
2016-04-14Simplified IME caret positioning.johnsonj3-27/+20
2016-04-12Font cache removed along with its thread locking and initialisation.Neil Hodgson2-249/+26
2016-04-08Update link to SciTECO related project.Neil1-1/+1
2016-04-08Update header ordering to cover all headers used in Scintilla and reorderNeil Hodgson3-4/+18
2016-04-08Added JSON lexer to Cocoa.Neil Hodgson1-0/+4
2016-04-08Change log.Neil Hodgson1-0/+4
2016-04-08Scintilla Gtk: use gdk_threads_add_idle_full() instead of g_idle_add_full() a...Robin Haberkorn1-16/+5
2016-03-29Feature [feature-requests:#1142]. Allow Super modifier on GTK+.Neil6-9/+16
2016-03-29Bug [#1822]. Doubled size of compiled regex buffer.Neil2-1/+5
2016-03-26Fix truncation warning in 64-bit build.Neil1-2/+2
2016-03-25Define Position and invalidPosition inside the Sci namespace for internal use.Neil1-4/+11
2016-03-25Since stddef.h is the most basic header, defining size_t, move it first.Neil2-2/+2
2016-03-21Change log.Neil1-0/+5
2016-03-20Feature [feature-requests:#1140]. JSON lexer added.nkmathew6-1/+538
2016-03-16Support Python 3.5 '@' operator.John Ehresman2-1/+19
2016-03-15SciTE change log.Neil1-0/+12
2016-03-13Added tag rel-3-6-4 for changeset d2d4928e3e6aNeil1-0/+1
2016-03-10Fix caret position bug on Qt and Gtk for win32 for Korean.rel-3-6-4johnsonj3-0/+7
2016-03-09Fix typos.Neil1-2/+2
2016-03-09Updates for 3.6.4.Neil8-17/+18
2016-03-07Change log.Neil1-0/+6
2016-03-07To avoid failures with MinGW 4.9 switch language standard from c++0x to gnu++0x.Neil2-2/+3
2016-03-07Include stddef.h as using ptrdiff_t and stddef.h is its home.Neil1-0/+1
2016-03-03CPP: Add support for folding on `(` and `)`Colomban Wendling2-2/+6
2016-02-29Backed out changeset: 8bc19ede3b51Neil2-28/+12