aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2015-06-11Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, andNeil9-10/+188
2015-06-11Explain styling a little more.Neil1-4/+7
2015-06-10Change log.Neil Hodgson1-0/+8
2015-06-05Simplified retrieval of correct display for widget and ensure works on older ...nyamatongwe2-15/+2
2015-06-04Move FindText flag decoding from caller to function to minimize code and chanceNeil3-20/+6
2015-06-04Remove cppcheck suppression that is no longer needed.Neil1-3/+0
2015-06-04Use static_cast instead of C-style casts to avoid warnings.Neil1-41/+41
2015-06-04Restored compatibility with GTK+ 2.18 for cursor calls.nyamatongwe2-2/+9
2015-06-03GTK: Don't use gdk_window_set_user_data() in a deprecated mannerColomban Wendling1-0/+4
2015-06-03GTK: Use the proper GTK3 way to set widget window backgroundColomban Wendling1-6/+2
2015-06-03GTK: Remove unused prototypeColomban Wendling1-1/+0
2015-06-02GTK: Fix runtime completion popup warningColomban Wendling1-1/+2
2015-06-02Added privacy policyNeil2-0/+71
2015-06-02Provide downloads from scintilla.org to avoid degradation of SourceForge.Neil2-6/+6
2015-05-29As of GTK+ 3.16, gdk_cursor_new is deprecated and has been replaced withNeil2-11/+20
2015-05-29Change log.Neil1-0/+8
2015-05-29Fix warning from Visual C++.Neil1-1/+1
2015-05-21add support for protected regions, prevent styling and folding within protect...Joe Mueller1-53/+72
2015-05-22GTK: Fill the scrollbars junctionColomban Wendling1-0/+18
2015-05-29Remove wrongly duplicated text.Neil1-6/+0
2015-05-29Change log.Neil1-0/+4
2015-05-29Bug [#1728]. Initialise fields to nil when they may be released in ReleaseViewsNeil Hodgson1-3/+15
2015-05-29Document indexing of selection.Neil1-2/+2
2014-01-20Fix typos in comments (win32)Stefan Weil2-4/+4
2014-01-20Fix typo in commentStefan Weil1-1/+1
2014-01-20Fix typo in commentStefan Weil1-1/+1
2014-01-20Fix typo in string (cocoa)Stefan Weil1-1/+1
2015-05-29Add extra section for next release.Neil1-0/+14
2015-05-26Added tag rel-3-5-6 for changeset e9bfc7a0cb83Neil1-0/+1
2015-05-23Change log.Neil1-0/+5
2015-05-22GTK: Workaround ABI issue with Windows GTK2 bundle and GCC > 3Colomban Wendling1-1/+16
2015-05-22Updates for 3.5.6.Neil7-16/+20
2015-05-21Fix bug with TentativeUndo where the undo history was being damaged on OS X.Neil Hodgson1-0/+2
2015-05-20SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 implemented on Win32.Neil3-2/+65
2015-05-20Fix bug with Hanja conversions for DBCS.Neil2-40/+30
2015-05-17Change log.Neil1-0/+8
2015-05-16Avoid some warnings from clang.Neil1-3/+3
2015-05-16Make unused single argument constructors explicit.Neil3-3/+3
2015-05-16Change log.Neil1-2/+1
2015-05-15Change log.Neil1-0/+5
2015-05-15Backed out changeset: 7caa35787c19Neil2-7/+5
2015-05-13Make a single argument constructor explicit.Neil1-1/+1
2015-05-13Ensure SCI_POSITIONRELATIVE returns a position clamped into the document rangeNeil2-5/+7
2015-05-13Bug [#1703]. Fix bug when drawing text margins in buffered mode which would useNeil5-4/+22
2015-05-13Bug [#1724]. Fix folding of "selecttype" and "selectcase".Neil2-0/+5
2015-05-13Make single argument constructors explicit where simple to avoid possibility ofNeil5-6/+6
2015-05-13Change log.Neil1-0/+3
2015-05-12Bug [#1719]. Fix #undef directive.Neil2-3/+6
2015-05-11Folder folds units declarations and fixes a case insensitivity bug with notNeil2-3/+7
2015-05-04add support to fold interface definitionsJoe Mueller2-1/+6