Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-02-20 | Patch from John Ehresman to fix sizing problems when Scintilla | nyamatongwe | 1 | -0/+1 | |
embedded in a notebook. | |||||
2004-02-19 | Updated year.rel-1-59 | nyamatongwe | 1 | -1/+1 | |
2004-02-19 | Updated sizes. | nyamatongwe | 1 | -2/+2 | |
2004-02-17 | 1.59. | nyamatongwe | 1 | -3/+10 | |
2004-02-17 | Listed changes since 1.58. | nyamatongwe | 1 | -0/+82 | |
2004-02-17 | 1.59. | nyamatongwe | 3 | -10/+13 | |
2004-02-17 | Added MPT wire analyzers. | nyamatongwe | 1 | -0/+5 | |
2004-02-16 | Added MSSQL and Verilog lexers. | ssteele | 1 | -0/+8 | |
2004-02-11 | Credit. | nyamatongwe | 1 | -0/+1 | |
2004-02-06 | Changed window object destruction to occor on WM_NCDESTROY | nyamatongwe | 1 | -2/+2 | |
rather than WM_DESTROY as WM_NCDESTROY is the last message a window sees. | |||||
2004-02-06 | Changed rectangular selection to use same technique to calculate | nyamatongwe | 1 | -1/+2 | |
selected characters when dragging as when copying to clipboard as otherwise the characters copied could sometimes differ from those apparently selected. This change impacts seelcting beyond the end of the final line. | |||||
2004-02-03 | Use g_iconv on GTK+ 2. | nyamatongwe | 1 | -5/+23 | |
2004-01-31 | Chooses between input method or standard keyboard reading based | nyamatongwe | 1 | -2/+2 | |
on whether character set is Asian or not. Encapsulated access to iconv in Converter class. | |||||
2004-01-31 | Chooses between input method or standard keyboard reading based | nyamatongwe | 2 | -64/+35 | |
on whether character set is Asian or not. Encapsulated access to iconv in Converter class. | |||||
2004-01-31 | First version. | nyamatongwe | 1 | -0/+53 | |
2004-01-31 | Attempt at allowing both input methods for Asian character sets | nyamatongwe | 1 | -43/+67 | |
and sensible conversion to 8 bit for European character sets. | |||||
2004-01-30 | BSIS updated. | nyamatongwe | 3 | -99/+235 | |
2004-01-28 | MyGeneration. | nyamatongwe | 1 | -0/+4 | |
2004-01-25 | Patch from John Ehresman to avoid gdk warnings because of | nyamatongwe | 1 | -0/+1 | |
unbalanced reference counts on widget style. | |||||
2004-01-21 | Implementation of Allocate. | nyamatongwe | 2 | -2/+7 | |
2004-01-20 | Method to preallocate document space. | nyamatongwe | 6 | -14/+27 | |
2004-01-20 | Initial version. | nyamatongwe | 1 | -0/+299 | |
2004-01-20 | Credits. | nyamatongwe | 1 | -0/+1 | |
2004-01-20 | Support from Avi Yegudin for Verilog. | nyamatongwe | 8 | -2/+44 | |
2004-01-18 | Patch from Bruce Dodson to ensure correct folding. | nyamatongwe | 1 | -1/+19 | |
When toggling fold on line that is not a fold header line, toggle the previous fold header line. | |||||
2004-01-18 | Credit. | nyamatongwe | 1 | -0/+1 | |
2004-01-18 | Added MSSQL lexer. | nyamatongwe | 8 | -6/+49 | |
2004-01-18 | INitial version. | nyamatongwe | 1 | -0/+292 | |
2004-01-16 | Fixes from Kein-Hong Man for: | nyamatongwe | 1 | -7/+45 | |
Fixed '/' interpretation following complex hash specifications. Fixed inputsymbol specification. | |||||
2004-01-15 | Update to PowerBasic lexer by Roland Walter. | nyamatongwe | 3 | -187/+227 | |
2004-01-14 | Fixed GetFoldParent to return -1 for all top level lines. | nyamatongwe | 1 | -1/+1 | |
2004-01-13 | When styling is performed outside a styleneeded event, | nyamatongwe | 3 | -4/+10 | |
increment the style clock so the layout cache is invalidated and so the styling is displayed. | |||||
2004-01-12 | Patch from Bruce Dodson to move length string methods | nyamatongwe | 2 | -198/+249 | |
out of the header and into an implementation file. | |||||
2004-01-11 | Reset braces highlight positions when changing document. | nyamatongwe | 1 | -1/+4 | |
2004-01-10 | Updated size.rel-1-58 | nyamatongwe | 1 | -1/+1 | |
2004-01-10 | Additions. | nyamatongwe | 1 | -0/+9 | |
2004-01-10 | Update. | nyamatongwe | 1 | -1/+1 | |
2004-01-10 | Changes for 1.58. | nyamatongwe | 1 | -0/+71 | |
2004-01-10 | Updating for release 1.58. | nyamatongwe | 5 | -14/+27 | |
2004-01-09 | Fixed return type of FormatRange. | nyamatongwe | 1 | -1/+1 | |
2004-01-08 | Typo. | nyamatongwe | 1 | -1/+1 | |
2004-01-04 | Fixes to avoid laying out lines after end of document when | nyamatongwe | 1 | -11/+8 | |
performing wrapping. | |||||
2004-01-02 | Credit. | nyamatongwe | 1 | -0/+1 | |
2004-01-02 | Patch from Mick Trent to fix a problem with word selection mode | nyamatongwe | 1 | -1/+11 | |
when the container has implemented an extended definition of words. | |||||
2003-12-23 | Removed -b flag from whereis to avoid trouble on OS X. | nyamatongwe | 1 | -1/+1 | |
2003-12-23 | Encapsulation by Guy Hachlili of SetScrollInfo and GetScrollInfo to | nyamatongwe | 1 | -10/+22 | |
make it easier to replace the implementation of scroll bars such as where a scroll bar is handled by a container such as when producing multiple panes with a shared scroll bar. | |||||
2003-12-23 | Fixed unused parameter warnings. | nyamatongwe | 1 | -8/+9 | |
2003-12-22 | Philippe improved comments.s | nyamatongwe | 1 | -15/+15 | |
2003-12-22 | Support for Intel ifort and absoft Fortran compiler error messages. | nyamatongwe | 4 | -0/+11 | |
2003-12-21 | Added credit. | nyamatongwe | 1 | -0/+1 | |