Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-01 | Specman language support. | nyamatongwe | 5 | -2/+43 | |
2004-03-01 | Removed future page as not maintained. | nyamatongwe | 1 | -19/+15 | |
Explicitly point to scintilla.sourceforge.net so can be used on both sites. | |||||
2004-02-29 | Patch from Bruce to return required allocation size when a NULL | nyamatongwe | 3 | -30/+52 | |
pointer is used as a stringresult argument. | |||||
2004-02-28 | Patch from Davide Scola to allow an extra level of choice | nyamatongwe | 1 | -0/+1 | |
in where the files are installed by defining DESTDIR. | |||||
2004-02-27 | Patch from Jakub. | nyamatongwe | 2 | -7/+12 | |
Only show exactly matching functions in calltips. Avoid extra untitled windows when using check.if.already.open. | |||||
2004-02-26 | PHP variables inside strings. | nyamatongwe | 3 | -3/+19 | |
2004-02-26 | Bruce moved the constructors from number types out of line. | nyamatongwe | 2 | -12/+17 | |
2004-02-26 | Patch to indent to next indent mark rather than to add the | nyamatongwe | 1 | -1/+2 | |
indent amount. | |||||
2004-02-26 | State for errors from HTML Tidy. | nyamatongwe | 2 | -0/+2 | |
2004-02-25 | Patch from Kein-Hong Man to fix bug 901008. | nyamatongwe | 1 | -1/+3 | |
2004-02-24 | Fix for problems when char is unsigned. | nyamatongwe | 1 | -17/+23 | |
2004-02-22 | Credit | nyamatongwe | 1 | -0/+1 | |
2004-02-22 | Credit. | nyamatongwe | 1 | -0/+1 | |
2004-02-22 | Gui4Cli and Kix lexers. | nyamatongwe | 3 | -4/+10 | |
2004-02-22 | Gui4Cli and Kix lexers. | nyamatongwe | 1 | -0/+309 | |
2004-02-22 | Gui4Cli and Kix lexers. | nyamatongwe | 5 | -5/+31 | |
2004-02-22 | Added patch to input method show preedit window. | nyamatongwe | 1 | -10/+110 | |
Patch author: Yuiga. | |||||
2004-02-22 | Sorting lists before use as globbing on Linux does not return sorted. | nyamatongwe | 1 | -0/+5 | |
2004-02-21 | Credits. | nyamatongwe | 1 | -0/+1 | |
2004-02-21 | Kix lexer. | nyamatongwe | 2 | -4/+7 | |
2004-02-21 | Kix lexer. | nyamatongwe | 3 | -4/+10 | |
2004-02-21 | Kix lexer. | nyamatongwe | 3 | -1/+27 | |
2004-02-21 | Initial version. | nyamatongwe | 1 | -0/+122 | |
2004-02-21 | Avoid warning when char type is unsigned. | nyamatongwe | 1 | -1/+1 | |
2004-02-21 | Change to avoid signed/unsigned character issue. | nyamatongwe | 1 | -1/+1 | |
2004-02-20 | Patch from John Ehresman to fix segfault on long lines. | nyamatongwe | 1 | -2/+2 | |
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 | |