| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2005-03-09 | Patch from Blair McGlashan to send a notification before accepting an ↵ | nyamatongwe | 1 | -7/+44 | |
| autocompletion. | |||||
| 2005-03-05 | A bit more detail on text field of SCNotification. | nyamatongwe | 1 | -3/+5 | |
| 2005-03-01 | Documenting asynchronicity of X clipboard. | nyamatongwe | 1 | -0/+4 | |
| 2005-02-16 | Fixed grammar of Wrap mode documentation. | nyamatongwe | 1 | -7/+11 | |
| 2005-02-10 | Patch from Suzumizaki-Kimitaka to add character wrap mode. | nyamatongwe | 1 | -3/+10 | |
| 2005-02-07 | Changed language from "forces" to "requests" because a | nyamatongwe | 1 | -1/+1 | |
| lexer may decide to defer styling. | |||||
| 2005-02-07 | Clarified SCN_KEY. | nyamatongwe | 1 | -2/+2 | |
| 2005-02-03 | Added argument to SCI_SETSELECTIONMODE. | nyamatongwe | 1 | -2/+2 | |
| 2004-10-05 | Code page information. | nyamatongwe | 1 | -0/+4 | |
| 2004-07-22 | New method SCI_FINDCOLUMN. | nyamatongwe | 1 | -0/+6 | |
| 2004-05-29 | More documentation of "fold" property. | nyamatongwe | 1 | -2/+4 | |
| 2004-05-25 | Fixed grammar error. | nyamatongwe | 1 | -1/+1 | |
| 2004-05-13 | Links to documents on container side lexer and folding. | nyamatongwe | 1 | -0/+4 | |
| 2004-04-27 | Continuation Marker feature from Hans Eckardt. | nyamatongwe | 1 | -0/+94 | |
| 2004-03-06 | Now passes the w3c validator. | nyamatongwe | 1 | -2/+2 | |
| 2004-03-06 | Fixing broken links. | nyamatongwe | 1 | -5/+5 | |
| 2004-02-29 | Patch from Bruce to return required allocation size when a NULL | nyamatongwe | 1 | -19/+25 | |
| pointer is used as a stringresult argument. | |||||
| 2004-01-21 | Implementation of Allocate. | nyamatongwe | 1 | -0/+5 | |
| 2004-01-08 | Typo. | nyamatongwe | 1 | -1/+1 | |
| 2003-12-14 | Added SCI_AUTOCGETCURRENT. | nyamatongwe | 1 | -1/+5 | |
| 2003-11-27 | Documented additions for 1.57. | nyamatongwe | 1 | -1/+34 | |
| 2003-11-18 | Typo fixed. | nyamatongwe | 1 | -1/+1 | |
| 2003-11-04 | SCI_SETCHARSDEFAULT and more clarification of SCI_SETWORDCHARS and | nyamatongwe | 1 | -5/+13 | |
| SCI_SETWHITESPACECHARS. | |||||
