aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2007-04-19Patch from Xie Renhui uses explicit ANSI calls on Windows so can benyamatongwe2-18/+18
compiled in Unicode mode.
2007-04-19All Unicode planes supported, not just the Basic Multilingual Plane.nyamatongwe2-25/+28
2007-04-16Added support for GAP language from Istvan Szollosi.nyamatongwe3-6/+12
2007-04-05Implemented decorations which are extended indicators.nyamatongwe5-154/+286
2007-03-29Incorporated cmake support.nyamatongwe3-8/+14
2007-03-27Updates for 1.73nyamatongwe1-4/+4
2007-03-11Fixed comment.nyamatongwe1-2/+2
2007-03-11Comments and formatting.nyamatongwe1-5/+7
2007-03-01Only call OleUninitialize if OleInitialize succeeded.nyamatongwe1-2/+7
2007-02-28If AlphaBlend not available draw outlines rather than filled rectanglesnyamatongwe1-1/+3
as that is more readable.
2007-01-24Set the modifiers field on the SCN_DOUBLECLICK notification so the ↵nyamatongwe1-3/+3
SCI_SHIFT, SCI_CTRL, and SCI_ALT bits may be set.
2007-01-11Updating version number to 1.72.nyamatongwe1-6/+6
2007-01-01Major change to CellBuffer class with addition of Partitioning class and ↵nyamatongwe1-0/+2
SplitVector template. Inserting and deleting lines are made more efficient by lessening the amount of per line information copied. Marker data is only allocated for each line if markers are added.
2006-12-13D lexer and language support from Waldemar Augustyn.nyamatongwe3-1/+7
2006-08-22Added key code for the right hand side Windows key.nyamatongwe1-0/+1
2006-08-22Basic recognition of the Windows and Context Menu keys as SCK_WIN andnyamatongwe1-0/+2
SCK_MENU so that these keys don't commands associated with their values ('[' and ']'). SCK_WIN can be mapped on both platforms but if SCK_MENU is mapped on Windows it executes both the mapped command and shows the context menu. Called "Win" and "Menu" in SciTE but only "Win" documented.
2006-08-17Updated version numbers.nyamatongwe1-4/+4
2006-08-12Commented out assertion that stopped reporting of other assertions.nyamatongwe1-1/+2
2006-06-15Updating for 1.70.nyamatongwe1-4/+4
2006-06-15Only allow setting the code page to valid values.nyamatongwe1-0/+7
2006-05-21Updates for 1.69.nyamatongwe1-4/+4
2006-05-14Added CharClassify and reordered alphabetically.nyamatongwe2-3/+6
2006-05-05Patch from Michael Durland so that constants have type to be more standardnyamatongwe1-5/+8
compliant and to protect IME code from Digital Mars compiler.
2006-03-30Support for Spice language added by Fabien Proriol.nyamatongwe3-2/+8
2006-03-02Updates for 1.68.nyamatongwe1-6/+6
2006-03-02Lexer for TCL contributed by Andre Arpin.nyamatongwe3-2/+8
2006-02-26Translucency implementation for INDIC_ROUNDBOX and caret line.nyamatongwe2-6/+92
2006-02-25Patch from Greg Smith with further modifications moved characternyamatongwe4-15/+23
classification from Document into a separate CharClassify class and file and uses this from RESearch for regular expression word end \< and \> instead of built-in table.
2006-02-23Made number of colours in a palette dynamic so that large numbers ofnyamatongwe1-4/+20
colours will work.
2006-02-03Support for Opal language from Sebastian Pipping.nyamatongwe3-2/+8
2006-01-28Added Inno Setup lexer from Friedrich Vedder.nyamatongwe3-5/+12
Removed comment saying GrabFocus is GTK+ specific.
2006-01-13Assertion makes sure that the direct function is only called from thenyamatongwe1-0/+1
window's thread.
2006-01-13If text drawing fails, draw as a sequence of 512 character segments.nyamatongwe1-16/+49
2005-12-12Updating version number for 1.67.nyamatongwe1-4/+4
2005-12-10Jeffrey Ren's patch to allow Asian languages to work on English Windows 9x.nyamatongwe1-40/+70
Modified to follow coding conventions and minimise duplicated code.
2005-11-29A small amount of use of TCHAR avoids simplest issues whennyamatongwe2-4/+5
compiling as Unicode. Compiling as Unicode still not supported. Added DebugBreak call when assertion fails during paint processing as otherwise debugger pops up later in abort processing with different context.
2005-11-15Check whether area is being painted against the update region,nyamatongwe1-0/+37
not just the bounding box of this region. This ensures that a need to abandon a paint when a restyle affects text outside the area being painted.
2005-11-09Patch, mostly from Simon Steele, that converts new lines innyamatongwe1-19/+26
pasted text to match document.
2005-11-08Whitespace fix.nyamatongwe1-1/+1
2005-11-03Stopped dragging of empty ranges.nyamatongwe1-3/+3
Correct unlocking of empty data in drag and drop. Allow entry of NUL through Shift+Ctrl+@ in Unicode mode.
2005-10-31Fix for bug 1342035 where two NULs were placed on clipboardnyamatongwe1-70/+89
by copy. Also fixed up some other potential clipboard issues and created GlobalMemory class to regularise clipboard memory handling.
2005-10-30Patch from Joseph Galbraith for 64 bit platforms.nyamatongwe2-10/+30
2005-08-23Reving version number and dates.nyamatongwe1-4/+4
2005-08-23Took text insets into account when calculating maximum size ofnyamatongwe1-2/+3
autocompletion list.
2005-07-26Getting ready for 1.65.nyamatongwe1-4/+4
2005-07-22Ensure DCs are emptied of non-stock, non-default objects before they arenyamatongwe1-0/+2
released to keep BoundsChecker happy.
2005-07-22Ensure DCs are emptied of non-stock, non-default objects before they arenyamatongwe1-1/+4
released to keep BoundsChecker happy.
2005-07-08Patch #1234222 for EM_EXSETSEL.nyamatongwe1-1/+1
2005-07-08MINGW GCC 3.4 warns about using char as subscript so added command linenyamatongwe1-1/+1
argument to disable the warning as is already done for GTK+ compilations.
2005-06-27Changed list box maximum size calculation to take scroll bar width andnyamatongwe1-1/+3
image width into account which may help avoid truncation when using some fonts.