aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2000-11-08Added Pascal Lexer.nyamatongwe2-8/+18
2000-11-02Updated version number.nyamatongwe1-4/+4
2000-11-01Ahmad's Apache CONF support.nyamatongwe2-2/+8
2000-10-06New from Mark so CVS doesn't look at .obj or .res.nyamatongwe1-0/+3
2000-10-06Mark added a QUIET option to turn off the Microsoft copyright notices.nyamatongwe1-0/+7
2000-10-05SetCursor implemented.nyamatongwe1-4/+4
2000-10-05Mouse capture doesn't always call ::GetCapture.nyamatongwe1-1/+2
Better line selection handling.
2000-10-03Mouse down captures now optional.nyamatongwe2-9/+23
Save and restore of assertion destination in paint.
2000-10-03Added PLATFORM_ASSERT which is a verson of the standard assert whichnyamatongwe2-3/+29
can be directed wither to debug output or message boxes on Windows.
2000-09-22Added SCI_GRABFOCUS handling.nyamatongwe1-0/+4
2000-09-22An hasFocus flag was added to separate logical focus from environmentnyamatongwe1-5/+3
determined focus. hasFocus determines whether the caret is displayed.
2000-09-08Updated version number to 1.32.rel-1-32nyamatongwe1-4/+4
2000-09-07Incorporated Mark's patch to handle failing GetTextExtentExPoint.nyamatongwe1-1/+5
2000-09-05Removed testing code for assert call.nyamatongwe1-1/+1
2000-09-05makefile_vc and makefile_bor are replaced with scintilla.maknyamatongwe3-189/+3
2000-09-05Support for DEBUG or NDEBUG defines to make assert work.nyamatongwe4-14/+26
2000-09-04Updated version to 1.31.nyamatongwe1-4/+4
2000-08-31scintilla.mak is combined make file for both Microsoft and Borland.nyamatongwe2-0/+261
SciTE.properties contains some commands that are useful with scintilla.mak.
2000-08-30Sharing most of the definition of how to build objects in objs.mak.nyamatongwe3-268/+227
2000-08-21Merging patches from Ferda and Jan.nyamatongwe1-40/+54
Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface.
2000-08-18Added in most of Ferdinand Prantl's changes except for regular expressionnyamatongwe1-0/+2
search. Some bits not quite done as well.
2000-08-16Invisible text.nyamatongwe1-0/+1
Fixes to ensure long lines do not overflow buffers.
2000-07-25Updated version number to 1.30.nyamatongwe1-4/+4
2000-07-22Converting key codes to SCK_* values on input so they can be handled in anyamatongwe1-9/+34
cross platform way.
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