aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2000-07-18Added functions to clear all styling and contraction.nyamatongwe10-660/+262
2000-07-15Fixed problem with CancelModes killing drag and drop by setting emptynyamatongwe4-6/+10
selection. On GTK+ double click GTK+ events are ignored as this led to prblems in primary selection code.
2000-07-14Added SCI_POSITIONFROMPOINT.nyamatongwe1-0/+1
2000-07-14Added PositionFromPoint API function.nyamatongwe3-0/+12
2000-07-13Showing selection in grey when its not the primary selection on GTK+.nyamatongwe5-4/+22
2000-07-13Added John's selection unclaiming code.nyamatongwe1-0/+16
2000-07-12Fixed stray "\".nyamatongwe1-1/+1
2000-07-12Added John's change to button 2 actions.nyamatongwe1-28/+43
2000-07-12Fixed up infinite resize.nyamatongwe2-9/+16
Made GTK+ version ListBox responsive to font choice when finding good size.
2000-07-12Added John's autocompletion changes and fiddled to make autocompletion listnyamatongwe9-26/+133
size better.
2000-07-12Autocompletion cancel at start position available to API.nyamatongwe4-1/+17
Inverted default value to be compatible with older code.
2000-07-12John's changes to autocompletion.nyamatongwe4-9/+21
2000-07-10Removed documentation or old features that have been removed.nyamatongwe1-19/+0
2000-07-10Dropped template as only ever instantiated for int and this allowsnyamatongwe2-10/+9
Scintilla to be template free.
2000-07-10Moved EntryMemory from Scintilla to SciTE as it is only used there.nyamatongwe1-33/+0
2000-07-08Included Steve Lhomme's PHP updates for the HTML lexer.nyamatongwe2-210/+543
2000-07-07Included string.hnyamatongwe2-0/+2
2000-07-07Made PropSet into a hash table.nyamatongwe2-97/+90
2000-07-07Bug fix to indicators.nyamatongwe1-1/+1
2000-07-06Optimisations.nyamatongwe5-60/+122
2000-07-06Optimisations.nyamatongwe1-5/+20
2000-07-05Fixed BoundsChecker warnings including some leaks.nyamatongwe7-6/+20
2000-07-05Changed print colour mode to have black on white as well as invert lightnyamatongwe5-20/+37
states.
2000-07-04Auto completion border chrome reversed to put above edit layer.nyamatongwe4-6/+4
InitCommonControls removed as not needed. Make files changed to remove system libraries that were not used.
2000-07-03Changed MAX_PATH to 1024 to make GTK+ version compile.nyamatongwe1-2/+2
2000-07-03Added 'if' and 'import' statements to properties files.nyamatongwe2-17/+28
2000-07-01Added print magnification and print light invert.nyamatongwe2-0/+23
2000-07-01Making Drawline less context dependent by moving state from Editor tonyamatongwe4-25/+37
LineLayout and ViewStyle. Helps avoid attributes leaking into printing.
2000-07-01Support for print magnification and print light inverted.nyamatongwe2-4/+46
Stopped printing of indentation guides.
2000-07-01Added messages for print magnification and print light inverted.nyamatongwe1-0/+4
2000-07-01Horizontal page scroll by 2/3 of page width rather than fixed 200 pixels.nyamatongwe3-5/+7
Add opt:nowin98 flag to link to reduce executable size.
2000-06-29Changed Font class to allow subclassing in PlatWin.cxx.nyamatongwe1-3/+4
2000-06-29Added font caching.nyamatongwe1-10/+113
2000-06-28Fixed reference to gtk to be to win32.nyamatongwe1-2/+2
2000-06-28Changed maximum number of bits allocated to styles to be 7 rather than 6.rel-1-28nyamatongwe1-1/+1
2000-06-28Fixed SetCaretFore to be a set rather than a fun.nyamatongwe1-1/+1
2000-06-27Explanations of builing and installing.nyamatongwe3-13/+42
Explanations of new properties files locations and names.
2000-06-27Updated to 1.28.nyamatongwe4-11/+34
2000-06-25Removed winmm library.nyamatongwe1-1/+1
2000-06-24Fixed crash in indentation guides when indent size is 0.nyamatongwe1-0/+2
2000-06-24Added methods for getting and setting the start and end of the selection.rel-1-27nyamatongwe4-5/+49
2000-06-24Removed winmm library from build as this slows start a lot for somenyamatongwe1-1/+1
machines.
2000-06-23Turned off tracing.nyamatongwe1-1/+1
2000-06-23Updated version number to 1.27.nyamatongwe5-12/+47
2000-06-23Added Alt+BackSpace as synonym for Undo.nyamatongwe1-0/+1
2000-06-22Caret stability when adding or deleting characters.nyamatongwe3-3/+7
Caret redisplayed when focus in on GTK+. Fixed whitespace visible after indentation option.
2000-06-22Started on update for 1.27.nyamatongwe1-0/+19
2000-06-22Fixed tests for view whitespace to be the right way around.nyamatongwe1-2/+2
2000-06-22Removed deprecated APIs.nyamatongwe8-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-21GetLineEndPosition exposed.nyamatongwe3-1/+8