Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-06-28 | Changed maximum number of bits allocated to styles to be 7 rather than 6.rel-1-28 | nyamatongwe | 1 | -1/+1 | |
2000-06-28 | Fixed SetCaretFore to be a set rather than a fun. | nyamatongwe | 1 | -1/+1 | |
2000-06-27 | Explanations of builing and installing. | nyamatongwe | 3 | -13/+42 | |
Explanations of new properties files locations and names. | |||||
2000-06-27 | Updated to 1.28. | nyamatongwe | 4 | -11/+34 | |
2000-06-25 | Removed winmm library. | nyamatongwe | 1 | -1/+1 | |
2000-06-24 | Fixed crash in indentation guides when indent size is 0. | nyamatongwe | 1 | -0/+2 | |
2000-06-24 | Added methods for getting and setting the start and end of the selection.rel-1-27 | nyamatongwe | 4 | -5/+49 | |
2000-06-24 | Removed winmm library from build as this slows start a lot for some | nyamatongwe | 1 | -1/+1 | |
machines. | |||||
2000-06-23 | Turned off tracing. | nyamatongwe | 1 | -1/+1 | |
2000-06-23 | Updated version number to 1.27. | nyamatongwe | 5 | -12/+47 | |
2000-06-23 | Added Alt+BackSpace as synonym for Undo. | nyamatongwe | 1 | -0/+1 | |
2000-06-22 | Caret stability when adding or deleting characters. | nyamatongwe | 3 | -3/+7 | |
Caret redisplayed when focus in on GTK+. Fixed whitespace visible after indentation option. | |||||
2000-06-22 | Started on update for 1.27. | nyamatongwe | 1 | -0/+19 | |
2000-06-22 | Fixed tests for view whitespace to be the right way around. | nyamatongwe | 1 | -2/+2 | |
2000-06-22 | Removed deprecated APIs. | nyamatongwe | 8 | -107/+81 | |
Added gets to match sets for UndoCollection, BufferedDraw, CodePage, UsePalette, ReadOnly, CaretFore, and ModEventMask. Undo collection status is a bool again - enumeration deprecated. Timing code commented out. | |||||
2000-06-21 | GetLineEndPosition exposed. | nyamatongwe | 3 | -1/+8 | |
2000-06-21 | Added indentation guide API. | nyamatongwe | 9 | -49/+165 | |
View whitespace has setting to only see outside indentation. Indentation guide highlight. | |||||
2000-06-19 | Tabs in indentation are displayed as vertical lines. | nyamatongwe | 1 | -4/+14 | |
2000-06-19 | Fixed hang where only visible char in file is '#'. | nyamatongwe | 1 | -1/+1 | |
2000-06-17 | Removed trace. | nyamatongwe | 1 | -1/+0 | |
2000-06-17 | Fixed performance problem with line < 0. | nyamatongwe | 1 | -0/+2 | |
2000-06-14 | Simplified case where state changes to DEFAULT. | nyamatongwe | 1 | -29/+4 | |
Fixed counting of lines when a string terminates just before end of line. | |||||
2000-06-13 | Added character set option to histiry.rel-1-26 | nyamatongwe | 1 | -0/+4 | |
2000-06-13 | Updated for 1.26. | nyamatongwe | 3 | -10/+15 | |
2000-06-13 | Added changes for version 1.26. | nyamatongwe | 1 | -0/+66 | |
2000-06-13 | Removed warnings caused by unused parameters. | nyamatongwe | 1 | -3/+7 | |
2000-06-13 | Fixed paint bug where last line of document was drawn twice. | nyamatongwe | 1 | -1/+1 | |
2000-06-12 | Updated documentation and checked spelling. | nyamatongwe | 1 | -6/+6 | |
2000-06-12 | Brought documentation up to date. | nyamatongwe | 2 | -5/+25 | |
2000-06-12 | Removed warning when tracing turned off. | nyamatongwe | 1 | -2/+5 | |
2000-06-12 | Updated definitions for LUA and to separate generatable definitions from | nyamatongwe | 2 | -21/+38 | |
those done by hand. | |||||
2000-06-12 | Moved archive of old versions onto SourceForge. | nyamatongwe | 1 | -20/+23 | |
2000-06-12 | Lua language support from Paul Winwood. | nyamatongwe | 6 | -4/+331 | |
2000-06-11 | Property set keys are now case sensitive. | nyamatongwe | 1 | -12/+9 | |
2000-06-11 | Updated for new document calls, get column and charset. | nyamatongwe | 1 | -6/+27 | |
2000-06-11 | Moved GTK+ Scintilla widget definition out into ScintillaWidget.h | nyamatongwe | 5 | -48/+54 | |
2000-06-11 | Added character set codes. | nyamatongwe | 2 | -0/+38 | |
2000-06-11 | Made IsControlCharacter inline as Hans says this speeds it up. | nyamatongwe | 1 | -1/+1 | |
2000-06-08 | Updated version number. | nyamatongwe | 1 | -4/+4 | |
2000-06-08 | Added GetColumn that determines the column of a position. | nyamatongwe | 5 | -0/+29 | |
2000-06-08 | Added GetColumn that determines the column of a position. | nyamatongwe | 1 | -11/+14 | |
2000-06-08 | Added CreateDocument message and changed AddRefDoc and ReleaseDoc to | nyamatongwe | 5 | -8/+18 | |
AddRefDocument and ReleaseDocument. | |||||
2000-06-06 | Added CDATA class. | nyamatongwe | 1 | -0/+1 | |
2000-06-06 | Handle CDATA sections in XML. | nyamatongwe | 1 | -1/+11 | |
2000-06-04 | Ensured the UnicodeMode of each Surface is initialised. | nyamatongwe | 3 | -5/+6 | |
2000-05-28 | Made drawing area larger so it takes up full plugin area in Mozilla. | nyamatongwe | 1 | -1/+1 | |
2000-05-27 | Changed operator bool in WordList to return false if WordList is empty. | nyamatongwe | 4 | -52/+19 | |
Many lexer changes from Philippe Lhoste. VB handles preprocessor and hex constants. C++ optionally leaves preprocessor state after the preprocessor command. HTML terminates incomplete entities earlier and marks them as bad attributes. | |||||
2000-05-23 | Fixed error when delete performed at end of document. | nyamatongwe | 1 | -0/+2 | |
2000-05-21 | Shift+Backspace is same as backspace. | nyamatongwe | 1 | -0/+1 | |
2000-05-20 | Fixed scope of variable. | nyamatongwe | 2 | -1/+6 | |