aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-06-21Patch from Ben Harper enables autocompletion lists to display on anyamatongwe1-4/+14
secondary monitor above or to the left of the main monitor.
2005-06-07Patch from Blair McGlashan fixes failure to display autocompletion listnyamatongwe1-1/+1
text on original Windows XP.
2005-06-04Updating for 1.64 release.nyamatongwe1-5/+5
2005-06-02Tweaked autocompletion width a little so that it is more likely to fit allnyamatongwe1-5/+7
strings when the string with the most characters contains narrow characters.
2005-05-27Support for CSound from Georg Ritter.nyamatongwe2-4/+10
2005-05-27Support for CSound from Georg Ritter.nyamatongwe1-6/+6
2005-05-27Fix crash with empty autocompletion argument.nyamatongwe1-1/+1
2005-05-20Flagship / Clipper support from Randy Butler.nyamatongwe3-3/+9
2005-05-04Smalltalk support added by Sergey Philippov.nyamatongwe3-2/+8
2005-04-13Support for Rebol by Pascal Hurni.nyamatongwe3-2/+8
2005-04-11Problem fixed when performing paste over rectangular selection wherenyamatongwe1-1/+1
selection dragged from top right to bottom left.
2005-04-09TADS3 support from Michael Cartmell.nyamatongwe3-2/+8