Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2000-07-07 | Included string.h | nyamatongwe | 2 | -0/+2 | |
2000-07-07 | Made PropSet into a hash table. | nyamatongwe | 2 | -97/+90 | |
2000-07-07 | Bug fix to indicators. | nyamatongwe | 1 | -1/+1 | |
2000-07-06 | Optimisations. | nyamatongwe | 5 | -60/+122 | |
2000-07-06 | Optimisations. | nyamatongwe | 1 | -5/+20 | |
2000-07-05 | Fixed BoundsChecker warnings including some leaks. | nyamatongwe | 7 | -6/+20 | |
2000-07-05 | Changed print colour mode to have black on white as well as invert light | nyamatongwe | 5 | -20/+37 | |
states. | |||||
2000-07-04 | Auto completion border chrome reversed to put above edit layer. | nyamatongwe | 4 | -6/+4 | |
InitCommonControls removed as not needed. Make files changed to remove system libraries that were not used. | |||||
2000-07-03 | Changed MAX_PATH to 1024 to make GTK+ version compile. | nyamatongwe | 1 | -2/+2 | |
2000-07-03 | Added 'if' and 'import' statements to properties files. | nyamatongwe | 2 | -17/+28 | |
2000-07-01 | Added print magnification and print light invert. | nyamatongwe | 2 | -0/+23 | |
2000-07-01 | Making Drawline less context dependent by moving state from Editor to | nyamatongwe | 4 | -25/+37 | |
LineLayout and ViewStyle. Helps avoid attributes leaking into printing. | |||||
2000-07-01 | Support for print magnification and print light inverted. | nyamatongwe | 2 | -4/+46 | |
Stopped printing of indentation guides. | |||||
2000-07-01 | Added messages for print magnification and print light inverted. | nyamatongwe | 1 | -0/+4 | |
2000-07-01 | Horizontal page scroll by 2/3 of page width rather than fixed 200 pixels. | nyamatongwe | 3 | -5/+7 | |
Add opt:nowin98 flag to link to reduce executable size. | |||||
2000-06-29 | Changed Font class to allow subclassing in PlatWin.cxx. | nyamatongwe | 1 | -3/+4 | |
2000-06-29 | Added font caching. | nyamatongwe | 1 | -10/+113 | |
2000-06-28 | Fixed reference to gtk to be to win32. | nyamatongwe | 1 | -2/+2 | |
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 | |