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
Age
Commit message (
Expand
)
Author
Files
Lines
2000-07-26
Added history entry for 1.30.
nyamatongwe
2
-3
/
+61
2000-07-25
Updated version number to 1.30.
nyamatongwe
1
-4
/
+4
2000-07-24
Updated documentation for removal of WM_* and EM_* and addition of
nyamatongwe
1
-58
/
+115
2000-07-24
Updated lexer state list.
nyamatongwe
2
-5
/
+45
2000-07-24
Renumbered constants and added new messages to Scintilla.iface.
nyamatongwe
2
-43
/
+160
2000-07-24
Added SCI_CANPASTE.
nyamatongwe
1
-0
/
+1
2000-07-23
Changed SCI_POSITIONFROMPOINT to take x,y parameters rather than a pointer
nyamatongwe
1
-6
/
+2
2000-07-22
Converting key codes to SCK_* values on input so they can be handled in a
nyamatongwe
1
-9
/
+34
2000-07-22
Changed key codes to not overlap printing keys.
nyamatongwe
4
-27
/
+34
2000-07-22
Moved structures used by API into Scintilla.h and made cross-platform.
nyamatongwe
1
-1
/
+11
2000-07-22
Updates to make new API work on both GTK+ and Win32.
nyamatongwe
7
-26
/
+45
2000-07-21
Added SCI_GETDIRECTFUNCTION and SCI_GETDIRECTPOINTER to remove Windows
nyamatongwe
2
-0
/
+16
2000-07-21
Provide alternative symbols for all features defined in WinDefs.h to allow
nyamatongwe
12
-182
/
+396
2000-07-19
Updated to 1.29.
nyamatongwe
1
-4
/
+4
2000-07-19
Speed ups by Steve.
nyamatongwe
1
-24
/
+28
2000-07-19
More Steve updates - allows folding of embedded Python.
nyamatongwe
1
-26
/
+76
2000-07-18
Updates from Steve to make Python strings and incremental styling work.
nyamatongwe
1
-3
/
+21
2000-07-18
Added functions to clear all styling and contraction.
nyamatongwe
10
-660
/
+262
2000-07-15
Fixed problem with CancelModes killing drag and drop by setting empty
nyamatongwe
4
-6
/
+10
2000-07-14
Added SCI_POSITIONFROMPOINT.
nyamatongwe
1
-0
/
+1
2000-07-14
Added PositionFromPoint API function.
nyamatongwe
3
-0
/
+12
2000-07-13
Showing selection in grey when its not the primary selection on GTK+.
nyamatongwe
5
-4
/
+22
2000-07-13
Added John's selection unclaiming code.
nyamatongwe
1
-0
/
+16
2000-07-12
Fixed stray "\".
nyamatongwe
1
-1
/
+1
2000-07-12
Added John's change to button 2 actions.
nyamatongwe
1
-28
/
+43
2000-07-12
Fixed up infinite resize.
nyamatongwe
2
-9
/
+16
2000-07-12
Added John's autocompletion changes and fiddled to make autocompletion list
nyamatongwe
9
-26
/
+133
2000-07-12
Autocompletion cancel at start position available to API.
nyamatongwe
4
-1
/
+17
2000-07-12
John's changes to autocompletion.
nyamatongwe
4
-9
/
+21
2000-07-10
Removed documentation or old features that have been removed.
nyamatongwe
1
-19
/
+0
2000-07-10
Dropped template as only ever instantiated for int and this allows
nyamatongwe
2
-10
/
+9
2000-07-10
Moved EntryMemory from Scintilla to SciTE as it is only used there.
nyamatongwe
1
-33
/
+0
2000-07-08
Included Steve Lhomme's PHP updates for the HTML lexer.
nyamatongwe
2
-210
/
+543
2000-07-07
Included string.h
nyamatongwe
2
-0
/
+2
2000-07-07
Made PropSet into a hash table.
nyamatongwe
2
-97
/
+90
2000-07-07
Bug fix to indicators.
nyamatongwe
1
-1
/
+1
2000-07-06
Optimisations.
nyamatongwe
5
-60
/
+122
2000-07-06
Optimisations.
nyamatongwe
1
-5
/
+20
2000-07-05
Fixed BoundsChecker warnings including some leaks.
nyamatongwe
7
-6
/
+20
2000-07-05
Changed print colour mode to have black on white as well as invert light
nyamatongwe
5
-20
/
+37
2000-07-04
Auto completion border chrome reversed to put above edit layer.
nyamatongwe
4
-6
/
+4
2000-07-03
Changed MAX_PATH to 1024 to make GTK+ version compile.
nyamatongwe
1
-2
/
+2
2000-07-03
Added 'if' and 'import' statements to properties files.
nyamatongwe
2
-17
/
+28
2000-07-01
Added print magnification and print light invert.
nyamatongwe
2
-0
/
+23
2000-07-01
Making Drawline less context dependent by moving state from Editor to
nyamatongwe
4
-25
/
+37
2000-07-01
Support for print magnification and print light inverted.
nyamatongwe
2
-4
/
+46
2000-07-01
Added messages for print magnification and print light inverted.
nyamatongwe
1
-0
/
+4
2000-07-01
Horizontal page scroll by 2/3 of page width rather than fixed 200 pixels.
nyamatongwe
3
-5
/
+7
2000-06-29
Changed Font class to allow subclassing in PlatWin.cxx.
nyamatongwe
1
-3
/
+4
2000-06-29
Added font caching.
nyamatongwe
1
-10
/
+113
[next]