aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
AgeCommit message (Collapse)AuthorFilesLines
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
2011-06-25Initial implementation of RGBA images.nyamatongwe2-11/+64
2011-06-18Preparing for version 2.27.nyamatongwe1-4/+4
2011-06-13Added Identifier property.nyamatongwe1-17/+28
2011-06-10Windows headers are system headers so use angle brackets.nyamatongwe1-1/+1
2011-05-21Updates for 2.26.nyamatongwe1-4/+4
2011-04-16Avoid bad text measurement with very long pieces of text. Bug #3286637.nyamatongwe1-1/+2
2011-03-17Updating for version 2.25.nyamatongwe1-4/+4
2011-02-26Fixed preprocessor macro name to fix bug #3192365.nyamatongwe1-1/+1
2011-02-07Removed obsolete Borland code.nyamatongwe1-51/+5
2011-02-07Lexer for Modula 2/3. From Dariusz Knoci?ski. Feature #3173374.nyamatongwe2-0/+6
2011-02-01Updating version number for 2.24 release.nyamatongwe1-5/+5
2011-01-17Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN.jrxx1-1/+1
2011-01-03Right click cancels autocompletion and sets focus. Bug #3144531.nyamatongwe1-1/+4
2010-12-29Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell.nyamatongwe8-31/+50
Instead of including a reverse arrow as a cursor resource in Scintilla, generate it by reversing the normal arrow cursor.
2010-12-14NUL terminate strings for characters typed. Helps receivers of SCN_MACRORECORD.nyamatongwe1-0/+1
2010-12-11Make multiple selection multi-paste work when multi-type is off. Bug #3126221.nyamatongwe1-1/+1
2010-12-04Dropping Borland support.nyamatongwe1-2/+0
2010-12-04Updates for 2.23.nyamatongwe1-4/+4
2010-11-10Use batch rules to build 25% faster.nyamatongwe1-8/+8
2010-11-10Remove support for Borland C++.nyamatongwe3-56/+12
Use a library for the lexers with MSVC to simplify SciTE makefile.
2010-11-06Lexer for Motorola 68000 assembler.nyamatongwe2-0/+6
2010-10-22Updates for 2.22 release.nyamatongwe1-4/+4