index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
win32
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-29
Updates for 3.5.2 release.
Neil
1
-2
/
+2
2014-11-24
SC_TECHNOLOGY_DIRECTWRITEDC is another provisional mode for DirectWrite drawing
Neil
1
-13
/
+46
2014-11-19
Bug [#1670]. Avoid processing mouse move events where the mouse has not moved
Neil
1
-6
/
+13
2014-11-13
Bug [#1643]. Only show system caret for GDI as it interferes with Direct2D.
Neil
1
-1
/
+4
2014-10-16
Bug [#1666]. Include <stdexcept> due to report of a problem with compiling
Neil
1
-0
/
+1
2014-10-07
Feature [feature-requests:#1077]. Support MinGW compilation under Linux.
Neil
1
-3
/
+9
2014-10-07
Removing old CVS artifacts.
Neil
1
-3
/
+0
2014-10-07
Trace failures to flush when drawing bitmaps in Direct2D.
Neil
1
-1
/
+4
2014-10-07
Feature [feature-requests:#1080]. Allow right click selection in popup menu.
Neil
1
-1
/
+1
2014-10-02
Allow using C++11 <regex> for searches as a provisional feature.
Neil
2
-1
/
+9
2014-09-25
Updating for 3.5.1.
Neil
1
-2
/
+2
2014-09-03
Added SC_TECHNOLOGY_DIRECTWRITERETAIN mode.
Neil
1
-4
/
+8
2014-09-03
Feature [feature-requests:#1071]. BibTeX lexer added.
Neil
1
-0
/
+3
2014-08-19
Bug [#1636]. Support Visual Studio 2010+ line copy clipboard tag.
Neil
1
-2
/
+6
2014-08-18
Bug [#1639]. Only unregister windows classes registered.
Neil
1
-6
/
+23
2014-08-09
Added lexer for registry files.
Neil
1
-0
/
+3
2014-08-09
Getting ready to release 3.5.0.
Neil
1
-2
/
+2
2014-08-08
Stop using last argument to AddCharUTF from Korean IME code as previus release
Neil
1
-5
/
+3
2014-07-30
Removed NotifyChar tha is not needed from new Korean IME code and use correct
Neil
1
-6
/
+2
2014-07-24
Using separate variable imeCaretBlockOverride for IME mode instead of changing
Neil
1
-14
/
+3
2014-07-23
Avoid shadowed names mostly in method prototypes. Turn off shadow
Neil
1
-4
/
+4
2014-07-23
Limit and simplify variable lifetimes used in the IME code.
Neil
1
-8
/
+4
2014-07-19
Move Korean IME inside window and make undo work correctly without undoing into
johnsonj
1
-2
/
+133
2014-07-15
Implement separate timers for each type of periodic activity and turn them on...
Neil Hodgson
1
-19
/
+46
2014-07-10
When losing focus, complete any IME composition.
Neil
1
-0
/
+6
2014-07-08
Split out EditModel, MarginView, and EditView classes into separate files.
Neil
4
-195
/
+642
2014-06-30
Making ready for 3.4.4.
Neil
1
-2
/
+2
2014-06-01
Bug [#1604]. Fix drawing of indicators when fold highlighting is on by more
Neil
1
-21
/
+29
2014-05-31
Use standard macro of C++ compiler CXX. Remove definitions that are not needed.
Neil
1
-10
/
+8
2014-05-31
Compatibility with makefile conventions: use CXX for C++ compiler and CC for
Neil
1
-9
/
+8
2014-05-31
Don't repeat file names that are used for both Scintilla.DLL and SciLexer.DLL.
Neil
1
-31
/
+9
2014-05-31
Merge 343-Win32-Fix which fixes hangs and crashes at shutdown on Windows.
Neil
4
-32
/
+40
2014-05-26
Updates for 3.4.3 release.
rel-3-4-3
Neil
1
-2
/
+2
2014-05-26
Bug [#1602]. Bug [#1603]. Fix hangs and crashes at shutdown.
Neil
3
-30
/
+38
2014-05-24
Header include statements are now in a standardised order with that order
Neil
2
-12
/
+13
2014-05-24
Avoid a runtime warning from Dr. Memory.
Neil
1
-0
/
+1
2014-05-16
Updates for 3.4.2 release.
Neil
1
-2
/
+2
2014-05-10
Bug [#685]. WM_GETTEXT now provides data in UTF-16 for Unicode window.
Neil
1
-2
/
+72
2014-05-03
Replacing the int-based constructors for Point and PRectangle with FromInts
Neil
2
-18
/
+22
2014-05-03
Turn on MSVC 'possible loss of data' warnings and add explicit casts.
Neil
2
-41
/
+43
2014-05-03
Explicit and more consistent use of XYPOSITION versus int.
Neil
1
-74
/
+101
2014-05-03
Fix assertion that was broken by undefined behaviour fix.
Neil
1
-1
/
+1
2014-05-02
Use exact SciFnDirect function signature for DirectFunction as earlier version
Neil
1
-3
/
+3
2014-05-01
Consolidate insertion for paste into Editor class and perform line end
Neil
1
-44
/
+5
2014-04-29
Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordi...
Neil
1
-0
/
+3
2014-04-25
Free system libraries at finalization.
Neil
2
-4
/
+29
2014-04-25
Delete factories when shutting down to avoid system messages frommm DXGI.
Neil
1
-0
/
+9
2014-04-16
Allow filtering of insertions.
Neil
1
-4
/
+4
2014-03-28
Updating vesion number for next release.
Neil
1
-2
/
+2
2014-03-25
Bug [#1587]. WM_LBUTTONDBLCLK was no longer sent to window.
Neil
1
-4
/
+4
[next]