aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2004-04-04Patch from Johannes Schmid to make signals from Scintillanyamatongwe3-0/+108
work on AMD 64 where sizeof(int) != sizeof(void *).
2004-04-04Patch from Johannes Schmid to make signals from Scintillanyamatongwe2-5/+11
work on AMD 64 where sizeof(int) != sizeof(void *).
2004-04-02Patch from Pavol Bosik to ensure calltips stay on screen.nyamatongwe2-2/+15
2004-03-29Patch from Robin Dunn to pass an extra flag down tonyamatongwe1-3/+4
font rendering to allow a platform-specific tweak.
2004-03-27Added AutoIt 3 and APDL lexers.nyamatongwe2-4/+10
MSSQL lexer entended with STORED_PROCEDURE, DEFAULT_PREF_DATATYPE, and COLUMN_NAME_2 style classes.
2004-03-21Copy DBCS text to be drawn or measured into another buffernyamatongwe1-3/+15
so that is can be \0 terminated. Previously read beyond end of text segment. When mblen returns -1 to say byte is not part of DBCS string, convert to 1 so loop does not run over.
2004-03-07Fixed primary selection copy to self.nyamatongwe1-1/+1
2004-03-06Patch from John Ehresman to avoid unwanted sorting of autocompletion lists.nyamatongwe1-3/+0
2004-03-01Specman language support.nyamatongwe2-1/+5
2004-02-22Gui4Cli and Kix lexers.nyamatongwe2-4/+7
2004-02-22Added patch to input method show preedit window.nyamatongwe1-10/+110
Patch author: Yuiga.
2004-02-21Kix lexer.nyamatongwe2-4/+7
2004-02-20Patch from John Ehresman to fix segfault on long lines.nyamatongwe1-2/+2
2004-02-20Patch from John Ehresman to fix sizing problems when Scintillanyamatongwe1-0/+1
embedded in a notebook.
2004-02-03Use g_iconv on GTK+ 2.nyamatongwe1-5/+23
2004-01-31Chooses between input method or standard keyboard reading basednyamatongwe1-2/+2
on whether character set is Asian or not. Encapsulated access to iconv in Converter class.
2004-01-31Chooses between input method or standard keyboard reading basednyamatongwe2-64/+35
on whether character set is Asian or not. Encapsulated access to iconv in Converter class.
2004-01-31First version.nyamatongwe1-0/+53
2004-01-31Attempt at allowing both input methods for Asian character setsnyamatongwe1-43/+67
and sensible conversion to 8 bit for European character sets.
2004-01-25Patch from John Ehresman to avoid gdk warnings because ofnyamatongwe1-0/+1
unbalanced reference counts on widget style.
2004-01-20Support from Avi Yegudin for Verilog.nyamatongwe2-1/+4
2004-01-18Added MSSQL lexer.nyamatongwe2-3/+6
2003-12-23Removed -b flag from whereis to avoid trouble on OS X.nyamatongwe1-1/+1
2003-12-23Fixed unused parameter warnings.nyamatongwe1-8/+9
2003-12-15Changes to allow international input on GTK+ 2.nyamatongwe1-2/+62
2003-12-05Mac OS X improvement.nyamatongwe1-4/+2
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.