Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-29 | Bug #3494202. Fix blurry RGBA markers on Direct2D when centring caused | nyamatongwe | 1 | -4/+4 | |
fractional coordinates. | |||||
2011-12-13 | Allow fractional pixel size return. | nyamatongwe | 1 | -1/+1 | |
2011-11-17 | Include system header needed by VS2005 for ceil function. | nyamatongwe | 1 | -0/+1 | |
From Greg Smith. | |||||
2011-11-14 | Dont try to use Direct2D with very old versions of Visual C++ as it | nyamatongwe | 1 | -1/+1 | |
is unlikely to be available. | |||||
2011-11-14 | Removed warning suppression that had been included for Visual C++ 6.0. | nyamatongwe | 1 | -4/+0 | |
2011-11-07 | Switch to Unicode call when copying font to match font creation. | nyamatongwe | 1 | -2/+2 | |
2011-11-05 | Fix failure to draw Polygons. Bug #3433558. | nyamatongwe | 1 | -1/+6 | |
Was interpreting floating point values as integers. | |||||
2011-10-31 | When using GDI, make a copy of the font for use in autocompletions | nyamatongwe | 1 | -11/+14 | |
so it doesn't get deleted and so use the default font. | |||||
2011-09-25 | Palette support removed. | nyamatongwe | 1 | -169/+52 | |
2011-09-24 | Mingw32 doesn't have Direct2D or DirectWrite headers so turn off use | nyamatongwe | 1 | -4/+41 | |
of these libraries except when compiling with Visual C++. | |||||
2011-09-24 | Merged fractional text positioning branch. | nyamatongwe | 1 | -184/+1030 | |
2011-09-10 | Make compatible with VC98's version of the SDK. | nyamatongwe | 1 | -1/+1 | |
2011-09-09 | Merge with main repository. | nyamatongwe | 1 | -1/+31 | |
2011-09-04 | Autocompletion lists respond to mouse wheel events. Feature #3403600. | nyamatongwe | 1 | -1/+31 | |
From David Wolfendale. | |||||
2011-08-11 | Fix bugs in calltip and autocompletion with technology choice. | nyamatongwe | 1 | -42/+29 | |
Simplified Direct2D code. | |||||
2011-08-11 | Parallel stacks for GDI and DirectWrite works. | nyamatongwe | 1 | -15/+22 | |
2011-08-11 | Implemented parallel stacks for GDI and DirectWrite. GDI works | nyamatongwe | 1 | -100/+775 | |
but DirectWrite does not draw well and eventuall crashes. | |||||
2011-08-10 | Implement 'technology' concept which will allow GDI and Direct2D/DirectWrite | nyamatongwe | 1 | -38/+39 | |
to run at the same time for different windows and operations. | |||||
2011-08-10 | Implemented text quality parameter. | nyamatongwe | 1 | -5/+25 | |
2011-08-10 | Using safe sizes for ascent and descent which work for tallest characters. | nyamatongwe | 1 | -87/+37 | |
Fix HFONT conversion for use in autocompletion lists. | |||||
2011-08-08 | Removed old code. | nyamatongwe | 1 | -15/+0 | |
2011-08-08 | Make compile in narrow mode. | nyamatongwe | 1 | -1/+1 | |
2011-08-07 | Autocompletion lists work with Direct2D. | nyamatongwe | 1 | -20/+60 | |
2011-08-07 | Remove unused field. | nyamatongwe | 1 | -3/+0 | |
2011-08-07 | Dynamically loading Direct2D and DirectWrite at run time so can run on ↵ | nyamatongwe | 1 | -16/+35 | |
Windows XP. | |||||
2011-08-07 | Move scaling of font to pixels up into platform-independent code. | nyamatongwe | 1 | -5/+3 | |
2011-08-07 | Implement APIs for fractional font sizes and a range of weights. | nyamatongwe | 1 | -28/+29 | |
2011-08-03 | Fixed some warnings. | nyamatongwe | 1 | -1/+2 | |
2011-08-02 | Use SEMI_BOLD for bold as Segoe UI looks better at semi bold than bold. | nyamatongwe | 1 | -1/+3 | |
Allow fractional font sizes by multiplying by 1000. | |||||
2011-08-02 | Allow floating point text positioning. | nyamatongwe | 1 | -38/+43 | |
2011-08-01 | Experimental Direct2D and DirectWrite platform layer. | nyamatongwe | 1 | -363/+521 | |
2011-06-25 | Add casts to avoid warnings from SDK 64-bit compiler. | nyamatongwe | 1 | -4/+4 | |
2011-06-25 | Initial implementation of RGBA images. | nyamatongwe | 1 | -11/+63 | |
2011-06-10 | Windows headers are system headers so use angle brackets. | nyamatongwe | 1 | -1/+1 | |
2011-04-16 | Avoid bad text measurement with very long pieces of text. Bug #3286637. | nyamatongwe | 1 | -1/+2 | |
2011-02-26 | Fixed preprocessor macro name to fix bug #3192365. | nyamatongwe | 1 | -1/+1 | |
2010-12-29 | Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell. | nyamatongwe | 1 | -15/+46 | |
Instead of including a reverse arrow as a cursor resource in Scintilla, generate it by reversing the normal arrow cursor. | |||||
2010-11-10 | Remove support for Borland C++. | nyamatongwe | 1 | -1/+1 | |
Use a library for the lexers with MSVC to simplify SciTE makefile. | |||||
2010-10-06 | Fix for bug #3079778: Autocompletion list overlaps text when ↵ | nyamatongwe | 1 | -3/+3 | |
WS_EX_CLIENTEDGE used | |||||
2010-08-19 | Removed unused declaration. | nyamatongwe | 1 | -1/+0 | |
2010-07-14 | Visual C++ 98 has problems with MultiMon.h. | nyamatongwe | 1 | -1/+8 | |
Avoid including it for Visual C++ 98 and work around its absence. | |||||
2010-06-26 | Fix for bug #3017512 Autocomplete popup not working on secondary monitor | nyamatongwe | 1 | -22/+33 | |
to the left of primary. | |||||
2010-06-16 | For compatibility with TDM MingW64, undefine _WIN32_WINNT before defining it. | nyamatongwe | 1 | -1/+2 | |
2010-02-24 | Avoid casting warnings from GCC. | nyamatongwe | 1 | -24/+42 | |
2010-01-28 | Avoiding warnings from cppcheck. Mostly removing bodies of private copy | nyamatongwe | 1 | -2/+2 | |
constructors and operator=. Also ensuring initialisation for some fields, reducing scope where possible, and passing by const reference. | |||||
2009-12-13 | Fix for bug #2909699, NULL facename causes crash. | nyamatongwe | 1 | -1/+2 | |
2009-11-02 | Added setting for font quality to allow application to choose anti-aliased, | nyamatongwe | 1 | -16/+41 | |
non-anti-aliased or lcd-optimized text. | |||||
2009-07-12 | Since exception handling now turned on, do not check return value from new. | nyamatongwe | 1 | -25/+23 | |
2009-05-06 | First stage of Cocoa platform addition. | nyamatongwe | 1 | -38/+38 | |
Changed identifier id since this is a reserved word in Objective C. SCI_LEXER and SCI_NAMESPACE turned on automatically for OS X native compilation. | |||||
2009-05-03 | Turned on exceptions. | nyamatongwe | 1 | -40/+44 | |
Translate exceptions into status codes before leaving Scintilla. Pick up status codes in SciTE and throw a ScintillaFailure exception. SciTE on Windows catches ScintillaFailure, shows message and exits. |