]> git.saurik.com Git - wxWidgets.git/history - src/stc/stc.h.in
Patch #775355 Unicode fix for STC
[wxWidgets.git] / src / stc / stc.h.in
2003-07-22  Robin DunnPatch #775355 Unicode fix for STC
2003-05-29  Robin DunnAdded LoadFile and SaveFile methods
2003-04-19  Robin DunnUpdated Scintilla to 1.52 (on the trunk this time too)
2003-02-27  Robin DunnPatch from David Falkinder to help building a STC dll.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-05-27  Robin DunnPatch 559673 and 561053
2002-05-13  Robin DunnAdded some inline helpers so the dependence on wxUSE_UN...
2002-05-03  Robin DunnMake it easier to not use wxPopupWindow in wxSTC, and...
2002-03-30  Robin DunnGive access to m_lastKeydownConsumed
2002-03-21  Robin DunnMore unicode related cleanup and fixes for wxPython
2002-03-20  Robin DunnwxStyledTextCtrl can now be built and used when wxUSE_U...
2002-03-18  Robin DunnUpdated wxSTC from Scintilla 1.40 to Scintilla 1.45
2002-01-09  Robin DunnUpdated to use correct value for wxSTC_MASK_FOLDERS
2002-01-06  Robin DunnSome compilation fixes
2001-11-30  Robin DunnFixed some warnings in wxSTC
2001-11-30  Robin DunnAnother blind attempt to fix AltGr issues in wxSTC...
2001-11-25  Robin DunnAdded ability for wxSTC's scrollbars to be supplieed...
2001-10-27  Robin DunnFirst pass at wxPython for Mac (darwin only so far...
2001-10-23  Robin DunnAdded DnD related events to wxSTC
2001-10-12  Robin DunnSecond phase of OOR completed. (Original python object...
2001-10-04  Robin DunnChanged how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla
2001-09-01  Robin DunnUpgraded to version 1.39 of Scintilla, and upated wxSty...
2001-05-06  Robin DunnAdded MouseWheel support to wxSTC
2001-03-28  Robin DunnFinished the changes necessary to use the new event...
2000-10-30  Robin DunnMerged some STC fixes over to the main branch