aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2003-04-13Reenabled lexer DLL feature.nyamatongwe1-2/+2
2003-04-09Limit the number of characters in string arguments to text drawing andnyamatongwe1-16/+17
measurement methods to 8192 on Windows 9x, otherwise thaere can be crashes.
2003-04-06Avoid calling API before Window created.nyamatongwe1-2/+3
2003-04-06Move method for Rectangle class.nyamatongwe1-4/+7
Ensure windows that are moved are not moved off screen to the top or left.
2003-04-05Changes to allow calltips to be popup rather than child windows.nyamatongwe2-24/+44
2003-04-03CallTip can display up and down arrows and clicks are reported tonyamatongwe1-6/+19
container. Calltip can be replaced while visible rather than needing a cancel and recreation to minimize flashing.
2003-03-30Make IDC_HAND visible with old build environments.nyamatongwe2-1/+6
Avoid calling ::IsChild when wParam 0 to avoid BoundsChecker warning.
2003-03-21Optimising by not drawing space characters in transparent mode.nyamatongwe1-15/+21
2003-03-20Patch from Simon Steele to implement the hotspot style and associatednyamatongwe2-3/+14
notifications.
2003-03-17Added POV-Ray lexer by Steven te Brinke.nyamatongwe3-2/+8
2003-03-09Added Pango text display support to GTK+ platform.nyamatongwe2-11/+15
Added WindowID parameter to all Surface initialisation methods as Pango requires a window to determine the context used for text functions. AutoSurface changed because of above to take an Editor* argument so it can then discover the code page and window.
2003-03-08Fix to autocompletion lists where clicking on the list caused focus tonyamatongwe1-1/+4
shift to the list which then led to it being cancelled.
2003-02-23Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigningnyamatongwe1-0/+4
a key to double click can result in two mouse clicks arriving with the same time.
2003-02-15Commented use of -fvtable-thunks.nyamatongwe1-0/+2
2003-02-15Updating version numbers and copyright.nyamatongwe1-4/+4
2003-02-06Fixed bug in array resizing.nyamatongwe1-1/+2
2003-02-05Moved IsNT to PlatWin and cached the result.nyamatongwe2-12/+19
Change maximum number of pixels when measuring text on NT to be 1000000 rather than 30000 possible on Windows. Increased size of Unicode buffers to 10000 elements to handle longer paragraphs of text.
2003-02-02Hoisted drawing of EOL into method so can avoid overwriting lastnyamatongwe1-11/+14
character in two phase mode.
2003-02-02Transaprent text drawing.nyamatongwe1-1/+21
2003-01-31Fixes to autocompletion pixmaps from Mauritius Thinnes.nyamatongwe1-1/+3
2003-01-18Added SWP_NOZORDER to SetWindowPos to avoid fronting windows.nyamatongwe1-1/+1
2003-01-12Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes.nyamatongwe1-0/+8
2003-01-12Additions from Yukihiro Nakai to enable DBCS mode on GTK+.nyamatongwe2-5/+11
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+.
2003-01-10Made ListBox an interface so that a platform-specific subclass, ListBoxX,nyamatongwe1-30/+314
can be used hiding implementation details. Owner drawn listbox allows pixmap icons and Unicode text.
2003-01-10XPM.h separated frmo LineMarker.h.nyamatongwe1-2/+3
Typo fixed in registration.
2003-01-10Added XPM.nyamatongwe3-24/+28
2003-01-03Made method signature compatible with text form XPMs.nyamatongwe1-1/+1
2003-01-02Bumped version number.nyamatongwe1-6/+6
2003-01-01Fixed up line wrapped printing and added property to turn wrapping on ornyamatongwe1-0/+4
off for printing.
2002-12-03Fix from twkang for Korean IME input.nyamatongwe1-1/+4
2002-11-21Patch from Biswa to add icons to autocompletion lists.nyamatongwe1-1/+4
2002-11-21Added CSS lexer.nyamatongwe1-0/+3
2002-11-19Using strncpy to avoid crashes with long font names.nyamatongwe1-14/+14
2002-11-17Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.nyamatongwe3-2/+9
This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved.
2002-11-01Updated.rel-1-49nyamatongwe1-4/+12
2002-10-27Updating version number to 1.49.nyamatongwe1-4/+4
2002-10-11Made some functions static as they should not be used from outside.nyamatongwe1-2/+2
2002-10-08New lexer for Fortran.nyamatongwe3-2/+8
2002-09-19Added mthod to turn off vertical scroll bar.nyamatongwe1-2/+5
2002-09-17The clean target removes *.pdb, *.exp, and *.lib which are new from VS .NET.nyamatongwe2-2/+4
2002-09-15Limiting the number of characters to ExtTextOut to be less than 65536nyamatongwe1-0/+6
as there appears to be a GDI 16 bit limitation.
2002-09-15Made reverse regex searches work a bit.nyamatongwe1-1/+1
2002-09-10Compatible with Mingw 2.0.nyamatongwe1-2/+2
2002-09-10Made compatible with Mingw 2.0.nyamatongwe1-39/+41
2002-09-10Including LexAsm.nyamatongwe3-3/+9
2002-09-09Updated version number to 1.48.nyamatongwe1-4/+4
2002-09-04Measure all characters in Unicode mode.nyamatongwe1-1/+1
2002-07-31Fixed problems with runs of text >= 5000 characters.nyamatongwe1-5/+11
2002-07-30Updated version number to 1.47.nyamatongwe1-4/+4
2002-07-29Removed Scriptol lexer.nyamatongwe3-7/+1