aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
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
2005-04-01Updating for version 1.63.nyamatongwe1-5/+5
2005-04-01Haskell lexer contributed by Tobias Engvall.nyamatongwe3-5/+11
2005-03-25Patch from Blair McGlashan for autocompletion on Windows tonyamatongwe2-132/+640
* Set maximum width of list * set maximum height of list * better calculate width * use ellipsis when text is truncated to fit window * use popup window so it can extend past parent window * disallow resizing too small * draw to bottom edge when resized so last item not full line high * improve time to display by by 90% Minor tweaks by me to fix warnings, layout etc.
2005-03-19Initialise all SCNotification structs to {0} ensuring all fields are 0 ornyamatongwe2-2/+2
NULL. Added options to make files so that this does trigger warnings.
2005-03-01Bug 1149378 fix from Borujoa updates IME handling particularly onnyamatongwe1-19/+18
Windows 9x.
2005-02-17Bug 1131503 patch applied to improve handling of Japanese Katakananyamatongwe1-14/+17
characters.
2005-02-10Lexers added for Objective Caml, PureBasic and BlitzBasic.nyamatongwe3-6/+19
2005-02-06Removed BlitzBasic lexer as this will be incorporated intonyamatongwe3-12/+6
main Basic lexer.
2005-02-06Exits from dwell by firing SCN_DWELLEND when scroll performed.nyamatongwe1-0/+1
2005-02-04Added BlitzBasic lexer and properties file.nyamatongwe3-6/+12
2004-12-03Safest portion of patch from Régis Vaquette to allow compilationnyamatongwe2-8/+8
for Windows CE. Changes literal strings to have TEXT() so convert to Unicode when comiling for Windows CE.
2004-12-03Patch from Blair McGlashan to handle WM_PRINTCLIENT.nyamatongwe1-2/+37
2004-10-24Switching version number to 1.62.nyamatongwe1-4/+4
2004-10-16VHDL lexer contributed by Phil Reid.nyamatongwe3-1/+7
2004-08-03Patch from Kein-Hong Man to ensure system caret bitmap is empty.nyamatongwe1-1/+7
2004-07-30Fixed bitmap leaks from system caret patch.nyamatongwe1-1/+6
2004-07-30Removed CF_HDROP from formats provided by Scintilla as it was returned asnyamatongwe1-9/+2
an empty item and this caused Mozilla to hang when receiving a drop.
2004-07-30Patch from Ben Key to use an invisible system caret to enable screennyamatongwe1-0/+58
magnifiers to discover where the user is editing.
2004-07-26Added ASN.1 lexer by Herr Pfarrer.nyamatongwe3-7/+13
2004-07-08Prevent moving the IME window and dropping the caret onnyamatongwe1-1/+1
Windows NT when it has already consumed characters from the IME.
2004-06-30Another accomodation of cygwin.nyamatongwe1-1/+1
2004-06-21Updated to match current sources.nyamatongwe1-103/+176
2004-06-20Parameterised del command and added -mno-cygwin fornyamatongwe1-2/+3
mingw under cygwin users.