aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Expand)AuthorFilesLines
2014-06-01Bug [#1604]. Fix drawing of indicators when fold highlighting is on by moreNeil1-21/+29
2014-05-31Use standard macro of C++ compiler CXX. Remove definitions that are not needed.Neil1-10/+8
2014-05-31Compatibility with makefile conventions: use CXX for C++ compiler and CC forNeil1-9/+8
2014-05-31Don't repeat file names that are used for both Scintilla.DLL and SciLexer.DLL.Neil1-31/+9
2014-05-31Merge 343-Win32-Fix which fixes hangs and crashes at shutdown on Windows.Neil2-12/+14
2014-05-26Updates for 3.4.3 release.Neil1-2/+2
2014-05-26Bug [#1602]. Bug [#1603]. Fix hangs and crashes at shutdown.Neil3-30/+38
2014-05-24Header include statements are now in a standardised order with that orderNeil2-12/+13
2014-05-24Avoid a runtime warning from Dr. Memory.Neil1-0/+1
2014-05-16Updates for 3.4.2 release.Neil1-2/+2
2014-05-10Bug [#685]. WM_GETTEXT now provides data in UTF-16 for Unicode window.Neil1-2/+72
2014-05-03Replacing the int-based constructors for Point and PRectangle with FromIntsNeil2-18/+22
2014-05-03Turn on MSVC 'possible loss of data' warnings and add explicit casts.Neil2-41/+43
2014-05-03Explicit and more consistent use of XYPOSITION versus int.Neil1-74/+101
2014-05-03Fix assertion that was broken by undefined behaviour fix.Neil1-1/+1
2014-05-02Use exact SciFnDirect function signature for DirectFunction as earlier versionNeil1-3/+3
2014-05-01Consolidate insertion for paste into Editor class and perform line endNeil1-44/+5
2014-04-29Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordi...Neil1-0/+3
2014-04-25Free system libraries at finalization.Neil2-4/+29
2014-04-25Delete factories when shutting down to avoid system messages frommm DXGI.Neil1-0/+9
2014-04-16Allow filtering of insertions.Neil1-4/+4
2014-03-28Updating vesion number for next release.Neil1-2/+2
2014-03-25Bug [#1587]. WM_LBUTTONDBLCLK was no longer sent to window.Neil1-4/+4
2014-03-18Updating to get ready for 3.4.0.Neil1-2/+2
2014-02-14Fix potential failure if FormatEnumerator_Next called with celt>1.Neil1-14/+10
2014-02-02Fix bug when resizing list with only short strings caused the list to move.Neil1-1/+2
2014-01-31Update for 3.3.9.Neil1-2/+2
2014-01-24Make RoundedRectangle with Direct2D have similar shape to GDI with 4 pixelNeil1-2/+2
2014-01-24Updates for 3.3.8.Neil1-2/+2
2014-01-22Visual C++ project file added.Neil1-0/+129
2014-01-21Avoid memset for safety.Neil1-2/+2
2014-01-21Using ELEMENTS for clarity and safety.Neil1-4/+4
2014-01-18With Direct2D draw circles with a 1 pixel larger radius to better matchNeil1-1/+1
2014-01-13Update the system caret position when scrolling to help screen readersNeil1-0/+1
2014-01-12Remove old workarounds for system headers missing elements.Neil2-55/+3
2013-12-22Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions whichNeil2-7/+7
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil2-6/+6
2013-12-15Format normalization - whitespace and braces made consistent.Neil2-19/+20
2013-12-05Updates for 3.3.7.Neil1-2/+2
2013-11-11When Direct2D returns D2DERR_RECREATE_TARGET handle by complete redraw insteadNeil1-13/+10
2013-10-23Feature [feature-requests:#887]. Apply GDI gamma to DirectWrite .Neil1-1/+43
2013-10-18Feature [feature-requests:#1026]. DMAP lexer added.Neil1-0/+3
2013-10-17Avoid failure in MinGW-w64 Direct2D binding.Neil1-1/+6
2013-10-10Updated for next release.Neil1-2/+2
2013-10-08Feature [feature-requests:#1024]. Lexer added for Rust language.Neil1-0/+3
2013-09-30Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to beNeil1-0/+1
2013-09-10Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ...Neil3-7/+5
2013-09-10Drop warning setting -Wno-missing-braces since this has had no effect since g...Neil1-1/+1
2013-09-04Fix namespace compilation errors when SCI_NAMESPACE defined.Neil1-20/+8
2013-09-04Build Direct2D platform code if Direct2D headers are available.Neil1-2/+9