aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2000-05-08Updated for Borland C++ 5.5.nyamatongwe3-29/+28
2000-05-07Fixed Unicode input for Cyrillic on WM_CHAR.nyamatongwe1-16/+28
2000-05-07Always uses $@ for output.nyamatongwe1-6/+6
2000-04-28Added zoom setting and getting and key Ctrl+Keypad/ restores default zoom.nyamatongwe1-4/+4
Version number updated to 1.25
2000-04-21Changed font sizing to use more Windows compatible calculationnyamatongwe2-52/+23
Some unfinished work on fixing folding bugs.
2000-04-18Horizontal scroll bar disabling.nyamatongwe1-22/+114
2000-04-11Added fix for Calltip window registration.nyamatongwe1-0/+7
2000-04-08Unicode keyboard input and dragging from Scintilla.nyamatongwe2-58/+118
Fixing warnings on GTK+ and uping warning level.
2000-04-08Warning squashing.nyamatongwe5-104/+31
Updated contributors list. Fixed lexing of MS warnings.
2000-04-07Warning level set to 4.nyamatongwe1-1/+1
2000-04-07Changing code to ensure no warnings are produced by compilers.nyamatongwe3-15/+17
2000-04-06Initial Unicode support code.nyamatongwe2-103/+253
2000-04-04Avoid lots of warnings from Borland C++.nyamatongwe2-11/+12
Changed name of interface class defined in Accessor.h to Accessor.
2000-04-04Split a Document based Accessor (DocumentAccessor) off fromnyamatongwe4-16/+71
the old accessor which is now called WindowAccessor. Accessor.h defines a common interface which is the type consumed by the lexers.
2000-04-01Fixed comments to refer to Borland.nyamatongwe1-1/+2
2000-03-31Fixed up line ends.nyamatongwe3-721/+723
Added patch from Mark for makefile_vc.
2000-03-30Updated for 1.24rel-1-24nyamatongwe2-719/+719
2000-03-18Can turn off context (wrong mouse button) menu with SCI_USEPOPUP.nyamatongwe1-1/+3
Most signals return FALSE on GTK+.
2000-03-17Fixed warning in ScintillaWin.nyamatongwe2-1/+29
makefile_bor uses Lex*.
2000-03-16Added Lex* files.nyamatongwe2-2/+20
2000-03-16Added Lex* files.nyamatongwe1-5/+41
2000-03-14Allow command line setting of output directories.nyamatongwe1-50/+66
2000-03-13Fixed printing problems including putting line numbers in correct positionnyamatongwe1-0/+6
and flushing state when switching surfaces in case surfaces are encapsulating a shared underlying graphics context.
2000-03-08Initial revisionnyamatongwe8-0/+2411