aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaWidget.h
AgeCommit message (Collapse)AuthorFilesLines
2001-09-08Removed warnings about code that should have been upgraded long ago.nyamatongwe1-11/+0
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-2/+4
2001-02-18Changed iMessage parameter of scintilla_send_message from int to unsignednyamatongwe1-1/+1
int to be compatible with other message functions.
2001-02-17Made warning in ScintillaWidget.h work better with GCC.nyamatongwe1-1/+1
2001-02-17If ScintillaWidget.h included without Scintilla.h already included displaynyamatongwe1-0/+11
a warning message and #include "Scintilla.h".
2001-02-17Defining sptr_t and uptr_t to be integral types large enough to containnyamatongwe1-1/+1
pointers to allow portability to 64 bit platforms.
2001-01-27Much changed ScintillaGTK widget code that draws directly onto thenyamatongwe1-2/+2
Scintilla widget with no wDraw drawing area. Signals handled directly through callbacks.
2000-06-11Moved GTK+ Scintilla widget definition out into ScintillaWidget.hnyamatongwe1-0/+46