aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
AgeCommit message (Expand)AuthorFilesLines
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 constnyamatongwe1-2/+10
2003-09-26Fixed compilation for GTK+ 1.x.nyamatongwe1-1/+1
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
2003-09-14Fixed bugs when converting keycodes into non-Unicode text.nyamatongwe1-1/+3
2003-09-01Patch from Nathan Holstein to avoid NUL characters entered fornyamatongwe1-0/+4
2003-08-19Hoisted ConvertLineEnds out of GetGtkSelectionText as it maynyamatongwe1-25/+31
2003-08-17Added UTF-8 support for clipboard, primary selection and drag and drop.nyamatongwe1-77/+161
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
2003-08-07Patch from João Paulo F Farias to make keyboard input of accentsnyamatongwe1-1/+48
2003-05-11Addition of CopyText, CopyRange, and LineCopy.nyamatongwe1-0/+8
2003-04-29Text area is now a separate GtkDrawingArea and thus a separate X windownyamatongwe1-38/+85
2003-04-27Using iconv to convert input into current character set.nyamatongwe1-8/+35
2003-04-18Patch from Simon to make ExternalLexer platform independent.nyamatongwe1-2/+2
2003-04-16Fix to marshalling.nyamatongwe1-2/+4
2003-04-08Beter attempt at drawing corner between scrollbars. Still fails but doesn'tnyamatongwe1-9/+14
2003-04-05Avoid invalidating scroll bars.nyamatongwe1-4/+9
2003-04-03CallTip can display up and down arrows and clicks are reported tonyamatongwe1-6/+33
2003-03-22Fixed compilation problems on GTK+.nyamatongwe1-2/+2
2003-03-20Patch from Simon Steele to implement the hotspot style and associatednyamatongwe1-0/+12
2003-03-13Handling Unicode keys by transforming to UTF-8.nyamatongwe1-11/+36
2003-03-09Added Pango text display support to GTK+ platform.nyamatongwe1-5/+5
2003-03-01Protecting against accessing unmapped windows in initial sizenyamatongwe1-2/+3
2003-02-26Patch from Stephan Deibel to prevent Scintilla disrupting the primarynyamatongwe1-2/+3
2003-02-15Made Expose a method. Trying but failing to paint the corner between the scro...nyamatongwe1-24/+31
2003-02-15Updating version numbers and copyright.nyamatongwe1-1/+1
2003-02-14Turn double buffering off for Scintilla to avoid flashing.nyamatongwe1-0/+3
2003-02-12Horizontal scroll bar removed in wrap mode.nyamatongwe1-6/+9
2003-02-11Ensure mouse motion events are still received by scrollbars afternyamatongwe1-8/+13
2003-02-10Modified GTK+ version to intercept mouse motion on scrollbars and set cursornyamatongwe1-0/+18
2003-02-08Avoiding problem at widget destruction time.nyamatongwe1-1/+6
2003-02-08Chose arrow cursors more similar to Windows.nyamatongwe1-2/+2
2003-01-30GTK+ 2 fixes.nyamatongwe1-3/+13
2003-01-28Fixed non-focus problem on mouse down reported by Vincent Spader.nyamatongwe1-1/+1
2003-01-28Made FullPaint work on GTK+ 2.nyamatongwe1-0/+4
2003-01-12International input patch from Yukihiro Nakai.nyamatongwe1-0/+13
2003-01-10Added XPM.h as the XPM support has been split out of LineMarker.h.nyamatongwe1-0/+1
2002-12-20Fixed problem with vertical scrollbar being moved out of real rangenyamatongwe1-14/+18
2002-10-11Patch from Shane that adds a font cache on GTK+.nyamatongwe1-0/+9
2002-09-19Removed last vestiges of scrollbars when turned off.nyamatongwe1-2/+2
2002-09-19Added mthod to turn off vertical scroll bar.nyamatongwe1-4/+14
2002-09-07Patch from John Ehresman to make sure the gdk window exists before itnyamatongwe1-36/+40
2002-07-29Made compatible with both GTK+ 1.x and 2.x.nyamatongwe1-20/+63
2002-07-28Full paint now paints all of the margins as well. Required to simplifynyamatongwe1-5/+5
2002-07-17Patch from John Ehresman to convert clipboard text to use the line endings of...nyamatongwe1-49/+70
2002-07-06Made static as that seemed to be done by GTK+ 2 code.nyamatongwe1-1/+1
2002-07-05Removed check that is now redundant.nyamatongwe1-1/+1