aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Expand)AuthorFilesLines
2021-10-19Extract ChangeScrollRange from common scroll range setting code.Neil1-32/+18
2021-10-18Normalize indentation whitespace.Neil1-3/+3
2021-10-16Bug [#2288] When window wider than scroll width, compute horizEndPreferredDerek1-2/+2
2021-10-12Feature [feature-requests:#1416] Drop static in unnamed namespace.Neil1-1/+1
2021-10-06Update dependencies.Neil2-0/+2
2021-09-30Bug [#2283] Make resource rule more generic.Ivan Ustûžanin1-2/+2
2021-09-30Bug [#2283] Remove ScintillaDLL.o and ScintRes.o from static library as onlyIvan Ustûžanin2-4/+8
2021-09-29Feature [feature-requests:#1416] Shorten code.Zufu Liu1-3/+2
2021-09-29Feature [feature-requests:#1416] Shorten code and avoid cppcheck warning.Zufu Liu1-7/+1
2021-09-29Updates for 5.1.3.rel-5-1-3Neil1-2/+2
2021-09-28Widen styleNumber in PositionCacheEntry from 8 to 16 bits to allow stylesNeil1-0/+1
2021-09-20Updates for 5.1.2.Neil1-2/+2
2021-09-15Move colour mixing implementations into implementation file.Neil1-13/+1
2021-08-28Delete standard operations on classes that can not be copied.Neil1-0/+6
2021-08-24Remove line end white space.Neil1-1/+1
2021-08-14Cache the client rectangle to avoid system calls during intensive operations.Neil1-0/+7
2021-07-23Feature [feature-requests:#1411] Implement WM_SETREDRAW to turn off scroll barNeil1-0/+22
2021-07-20Updates for 5.1.1 release.Neil1-2/+2
2021-07-17Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion listNeil1-5/+7
2021-07-17Updated dependencies.Neil2-0/+2
2021-07-06Feature [feature-requests:#1408] For DBCS on Win32, change WM_GETTEXTLENGTH andNeil1-15/+45
2021-07-03Remove remnants of support for including lexers in Scintilla.Neil6-142/+7
2021-06-25Feature [feature-requests:#1400] Set buffering when technology set.Zufu Liu1-0/+1
2021-06-18Updated for stable version 5.1.0.Neil1-2/+2
2021-06-17Add SciFnDirectStatus, a direct access function which also returns status so canNeil1-2/+18
2021-06-09Reduce casts by defining methods for common conversions.Neil2-4/+4
2021-06-05Bug [#2259]. Fix gcc link-time-optimization compilation.Neil3-0/+4
2021-05-29Updates for 5.0.3.Neil1-2/+2
2021-05-28Better exception handling for noexcept methods. More accurate noexcept marking.Neil1-1/+6
2021-05-28Merge init into ScintillaWin constructor as not called from anywhere else.Neil2-30/+15
2021-05-25Update dependencies.Neil2-128/+126
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil8-306/+323
2021-05-22Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedefNeil2-48/+48
2021-05-17Fix issues reported by Coverity and Visual C++ Analysis.Neil2-21/+31
2021-05-16Remove untenable noexcept as RGBAImageSet constructor can throw.Neil1-1/+1
2021-05-11Implement UpdateBaseElements on Win32 to update colours to match current systemNeil1-0/+21
2021-05-09Feature [feature-requests:1405]. Enable hardware-enforced stack protection inNeil1-0/+1
2021-05-08Feature [feature-requests:1405]. Enable hardware-enforced stack protection.Neil1-2/+5
2021-05-03Rename Opaque to WithoutAlpha as it returns a colour with 0 alpha. New OpaqueNeil1-2/+2
2021-04-27Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterTypeNeil5-45/+45
2021-04-26Extract related groups of fields out of ViewStyle into new structs.Neil1-2/+2
2021-04-25Feature [feature-requests:#1402]. Unify colour type with ColourAlpha.Neil2-24/+24
2021-04-21Updates for 5.0.2.rel-5-0-2Neil1-2/+2
2021-04-20Avoid some warnings and make similar code more consistent.Neil1-15/+8
2021-04-20If text format creation fails, could be because of bad locale so try "en-us".Neil1-0/+7
2021-04-20Bug [#2246]. Fix encoding used for DirectWrite text display.Neil1-5/+6
2021-04-15Bug [#2228]. Ensure sysCaretBitmap does not leak.Mat Berchtold1-1/+6
2021-04-09Bug [#2243]. Fix crash when technology=2 (SC_TECHNOLOGY_DIRECTWRITERETAIN).rel-5-0-1Neil1-1/+1
2021-04-07Feature [feature-requests:#1364]. Correct argument to TextWide forNeil1-2/+2
2021-04-05Mark more destructors as noexcept. Delete unwanted LisboxX standard methods.Neil1-13/+16