Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / stc / scintilla /
2012-08-28  Jouk JansenUpdate of OpenVMS compile support
2012-08-14  Robin DunnMinimal tweaks and additions to get wxSTC compiling...
2012-08-14  Robin Dunnfix a couple typos
2012-08-14  Robin DunnInitial copy of Scintilla 3.21 code
2012-03-20  Robin DunnDocument steps needed to update to newer Scintilla...
2011-11-05  Vadim ZeitlinRename lineAnchor in Scintilla code to avoid shadowing...
2011-09-28  Jouk JansenInclude support for OpenVMS IA64
2010-12-20  Jouk Janseninclude compile support for tests on OpenVMS (part3)
2010-12-15  Jouk JansenInclude compilation of tests for OpenVMS (part1)
2010-04-20  Jouk Jansencorrecting error in OpenVMS makefile
2010-04-19  Jouk Jansenupdate OpenVMS compile support
2010-04-07  Robin DunnDrop the Array class added in the last scintilla patch...
2010-04-06  Jouk JansenUpdate OpenVMS compile support
2010-03-30  Robin DunnApply patch (plus some additional changes) upgrading...
2009-10-05  Jouk Jansenconfigure stc support for OpenVMS
2009-04-20  Vadim Zeitlininclude windows.h instead of basetsd.h directly as...
2009-03-28  Vadim Zeitlinfix basetsd.h name for case-sensitive file systems...
2009-01-19  Vadim Zeitlinuse basetsd.h for non-MSVC compilers (including mingw32...
2009-01-17  Vadim Zeitlindefine [us]ptr_t properly for mingw64 compilation
2008-11-14  Vadim Zeitlinassigning line marker to itself shouldn't invalidate...
2008-06-12  Vadim Zeitlinget rid of several dozen of warnings when using g+...
2008-03-27  Robin DunnA bit of cleanup for STC's use of PopupWindow
2007-12-15  Robin DunnUpdate Scintilla to version 1.75
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-09-10  Vadim Zeitlinfix a warning about casting literal string constants...
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2006-09-04  Julian SmartPrevents crashes caused by negative line count being...
2006-07-14  Robin DunnUpdated Scintilla to version 1.70
2006-06-28  Robin DunnApplied patch from Armel Asselin that reduces memory...
2006-03-14  Robin DunnSilence some warnings
2006-03-14  Robin DunnKeep wxSTC_LEX_ASP and _PHP available for now.
2006-03-08  Robin DunnUpdated to Scintilla 1.67
2005-08-28  Vadim Zeitlinuse #ifdef and not #if (fixes -Wundef warnings reported...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-25  Robin DunnReapplied Patch #1106564
2005-03-30  Robin Dunnrearrainge the #includes and etc. to avoid a name confl...
2005-02-11  Robin DunnUpdated to Scintilla 1.62
2005-01-21  Robin DunnPatch #1106564, corrects possible 100% CPU load condition.
2004-09-27  Robin DunnUpdated wxSTC's copy of Scintilla to version 1.61
2004-05-25  Julian SmartMore name changes
2004-02-11  Robin DunnAllow an extra flag to be given to Font::Create
2004-02-06  Robin DunnUpdated Scintilla to version 1.58
2003-09-18  Robin DunnUpdated to Scintilla 1.54
2003-07-18  Robin DunnUpdate to Scintilla 1.53
2003-06-18  Julian SmartWorkaround a crash bug; real solution as yet unknown
2003-04-19  Robin DunnUpdated Scintilla to 1.52 (on the trunk this time too)
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-11  Robin DunnUpdate to Scintilla 1.48
2002-09-08  Robin DunnA refinement of my patch from Neil Hodgson
2002-09-07  Robin DunnBetter placement of the AutoComplete listbox
2002-09-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-08-25  Robin DunnComment out a debug printf
2002-04-09  Robin DunnInclude wx/object.h to get the global memory operators...
2002-04-08  Julian SmartAdded define to STC VC++ project file
2002-04-08  Julian SmartCanvas: added some DECLARE_CLASS macros to stop it...
2002-03-18  Robin DunnUpdated wxSTC from Scintilla 1.40 to Scintilla 1.45
2002-02-07  Robin DunnPatch from Neil H.
2001-10-27  Robin DunnFirst pass at wxPython for Mac (darwin only so far...
2001-10-18  Robin DunnA fix for Scintilla's case insensitive sort routine
2001-10-18  Robin DunnUpdated to version 1.40 of Scintilla
2001-09-01  Robin DunnUpgraded to version 1.39 of Scintilla, and upated wxSty...
2001-03-28  Robin DunnFinished the changes necessary to use the new event...
2001-02-16  Robin DunnCopied/merged from the 2.2 branch.
2000-09-08  Robin DunnMoved from Scintilla version 1.25 to 1.32
2000-09-07  Robin DunnInterface file defining functionality available in...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-31  Robin DunnUndoing Eric's changes on the main branch
2000-03-30  Eric W. SinkThis commit includes the following changes:
2000-03-14  Julian SmartDoc edits; adding mmedia.rsp; added STC BC++ makefiles
2000-03-09  Robin DunnInitial version of wxStyledTextCtrl, a Scintilla wrappe...