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
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
Age
Commit message (
Collapse
)
Author
Files
Lines
2011-08-07
Match new argument types to Font::Create.
nyamatongwe
1
-1
/
+1
2011-08-07
Ensure deallocation.
nyamatongwe
1
-0
/
+1
2011-08-07
Remove unused field.
nyamatongwe
1
-3
/
+0
2011-08-07
Dynamically loading Direct2D and DirectWrite at run time so can run on ↵
nyamatongwe
3
-42
/
+51
Windows XP.
2011-08-07
Implement fractional widths and range of weights for GTK+.
nyamatongwe
1
-66
/
+66
2011-08-07
Support a range of weights on Cocoa.
nyamatongwe
2
-2
/
+3
2011-08-07
Avoid warnings about unavailable warnings.
nyamatongwe
1
-2
/
+2
2011-08-07
Move scaling of font to pixels up into platform-independent code.
nyamatongwe
2
-7
/
+5
2011-08-07
Implement APIs for fractional font sizes and a range of weights.
nyamatongwe
9
-55
/
+97
2011-08-03
Merged with mainline.
nyamatongwe
5
-14
/
+30
2011-08-03
Fixed some warnings.
nyamatongwe
1
-1
/
+2
2011-08-02
Merged with Cocoa fractional widths.
nyamatongwe
3
-30
/
+36
2011-08-02
Use SEMI_BOLD for bold as Segoe UI looks better at semi bold than bold.
nyamatongwe
1
-1
/
+3
Allow fractional font sizes by multiplying by 1000.
2011-08-02
Implemented floating point text positioning for Cocoa.
nyamatongwe
3
-30
/
+36
2011-08-02
Allow floating point text positioning.
nyamatongwe
5
-78
/
+88
2011-08-01
Experimental Direct2D and DirectWrite platform layer.
nyamatongwe
2
-375
/
+627
2011-07-27
Removed old nib directory as replaced with xib which works with
nyamatongwe
3
-294
/
+0
Xcode 4.1.
2011-07-27
Converting nib to xib for compatibility with newer tools.
nyamatongwe
2
-10
/
+1367
2011-07-27
Ran modernize project.
nyamatongwe
1
-4
/
+5
2011-07-27
Ran modernize.
nyamatongwe
1
-5
/
+5
2011-07-27
Ran modernize and it removed some archaic options and updated version numbers.
nyamatongwe
1
-5
/
+5
2011-07-27
Updated base SDK to 10.6.
nyamatongwe
1
-2
/
+2
2011-07-26
Full name.
nyamatongwe
1
-1
/
+1
2011-07-26
Updates for current state.
nyamatongwe
1
-21
/
+2
2011-07-26
2.28 updates.
nyamatongwe
2
-2
/
+2
2011-07-26
Listing previous fix.
nyamatongwe
1
-0
/
+4
2011-07-25
Properly override background color when using alpha blended selections.
Marko Njezic
1
-3
/
+5
Bug #3377116.
2011-07-26
Listing previous fix.
nyamatongwe
1
-0
/
+4
2011-07-25
Switch to STL sort algorithm on MSVC. Feature #3376826.
Marko Njezic
1
-7
/
+21
Changed remaining C style casts to C++ casts and added one missing cast.
2011-08-01
Added tag rel-2-28 for changeset 265b4ffceb4a
nyamatongwe
1
-0
/
+1
2011-08-01
Punctuation fix.
nyamatongwe
1
-1
/
+1
2011-08-01
Updated release date.
nyamatongwe
2
-3
/
+3
2011-08-01
Clarified keys on OS X.
nyamatongwe
1
-3
/
+4
2011-07-25
Properly set atLineStart depending on startPos. Bug #3377148.
Marko Njezic
1
-1
/
+1
2011-07-26
API availability.
nyamatongwe
1
-2
/
+3
2011-07-26
Adding change log for 2.28.
nyamatongwe
1
-0
/
+85
2011-07-25
Updating for version 2.28.
nyamatongwe
5
-18
/
+22
2011-07-25
Avoid unwanted output.
nyamatongwe
1
-2
/
+2
2011-07-25
Using 'from __future__ import unicode_literals' to make work on Python 2.7.
nyamatongwe
4
-2
/
+10
2011-07-21
Added dotted box indicator.
nyamatongwe
6
-8
/
+61
2011-07-19
Patch from Mitchell to make Alt key handling work on OS X.
nyamatongwe
1
-1
/
+1
2011-07-19
Integrate OS X key mapping into main key map.
nyamatongwe
1
-9
/
+38
2011-07-19
Added ScrollToStart and ScrollToEnd key commands for OS X.
nyamatongwe
4
-1
/
+30
2011-07-19
Fix up spacing and unwanted brackets.
nyamatongwe
1
-2
/
+2
2011-07-19
Switched back to LLVM GCC 4.2 from Clang as there was a crash with 32-bit Clang.
nyamatongwe
1
-2
/
+2
2011-07-19
Added more key bindings for symmetry and completeness.
nyamatongwe
1
-6
/
+8
Chnaged SCI_CMD to SCI_CTRL for compatibility with KeyMap.cxx/
2011-07-12
Fix case-insensitive search where folded form shorter. Bug #3362038.
nyamatongwe
1
-4
/
+8
2011-07-12
Fix Shift-JIS lead byte ranges to match Windows.
nyamatongwe
3
-3
/
+6
2011-07-12
Stop exception for deleted property.
nyamatongwe
1
-1
/
+0
2011-07-12
Report control key as SCMOD_META with GTK+ on OS X.
nyamatongwe
4
-1
/
+17
Mostly from Mitchell Foral.
[next]