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-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.
rel-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
2013-08-26
Updated version number and description for next release.
Neil
1
-2
/
+2
2013-08-25
Recent MingW does not compile due to missing Direct2D headers so disable Dire...
Neil
1
-1
/
+1
2013-08-21
Feature: [feature-requests:#1008]. Lexer added for KVIrc script.
Neil
1
-0
/
+3
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
Update make dependencies.
Neil
2
-91
/
+125
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-08-02
Fix failures when invalid DBCS text was measured by ensuring
Neil
1
-4
/
+7
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
2
-7
/
+16
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
2
-3
/
+3
2013-07-21
Add standard compliance flag.
Neil
1
-1
/
+1
2013-07-21
Standardising header guards and namespaces.
Neil
1
-0
/
+13
2013-07-15
Updates for 3.3.4.
Neil
1
-2
/
+2
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
3
-138
/
+90
2013-07-03
Make work with older compilers.
Neil
1
-1
/
+4
2013-07-03
Avoid using results from failed calls.
nyamatongwe
1
-2
/
+7
2013-07-03
Hide deprecation warning for GetVersionEx.
nyamatongwe
1
-0
/
+10
2013-07-03
Avoid using results from failed calls.
nyamatongwe
1
-9
/
+12
2013-07-01
Added CharacterCategory.
Neil
3
-260
/
+269
2013-06-29
Removed checks for Digital Mars C++. The checks were old so updates (or using...
Neil
1
-13
/
+0
[next]