aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Style.h
AgeCommit message (Expand)AuthorFilesLines
2024-08-15Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.Neil1-0/+1
2022-10-04Feature [feature-requests:#1453] Added SCI_STYLESETINVISIBLEREPRESENTATION toFerdinand Oeinck1-0/+1
2021-09-28Fix bad layout of monospace text on Cocoa by adding separate fieldNeil1-0/+1
2021-09-15Document lifetime of FontSpecification::fontName.Neil1-0/+1
2021-09-12Make negative settings for extra ascent and descent safer by ensuring calculatedNeil1-2/+2
2021-08-31Simplify Style types FontSpecification, FontMeasurements, Style, FontRealised.Neil1-32/+14
2021-07-31Implement StyleSetCheckMonospaced.Neil1-0/+2
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-10/+10
2021-05-22Rename ColourAlpha to ColourRGBA to avoid clashes when a ColourAlpha typedefNeil1-3/+3
2021-04-25Feature [feature-requests:#1402]. Unify colour type with ColourAlpha.Neil1-3/+3
2021-03-19Switch enum to enum class.Neil1-3/+3
2021-03-17Change Font to an interface and stop using FontID. Fonts are shared andNeil1-16/+2
2020-09-18Fix building with Xcode 12 by defining move constructors for FontAlias, Style,Neil1-3/+3
2020-04-07Use noexcept and const where possible.Neil1-5/+5
2019-01-15Fix use of "0" for nulls and mark methods "noexcept" where simple.Neil1-10/+10
2018-05-18Can use const now that Font::GetID is const.Neil1-1/+1
2018-05-14Replace 0 with nullptr.Neil1-1/+1
2018-04-28Delete standard functions on classes where there could be attempts to copy.Neil1-1/+5
2018-04-28Rename method to avoid confusion between base and derived classes.Neil1-1/+1
2018-04-14Make some changes recommended by clang-tidy.Neil Hodgson1-1/+1
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
2017-04-19Use =delete for unwanted functions.Neil1-2/+2
2017-04-12For speed, store height of capital letters in FontMeasurements so notNeil1-0/+1
2017-04-09Modernise ViewStyle with vector, unique_ptr, any_of, and method deletion.Neil1-2/+2
2015-06-30Added SC_CASE_CAMEL to the case mode style attribute.Neil1-1/+1
2014-06-23Updated comment to match change 5151.Neil1-1/+1
2014-06-22Drawing and measuring should not change ViewStyle which is set by the containerNeil1-1/+1
2013-05-02Replacing raw pointers and allocations with std::vector and std::map.nyamatongwe1-2/+3
2012-03-03Remove unused variables. Bug #3494744. From Marko Njezic.nyamatongwe1-2/+0
2012-03-01Bug #3494492. Change aveCharWidth in FontMeasurements to actually storenyamatongwe1-1/+1
2011-12-13Allow non-integral space width. From Jason Haslam.nyamatongwe1-1/+1
2011-09-25Palette support removed.nyamatongwe1-2/+2
2011-08-07Implement APIs for fractional font sizes and a range of weights.nyamatongwe1-4/+4
2011-03-30Encapsulate the aliasing of Font IDs.nyamatongwe1-0/+1
2011-03-30Optimize font use by only allocating platform font resources for unique fontsnyamatongwe1-17/+44
2010-04-30Made compatible with clang.nyamatongwe1-1/+1
2009-11-02Added setting for font quality to allow application to choose anti-aliased,nyamatongwe1-1/+1
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+8
2004-03-29Patch from Robin Dunn to pass an extra flag down tonyamatongwe1-3/+3
2003-03-20Patch from Simon Steele to implement the hotspot style and associatednyamatongwe1-1/+2
2003-02-09Protected style fixed in several ways.nyamatongwe1-1/+1
2001-12-20Added changeable attribute to styles that defaults to true. When it isnyamatongwe1-1/+4
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe1-1/+1
2001-05-22Support for forced upper and lower case styles.nyamatongwe1-1/+5
2001-04-10Calltip size fixing and listbox border tweaking.nyamatongwe1-4/+5
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+5
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-08-16Invisible text.nyamatongwe1-1/+2
2000-05-15Support for different character sets for each style.nyamatongwe1-1/+2
2000-05-10Added underline attribute to styles.nyamatongwe1-1/+2