Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-11-30 | Lexers now added to library. | nyamatongwe | 2 | -13/+65 | |
2003-11-04 | Erlang support. | nyamatongwe | 2 | -4/+8 | |
2003-10-25 | Removed setting autocompletion font to same as text when the text is using | nyamatongwe | 1 | -11/+2 | |
a GDK font. There have been crashes with this. | |||||
2003-10-15 | Forthe lexer added. | nyamatongwe | 2 | -3/+6 | |
2003-10-13 | PowerBasic lexer added. | nyamatongwe | 2 | -2/+5 | |
2003-10-09 | Patch from Jim Cape for GTK+ 2.3 compatibility. | nyamatongwe | 1 | -3/+22 | |
2003-10-04 | Adaptor template to allow use of versions of iconv that use a const | nyamatongwe | 2 | -4/+20 | |
source parameter as well as versions that use non-const. | |||||
2003-09-27 | Separate tex lexer. | nyamatongwe | 2 | -3/+9 | |
Metapost lexer. Export as XML. | |||||
2003-09-27 | Removed ListBox::Sort as always created in sorted order. | nyamatongwe | 1 | -69/+58 | |
2003-09-26 | Fixed compilation for GTK+ 1.x. | nyamatongwe | 2 | -3/+3 | |
2003-09-24 | Patch from Naba to set font on autocompletion correctly. | nyamatongwe | 1 | -7/+3 | |
Added a couple of pixels height to fit even number of rows. | |||||
2003-09-22 | Patch from Naba to use GtkTreeView on GTK+ 2 rather | nyamatongwe | 1 | -8/+229 | |
than GtkCList which has been deprecated. Protected experimental DBCS code from compiling on GTK+ 1.x. | |||||
2003-09-21 | Made DBCS work with changes to Pango character position calculation. | nyamatongwe | 1 | -38/+73 | |
Experimental calculation of DBCS character width using iconv rather than mblen. | |||||
2003-09-21 | YAML lexer added. | nyamatongwe | 2 | -1/+4 | |
2003-09-21 | Whitespace at end of lines. | nyamatongwe | 1 | -1/+1 | |
2003-09-21 | Added MPT lexer. | nyamatongwe | 2 | -4/+7 | |
2003-09-20 | Updated to match SetIdle return type. | nyamatongwe | 1 | -1/+1 | |
2003-09-20 | Patch from Naba to perform incremental wrapping in idle time. | nyamatongwe | 1 | -2/+3 | |
2003-09-18 | Idle time support. | nyamatongwe | 1 | -5/+37 | |
Changed character set names to work on FreeBSD. | |||||
2003-09-18 | Optimization of width measuring code from Naba. | nyamatongwe | 1 | -28/+33 | |
Support for idle time processing. Changes to character set names used with iconv to make work on FreeBSD. | |||||
2003-09-14 | Use iso8859-13 for Baltic. | nyamatongwe | 1 | -2/+2 | |
2003-09-14 | Fixed bugs when converting keycodes into non-Unicode text. | nyamatongwe | 1 | -1/+3 | |
iconv_open arguments reversed. Do not mask out high byte on GTK+ 2. | |||||
2003-09-01 | Patch from Nathan Holstein to avoid NUL characters entered for | nyamatongwe | 1 | -0/+4 | |
FN+arrow keys. | |||||
2003-08-21 | List boxes now display with same font as current style when | nyamatongwe | 1 | -2/+10 | |
that font is a Pango font. | |||||
2003-08-19 | Hoisted ConvertLineEnds out of GetGtkSelectionText as it may | nyamatongwe | 1 | -25/+31 | |
be useful in other code. | |||||
2003-08-18 | Support for Clarion from Ron Schofield. | nyamatongwe | 2 | -1/+4 | |
2003-08-17 | Added UTF-8 support for clipboard, primary selection and drag and drop. | nyamatongwe | 1 | -77/+161 | |
Disabled on Win32. | |||||
2003-08-15 | Automatic detection of GTK+ 2 and override allowed with GTK1. | nyamatongwe | 1 | -1/+13 | |
2003-08-10 | Added MMIX lexer by Christoph Hösler. | nyamatongwe | 2 | -3/+6 | |
2003-08-08 | Protected GTK+ 2 specific code from being compiled on GTK+ 1. | nyamatongwe | 1 | -0/+3 | |
2003-08-08 | Patch from João to use symbols rather than literals and include | nyamatongwe | 1 | -15/+23 | |
'c' in the characters that can have an accent. | |||||
2003-08-07 | Patch from João Paulo F Farias to make keyboard input of accents | nyamatongwe | 1 | -1/+48 | |
work for languages such as Brazilian Portuguese. | |||||
2003-07-30 | Scriptol lexer from Denis Sureau. | nyamatongwe | 2 | -1/+5 | |
2003-07-30 | NSIS scripting language support from Angelo Mandato. | nyamatongwe | 2 | -2/+5 | |
2003-07-21 | Added PostScript lexer from Nigel Hathaway. | nyamatongwe | 2 | -1/+4 | |
2003-05-14 | EScript lexer added. | nyamatongwe | 2 | -3/+6 | |
2003-05-11 | Addition of CopyText, CopyRange, and LineCopy. | nyamatongwe | 1 | -0/+8 | |
2003-05-09 | Added Lout lexer by Kein-Hong Man. | nyamatongwe | 2 | -3/+6 | |
2003-04-29 | Text area is now a separate GtkDrawingArea and thus a separate X window | nyamatongwe | 1 | -38/+85 | |
which simplifies clipping against scroll bars which are no longer windows since GTK+ 2. Only handles expose events, other events are handled by the containing Scintilla widget. DisplayCursor handled here so that it is done relative to the text widget rather than whole Scintilla widget, so cursor is left alone for scroll bars. This removed some very messy code for managing the cursor over the scroll bars. | |||||
2003-04-27 | Using iconv to convert input into current character set. | nyamatongwe | 2 | -25/+52 | |
2003-04-24 | Fixed late unchecked change. | nyamatongwe | 1 | -1/+1 | |
2003-04-23 | Using iconv for character set conversion. | nyamatongwe | 1 | -15/+114 | |
2003-04-22 | Pango drawing now tries converting from the current locale in preference to ↵ | nyamatongwe | 1 | -10/+46 | |
converting from Latin1. Latin1 still used if locale does not work. | |||||
2003-04-18 | Changed Function* to simpler Function. | nyamatongwe | 1 | -2/+2 | |
2003-04-18 | Correct location of header. | nyamatongwe | 1 | -1/+1 | |
2003-04-18 | Updated. | nyamatongwe | 1 | -1/+1 | |
2003-04-18 | Patch from Simon to make ExternalLexer platform independent. | nyamatongwe | 5 | -3/+47 | |
2003-04-16 | Fix to marshalling. | nyamatongwe | 1 | -2/+4 | |
2003-04-08 | Beter attempt at drawing corner between scrollbars. Still fails but doesn't | nyamatongwe | 1 | -9/+14 | |
overdraw vertical scroll bar when horizontal scroll bar turned off. | |||||
2003-04-05 | Avoid invalidating scroll bars. | nyamatongwe | 1 | -4/+9 | |
On GTK+ 2 do not perform expose processing as that leads to error messages. Using gdk_window_resize on calltip to allow shrinking. |