aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Style.h
AgeCommit message (Collapse)AuthorFilesLines
2009-11-02Added setting for font quality to allow application to choose anti-aliased,nyamatongwe1-1/+1
non-anti-aliased or lcd-optimized text.
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-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-29Patch from Robin Dunn to pass an extra flag down tonyamatongwe1-3/+3
font rendering to allow a platform-specific tweak.
2003-03-20Patch from Simon Steele to implement the hotspot style and associatednyamatongwe1-1/+2
notifications.
2003-02-09Protected style fixed in several ways.nyamatongwe1-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-20Added changeable attribute to styles that defaults to true. When it isnyamatongwe1-1/+4
false, text in this style is read only.
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe1-1/+1
visibility of these headers to most code.
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
Fixes to ensure long lines do not overflow buffers.
2000-05-15Support for different character sets for each style.nyamatongwe1-1/+2
2000-05-10Added underline attribute to styles.nyamatongwe1-1/+2
Added diagonal and strike-through indicators.
2000-04-07Changing code to ensure no warnings are produced by compilers.nyamatongwe1-0/+1
2000-03-08Initial revisionnyamatongwe1-0/+39