aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-06-01Patch from Florian Balmer to perform clipboard actionsnyamatongwe1-39/+141
using Unicode where possible and doing reasonable conversions to and from the character set in use.
2004-05-28Updates for 1.61.nyamatongwe1-4/+4
2004-04-28Incremented version number.nyamatongwe1-4/+4
2004-04-27Continuation Marker feature from Hans Eckardt.nyamatongwe1-1/+1
2004-04-26Extra safety if ClipBoard already opened or allocation fails.nyamatongwe1-4/+6
2004-04-12Added lexer for bash and sh from Kein-Hong Man.nyamatongwe3-7/+13
2004-03-29Patch from Robin Dunn to pass an extra flag down tonyamatongwe1-1/+2
font rendering to allow a platform-specific tweak.
2004-03-27Added AutoIt 3 and APDL lexers.nyamatongwe4-5/+17
MSSQL lexer entended with STORED_PROCEDURE, DEFAULT_PREF_DATATYPE, and COLUMN_NAME_2 style classes.
2004-03-01Specman language support.nyamatongwe3-1/+8
2004-02-22Gui4Cli and Kix lexers.nyamatongwe3-4/+10
2004-02-21Kix lexer.nyamatongwe3-4/+10
2004-02-19Updated year.rel-1-59nyamatongwe1-1/+1
2004-02-171.59.nyamatongwe1-4/+4
2004-02-06Changed window object destruction to occor on WM_NCDESTROYnyamatongwe1-2/+2
rather than WM_DESTROY as WM_NCDESTROY is the last message a window sees.
2004-01-20Support from Avi Yegudin for Verilog.nyamatongwe3-1/+7