Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-22 | Added SCE_H_VALUE. | nyamatongwe | 1 | -0/+1 | |
2000-08-22 | Added SCE_H_VALUE class for HTML for unquoted values. | nyamatongwe | 4 | -8/+47 | |
2000-08-21 | Merging patches from Ferda and Jan. | nyamatongwe | 7 | -55/+147 | |
Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface. | |||||
2000-08-18 | Added in most of Ferdinand Prantl's changes except for regular expression | nyamatongwe | 14 | -36/+221 | |
search. Some bits not quite done as well. | |||||
2000-08-16 | Invisible text. | nyamatongwe | 2 | -0/+5 | |
Fixes to ensure long lines do not overflow buffers. | |||||
2000-08-16 | Invisible text. | nyamatongwe | 6 | -370/+423 | |
Fixes to ensure long lines do not overflow buffers. | |||||
2000-08-03 | Fixes from Philippe for preprocessor and HTML comments and one from Steve | nyamatongwe | 3 | -24/+39 | |
for HTML comments. | |||||
2000-08-02 | Couple of typos found by Philippe. | nyamatongwe | 1 | -2/+2 | |
2000-07-31 | Added to TODO list. | nyamatongwe | 1 | -1/+11 | |
2000-07-29 | Patch to PHP lexer to handle multiple line strings. | nyamatongwe | 1 | -9/+9 | |
2000-07-26 | Updated for modular properties files.rel-1-30 | nyamatongwe | 1 | -0/+1 | |
2000-07-26 | Updated download sizes. | nyamatongwe | 1 | -1/+1 | |
2000-07-26 | Ensured all messages are documented. | nyamatongwe | 1 | -1/+29 | |
2000-07-26 | Updated download size. | nyamatongwe | 1 | -1/+1 | |
2000-07-26 | Avoided warning on GTK+ because DBCS not supported. | nyamatongwe | 1 | -6/+7 | |
2000-07-26 | Updated downloads to refer to 1.30. | nyamatongwe | 1 | -4/+4 | |
2000-07-26 | Updated for 1.30. | nyamatongwe | 2 | -49/+30 | |
2000-07-26 | Added history entry for 1.30. | nyamatongwe | 2 | -3/+61 | |
Included Ralf's soft tab patch. | |||||
2000-07-25 | Updated version number to 1.30. | nyamatongwe | 1 | -4/+4 | |
2000-07-24 | Updated documentation for removal of WM_* and EM_* and addition of | nyamatongwe | 1 | -58/+115 | |
direct features. | |||||
2000-07-24 | Updated lexer state list. | nyamatongwe | 2 | -5/+45 | |
Added key codes and other constants to .iface. | |||||
2000-07-24 | Renumbered constants and added new messages to Scintilla.iface. | nyamatongwe | 2 | -43/+160 | |
2000-07-24 | Added SCI_CANPASTE. | nyamatongwe | 1 | -0/+1 | |
2000-07-23 | Changed SCI_POSITIONFROMPOINT to take x,y parameters rather than a pointer | nyamatongwe | 1 | -6/+2 | |
to a POINT structure. | |||||
2000-07-22 | Converting key codes to SCK_* values on input so they can be handled in a | nyamatongwe | 1 | -9/+34 | |
cross platform way. | |||||
2000-07-22 | Changed key codes to not overlap printing keys. | nyamatongwe | 4 | -27/+34 | |
Mved the #ifs around DBCS support to avoid warnings on GTK+. | |||||
2000-07-22 | Moved structures used by API into Scintilla.h and made cross-platform. | nyamatongwe | 1 | -1/+11 | |
2000-07-22 | Updates to make new API work on both GTK+ and Win32. | nyamatongwe | 7 | -26/+45 | |
2000-07-21 | Added SCI_GETDIRECTFUNCTION and SCI_GETDIRECTPOINTER to remove Windows | nyamatongwe | 2 | -0/+16 | |
SendMessage intermediary code between client and Scintilla. | |||||
2000-07-21 | Provide alternative symbols for all features defined in WinDefs.h to allow | nyamatongwe | 12 | -182/+396 | |
for eventual removal of WinDefs.h. | |||||
2000-07-19 | Updated to 1.29. | nyamatongwe | 1 | -4/+4 | |
2000-07-19 | Speed ups by Steve. | nyamatongwe | 1 | -24/+28 | |
2000-07-19 | More Steve updates - allows folding of embedded Python. | nyamatongwe | 1 | -26/+76 | |
2000-07-18 | Updates from Steve to make Python strings and incremental styling work. | nyamatongwe | 1 | -3/+21 | |
2000-07-18 | Added functions to clear all styling and contraction. | nyamatongwe | 10 | -660/+262 | |
2000-07-15 | Fixed problem with CancelModes killing drag and drop by setting empty | nyamatongwe | 4 | -6/+10 | |
selection. On GTK+ double click GTK+ events are ignored as this led to prblems in primary selection code. | |||||
2000-07-14 | Added SCI_POSITIONFROMPOINT. | nyamatongwe | 1 | -0/+1 | |
2000-07-14 | Added PositionFromPoint API function. | nyamatongwe | 3 | -0/+12 | |
2000-07-13 | Showing selection in grey when its not the primary selection on GTK+. | nyamatongwe | 5 | -4/+22 | |
2000-07-13 | Added John's selection unclaiming code. | nyamatongwe | 1 | -0/+16 | |
2000-07-12 | Fixed stray "\". | nyamatongwe | 1 | -1/+1 | |
2000-07-12 | Added John's change to button 2 actions. | nyamatongwe | 1 | -28/+43 | |
2000-07-12 | Fixed up infinite resize. | nyamatongwe | 2 | -9/+16 | |
Made GTK+ version ListBox responsive to font choice when finding good size. | |||||
2000-07-12 | Added John's autocompletion changes and fiddled to make autocompletion list | nyamatongwe | 9 | -26/+133 | |
size better. | |||||
2000-07-12 | Autocompletion cancel at start position available to API. | nyamatongwe | 4 | -1/+17 | |
Inverted default value to be compatible with older code. | |||||
2000-07-12 | John's changes to autocompletion. | nyamatongwe | 4 | -9/+21 | |
2000-07-10 | Removed documentation or old features that have been removed. | nyamatongwe | 1 | -19/+0 | |
2000-07-10 | Dropped template as only ever instantiated for int and this allows | nyamatongwe | 2 | -10/+9 | |
Scintilla to be template free. | |||||
2000-07-10 | Moved EntryMemory from Scintilla to SciTE as it is only used there. | nyamatongwe | 1 | -33/+0 | |
2000-07-08 | Included Steve Lhomme's PHP updates for the HTML lexer. | nyamatongwe | 2 | -210/+543 | |