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