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 (
Expand
)
Author
Files
Lines
2011-10-31
When using GDI, make a copy of the font for use in autocompletions
rel-3-0-0
nyamatongwe
1
-11
/
+14
2011-10-29
Fix warnings from Clang analyze about memory management.
nyamatongwe
2
-5
/
+5
2011-10-28
Merged.
nyamatongwe
2
-12
/
+7
2011-10-28
Fix warnings from Clang analyze by using single statement alloc and init.
nyamatongwe
2
-12
/
+7
2011-10-27
Updated documentation for release.
nyamatongwe
2
-2
/
+66
2011-10-27
Updates for version 3.0.0.
nyamatongwe
5
-17
/
+25
2011-10-26
Fix warning from Clang.
nyamatongwe
1
-1
/
+1
2011-10-26
Updated to Xcode 4.2 and now using Clang.
nyamatongwe
2
-4
/
+4
2011-10-26
Implement ILoader interface so that clients can load documents from
nyamatongwe
6
-3
/
+43
2011-10-23
Avoid crashing for SCI_MARKERNEXT starting at -1. Bug #3427270.
nyamatongwe
2
-0
/
+5
2011-10-19
Ignoring .xcsettings files as they appear to be user preferences.
nyamatongwe
1
-0
/
+1
2011-10-10
Removing -Wno-strict-overflow as gcc no longer produces useless
nyamatongwe
1
-1
/
+1
2011-10-10
Fix build problems with Mingw gcc 4.6.1.
nyamatongwe
1
-2
/
+2
2011-10-10
Fix for wrong line heights when using annotations and wrapping. Bug #3388159.
nyamatongwe
1
-5
/
+17
2011-10-05
Credit.
nyamatongwe
1
-0
/
+2
2011-10-03
Avoid compiler warning.
nyamatongwe
1
-1
/
+1
2011-09-27
Standardize code style.
nyamatongwe
1
-5
/
+2
2011-09-23
Allow to display calltip above or below the text
Sébastien Granjoux
6
-6
/
+44
2011-09-27
Made recent fractional positioning and ARGB code compatible with
nyamatongwe
1
-6
/
+21
2011-09-25
Fixed Cocoa for palette removal.
nyamatongwe
1
-1
/
+0
2011-09-25
Palette support removed.
nyamatongwe
25
-949
/
+436
2011-09-25
Allow choice of D2D on compiler command line.
nyamatongwe
1
-1
/
+1
2011-09-24
Mingw32 doesn't have Direct2D or DirectWrite headers so turn off use
nyamatongwe
3
-4
/
+74
2011-09-24
Merged fractional text positioning branch.
nyamatongwe
29
-452
/
+1593
2011-09-24
Removed support for GDK drawing in favour of Cairo which has been
nyamatongwe
2
-901
/
+22
2011-09-24
Removing Carbon platform layer in favour of Cocoa.
nyamatongwe
27
-11097
/
+0
2011-09-24
Extra test to check MarkerNext optimization.
nyamatongwe
1
-0
/
+1
2011-09-23
Optimized MarkerNext so it can be much faster when no marker ever set
nyamatongwe
5
-8
/
+19
2011-09-23
Documentation of SCI_GETALLLINESVISIBLE.
nyamatongwe
1
-2
/
+8
2011-09-23
Optimize scrolling a long way by not invalidating fold margin if going
nyamatongwe
2
-2
/
+7
2011-09-23
Add GetAllLinesVisible method as this can be used to minimize folding overhead.
nyamatongwe
3
-0
/
+7
2011-09-23
Using exception classes as string eceptions deprecated.
nyamatongwe
1
-3
/
+3
2011-09-22
Hashquoted strings for Pike language from Chris Angelico.
nyamatongwe
4
-0
/
+20
2011-09-16
Added tag rel-2-29 for changeset 6f590a147263
nyamatongwe
0
-0
/
+0
2011-09-16
Updated release date.
rel-2-29
nyamatongwe
2
-3
/
+3
2011-09-12
Fixed bad information on Lua change.
nyamatongwe
1
-1
/
+1
2011-09-11
Updates for 2.29.
nyamatongwe
1
-0
/
+2
2011-09-11
Updates for 2.29.
nyamatongwe
2
-1
/
+72
2011-09-11
Using generic URL rather than version-specific.
nyamatongwe
1
-1
/
+1
2011-09-10
Make compatible with VC98's version of the SDK.
nyamatongwe
1
-1
/
+1
2011-09-09
Update deprecated calls to GTK+ 3 maintained functions.
nyamatongwe
2
-9
/
+23
2011-09-09
Update deprecated calls to GTK+ 3 maintained functions.
nyamatongwe
2
-9
/
+23
2011-09-09
Update calls to Surface::Allocate for GTK+ 2.
nyamatongwe
1
-2
/
+2
2011-09-09
Simplify some expressions which seem to cause failures.
nyamatongwe
1
-2
/
+2
2011-09-09
Simplify some expressions which seem to cause failures.
nyamatongwe
1
-2
/
+2
2011-09-09
Merge with main repository.
nyamatongwe
29
-449
/
+1594
2011-09-06
Updating for 2.29 release.
nyamatongwe
5
-13
/
+22
2011-09-06
Always use Cairo for drawing.
nyamatongwe
2
-5
/
+1
2011-09-04
Autocompletion lists respond to mouse wheel events. Feature #3403600.
nyamatongwe
3
-1
/
+39
2011-09-04
Cast to ensure comparison valid.
nyamatongwe
1
-1
/
+1
[next]