aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2011-08-12Added SCI_STYLESETSIZEFRACTIONAL, SCI_STYLESETWEIGHT, and SCI_SETTECHNOLOGY.nyamatongwe2-2/+36
2011-08-11Implement new APIs defined for technology choice on Windows.nyamatongwe2-44/+41
2011-08-11Implement new APIs defined for technology choice on Windows.nyamatongwe2-10/+9
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.nyamatongwe3-31/+50
2011-08-11Implemented parallel stacks for GDI and DirectWrite. GDI worksnyamatongwe5-122/+813
but DirectWrite does not draw well and eventuall crashes.
2011-08-10Implement 'technology' concept which will allow GDI and Direct2D/DirectWritenyamatongwe14-79/+177
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-08Fix tab positioning to make indent guides and tab characters align.nyamatongwe1-1/+1
2011-08-08Make compile in narrow mode.nyamatongwe1-1/+1
2011-08-07Add a new XYACCUMULATOR which is more precise than XYPOSITION fornyamatongwe2-4/+5
keeping track over long lines. Using typedefs rather than #defines so goes into namespace.
2011-08-07Autocompletion lists work with Direct2D.nyamatongwe1-20/+60
2011-08-07Match new argument types to Font::Create.nyamatongwe1-1/+1
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-07Implement fractional widths and range of weights for GTK+.nyamatongwe1-66/+66
2011-08-07Support a range of weights on Cocoa.nyamatongwe2-2/+3
2011-08-07Avoid warnings about unavailable warnings.nyamatongwe1-2/+2
2011-08-07Move scaling of font to pixels up into platform-independent code.nyamatongwe2-7/+5
2011-08-07Implement APIs for fractional font sizes and a range of weights.nyamatongwe9-55/+97
2011-08-03Merged with mainline.nyamatongwe4-14/+29
2011-08-03Fixed some warnings.nyamatongwe1-1/+2
2011-08-02Merged with Cocoa fractional widths.nyamatongwe1-1/+3
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-02Implemented floating point text positioning for Cocoa.nyamatongwe3-30/+36
2011-08-02Allow floating point text positioning.nyamatongwe5-78/+88
2011-08-01Experimental Direct2D and DirectWrite platform layer.nyamatongwe2-375/+627
2011-07-27Removed old nib directory as replaced with xib which works withnyamatongwe3-294/+0
Xcode 4.1.
2011-07-27Converting nib to xib for compatibility with newer tools.nyamatongwe2-10/+1367
2011-07-27Ran modernize project.nyamatongwe1-4/+5
2011-07-27Ran modernize.nyamatongwe1-5/+5
2011-07-27Ran modernize and it removed some archaic options and updated version numbers.nyamatongwe1-5/+5
2011-07-27Updated base SDK to 10.6.nyamatongwe1-2/+2
2011-07-26Full name.nyamatongwe1-1/+1
2011-07-26Updates for current state.nyamatongwe1-21/+2
2011-07-262.28 updates.nyamatongwe2-2/+2
2011-07-26Listing previous fix.nyamatongwe1-0/+4
2011-07-25Properly override background color when using alpha blended selections.Marko Njezic1-3/+5
Bug #3377116.
2011-07-26Listing previous fix.nyamatongwe1-0/+4
2011-07-25Switch to STL sort algorithm on MSVC. Feature #3376826.Marko Njezic1-7/+21
Changed remaining C style casts to C++ casts and added one missing cast.
2011-08-01Added tag rel-2-28 for changeset 265b4ffceb4anyamatongwe0-0/+0
2011-08-01Punctuation fix.rel-2-28nyamatongwe1-1/+1
2011-08-01Updated release date.nyamatongwe2-3/+3
2011-08-01Clarified keys on OS X.nyamatongwe1-3/+4
2011-07-25Properly set atLineStart depending on startPos. Bug #3377148.Marko Njezic1-1/+1
2011-07-26API availability.nyamatongwe1-2/+3
2011-07-26Adding change log for 2.28.nyamatongwe1-0/+85