aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2011-06-25Initial implementation of RGBA images.nyamatongwe2-11/+64
2011-06-18Preparing for version 2.27.nyamatongwe1-4/+4
2011-06-13Added Identifier property.nyamatongwe1-17/+28
2011-06-10Windows headers are system headers so use angle brackets.nyamatongwe1-1/+1
2011-05-21Updates for 2.26.nyamatongwe1-4/+4
2011-04-16Avoid bad text measurement with very long pieces of text. Bug #3286637.nyamatongwe1-1/+2
2011-03-17Updating for version 2.25.nyamatongwe1-4/+4
2011-02-26Fixed preprocessor macro name to fix bug #3192365.nyamatongwe1-1/+1
2011-02-07Removed obsolete Borland code.nyamatongwe1-51/+5
2011-02-07Lexer for Modula 2/3. From Dariusz Knoci?ski. Feature #3173374.nyamatongwe2-0/+6
2011-02-01Updating version number for 2.24 release.nyamatongwe1-5/+5
2011-01-17Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN.jrxx1-1/+1
2011-01-03Right click cancels autocompletion and sets focus. Bug #3144531.nyamatongwe1-1/+4
2010-12-29Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell.nyamatongwe8-31/+50
Instead of including a reverse arrow as a cursor resource in Scintilla, generate it by reversing the normal arrow cursor.
2010-12-14NUL terminate strings for characters typed. Helps receivers of SCN_MACRORECORD.nyamatongwe1-0/+1
2010-12-11Make multiple selection multi-paste work when multi-type is off. Bug #3126221.nyamatongwe1-1/+1
2010-12-04Dropping Borland support.nyamatongwe1-2/+0
2010-12-04Updates for 2.23.nyamatongwe1-4/+4
2010-11-10Use batch rules to build 25% faster.nyamatongwe1-8/+8
2010-11-10Remove support for Borland C++.nyamatongwe3-56/+12
Use a library for the lexers with MSVC to simplify SciTE makefile.
2010-11-06Lexer for Motorola 68000 assembler.nyamatongwe2-0/+6
2010-10-22Updates for 2.22 release.nyamatongwe1-4/+4
2010-10-06Fix for bug #3079778: Autocompletion list overlaps text when ↵nyamatongwe1-3/+3
WS_EX_CLIENTEDGE used
2010-10-06Feature request #3079784 Use system caret blink time on Windowsnyamatongwe1-0/+4
2010-08-27Updates for version 2.21.nyamatongwe1-4/+4
2010-08-24Mouse button down claims focus early so that container notifications can ↵nyamatongwe1-1/+1
switch focus.
2010-08-19Removed unused declaration.nyamatongwe1-1/+0
2010-08-07Ensure static linking of standard C++ library.nyamatongwe1-4/+4
Some tidying.
2010-08-05Case insensitive search in DBCS and faster processing of DBCS.nyamatongwe1-3/+55
DBCS case folder implemented on Windows.
2010-07-22Getting ready for 2.20.nyamatongwe1-4/+4
2010-07-17Lexer for Txt2tags contributed by Eric Forgeot.nyamatongwe2-0/+6
2010-07-14Visual C++ 98 has problems with MultiMon.h.nyamatongwe1-1/+8
Avoid including it for Visual C++ 98 and work around its absence.
2010-07-13Lexer source code now in lexers directory.nyamatongwe1-3/+3
Options slightly different when using gcc rather than dllwrap.
2010-07-13Using Make functions to avoid regenerating makefile when set of lexers changed.nyamatongwe1-17/+3
2010-07-13Platform files changed for new lexer design.nyamatongwe1-5/+4
2010-07-13Build files that reflect the new lexer directories and added files.nyamatongwe4-532/+737
2010-06-26Fix for bug #3017512 Autocomplete popup not working on secondary monitornyamatongwe1-22/+33
to the left of primary.
2010-06-24Protect against bad UTF-8 when case folding.nyamatongwe1-0/+6
2010-06-16For compatibility with TDM MingW64, undefine _WIN32_WINNT before defining it.nyamatongwe2-1/+3
2010-06-15Switched from dllwrap to g++ -shared to make work with TDM GCC 4.5.nyamatongwe1-3/+3
2010-06-05Using Make functions to avoid regenerating makefile when set ofnyamatongwe1-16/+1
lexers changed.
2010-06-05Updated.nyamatongwe1-198/+248
2010-05-26Preparing for 2.12.nyamatongwe1-4/+4
2010-05-21EOL conversion for drop. Fixes bug #3005328.nyamatongwe1-0/+10
2010-05-11Made method const.nyamatongwe1-9/+9
2010-05-02Bug #2995278 minor fixes to typos and types.nyamatongwe1-1/+1
2010-04-19Removed workaround for GCC 2.95 as only 3.2 or better supported now.nyamatongwe1-13/+3
2010-04-13Removed -OPT:NOWIN98 as it hasn't been needed for years and causesnyamatongwe1-1/+1
VS10 to fail.
2010-04-07Making ready a 2.11 release.nyamatongwe1-4/+4
2010-04-07Made Scintilla.h compatible with the C language when stdbool.h not included.nyamatongwe1-2/+2