aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2000-04-27Ctrl+Up and Ctrl+Down now keep the caret visible.nyamatongwe2-2/+19
2000-04-27Added commctrl.h on Windows as now using tool bar and status bar controls in ...nyamatongwe1-0/+1
2000-04-27Fixed bugs removed from TODO.nyamatongwe2-9/+3
2000-04-27Mad preprocessor continue when \ at end of line.nyamatongwe1-17/+20
2000-04-27Fixed bug when deleting lines.nyamatongwe1-7/+8
2000-04-27Added const indicators to methods that are const.nyamatongwe1-2/+2
2000-04-27Deletes source browsing files.nyamatongwe1-0/+1
2000-04-23Added notifications before inserting or deleting text.nyamatongwe1-1/+3
2000-04-23Fixing problems with fold information degrading when lines inserted andnyamatongwe6-34/+114
2000-04-23Ensured lexers do not style any more than they have been asked to.nyamatongwe5-10/+10
2000-04-21Changed font sizing to use more Windows compatible calculationnyamatongwe8-57/+43
2000-04-18Horizontal scroll bar disabling.nyamatongwe1-22/+114
2000-04-18Horizontal scroll bar disabling.nyamatongwe2-5/+21
2000-04-18Removed PropSet from Accessor interface.nyamatongwe8-7/+39
2000-04-18Removed use of PropSet in Accessor to avoid linkage.nyamatongwe5-3/+12
2000-04-18Added indenting and horizontal scrollbar commands.nyamatongwe1-2/+7
2000-04-11Added fix for Calltip window registration.nyamatongwe1-0/+7
2000-04-11Added smart indentation support code.nyamatongwe5-17/+45
2000-04-11Fixed handling folding in of triple quoted strings.nyamatongwe1-11/+24
2000-04-10Added get/set of separator character used when setting auto-completion list.nyamatongwe5-3/+37
2000-04-10Tab size and indent size can now be different.nyamatongwe5-21/+109
2000-04-10Removed redundant subexpression in PropSet::GetInt.nyamatongwe1-1/+1
2000-04-10Death of Accessor.nyamatongwe3-166/+86
2000-04-09Fixed key entry so characters between 128 and 255 can be entered.nyamatongwe1-2/+2
2000-04-08Unicode keyboard input and dragging from Scintilla.nyamatongwe7-67/+135
2000-04-08Warning squashing.nyamatongwe12-121/+61
2000-04-07Warning level set to 4.nyamatongwe1-1/+1
2000-04-07Changing code to ensure no warnings are produced by compilers.nyamatongwe4-16/+22
2000-04-07Changing code to ensure no warnings are produced by compilers.nyamatongwe20-102/+97
2000-04-07Accessor has a virtual destructor.nyamatongwe5-1/+10
2000-04-06Mouse wheel patch added.nyamatongwe1-1/+20
2000-04-06Initial Unicode support code.nyamatongwe10-146/+361
2000-04-05Changed the lexer module objects to be globally visible (by removing 'static')nyamatongwe7-11/+11
2000-04-05Moved performance critical functionality back up into Accessor fromnyamatongwe5-66/+39
2000-04-04Initial version.nyamatongwe4-0/+471
2000-04-04Avoid lots of warnings from Borland C++.nyamatongwe18-86/+99
2000-04-04Split a Document based Accessor (DocumentAccessor) off fromnyamatongwe17-135/+149
2000-04-03Added Mark's change to support changing the document from within thenyamatongwe2-4/+12
2000-04-03Changed Borland instructions to include -l flag.nyamatongwe1-1/+2
2000-04-03Fixed problems with undo history not coalescing undo nodes correctly.nyamatongwe2-4/+11
2000-04-01Fixed warnings from Borland compiler.nyamatongwe7-13/+6
2000-04-01Fixed comments to refer to Borland.nyamatongwe1-1/+2
2000-03-31Fixed up line ends.nyamatongwe3-721/+723
2000-03-31Fixed line ends.nyamatongwe6-2195/+2197
2000-03-31Fixed line ends.nyamatongwe3-987/+987
2000-03-30Updated for 1.24rel-1-24nyamatongwe2-719/+719
2000-03-30Fixed bugs in handling undo history.nyamatongwe5-2193/+2195
2000-03-30Updated for 1.24nyamatongwe3-946/+987
2000-03-25FIxed problem with first modification sometimes not looking dirty.nyamatongwe2-9/+9
2000-03-23Fixed bug when copying null font name.nyamatongwe1-0/+2