Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-02-14 | Cleaned up the fold margin code a bit. | nyamatongwe | 1 | -9/+14 | |
2003-02-14 | Fixed bug where autoscrolling off the end wrapped back to the beginning. | nyamatongwe | 1 | -0/+3 | |
2003-02-14 | Turn double buffering off for Scintilla to avoid flashing. | nyamatongwe | 1 | -0/+3 | |
2003-02-14 | May have fixed a problem with wrapping where an added character is | nyamatongwe | 2 | -35/+36 | |
initially in style 0 and so is narrower than its real styled width. So moved the wrapping until after the styling. Pixmap setup moved out of Paint into a separate method. Shortening of fold margin colour code. | |||||
2003-02-13 | Added fold margin colours. | nyamatongwe | 1 | -1/+9 | |
2003-02-12 | Horizontal scroll bar removed in wrap mode. | nyamatongwe | 1 | -6/+9 | |
ScrollText removes some redraw area which appears unwanted. | |||||
2003-02-11 | Ensure mouse motion events are still received by scrollbars after | nyamatongwe | 1 | -8/+13 | |
examination by Scintilla by returning false from signal handler. Ensure mouse buton presses are still received by container after checking whether to popup a menu when popup menus turned off. | |||||
2003-02-10 | Modified GTK+ version to intercept mouse motion on scrollbars and set cursor | nyamatongwe | 1 | -0/+18 | |
to arrow. | |||||
2003-02-10 | Added credit. | nyamatongwe | 1 | -0/+1 | |
2003-02-10 | Control of colours of fold margin. | nyamatongwe | 5 | -169/+220 | |
2003-02-09 | Join and Split lines methods. | nyamatongwe | 4 | -20/+100 | |
Method to copy selection end points to target. | |||||
2003-02-09 | Protected style fixed in several ways. | nyamatongwe | 5 | -58/+108 | |
Method to determine cheaply if protection turned on at all. Caret movement doesn't skip over text outside protected range. Methods for deciding if a range or the selection contains protected text. Several deletion commands perform no action if they would delete protected text. Two phase drawing no longer draws invisible text. | |||||
2003-02-08 | Avoiding problem at widget destruction time. | nyamatongwe | 1 | -1/+6 | |
2003-02-08 | Chose arrow cursors more similar to Windows. | nyamatongwe | 2 | -8/+7 | |
2003-02-07 | WordPartLeft and WordPartRight made safe for non-ASCII. | nyamatongwe | 1 | -27/+56 | |
2003-02-06 | Fixed bug in array resizing. | nyamatongwe | 1 | -1/+2 | |
2003-02-05 | Moved IsNT to PlatWin and cached the result. | nyamatongwe | 2 | -12/+19 | |
Change maximum number of pixels when measuring text on NT to be 1000000 rather than 30000 possible on Windows. Increased size of Unicode buffers to 10000 elements to handle longer paragraphs of text. | |||||
2003-02-04 | Added Eric3. | nyamatongwe | 1 | -0/+4 | |
2003-02-04 | Added credit. | nyamatongwe | 1 | -0/+1 | |
2003-02-04 | Patch from Mauritius Thinnes to set the type separator for autocompletion | nyamatongwe | 3 | -0/+16 | |
images. | |||||
2003-02-02 | Updated project to include XPM.cxx. | ssteele | 1 | -0/+4 | |
2003-02-02 | Hoisted drawing of EOL into method so can avoid overwriting last | nyamatongwe | 3 | -39/+62 | |
character in two phase mode. | |||||
2003-02-02 | Transaprent text drawing. | nyamatongwe | 1 | -1/+21 | |
2003-02-02 | Two phase drawing. | nyamatongwe | 6 | -38/+160 | |
2003-01-31 | Patch from David Ascher for horizontal scrolling. | nyamatongwe | 1 | -0/+9 | |
Change the scroll range when moving caret outside normal scroll range. Modify scroll bar when calling SetXOffset API to ensure synchronised. | |||||
2003-01-31 | Fixes to autocompletion pixmaps from Mauritius Thinnes. | nyamatongwe | 1 | -1/+3 | |
2003-01-30 | Added link to TemplateTamer. | nyamatongwe | 1 | -0/+4 | |
2003-01-30 | GTK+ 2 fixes. | nyamatongwe | 1 | -3/+13 | |
2003-01-28 | Fixed non-focus problem on mouse down reported by Vincent Spader. | nyamatongwe | 1 | -1/+1 | |
2003-01-28 | Made FullPaint work on GTK+ 2. | nyamatongwe | 1 | -0/+4 | |
2003-01-27 | Made more robust. | nyamatongwe | 1 | -25/+36 | |
2003-01-27 | Patch from Steve Schoettler for case sensitive tags. | nyamatongwe | 2 | -11/+14 | |
2003-01-24 | Forgot to save before last commit. | nyamatongwe | 1 | -1/+1 | |
2003-01-24 | Complete for 1.50. | nyamatongwe | 1 | -3/+39 | |
2003-01-24 | Updated release date and added headline feature. | nyamatongwe | 1 | -3/+3 | |
2003-01-24 | Added pointer to Bait. | nyamatongwe | 1 | -41/+43 | |
2003-01-24 | Modifications to formatting from Greg. | nyamatongwe | 1 | -271/+299 | |
2003-01-23 | Progressing. | nyamatongwe | 1 | -1/+57 | |
2003-01-21 | Version 1.50 updates. | nyamatongwe | 3 | -7/+37 | |
2003-01-18 | Removed special casing of '^' and '$' that tried to prevent hangs. This is | nyamatongwe | 1 | -12/+0 | |
now the containers responsibility. | |||||
2003-01-18 | Added SWP_NOZORDER to SetWindowPos to avoid fronting windows. | nyamatongwe | 1 | -1/+1 | |
2003-01-16 | Explained about delaying scrolling until an SCN_PAINTED. | nyamatongwe | 1 | -0/+10 | |
2003-01-15 | Added credit. | nyamatongwe | 1 | -0/+1 | |
2003-01-15 | Added const to methods that are. | nyamatongwe | 1 | -2/+2 | |
2003-01-14 | Patch from David Ascher to to support both context diffs and the output | nyamatongwe | 1 | -3/+7 | |
of Python's difflib. | |||||
2003-01-13 | Simplified and corrected code. | nyamatongwe | 2 | -58/+23 | |
IsDBCS no longer present as now must deal with 3 byte DBCS so use LenChar and DBCSCharLength. | |||||
2003-01-13 | Set up DBCS mode when needed in main drawing code. | nyamatongwe | 1 | -0/+1 | |
2003-01-13 | DBCSCharLength always returns >= 1 as that makes it much easier to use. | nyamatongwe | 1 | -2/+6 | |
2003-01-12 | Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes. | nyamatongwe | 4 | -21/+59 | |
2003-01-12 | International input patch from Yukihiro Nakai. | nyamatongwe | 1 | -0/+13 | |