Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-15 | Add SCI_STYLESETSTRETCH to support condensed and expanded text styles. | Neil | 1 | -0/+1 | |
2022-10-04 | Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION to | Ferdinand Oeinck | 1 | -0/+1 | |
make it easier to edit around invisible text. This also allows representing long lexemes with a single character to provide a summarized view. | |||||
2021-09-28 | Fix bad layout of monospace text on Cocoa by adding separate field | Neil | 1 | -0/+1 | |
monospaceCharacterWidth for width of monospaced characters. | |||||
2021-09-15 | Document lifetime of FontSpecification::fontName. | Neil | 1 | -0/+1 | |
2021-09-12 | Make negative settings for extra ascent and descent safer by ensuring calculated | Neil | 1 | -2/+2 | |
ascent and thus line height is at least 1 pixel. Allow 1 point font minimum instead of 2 as this may help with document maps. Document negative extra ascent and descent. Use XYPOSITION for ascent and descent for more coherent types and fewer casts but floor the values when retrieving from Surface so behaviour is unchanged. | |||||
2021-08-31 | Simplify Style types FontSpecification, FontMeasurements, Style, FontRealised. | Neil | 1 | -32/+14 | |
Rely on shared_ptr and use standard copying where possible. Check extraFontFlag and checkMonospaced for FontSpecification comparisons. | |||||
2021-07-31 | Implement StyleSetCheckMonospaced. | Neil | 1 | -0/+2 | |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -10/+10 | |
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal. | |||||
2021-05-22 | Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedef | Neil | 1 | -3/+3 | |
will be published in externally visible header. | |||||
2021-04-25 | Feature [feature-requests:#1402]. Unify colour type with ColourAlpha. | Neil | 1 | -3/+3 | |
Change ColourDesired to ColourAlpha in styles. Remove ColourDesired. | |||||
2021-03-19 | Switch enum to enum class. | Neil | 1 | -3/+3 | |
2021-03-17 | Change Font to an interface and stop using FontID. Fonts are shared and | Neil | 1 | -16/+2 | |
reference counted using std::shared_ptr. This optimizes memory and reduces potential for allocation bugs. | |||||
2020-09-18 | Fix building with Xcode 12 by defining move constructors for FontAlias, Style, | Neil | 1 | -3/+3 | |
and PositionCacheEntry. | |||||
2020-04-07 | Use noexcept and const where possible. | Neil | 1 | -5/+5 | |
2019-01-15 | Fix use of "0" for nulls and mark methods "noexcept" where simple. | Neil | 1 | -10/+10 | |
2018-05-18 | Can use const now that Font::GetID is const. | Neil | 1 | -1/+1 | |
2018-05-14 | Replace 0 with nullptr. | Neil | 1 | -1/+1 | |
2018-04-28 | Delete standard functions on classes where there could be attempts to copy. | Neil | 1 | -1/+5 | |
2018-04-28 | Rename method to avoid confusion between base and derived classes. | Neil | 1 | -1/+1 | |
2018-04-14 | Make some changes recommended by clang-tidy. | Neil Hodgson | 1 | -1/+1 | |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 | |
interfaces ILexer4 and IDocument. | |||||
2017-04-19 | Use =delete for unwanted functions. | Neil | 1 | -2/+2 | |
2017-04-12 | For speed, store height of capital letters in FontMeasurements so not | Neil | 1 | -0/+1 | |
recalculated for every character blob. | |||||
2017-04-09 | Modernise ViewStyle with vector, unique_ptr, any_of, and method deletion. | Neil | 1 | -2/+2 | |
2015-06-30 | Added SC_CASE_CAMEL to the case mode style attribute. | Neil | 1 | -1/+1 | |
2014-06-23 | Updated comment to match change 5151. | Neil | 1 | -1/+1 | |
2014-06-22 | Drawing and measuring should not change ViewStyle which is set by the container | Neil | 1 | -1/+1 | |
so mark ViewStyle parameters as const. Provide a FontAlias copy constructor and use it to work around non-const Font arguments to Surface when sourced from const ViewStyle. | |||||
2013-05-02 | Replacing raw pointers and allocations with std::vector and std::map. | nyamatongwe | 1 | -2/+3 | |
2012-03-03 | Remove unused variables. Bug #3494744. From Marko Njezic. | nyamatongwe | 1 | -2/+0 | |
2012-03-01 | Bug #3494492. Change aveCharWidth in FontMeasurements to actually store | nyamatongwe | 1 | -1/+1 | |
fractional width. This change complements change set 3994. Make WidthText() and AverageCharWidth() actually return fractional widths under Direct2D. From Marko Njezic. | |||||
2011-12-13 | Allow non-integral space width. From Jason Haslam. | nyamatongwe | 1 | -1/+1 | |
2011-09-25 | Palette support removed. | nyamatongwe | 1 | -2/+2 | |
2011-08-07 | Implement APIs for fractional font sizes and a range of weights. | nyamatongwe | 1 | -4/+4 | |
2011-03-30 | Encapsulate the aliasing of Font IDs. | nyamatongwe | 1 | -0/+1 | |
2011-03-30 | Optimize font use by only allocating platform font resources for unique fonts | nyamatongwe | 1 | -17/+44 | |
and using aliases of these in the Style objects. Font measurement is also performed once for each unique font and the results copied into each style. No change is needed in callers. On PLAT_WX, the font ascent is cached in the Font object when Ascent is called but this is not copied into the aliases as ascent is protected. Therefore the code that copies the FontID into the alias also calls Ascent to ensure the ascent value is cached. | |||||
2010-04-30 | Made compatible with clang. | nyamatongwe | 1 | -1/+1 | |
2009-11-02 | Added setting for font quality to allow application to choose anti-aliased, | nyamatongwe | 1 | -1/+1 | |
non-anti-aliased or lcd-optimized text. | |||||
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+8 | |
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable | |||||
2004-03-29 | Patch from Robin Dunn to pass an extra flag down to | nyamatongwe | 1 | -3/+3 | |
font rendering to allow a platform-specific tweak. | |||||
2003-03-20 | Patch from Simon Steele to implement the hotspot style and associated | nyamatongwe | 1 | -1/+2 | |
notifications. | |||||
2003-02-09 | Protected style fixed in several ways. | nyamatongwe | 1 | -1/+1 | |
Method to determine cheaply if protection turned on at all. Caret movement doesn't skip over text outside protected range. Methods for deciding if a range or the selection contains protected text. Several deletion commands perform no action if they would delete protected text. Two phase drawing no longer draws invisible text. | |||||
2001-12-20 | Added changeable attribute to styles that defaults to true. When it is | nyamatongwe | 1 | -1/+4 | |
false, text in this style is read only. | |||||
2001-10-28 | Removed platform-specific headers from Platform.h and thus stopped | nyamatongwe | 1 | -1/+1 | |
visibility of these headers to most code. | |||||
2001-05-22 | Support for forced upper and lower case styles. | nyamatongwe | 1 | -1/+5 | |
2001-04-10 | Calltip size fixing and listbox border tweaking. | nyamatongwe | 1 | -4/+5 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -1/+5 | |
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
2000-08-16 | Invisible text. | nyamatongwe | 1 | -1/+2 | |
Fixes to ensure long lines do not overflow buffers. | |||||
2000-05-15 | Support for different character sets for each style. | nyamatongwe | 1 | -1/+2 | |
2000-05-10 | Added underline attribute to styles. | nyamatongwe | 1 | -1/+2 | |
Added diagonal and strike-through indicators. |