Fix assorted typos in comments and other non-code.
[wxWidgets.git] / src / stc / gen_iface.py
2013-09-17  Vadim ZeitlinFix assorted typos in comments and other non-code.
2013-09-11  Steve LamertonFix stc doxygen warnings and regen stc files.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-05  Robin Dunn/dev/null may not exist, be smarter about it
2012-10-27  Robin DunnGenerate the interface file for STC from gen_iface...
2012-08-14  Robin Dunnfix some compile warnings
2012-08-14  Robin DunnUpdate new names to conform, add new event types and...
2012-08-14  Robin DunnMinimal tweaks and additions to get wxSTC compiling...
2012-05-25  Vadim ZeitlinFix calculation of wxStyledTextCtrl selection size...
2012-05-24  Robin DunnChanges to allow these build scripts to use python3
2012-05-23  Vadim ZeitlinNo real changes, just backwards propagate the changes...
2012-02-10  Robin DunnDon't include the terminating NUL
2012-02-07  Robin Dunnuse buf.length() instead of strlen()
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-29  Vadim ZeitlinGenerate code using IsOk() instead of Ok() in stc.cpp.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-03-30  Robin DunnApply patch (plus some additional changes) upgrading...
2010-02-28  Vadim ZeitlinFix the STC sources generation script to work with...
2008-11-14  Vadim ZeitlinCanPaste() should be const too
2008-09-25  Robin DunnConsolidate old and new implementations of Get/SetSelection
2008-06-15  Vadim Zeitlinfixed STC under Win64: as wxStyledTextCtrl::SendMsg...
2008-06-15  Vadim Zeitlinderive wxSTC from wxTextEntryBase to provide even more...
2008-06-15  Vadim Zeitlinderive wxSTC from wxTextAreaBase to provide wxTextCtrl...
2008-06-14  Vadim Zeitlinexplicitly check that we're being run from the correct...
2008-06-14  Vadim Zeitlintranslate Scintilla getters to const methods of wxStyle...
2008-06-14  Vadim Zeitlinstandard location of env is in /usr/bin, not /bin
2008-06-14  Vadim Zeitlinmake the script executable
2007-12-15  Robin DunnUpdate Scintilla to version 1.75
2007-04-12  Robin DunnAdjust output dir for wxPython file
2007-04-08  Vadim Zeitlinpass 0, not NULL, to SendMsg() which takes long to...
2006-08-31  Robin DunnProvide an implementation for SurfaceImpl::AlphaRectang...
2006-03-08  Robin Dunnwarning fix
2006-03-08  Robin DunnUpdated to Scintilla 1.67
2005-05-26  Robin DunnSince Scintilla uses XMP internally which doesn't suppo...
2005-04-19  Robin DunnAllow to set a style's wxFontEncoding
2005-04-16  Robin DunnAdd docstrings for wxSTC methods
2005-04-16  Robin DunnAdd several "Raw" functions for setting/getting text...
2005-02-11  Robin DunnUpdated to Scintilla 1.62
2004-03-06  Robin DunnDecided that not doing methods for keyboard commands...
2004-02-06  Robin DunnUpdated Scintilla to version 1.58
2003-09-18  Robin DunnUpdated to Scintilla 1.54
2003-08-05  Robin DunnFixed SF Bug #781355. It was a problem with the clippi...
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-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-08-08  Robin DunnFixes for Bug #592758
2002-07-09  Robin DunnCompilation fix
2002-07-08  Robin Dunnbug fix. The wxCharBuffer was being destroyed before...
2002-06-04  Robin DunnChanged FindTExt intercase to more easily handle additi...
2002-05-13  Robin DunnAdded some inline helpers so the dependence on wxUSE_UN...
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-24  Robin DunnEnsure that endPos > startPos in a couple methods
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-08-14  Robin Dunnfixed the last of the off-by-one errors (some are refix...
2001-07-28  Robin DunnA couple off-by-one fixes
2001-07-09  Robin Dunnfixed off by one error in GetText
2001-05-06  Robin DunnAdded MouseWheel support to wxSTC
2001-05-02  Robin Dunntypo fixed
2000-10-30  Robin DunnMerged some STC fixes over to the main branch