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
/
ScintillaWin.cxx
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
Merge 343-Win32-Fix which fixes hangs and crashes at shutdown on Windows.
Neil
1
-11
/
+13
2014-05-26
Bug [#1602]. Bug [#1603]. Fix hangs and crashes at shutdown.
Neil
1
-5
/
+11
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-11
/
+12
2014-05-24
Avoid a runtime warning from Dr. Memory.
Neil
1
-0
/
+1
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
1
-9
/
+13
2014-05-03
Turn on MSVC 'possible loss of data' warnings and add explicit casts.
Neil
1
-29
/
+29
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-25
Free system libraries at finalization.
Neil
1
-1
/
+8
2014-04-16
Allow filtering of insertions.
Neil
1
-4
/
+4
2014-03-25
Bug [#1587]. WM_LBUTTONDBLCLK was no longer sent to window.
Neil
1
-4
/
+4
2014-02-14
Fix potential failure if FormatEnumerator_Next called with celt>1.
Neil
1
-14
/
+10
2014-01-21
Using ELEMENTS for clarity and safety.
Neil
1
-4
/
+4
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
1
-25
/
+2
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
1
-2
/
+3
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
1
-3
/
+3
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-4
/
+4
2013-11-11
When Direct2D returns D2DERR_RECREATE_TARGET handle by complete redraw instead
Neil
1
-13
/
+10
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
1
-2
/
+1
2013-08-15
Feature: [feature-requests:#1007]. Option to allow mouse selection to
Neil
1
-1
/
+4
2013-08-10
Bug [#1513]. Differentiate rectangular and non-rectangular pastes from Borland.
Neil
1
-9
/
+19
2013-08-09
Move wrapping, edge and visual adjustments from Editor to ViewStyle.
Neil
1
-1
/
+1
2013-08-03
On Windows, fix painting on an explicit HDC when first paint attempt abandoned.
Neil
1
-1
/
+5
2013-07-26
Support rectangular selected text in clipboard from and to Borland Delphi IDE
Oezguer Emir
1
-3
/
+12
2013-07-25
Minor changes to avoid warnings from Coverity.
Neil
1
-1
/
+1
2013-07-23
Only use map for character representations instead of unordered_map where pos...
nyamatongwe
1
-3
/
+0
2013-07-22
Added the character representation feature.
Neil
1
-0
/
+3
2013-07-21
Normalising order of language headers.
Neil
1
-1
/
+1
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-129
/
+64
2013-07-03
Avoid using results from failed calls.
nyamatongwe
1
-2
/
+7
2013-06-29
Removed checks for Digital Mars C++. The checks were old so updates (or using...
Neil
1
-13
/
+0
2013-06-05
Enable EnsureRenderTarget and DropRenderTarget only when Direct2D available.
nyamatongwe
1
-4
/
+8
2013-05-26
Switch SelectionText to use a std::string to hold the data and to provide acc...
nyamatongwe
1
-13
/
+20
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-5
/
+5
2013-05-08
Partial fix for compiling Direct2D code with MinGW-w64.
nyamatongwe
1
-8
/
+30
2013-05-07
Replace X.data() with &X[0] to allow building with old releases of Visual C++.
nyamatongwe
1
-12
/
+12
2013-05-01
Replacing raw pointers and allocations with std::vector and std::string.
nyamatongwe
1
-53
/
+36
2013-05-01
Replacing raw pointer and allocation with std::vector.
nyamatongwe
1
-4
/
+2
2013-04-25
Fix Direct2D drawing when returning from lock screen.
nyamatongwe
1
-9
/
+13
2013-04-25
Extracted common code from branches.
nyamatongwe
1
-6
/
+3
2013-04-24
Cosmetic: remove line-end whitespace.
nyamatongwe
1
-2
/
+2
2013-04-17
Allow Asian code pages to work for DirectWrite when using SC_CHARSET_DEFAULT.
nyamatongwe
1
-1
/
+1
2013-04-05
Using character set for DirectWrite text so that Russian and similar
nyamatongwe
1
-17
/
+26
2013-03-24
Extra cast to avoid warning from g++ 4.8.
nyamatongwe
1
-1
/
+1
2012-07-18
Check GlobalLock return for success.
nyamatongwe
1
-21
/
+23
[next]