| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2003-01-12 | Additions from Yukihiro Nakai to enable DBCS mode on GTK+. | nyamatongwe | 1 | -0/+1 | |
| DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+. | |||||
| 2003-01-10 | Added method to clear all registered images. | nyamatongwe | 1 | -0/+1 | |
| 2003-01-01 | Changed wrapped printing to be more similar to wrapped display. | nyamatongwe | 1 | -2/+2 | |
| 2003-01-01 | Fixed up line wrapped printing and added property to turn wrapping on or | nyamatongwe | 1 | -0/+2 | |
| off for printing. | |||||
| 2002-11-21 | Patch from Biswa to add icons to autocompletion lists. | nyamatongwe | 1 | -0/+1 | |
| 2002-11-17 | Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla. | nyamatongwe | 1 | -0/+1 | |
| This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved. | |||||
| 2002-11-08 | Patch to add fold level boxing from Wilhelm Pflueger. | nyamatongwe | 1 | -0/+10 | |
| 2002-10-10 | Fixed SC_CURSORWAIT to be 4 to correspond with enumeration in Platform.h. | nyamatongwe | 1 | -1/+1 | |
| 2002-10-08 | Added AppendText method. | nyamatongwe | 1 | -0/+1 | |
| Credit to Sergey. | |||||
| 2002-10-03 | Cleaned up pixmap marker code. | nyamatongwe | 1 | -0/+1 | |
| 2002-10-02 | PixMap marker support. | nyamatongwe | 1 | -0/+1 | |
| 2002-09-19 | Added mthod to turn off vertical scroll bar. | nyamatongwe | 1 | -0/+2 | |
| 2002-09-13 | Added ChooseCaretX. | nyamatongwe | 1 | -0/+1 | |
| 2002-08-07 | New markers called DOTDOTDOT and ARROWS for emulating Python prompts. | nyamatongwe | 1 | -0/+2 | |
| 2002-08-05 | Visible whitespace specifiable colours feature from Martin Alderson. | nyamatongwe | 1 | -0/+2 | |
| 2002-08-02 | Added keyboard commands to go to start and end of display lines. | nyamatongwe | 1 | -0/+4 | |
| 2002-07-11 | Patch from Philippe to improve caret policy. | nyamatongwe | 1 | -6/+11 | |
| 2002-06-19 | TextHeight feature contributed by Josh Wingstrom. | nyamatongwe | 1 | -2/+1 | |
| 2002-06-09 | Compatibility with 64 bit systems. | nyamatongwe | 1 | -1/+4 | |
| 2002-04-21 | Some Win64 compatibility and size_t correctness. | nyamatongwe | 1 | -0/+5 | |
| 2002-04-18 | Added enu (enumeration) and lex (lexer) feature types. Defined enumerations ↵ | nyamatongwe | 1 | -0/+2 | |
| and lexers. | |||||
| 2002-04-14 | Implemented endAtLastLine attribute which allows option of scrolling one | nyamatongwe | 1 | -0/+2 | |
| page below last document line. | |||||
| 2002-04-07 | Added ZOOM notification. Added TextWidth method to allow clients to ↵ | nyamatongwe | 1 | -0/+2 | |
| determine width of text items such as width needed for line numbers. | |||||
| 2002-04-04 | Change to horizontal scrolling to allow the assumed document width to be set. | nyamatongwe | 1 | -0/+2 | |
| 2002-02-28 | Line layout cache feature added. | nyamatongwe | 1 | -0/+6 | |
| 2002-02-16 | Success or failure returned from Scintilla intialisation and finalisation. | nyamatongwe | 1 | -2/+3 | |
| 2002-02-12 | Added clean up function for static callers. | nyamatongwe | 1 | -0/+1 | |
| 2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 1 | -1/+1 | |
| 2002-01-13 | Added option to autocompletion AutoCSetDropRestOfWord which removes any | nyamatongwe | 1 | -0/+2 | |
| word characters following an insertion made by auto-completion. Bundled the changes made by an autocompletion into one undo action. | |||||
| 2002-01-10 | SC_MASK_FOLDERS calculated in Scintilla.iface rather than Scintilla.h. | nyamatongwe | 1 | -7/+5 | |
| Removed use of arithmetic in Scintilla.iface for client programming languages that do not have the '|' operator. | |||||
| 2002-01-07 | Added prototype for Scintilla_LinkLexers which is the new name of | nyamatongwe | 1 | -0/+1 | |
| wxForceScintillaLexers. | |||||
| 2002-01-07 | Removed an ifdef that didn't add much. | nyamatongwe | 1 | -2/+0 | |
| 2001-12-20 | Added changeable attribute to styles that defaults to true. When it is | nyamatongwe | 1 | -0/+1 | |
| false, text in this style is read only. | |||||
| 2001-12-19 | Wrapping supported. | nyamatongwe | 1 | -0/+4 | |
| 2001-12-19 | Patch from Philippe to show control characters as a particular character | nyamatongwe | 1 | -2/+4 | |
| rather than as the default blobs. | |||||
| 2001-11-16 | Added DeleteBackNotLine command. | nyamatongwe | 1 | -0/+1 | |
| 2001-11-08 | Added methods for finding the start and end of words. | nyamatongwe | 1 | -0/+2 | |
| 2001-11-01 | Moved position of SC_MARK_BACKGROUND in file and renumbered to be in | nyamatongwe | 1 | -1/+1 | |
| sequence. | |||||
| 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-10-13 | Deprecated SCN_CHECKBRACE and SCN_POSCHANGED. | nyamatongwe | 1 | -2/+3 | |
| 2001-10-06 | Changed multi-line definition to be on one line to avoid compiler problems. | nyamatongwe | 1 | -7/+2 | |
| 2001-10-02 | Patch from Mark to make the x offset accessible through the API. | nyamatongwe | 1 | -0/+2 | |
| 2001-09-24 | Patch from Stephan for the SC_MARK_BACKGROUND marker. | nyamatongwe | 1 | -0/+1 | |
| 2001-09-14 | Addition of more SGML styles from Steve. | nyamatongwe | 1 | -0/+1 | |
| 2001-09-07 | Marker can be any character. | nyamatongwe | 1 | -0/+1 | |
| 2001-09-01 | Using new SelectionText type to handle text that is the subject of copy, | nyamatongwe | 1 | -12/+1 | |
| cut, paste and drag operations. Mouse wheel scrolling moved into platform subclasses. Macro support always included so MACRO_SUPPORT definition and use removed. Allowing menu popup moved from Editor to ScintillaBase. | |||||
| 2001-08-17 | Separate out the enforcement of the visibilty policy by having both an | nyamatongwe | 1 | -0/+1 | |
| EnsureVisible method and an EnsureVisibleEnforcePolicy method. | |||||
| 2001-08-17 | Deprecated SCFIND_DOWN as reverse searching is performed by inverting start | nyamatongwe | 1 | -1/+0 | |
| and end of range. Removed out of date comment about SCFIND_REGEXP. | |||||
| 2001-08-10 | Added PositionFromLocationClose which returns the position in the document | nyamatongwe | 1 | -0/+1 | |
| of a pixel location in the window but returns INVALID_POSITION if the location is outside the text area or not near text. Improvements to mouse dwell to make it only trigger when the mouse is up, use PositionFromLocationClose to calculate the position parameter, and send a dwell end if the user types. | |||||
| 2001-08-08 | Patch from Philippe to make the display jump more when the caret reaches | nyamatongwe | 1 | -0/+1 | |
| a margin. This is chosen with the CARET_XJUMPS flag. | |||||
