aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/PlatWin.cxx
AgeCommit message (Expand)AuthorFilesLines
2010-02-24Avoid casting warnings from GCC.nyamatongwe1-24/+42
2010-01-28Avoiding warnings from cppcheck. Mostly removing bodies of private copynyamatongwe1-2/+2
2009-12-13Fix for bug #2909699, NULL facename causes crash.nyamatongwe1-1/+2
2009-11-02Added setting for font quality to allow application to choose anti-aliased,nyamatongwe1-16/+41
2009-07-12Since exception handling now turned on, do not check return value from new.nyamatongwe1-25/+23
2009-05-06First stage of Cocoa platform addition.nyamatongwe1-38/+38
2009-05-03Turned on exceptions.nyamatongwe1-40/+44
2008-09-14Avoid warning.nyamatongwe1-3/+3
2008-09-07Encapsulation of conversion to Unicode to simplify text measuring andnyamatongwe1-37/+32
2008-09-06Comment fix.nyamatongwe1-1/+1
2008-09-06Changes to improve handling of long lines.nyamatongwe1-53/+82
2008-06-29Simon Steele's modification to allow replacing the regularnyamatongwe1-2/+14
2007-11-23Ensure palette is not selected into any surfaces when it may need to benyamatongwe1-1/+1
2007-07-07Typo.nyamatongwe1-6/+6
2007-07-07Allows the popup to be displayed below as long as it can fit on the monitornyamatongwe1-0/+28
2007-05-18Protection against bad UTF-8 sequences.nyamatongwe1-1/+1
2007-05-11Only perform alpha blending on rectangles with positive widths tonyamatongwe1-1/+1
2007-04-19Patch from Xie Renhui uses explicit ANSI calls on Windows so can benyamatongwe1-12/+12
2007-04-19All Unicode planes supported, not just the Basic Multilingual Plane.nyamatongwe1-13/+16
2007-03-11Fixed comment.nyamatongwe1-2/+2
2007-03-11Comments and formatting.nyamatongwe1-5/+7
2007-02-28If AlphaBlend not available draw outlines rather than filled rectanglesnyamatongwe1-1/+3
2006-02-26Translucency implementation for INDIC_ROUNDBOX and caret line.nyamatongwe1-0/+86
2006-02-23Made number of colours in a palette dynamic so that large numbers ofnyamatongwe1-4/+20
2006-01-13If text drawing fails, draw as a sequence of 512 character segments.nyamatongwe1-16/+49
2005-12-10Jeffrey Ren's patch to allow Asian languages to work on English Windows 9x.nyamatongwe1-40/+70
2005-11-29A small amount of use of TCHAR avoids simplest issues whennyamatongwe1-1/+2
2005-11-08Whitespace fix.nyamatongwe1-1/+1
2005-10-30Patch from Joseph Galbraith for 64 bit platforms.nyamatongwe1-9/+29
2005-08-23Took text insets into account when calculating maximum size ofnyamatongwe1-2/+3
2005-07-22Ensure DCs are emptied of non-stock, non-default objects before they arenyamatongwe1-1/+4
2005-06-27Changed list box maximum size calculation to take scroll bar width andnyamatongwe1-1/+3
2005-06-21Patch from Ben Harper enables autocompletion lists to display on anyamatongwe1-4/+14
2005-06-07Patch from Blair McGlashan fixes failure to display autocompletion listnyamatongwe1-1/+1
2005-06-02Tweaked autocompletion width a little so that it is more likely to fit allnyamatongwe1-5/+7
2005-05-27Fix crash with empty autocompletion argument.nyamatongwe1-1/+1
2005-03-25Patch from Blair McGlashan for autocompletion on Windows tonyamatongwe1-122/+639
2004-12-03Safest portion of patch from Régis Vaquette to allow compilationnyamatongwe1-6/+6
2004-03-29Patch from Robin Dunn to pass an extra flag down tonyamatongwe1-1/+2
2003-09-27Removed ListBox::Sort as always created in sorted order.nyamatongwe1-5/+0
2003-08-12Fixed display of pixmaps in autocompletion lists.nyamatongwe1-3/+3
2003-05-09Fixed problem when missing reverse arrow cursor resource meant cursor disappe...nyamatongwe1-1/+5
2003-04-18Changed Function* to simpler Function.nyamatongwe1-2/+2
2003-04-18Cast to allow recent gcc and Borland compilers to build.nyamatongwe1-1/+2
2003-04-18Patch from Simon to make ExternalLexer platform independent.nyamatongwe1-0/+30
2003-04-09Limit the number of characters in string arguments to text drawing andnyamatongwe1-16/+17
2003-04-06Avoid calling API before Window created.nyamatongwe1-2/+3
2003-04-06Move method for Rectangle class.nyamatongwe1-4/+7
2003-04-05Changes to allow calltips to be popup rather than child windows.nyamatongwe1-5/+14
2003-03-30Make IDC_HAND visible with old build environments.nyamatongwe1-0/+4