Nuke #pragma implementation/interface's
[wxWidgets.git] / include / wx / stc /
2005-04-19  Robin DunnAllow to set a style's wxFontEncoding
2005-04-19  Robin DunnChange the access of the event handler functions for...
2005-04-16  Robin DunnAdded Python methods to wxStyledTextCtrl that allow...
2005-04-16  Robin DunnAdd several "Raw" functions for setting/getting text...
2005-04-15  Robin DunnPatch #1183952, Create to return bool
2005-02-11  Robin DunnUpdated to Scintilla 1.62
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-11-10  Robin DunnWhen using an external scrollbar ensure that the built...
2004-10-17  Robin DunnUse Scintilla's functions for Unicode/UTF8 conversions
2004-09-28  Robin DunnTRUE/FALSE/etc. cleanup in the *.in files, regenerated...
2004-09-28  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-09-27  Robin DunnAllow style spec strings to contain colour names as...
2004-09-27  Robin DunnUpdated wxSTC's copy of Scintilla to version 1.61
2004-08-11  Robin DunnSet minsize and implement DoGetBestSize
2004-06-02  Robin DunnDefault arg for Id
2004-06-01  Robin Dunnremove EVT_STC_POSCHANGED as it's been deprecated in...
2004-05-25  Julian SmartMore name changes
2004-03-06  Robin DunnDecided that not doing methods for keyboard commands...
2004-02-11  Robin DunnUse extraFontFlag to specify if anti-aliased fonts...
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-02-06  Robin DunnUpdated Scintilla to version 1.58
2004-01-31  Robin Dunn%addtofunc --> %pythonAppend
2003-10-31  Robin DunnPatch #826420, and also adapted to new SWIG
2003-09-24  Robin Dunn#ifdef update for the old SWIG
2003-09-19  Mattia Barbon Compilation fix for wxUSE_DRAG_AND_DROP==0.
2003-09-18  Robin DunnAdded DoDragOver and DoDropText from Angelo Mandato...
2003-09-18  Robin DunnUpdated to Scintilla 1.54
2003-08-22  Mattia Barbon Fix building wxSTC as a DLL using MinGW GCC 3.x.
2003-07-25  Robin DunnFixes to allow STC to be built as a DLL
2003-07-22  Robin DunnPatch #775355 Unicode fix for STC
2003-07-18  Robin DunnUpdate to Scintilla 1.53
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-11  Robin DunnUpdate to Scintilla 1.48
2002-09-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-06-04  Robin DunnChanged FindTExt intercase to more easily handle additi...
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-11-23  Julian SmartAdded event Clone functions
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-18  Robin DunnUpdated to version 1.40 of Scintilla
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-04  Robin DunnA couple little fixes for wxSTC
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
2000-09-26  Robin Dunnnew and improved wxSTC
2000-09-08  Robin DunnMoved from Scintilla version 1.25 to 1.32
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-13  Robin DunnAdded methods for folding
2000-03-09  Robin DunnInitial version of wxStyledTextCtrl, a Scintilla wrappe...