aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Expand)AuthorFilesLines
2005-04-01Haskell lexer contributed by Tobias Engvall.nyamatongwe2-5/+8
2005-03-25Patch from Blair McGlashan for autocompletion on Windows tonyamatongwe1-2/+38
2005-03-19Initialise all SCNotification structs to {0} ensuring all fields are 0 ornyamatongwe2-4/+4
2005-03-15Patch from Naba Kumar and John Ehresman that fixes crashes due to accessnyamatongwe1-11/+19
2005-03-08Patch from Naba to avoid setting cursor on NULL GdkWindow.nyamatongwe1-1/+2
2005-02-10Lexers added for Objective Caml, PureBasic and BlitzBasic.nyamatongwe2-6/+13
2005-02-06Removed BlitzBasic lexer as this will be incorporated intonyamatongwe2-9/+6
2005-02-06Exits from dwell by firing SCN_DWELLEND when scroll performed.nyamatongwe1-0/+2
2005-02-04Added BlitzBasic lexer and properties file.nyamatongwe2-6/+9
2005-02-04Changed requisition height to be screen height so containers withnyamatongwe1-1/+1
2005-02-02Patch from Naba fixes crash on 64 bit platforms.nyamatongwe1-2/+2
2004-10-16VHDL lexer contributed by Phil Reid.nyamatongwe2-1/+4
2004-10-03Patch from Stephan Deibel for GTK+ that makes rectangularnyamatongwe1-9/+12
2004-10-03Patch from Shane Caraveo for GTK+ 2 to make finishingnyamatongwe1-5/+10
2004-09-19Patch from Shane Caraveo to apply the background drawingnyamatongwe1-4/+4
2004-09-17Patch from Artem Baguinski to protect against ascent of 0.nyamatongwe1-1/+4
2004-08-09Moved ConvertLineEnds from ScintillaGTK to Document so that it can be usednyamatongwe1-33/+3
2004-07-26Added ASN.1 lexer by Herr Pfarrer.nyamatongwe2-7/+10
2004-07-10Fix from John Ehresman for immediately redrawing exposednyamatongwe1-0/+1
2004-06-23Patch for autocompletion from Trent Mick that preventsnyamatongwe1-2/+13
2004-06-01Patch for allowing retrieval of document text encoded asnyamatongwe1-34/+119
2004-05-16Do not use new GtkClipboard code on GTK+ 2.0.x asnyamatongwe1-7/+11
2004-05-11Modifications to selection handling to make copying andnyamatongwe2-78/+78
2004-05-11Inhibit warnings from using char as index.nyamatongwe1-1/+1
2004-05-02Draw lines without the final pixel: this is the same as onnyamatongwe1-0/+4
2004-04-26Avoid unused parameter warning on GTK+ 2.nyamatongwe1-0/+1
2004-04-25Patch from John ensures iconv only used when available.nyamatongwe1-13/+14
2004-04-17Fix copy of ASCII text to clipboard.nyamatongwe1-3/+5
2004-04-17Patch from John Ehresman to allow clipboard to live beyondnyamatongwe1-73/+160
2004-04-12Added lexer for bash and sh from Kein-Hong Man.nyamatongwe2-7/+10
2004-04-07Ensure marshaller compiled when no GTK+ version specified.nyamatongwe1-0/+1
2004-04-07Patch from John Ehresman to avoid extra drawing of backgroundnyamatongwe1-1/+19
2004-04-07Patch from John Ehresman to allow compilation for GTK+ 2nyamatongwe1-7/+30
2004-04-04Patch from Johannes Schmid to make signals from Scintillanyamatongwe3-0/+108
2004-04-04Patch from Johannes Schmid to make signals from Scintillanyamatongwe2-5/+11
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
2004-03-27Added AutoIt 3 and APDL lexers.nyamatongwe2-4/+10
2004-03-21Copy DBCS text to be drawn or measured into another buffernyamatongwe1-3/+15
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
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
2004-02-03Use g_iconv on GTK+ 2.nyamatongwe1-5/+23
2004-01-31Chooses between input method or standard keyboard reading basednyamatongwe1-2/+2
2004-01-31Chooses between input method or standard keyboard reading basednyamatongwe2-64/+35