| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2005-07-30 | Getting ready for release. | nyamatongwe | 2 | -32/+8 | |
| 2005-07-30 | Minor word order change. | nyamatongwe | 1 | -1/+1 | |
| 2005-07-29 | All of the chaged items for 1.65 should be in now. | nyamatongwe | 1 | -1/+83 | |
| 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-26 | Getting ready for 1.65. | nyamatongwe | 3 | -9/+25 | |
| 2005-07-22 | Patch from Steve Menard improves batch file lexing, recognizing more | nyamatongwe | 1 | -0/+1 | |
| builtin syntax. | |||||
| 2005-07-19 | Patch from Kamen Stanev allows <% inside PHP strings. | nyamatongwe | 1 | -0/+1 | |
| 2005-07-18 | RBR - make documented SC_SEL_* values match actually defined ones. | rdaneelolivaw | 1 | -4/+4 | |
| 2005-06-30 | Credit. | nyamatongwe | 1 | -0/+1 | |
| 2005-06-21 | Credit. | nyamatongwe | 1 | -0/+1 | |
| 2005-06-20 | Patch from Michael Goffioul to Lisp adds SYMBOL, SPECIAL, and MULTI_COMMENT | nyamatongwe | 1 | -0/+1 | |
| states and a second keyword set. | |||||
| 2005-06-06 | Updated release date. | nyamatongwe | 2 | -3/+3 | |
| 2005-06-06 | Removal of fold.comment.python. | nyamatongwe | 1 | -0/+3 | |
| 2005-06-04 | Checked mail since last release. | nyamatongwe | 1 | -0/+3 | |
| 2005-06-04 | Updated file sizes. | nyamatongwe | 1 | -1/+1 | |
| 2005-06-04 | Updated sizes. | nyamatongwe | 2 | -2/+3 | |
| 2005-06-04 | RBR - Added descriptions for the GetProperty* functions from Robert Roessler. | rdaneelolivaw | 1 | -1/+33 | |
| 2005-06-04 | Updating for 1.64 release. | nyamatongwe | 3 | -8/+101 | |
| 2005-05-27 | Support for CSound from Georg Ritter. | nyamatongwe | 1 | -0/+1 | |
| 2005-05-20 | Flagship / Clipper support from Randy Butler. | nyamatongwe | 1 | -0/+1 | |
| 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-05-02 | Credit. | nyamatongwe | 1 | -0/+1 | |
| 2005-04-13 | Support for Rebol by Pascal Hurni. | nyamatongwe | 1 | -0/+1 | |
| 2005-04-13 | Compressed with pngout. | nyamatongwe | 1 | -0/+0 | |
| 2005-04-12 | RBR - Reflect the addition of the SC_MARK_FULLRECT marker symbol. | rdaneelolivaw | 1 | -3/+4 | |
| 2005-04-12 | Added notepad++. | nyamatongwe | 1 | -0/+4 | |
| 2005-04-09 | TADS3 support from Michael Cartmell. | nyamatongwe | 1 | -0/+1 | |
| 2005-04-05 | Fixed spelling. | nyamatongwe | 1 | -1/+1 | |
| 2005-04-03 | Update on SCN_MODIFIED> | nyamatongwe | 1 | -4/+4 | |
| 2005-04-03 | 1.63 blurb. | nyamatongwe | 1 | -1/+3 | |
| 2005-04-03 | All elements in for 1.63. | nyamatongwe | 1 | -2/+21 | |
| 2005-04-02 | History modified. | nyamatongwe | 1 | -0/+154 | |
| 2005-04-01 | Updated sizes. | nyamatongwe | 1 | -2/+2 | |
| 2005-04-01 | Updated credit to use real name. | nyamatongwe | 1 | -1/+1 | |
| 2005-04-01 | Creadits and links for Japanese translater Suzumizaki Kimitaka. | nyamatongwe | 1 | -10/+11 | |
| 2005-04-01 | Added GTK+ specific encoding calls. | nyamatongwe | 1 | -0/+22 | |
| 2005-04-01 | Updating for version 1.63. | nyamatongwe | 3 | -9/+25 | |
| 2005-04-01 | Haskell lexer contributed by Tobias Engvall. | nyamatongwe | 1 | -0/+1 | |
| 2005-03-29 | Credit for Josepmaria Roca. | nyamatongwe | 1 | -0/+1 | |
| 2005-03-28 | Credit to Frank Wunderlich. | nyamatongwe | 1 | -0/+1 | |
| 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 | 2 | -19/+25 | |
| 2005-03-19 | Credits. Whitespace stripped fromline ends. | nyamatongwe | 1 | -26/+27 | |
| 2005-03-15 | Added Gubed. | nyamatongwe | 1 | -0/+4 | |
| 2005-03-12 | Credits. | nyamatongwe | 1 | -0/+1 | |
| 2005-03-12 | Fixed window style flags as described in Bug 1160718. | nyamatongwe | 1 | -1/+1 | |
