aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2000-07-22Updates to make new API work on both GTK+ and Win32.nyamatongwe1-1/+1
2000-07-21Added SCI_GETDIRECTFUNCTION and SCI_GETDIRECTPOINTER to remove Windowsnyamatongwe1-0/+13
SendMessage intermediary code between client and Scintilla.
2000-07-21Provide alternative symbols for all features defined in WinDefs.h to allownyamatongwe1-21/+21
for eventual removal of WinDefs.h.
2000-07-19Updated to 1.29.nyamatongwe1-4/+4
2000-07-12Added John's autocompletion changes and fiddled to make autocompletion listnyamatongwe1-2/+36
size better.
2000-07-06Optimisations.nyamatongwe1-10/+24
2000-07-05Fixed BoundsChecker warnings including some leaks.nyamatongwe1-1/+0
2000-07-04Auto completion border chrome reversed to put above edit layer.nyamatongwe4-6/+4
InitCommonControls removed as not needed. Make files changed to remove system libraries that were not used.
2000-07-01Horizontal page scroll by 2/3 of page width rather than fixed 200 pixels.nyamatongwe3-5/+7
Add opt:nowin98 flag to link to reduce executable size.
2000-06-29Added font caching.nyamatongwe1-10/+113
2000-06-27Updated to 1.28.nyamatongwe1-4/+4
2000-06-25Removed winmm library.nyamatongwe1-1/+1
2000-06-24Removed winmm library from build as this slows start a lot for somenyamatongwe1-1/+1
machines.
2000-06-23Turned off tracing.nyamatongwe1-1/+1
2000-06-23Updated version number to 1.27.nyamatongwe1-4/+4
2000-06-22Caret stability when adding or deleting characters.nyamatongwe1-3/+0
Caret redisplayed when focus in on GTK+. Fixed whitespace visible after indentation option.
2000-06-22Removed deprecated APIs.nyamatongwe1-12/+12
Added gets to match sets for UndoCollection, BufferedDraw, CodePage, UsePalette, ReadOnly, CaretFore, and ModEventMask. Undo collection status is a bool again - enumeration deprecated. Timing code commented out.
2000-06-21Added indentation guide API.nyamatongwe2-3/+15
View whitespace has setting to only see outside indentation. Indentation guide highlight.
2000-06-12Removed warning when tracing turned off.nyamatongwe1-2/+5
2000-06-12Lua language support from Paul Winwood.nyamatongwe3-2/+13
2000-06-08Updated version number.nyamatongwe1-4/+4
2000-06-08Added CreateDocument message and changed AddRefDoc and ReleaseDoc tonyamatongwe1-1/+1
AddRefDocument and ReleaseDocument.
2000-06-04Ensured the UnicodeMode of each Surface is initialised.nyamatongwe1-0/+1
2000-05-15Support for different character sets for each style.nyamatongwe1-2/+2
2000-05-08Optimise for size.nyamatongwe1-1/+1
No parenthesis warning as it triggers inside standard MAKELONG macro.
2000-05-08Minor $@ tweaks.nyamatongwe1-2/+2
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