| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2000-07-18 | Added functions to clear all styling and contraction. | nyamatongwe | 1 | -1/+12 | |
| 2000-07-15 | Fixed problem with CancelModes killing drag and drop by setting empty | nyamatongwe | 1 | -2/+1 | |
| selection. On GTK+ double click GTK+ events are ignored as this led to prblems in primary selection code. | |||||
| 2000-07-14 | Added PositionFromPoint API function. | nyamatongwe | 1 | -0/+7 | |
| 2000-07-13 | Showing selection in grey when its not the primary selection on GTK+. | nyamatongwe | 1 | -4/+12 | |
| 2000-07-12 | Added John's autocompletion changes and fiddled to make autocompletion list | nyamatongwe | 1 | -1/+6 | |
| size better. | |||||
| 2000-07-07 | Bug fix to indicators. | nyamatongwe | 1 | -1/+1 | |
| 2000-07-06 | Optimisations. | nyamatongwe | 1 | -9/+20 | |
| 2000-07-05 | Fixed BoundsChecker warnings including some leaks. | nyamatongwe | 1 | -1/+3 | |
| 2000-07-05 | Changed print colour mode to have black on white as well as invert light | nyamatongwe | 1 | -8/+10 | |
| states. | |||||
| 2000-07-01 | Making Drawline less context dependent by moving state from Editor to | nyamatongwe | 1 | -24/+31 | |
| LineLayout and ViewStyle. Helps avoid attributes leaking into printing. | |||||
| 2000-07-01 | Support for print magnification and print light inverted. | nyamatongwe | 1 | -4/+44 | |
| Stopped printing of indentation guides. | |||||
| 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. | nyamatongwe | 1 | -4/+22 | |
| 2000-06-22 | Caret stability when adding or deleting characters. | nyamatongwe | 1 | -0/+6 | |
| Caret redisplayed when focus in on GTK+. Fixed whitespace visible after indentation option. | |||||
| 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 | 1 | -58/+20 | |
| 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 | 1 | -1/+4 | |
| 2000-06-21 | Added indentation guide API. | nyamatongwe | 1 | -35/+103 | |
| 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-13 | Fixed paint bug where last line of document was drawn twice. | nyamatongwe | 1 | -1/+1 | |
| 2000-06-11 | Made IsControlCharacter inline as Hans says this speeds it up. | nyamatongwe | 1 | -1/+1 | |
| 2000-06-08 | Added GetColumn that determines the column of a position. | nyamatongwe | 1 | -0/+5 | |
| 2000-06-08 | Added CreateDocument message and changed AddRefDoc and ReleaseDoc to | nyamatongwe | 1 | -2/+8 | |
| AddRefDocument and ReleaseDocument. | |||||
| 2000-05-20 | Fixed scope of variable. | nyamatongwe | 1 | -0/+4 | |
| 2000-05-15 | Support for different character sets for each style. | nyamatongwe | 1 | -1/+15 | |
| 2000-05-10 | Added underline attribute to styles. | nyamatongwe | 1 | -0/+11 | |
| Added diagonal and strike-through indicators. | |||||
| 2000-05-08 | Fixed bug in deleting and changing case of rectangular selections. | nyamatongwe | 1 | -3/+2 | |
| 2000-05-03 | Removed non-working messages. | nyamatongwe | 1 | -26/+2 | |
| 2000-05-02 | Small touch ups - removal of unused definitions, fixing documentation. | nyamatongwe | 1 | -1/+1 | |
| 2000-04-28 | Added zoom set and zoom get. | nyamatongwe | 1 | -0/+8 | |
| 2000-04-27 | Ctrl+Up and Ctrl+Down now keep the caret visible. | nyamatongwe | 1 | -2/+18 | |
| 2000-04-23 | Fixing problems with fold information degrading when lines inserted and | nyamatongwe | 1 | -1/+5 | |
| removed. New notifications before inserting and deleting text. | |||||
| 2000-04-21 | Changed font sizing to use more Windows compatible calculation | nyamatongwe | 1 | -1/+1 | |
| Some unfinished work on fixing folding bugs. | |||||
| 2000-04-18 | Removed PropSet from Accessor interface. | nyamatongwe | 1 | -0/+25 | |
| Indenting and horizontal scroll bar messages. Fixed undo grouping bug. Vertical scrolling can be performed with Ctrl+ arrows | |||||
| 2000-04-11 | Added smart indentation support code. | nyamatongwe | 1 | -0/+10 | |
| 2000-04-10 | Tab size and indent size can now be different. | nyamatongwe | 1 | -0/+19 | |
| Indentation can contain either a mixture of tabs and spaces or only spaces. | |||||
| 2000-04-08 | Unicode keyboard input and dragging from Scintilla. | nyamatongwe | 1 | -3/+10 | |
| Fixing warnings on GTK+ and uping warning level. | |||||
| 2000-04-08 | Warning squashing. | nyamatongwe | 1 | -1/+1 | |
| Updated contributors list. Fixed lexing of MS warnings. | |||||
| 2000-04-07 | Changing code to ensure no warnings are produced by compilers. | nyamatongwe | 1 | -7/+5 | |
| 2000-04-06 | Initial Unicode support code. | nyamatongwe | 1 | -0/+6 | |
| 2000-04-04 | Avoid lots of warnings from Borland C++. | nyamatongwe | 1 | -20/+28 | |
| Changed name of interface class defined in Accessor.h to Accessor. | |||||
| 2000-04-01 | Fixed warnings from Borland compiler. | nyamatongwe | 1 | -3/+1 | |
| 2000-03-31 | Fixed line ends. | nyamatongwe | 1 | -0/+2 | |
| Fixed lastXChosen after Backspace or Ctrl+Backspace. | |||||
| 2000-03-22 | Split UndoHistory out of CellBuffer. | nyamatongwe | 1 | -1/+97 | |
| Fixed coalescing of nodes in the undo history. Added LineCut, LineDelete, LineTranspose, UpperCase and LowerCase keyboard commands and added keys for them. Added UUID lexical class to CPP lexer. | |||||
| 2000-03-18 | Can turn off context (wrong mouse button) menu with SCI_USEPOPUP. | nyamatongwe | 1 | -0/+6 | |
| Most signals return FALSE on GTK+. | |||||
| 2000-03-18 | Added SCI_LINESONSCREEN. | nyamatongwe | 1 | -1/+4 | |
| 2000-03-16 | Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx. | nyamatongwe | 1 | -10/+13 | |
| Fixed setting up of second view to get right document length. Changed Python lexer to handle empty lines immediately after fold line and last line of document. | |||||
| 2000-03-13 | Fixed printing problems including putting line numbers in correct position | nyamatongwe | 1 | -2/+9 | |
| and flushing state when switching surfaces in case surfaces are encapsulating a shared underlying graphics context. | |||||
| 2000-03-09 | Marker changes are relayed through document to all views. | nyamatongwe | 1 | -4/+5 | |
| 2000-03-09 | Drag and drop copy can now be done to edge of selection. | nyamatongwe | 1 | -1/+5 | |
