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-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
2
-12
/
+14
2014-05-26
Updates for 3.4.3 release.
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
2014-03-18
Updating to get ready for 3.4.0.
Neil
1
-2
/
+2
2014-02-14
Fix potential failure if FormatEnumerator_Next called with celt>1.
Neil
1
-14
/
+10
2014-02-02
Fix bug when resizing list with only short strings caused the list to move.
Neil
1
-1
/
+2
2014-01-31
Update for 3.3.9.
Neil
1
-2
/
+2
2014-01-24
Make RoundedRectangle with Direct2D have similar shape to GDI with 4 pixel
Neil
1
-2
/
+2
2014-01-24
Updates for 3.3.8.
Neil
1
-2
/
+2
2014-01-22
Visual C++ project file added.
Neil
1
-0
/
+129
2014-01-21
Avoid memset for safety.
Neil
1
-2
/
+2
2014-01-21
Using ELEMENTS for clarity and safety.
Neil
1
-4
/
+4
2014-01-18
With Direct2D draw circles with a 1 pixel larger radius to better match
Neil
1
-1
/
+1
2014-01-13
Update the system caret position when scrolling to help screen readers
Neil
1
-0
/
+1
2014-01-12
Remove old workarounds for system headers missing elements.
Neil
2
-55
/
+3
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
2
-7
/
+7
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
2
-6
/
+6
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
2
-19
/
+20
2013-12-05
Updates for 3.3.7.
Neil
1
-2
/
+2
2013-11-11
When Direct2D returns D2DERR_RECREATE_TARGET handle by complete redraw instead
Neil
1
-13
/
+10
2013-10-23
Feature [feature-requests:#887]. Apply GDI gamma to DirectWrite .
Neil
1
-1
/
+43
2013-10-18
Feature [feature-requests:#1026]. DMAP lexer added.
Neil
1
-0
/
+3
2013-10-17
Avoid failure in MinGW-w64 Direct2D binding.
Neil
1
-1
/
+6
2013-10-10
Updated for next release.
Neil
1
-2
/
+2
2013-10-08
Feature [feature-requests:#1024]. Lexer added for Rust language.
Neil
1
-0
/
+3
2013-09-30
Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be
Neil
1
-0
/
+1
2013-09-10
Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ...
Neil
3
-7
/
+5
2013-09-10
Drop warning setting -Wno-missing-braces since this has had no effect since g...
Neil
1
-1
/
+1
2013-09-04
Fix namespace compilation errors when SCI_NAMESPACE defined.
Neil
1
-20
/
+8
2013-09-04
Build Direct2D platform code if Direct2D headers are available.
Neil
1
-2
/
+9
[next]