aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
AgeCommit message (Collapse)AuthorFilesLines
2000-06-11Moved GTK+ Scintilla widget definition out into ScintillaWidget.hnyamatongwe3-2/+4
2000-06-04Ensured the UnicodeMode of each Surface is initialised.nyamatongwe1-2/+2
2000-05-28Made drawing area larger so it takes up full plugin area in Mozilla.nyamatongwe1-1/+1
2000-05-15Support for different character sets for each style.nyamatongwe1-1/+2
2000-05-04Patched keypad patch to not apply when Ctrl pressed so magnification works ↵nyamatongwe1-1/+1
again.
2000-04-21Changed font sizing to use more Windows compatible calculationnyamatongwe1-0/+5
Some unfinished work on fixing folding bugs.
2000-04-18Horizontal scroll bar disabling.nyamatongwe2-5/+21
Fixed makefile for GTK+.
2000-04-09Fixed key entry so characters between 128 and 255 can be entered.nyamatongwe1-2/+2
2000-04-08Warning squashing.nyamatongwe3-14/+15
Updated contributors list. Fixed lexing of MS warnings.
2000-04-06Mouse wheel patch added.nyamatongwe1-1/+20
2000-04-04Split a Document based Accessor (DocumentAccessor) off fromnyamatongwe1-3/+5
the old accessor which is now called WindowAccessor. Accessor.h defines a common interface which is the type consumed by the lexers.
2000-03-18Changing to binary so line feed line endings are preserved.nyamatongwe1-2/+2
2000-03-18Can turn off context (wrong mouse button) menu with SCI_USEPOPUP.nyamatongwe1-10/+10
Most signals return FALSE on GTK+.
2000-03-17Added Lex*.nyamatongwe1-1/+19
2000-03-17Fixed return value from Press.nyamatongwe1-1/+1
2000-03-13Fixed printing problems including putting line numbers in correct positionnyamatongwe1-0/+3
and flushing state when switching surfaces in case surfaces are encapsulating a shared underlying graphics context.
2000-03-08Handles null font.nyamatongwe1-2/+12
2000-03-08Made work on GTK+/Linux.nyamatongwe1-2/+6
2000-03-08Initial revisionnyamatongwe1-0/+1003
2000-03-08Initial revisionnyamatongwe2-0/+820