aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaWidget.h
AgeCommit message (Collapse)AuthorFilesLines
2016-05-17Enable g-ir-scanner to scan ScintillaObject signalsThomas Martitz1-2/+6
Currently, the ScintillaObject signals can't be used from python code via gobject-introspection. This is because g-ir-scanner does not properly scan the signals. For signals, there is the additional requirement that parameters have are registered GTypes. For the sci-notify signal, this can be accomplished by boxing SCNotification. In addition, g-ir-scanner also runs on Scintilla.h where it picks up additional structs. test/gi/ is updated accordingly. The test python script is enhanced to showcase the signals (some fixes to the makefile are included as well).
2016-05-17Backed out changeset: 89cda794d0dd as fixed changeset will be sent by author.Neil1-6/+2
2016-04-26Enable g-ir-scanner to scan ScintillaObject signalsThomas Martitz1-2/+6
Currently, the ScintillaObject signals can't be used from python code via gobject-introspection. This is because g-ir-scanner does not properly scan the signals. For signals, there is the additional requirement that parameters have are registered GTypes. For the sci-notify signal, this can be accomplished by boxing SCNotification. In addition, g-ir-scanner also runs on Scintilla.h where it picks up additional structs. test/gi/ is updated accordingly. The test python script is enhanced to showcase the signals (some fixes to the makefile are included as well).
2016-02-09Fix 64-bit build on Windows which was broken in 3.6.3 as long only 32-bits.Neil1-1/+1
2015-12-15Minor cleanups for GObject introspection.Neil1-4/+5
Avoid doc-comment in header as they are interpreted by g-ir-scanner, fix a typo, remove empty lines, add to change log.
2015-12-13Fix issues raised by review and some moreThomas Martitz1-2/+1
- remove any notion of deprecation of legacy symbol names - make sure typelib search path is set for test program - add separate test target to test/gi/makefile - improve g-ir-scanner call command line - fixed gtk2 support of test test/gi/gi-test.py
2015-08-10Enable g-ir-scanner to run on ScintillaWidget.hThomas Martitz1-1/+18
g-ir-scanner expects a certain naming scheme. Adhering gives the benefit of automatically getting correct gobject-introspection data.
2012-09-11Don't use old GTK1-style typesystemColomban Wendling1-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-17Using a non-deprecated API to allow client code to pass deprecation checking.nyamatongwe1-1/+1
2010-03-25Removed support for GTK+ 1.x.nyamatongwe1-8/+0
2010-03-14Using preprocessor that should be set in environment rather than fromnyamatongwe1-1/+1
Platform.h to avoid use of PLatform.h.
2009-01-08Patch from Enrico Tröger to change comments in header files to C Style /*nyamatongwe1-3/+3
rather than C++ style // so that some compilers will work.
2006-05-18Patch from bug 1489948 to stop using deprecated calls on GTK+ 2.nyamatongwe1-0/+4
2005-11-01Changed type of id in scintilla_set_id to uptr_t to be compatiblenyamatongwe1-1/+1
with NotifyHeader in case of later move to allow pointers as IDs.
2005-02-02Patch from Naba fixes crash on 64 bit platforms.nyamatongwe1-1/+1
2002-10-11Patch from Shane that adds a font cache on GTK+.nyamatongwe1-1/+2
2002-07-29Made compatible with both GTK+ 1.x and 2.x.nyamatongwe1-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-07Using ContainerClass everywhere as the parent class of Scintilla rathernyamatongwe1-1/+1
than Fixed.
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