aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
2012-01-24Fix a bug where the selection margin was black when starting in wrap mode.nyamatongwe1-0/+3
2012-01-23Lexer for AviSynth from Bruno Barbieri. Feature #3475611.nyamatongwe2-0/+6
2011-12-30Returned to paint handling from before cange set 3983 as this change failednyamatongwe1-21/+18
to always draw the tab bar and output pane in SciTE.
2011-12-22Avoid BeginPaint/EndPaint for Direct2D as that draws more reliably withnyamatongwe1-18/+21
less corruption.
2011-12-22Lexer for the Take Command / TCC scripting language. Feature #3462462.nyamatongwe2-0/+6
From Rex Conn.
2011-12-13Allow fractional pixel size return.nyamatongwe1-1/+1
2011-12-01Updated version numbers.nyamatongwe1-4/+4
2011-11-29Feature #3436256. Lexer for CoffeeScript from Eric Promislownyamatongwe2-0/+6
of ActiveState.
2011-11-26Defer dropping the render target until after painting has finished tonyamatongwe1-1/+13
avoid accessing a released render target.
2011-11-17::GetCursorPos failure with screen saver handled. Bug #3438780.nyamatongwe1-10/+11
From Thomas Linder Puls.
2011-11-17Include system header needed by VS2005 for ceil function.nyamatongwe1-0/+1
From Greg Smith.
2011-11-14Dont try to use Direct2D with very old versions of Visual C++ as itnyamatongwe2-2/+2
is unlikely to be available.
2011-11-14Removed warning suppression that had been included for Visual C++ 6.0.nyamatongwe1-4/+0
2011-11-13Preparing for 3.0.1 release.nyamatongwe1-4/+4
2011-11-07Switch to Unicode call when copying font to match font creation.nyamatongwe1-2/+2
2011-11-07Fix size of font in IME.nyamatongwe1-1/+1
2011-11-05Fix failure to draw Polygons. Bug #3433558.nyamatongwe1-1/+6
Was interpreting floating point values as integers.
2011-10-31When using GDI, make a copy of the font for use in autocompletionsnyamatongwe1-11/+14
so it doesn't get deleted and so use the default font.
2011-10-27Updates for version 3.0.0.nyamatongwe1-4/+4
2011-10-10Removing -Wno-strict-overflow as gcc no longer produces uselessnyamatongwe1-1/+1
overflow warnings.
2011-10-10Fix build problems with Mingw gcc 4.6.1.nyamatongwe1-2/+2
The -mno-cygwin and --relocatable options are no longer supported.
2011-09-25Palette support removed.nyamatongwe2-202/+52
2011-09-25Allow choice of D2D on compiler command line.nyamatongwe1-1/+1
2011-09-24Mingw32 doesn't have Direct2D or DirectWrite headers so turn off usenyamatongwe3-4/+74
of these libraries except when compiling with Visual C++.
2011-09-24Merged fractional text positioning branch.nyamatongwe3-218/+1189
2011-09-10Make compatible with VC98's version of the SDK.nyamatongwe1-1/+1
2011-09-09Merge with main repository.nyamatongwe3-5/+42
2011-09-06Updating for 2.29 release.nyamatongwe1-4/+4
2011-09-04Autocompletion lists respond to mouse wheel events. Feature #3403600.nyamatongwe2-1/+38
From David Wolfendale.
2011-08-11Fix bugs in calltip and autocompletion with technology choice.nyamatongwe2-51/+43
Simplified Direct2D code.
2011-08-11Parallel stacks for GDI and DirectWrite works.nyamatongwe2-30/+49
2011-08-11Implemented parallel stacks for GDI and DirectWrite. GDI worksnyamatongwe2-120/+808
but DirectWrite does not draw well and eventuall crashes.
2011-08-10Implement 'technology' concept which will allow GDI and Direct2D/DirectWritenyamatongwe2-39/+50
to run at the same time for different windows and operations.
2011-08-10Implemented text quality parameter.nyamatongwe1-5/+25
2011-08-10Using safe sizes for ascent and descent which work for tallest characters.nyamatongwe1-87/+37
Fix HFONT conversion for use in autocompletion lists.
2011-08-08Removed old code.nyamatongwe1-15/+0
2011-08-08Make compile in narrow mode.nyamatongwe1-1/+1
2011-08-07Autocompletion lists work with Direct2D.nyamatongwe1-20/+60
2011-08-07Ensure deallocation.nyamatongwe1-0/+1
2011-08-07Remove unused field.nyamatongwe1-3/+0
2011-08-07Dynamically loading Direct2D and DirectWrite at run time so can run on ↵nyamatongwe3-42/+51
Windows XP.
2011-08-07Move scaling of font to pixels up into platform-independent code.nyamatongwe1-5/+3
2011-08-07Implement APIs for fractional font sizes and a range of weights.nyamatongwe2-32/+33
2011-08-03Fixed some warnings.nyamatongwe1-1/+2
2011-08-02Use SEMI_BOLD for bold as Segoe UI looks better at semi bold than bold.nyamatongwe1-1/+3
Allow fractional font sizes by multiplying by 1000.
2011-08-02Allow floating point text positioning.nyamatongwe1-38/+43
2011-08-01Experimental Direct2D and DirectWrite platform layer.nyamatongwe2-375/+627
2011-07-25Updating for version 2.28.nyamatongwe1-4/+4
2011-06-25Add casts to avoid warnings from SDK 64-bit compiler.nyamatongwe2-21/+33
2011-06-25Fixed dependency.nyamatongwe1-1/+1