| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2007-02-04 | Patch from Chris Rickard adds get calls for many style settings. | nyamatongwe | 1 | -68/+101 | |
| 2007-01-24 | Set the modifiers field on the SCN_DOUBLECLICK notification so the ↵ | nyamatongwe | 1 | -1/+1 | |
| SCI_SHIFT, SCI_CTRL, and SCI_ALT bits may be set. | |||||
| 2007-01-15 | Added some key codes. | nyamatongwe | 1 | -3/+5 | |
| 2006-12-28 | Patch from Jason Haslam to optionally extend selection colour to left side when | nyamatongwe | 1 | -0/+6 | |
| end of line selected. | |||||
| 2006-10-17 | Armel Asselin contributed a feature that adds the flag SC_STARTACTION to | nyamatongwe | 1 | -6/+21 | |
| modification notifications where the modification is the first step of an undo transaction. This is used to synchronize with the container's undo stack. | |||||
| 2006-07-20 | Added line and position to SCN_DOUBLECLICK notification. | nyamatongwe | 1 | -3/+4 | |
| 2006-06-14 | Added Korean Johab 1361 to list of supported code pages on Windows and | nyamatongwe | 1 | -6/+9 | |
| clarified some aspects of internationalisation. | |||||
| 2006-06-13 | Clarification. | nyamatongwe | 1 | -1/+1 | |
| 2006-06-06 | Patch from RFE 1501054 by Greg Smith adds margin styles that fill with the | nyamatongwe | 1 | -3/+6 | |
| foreground of background of the default style. | |||||
| 2006-06-05 | Clarify code page. | nyamatongwe | 1 | -1/+3 | |
| 2006-05-28 | Increased number of margins to 5. | nyamatongwe | 1 | -5/+5 | |
| 2006-05-21 | Added translucency for selection and markers. | nyamatongwe | 1 | -0/+13 | |
| 2006-03-17 | Extra information for SCI_GETFIRSTVISIBLELINE. | nyamatongwe | 1 | -2/+2 | |
| Replaced extra </p>. | |||||
| 2006-03-08 | RBR - typo fix: value of INDIC_ROUNDBOX is 7 | rdaneelolivaw | 1 | -1/+1 | |
| 2006-02-27 | Typo. | nyamatongwe | 1 | -1/+1 | |
| 2006-02-26 | Translucency implementation for INDIC_ROUNDBOX and caret line. | nyamatongwe | 1 | -1/+30 | |
| 2006-02-04 | Modification from Greg Smith to allow setting text style attributes for | nyamatongwe | 1 | -14/+47 | |
| calltips as STYLE_CALLTIP and display calltips with tabs to align text. | |||||
| 2006-01-27 | Documented use of 0 as action for keys. | nyamatongwe | 1 | -1/+2 | |
| 2006-01-26 | SCI_GRABFOCUS works on Windows as well. | nyamatongwe | 1 | -2/+2 | |
| 2006-01-06 | Improved SCI_SETDOCPOINTER explanation. | nyamatongwe | 1 | -0/+1 | |
| 2006-01-04 | Added explanation of target range after replacement for #1395006. | nyamatongwe | 1 | -2/+6 | |
| 2006-01-04 | Moved SCI_MARKERDEFINEPIXMAP out from the middle of SCI_MARKERDEFINE | nyamatongwe | 1 | -12/+8 | |
| section to be after SCI_MARKERDEFINE section. Fixed typo. | |||||
| 2005-12-31 | More information on the line field of SCNotification. | nyamatongwe | 1 | -16/+16 | |
| 2005-11-25 | Mentioned that SCN_CHARADDED sent before that character | nyamatongwe | 1 | -1/+3 | |
| has been styled. | |||||
| 2005-11-23 | Fixed up type of SCI_AUTOCSETMAXHEIGHT / SCI_AUTOCGETMAXWIDTH. | nyamatongwe | 1 | -2/+2 | |
| 2005-11-15 | Removed extra end tags. | nyamatongwe | 1 | -2/+2 | |
| 2005-11-10 | Added selection duplicate command. | nyamatongwe | 1 | -0/+5 | |
| 2005-11-09 | Patch, mostly from Simon Steele, that converts new lines in | nyamatongwe | 1 | -5/+14 | |
| pasted text to match document. | |||||
| 2005-11-08 | Explained point of whitespace flag in folding. | nyamatongwe | 1 | -1/+3 | |
| 2005-11-01 | Changed type of id in scintilla_set_id to uptr_t to be compatible | nyamatongwe | 1 | -2/+2 | |
| with NotifyHeader in case of later move to allow pointers as IDs. | |||||
| 2005-11-01 | Documented GTK+ functions, message argument types and size | nyamatongwe | 1 | -8/+39 | |
| limits of control ID. | |||||
| 2005-10-30 | RBR - Added description for new SCI_MARKERADDSET message. | rdaneelolivaw | 1 | -1/+12 | |
| 2005-10-20 | Explanation about printing whole lines only. | nyamatongwe | 1 | -1/+1 | |
| 2005-10-14 | Added to SCI_GETCURLINE. | nyamatongwe | 1 | -2/+4 | |
| 2005-09-08 | Added parameter. | nyamatongwe | 1 | -1/+1 | |
| 2005-08-30 | Added StyleBitsNeeded property and implemented to return 5 for all lexers | nyamatongwe | 1 | -1/+10 | |
| except HTML, XML, ... (7) and Ruby (6). | |||||
| 2005-08-01 | RBR - update description of SCI_GETPROPERTYINT to match reality. | rdaneelolivaw | 1 | -4/+5 | |
| 2005-07-28 | Modified SCI_STYLESETCHARACTERSET for SC_CHARSET_CYRILLIC, | nyamatongwe | 1 | -4/+7 | |
| SC_CHARSET_RUSSIAN, and SC_CHARSET_8859_15. | |||||
| 2005-07-27 | RBR - update description of SCI_GETLINEENDPOSITION to match reality. | rdaneelolivaw | 1 | -7/+5 | |
| 2005-07-18 | RBR - make documented SC_SEL_* values match actually defined ones. | rdaneelolivaw | 1 | -4/+4 | |
| 2005-06-04 | RBR - Added descriptions for the GetProperty* functions from Robert Roessler. | rdaneelolivaw | 1 | -1/+33 | |
| 2005-05-07 | RBR - Added values and descriptions of SC_MULTISTEPUNDOREDO and ↵ | rdaneelolivaw | 1 | -6/+27 | |
| SC_MULTILINEUNDOREDO "modificationType" flags. | |||||
| 2005-05-04 | RBR - update SC_MULTISTEPUNDOREDO description to match actual behavior and ↵ | rdaneelolivaw | 1 | -1/+10 | |
| add "cautionary" paragraph to "Indicators" section. | |||||
| 2005-04-12 | RBR - Reflect the addition of the SC_MARK_FULLRECT marker symbol. | rdaneelolivaw | 1 | -3/+4 | |
| 2005-04-03 | Update on SCN_MODIFIED> | nyamatongwe | 1 | -4/+4 | |
| 2005-04-01 | Added GTK+ specific encoding calls. | nyamatongwe | 1 | -0/+22 | |
| 2005-03-28 | Corrected SCIINSERTTEXT which does not move the caret if it is at the | nyamatongwe | 1 | -2/+2 | |
| location of the insertion. | |||||
| 2005-03-25 | Patch from Franck Marcia implements sticky caret. | nyamatongwe | 1 | -20/+30 | |
| 2005-03-25 | Patch from Blair McGlashan for autocompletion on Windows to | nyamatongwe | 1 | -19/+40 | |
| * Set maximum width of list * set maximum height of list * better calculate width * use ellipsis when text is truncated to fit window * use popup window so it can extend past parent window * disallow resizing too small * draw to bottom edge when resized so last item not full line high * improve time to display by by 90% Minor tweaks by me to fix warnings, layout etc. | |||||
| 2005-03-20 | Patch from nissl in RFE 1164540 adds WrapCount method. | nyamatongwe | 1 | -19/+24 | |
