Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-11 | Don't use old GTK1-style typesystem | Colomban Wendling | 1 | -2/+2 | |
This fixes the SCINTILLA_CLASS() and IS_SCINTILLA() macros on GTK3. No harm on GTK2, those macros are available since 2.0. This also makes those macros more consistent with the SCINTILLA() macro that already uses the proper GObject calls. | |||||
2010-08-17 | Using a non-deprecated API to allow client code to pass deprecation checking. | nyamatongwe | 1 | -1/+1 | |
2010-03-25 | Removed support for GTK+ 1.x. | nyamatongwe | 1 | -8/+0 | |
2010-03-14 | Using preprocessor that should be set in environment rather than from | nyamatongwe | 1 | -1/+1 | |
Platform.h to avoid use of PLatform.h. | |||||
2009-01-08 | Patch from Enrico Tröger to change comments in header files to C Style /* | nyamatongwe | 1 | -3/+3 | |
rather than C++ style // so that some compilers will work. | |||||
2006-05-18 | Patch from bug 1489948 to stop using deprecated calls on GTK+ 2. | nyamatongwe | 1 | -0/+4 | |
2005-11-01 | Changed type of id in scintilla_set_id to uptr_t to be compatible | nyamatongwe | 1 | -1/+1 | |
with NotifyHeader in case of later move to allow pointers as IDs. | |||||
2005-02-02 | Patch from Naba fixes crash on 64 bit platforms. | nyamatongwe | 1 | -1/+1 | |
2002-10-11 | Patch from Shane that adds a font cache on GTK+. | nyamatongwe | 1 | -1/+2 | |
2002-07-29 | Made compatible with both GTK+ 1.x and 2.x. | nyamatongwe | 1 | -0/+6 | |
SCINTILLA_NOTIFY defines the name of the notify signal used generated by Scintilla as this has changed for GTK+ 2.x due to a clash with the "notify" signal defined by GTK+. | |||||
2002-07-07 | Using ContainerClass everywhere as the parent class of Scintilla rather | nyamatongwe | 1 | -1/+1 | |
than Fixed. | |||||
2001-09-08 | Removed warnings about code that should have been upgraded long ago. | nyamatongwe | 1 | -11/+0 | |
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -2/+4 | |
2001-02-18 | Changed iMessage parameter of scintilla_send_message from int to unsigned | nyamatongwe | 1 | -1/+1 | |
int to be compatible with other message functions. | |||||
2001-02-17 | Made warning in ScintillaWidget.h work better with GCC. | nyamatongwe | 1 | -1/+1 | |
2001-02-17 | If ScintillaWidget.h included without Scintilla.h already included display | nyamatongwe | 1 | -0/+11 | |
a warning message and #include "Scintilla.h". | |||||
2001-02-17 | Defining sptr_t and uptr_t to be integral types large enough to contain | nyamatongwe | 1 | -1/+1 | |
pointers to allow portability to 64 bit platforms. | |||||
2001-01-27 | Much changed ScintillaGTK widget code that draws directly onto the | nyamatongwe | 1 | -2/+2 | |
Scintilla widget with no wDraw drawing area. Signals handled directly through callbacks. | |||||
2000-06-11 | Moved GTK+ Scintilla widget definition out into ScintillaWidget.h | nyamatongwe | 1 | -0/+46 | |