Fix stc doxygen warnings and regen stc files.
[wxWidgets.git] / include / wx / stc / stc.h
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-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2013-05-31  Vadim ZeitlinFix wxStyledTextCtrl::SetInsertionPointEnd().
2012-12-08  Vadim ZeitlinAlso account for EOL chars correctly in wxStyledTextCtr...
2012-12-08  Vadim ZeitlinStrip EOL characters from wxStyledTextCtrl::GetLineText...
2012-10-27  Robin DunnGenerate the interface file for STC from gen_iface...
2012-09-30  Vadim ZeitlinReimplement wxTextEntry::DoSetValue() in wxStyledTextCtrl.
2012-09-30  Vadim ZeitlinFix wxStyledTextCtrl::WriteText() to replace the selection.
2012-09-20  Vadim ZeitlinAdd wxStyledTextCtrl::AnnotationClearLine().
2012-09-15  Vadim ZeitlinPreserve size of wxGrid rows/columns when hiding and...
2012-08-14  Robin Dunnfix some compile warnings
2012-08-14  Robin DunnUpdate the wxVersionInfo, and don't forget to initializ...
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-07-29  Vadim ZeitlinRemove workaround for slow scrolling in wxStyledTextCtrl.
2012-05-25  Vadim ZeitlinFully implement wxStyledTextCtrl::PositionToXY().
2012-02-07  Robin DunnAdd length parameter to AddTextRaw and AppendTextRaw...
2012-02-03  Vadim ZeitlinFix bug with mouse wheel scrolling wxStyledTextCtrl...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-29  Vadim ZeitlinReplace stc.{h,cpp} with the generated versions with...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-11-26  Vadim ZeitlinSmall bug fixes for GetLibraryVersionInfo() changes.
2010-11-25  Vadim ZeitlinAdd wxVersionInfo and functions returning it for 3rd...
2010-10-17  Vadim ZeitlinFix wxSTC compilation without wxUSE_DRAG_AND_DROP after...
2010-10-16  Vadim ZeitlinRestore text drag-and-drop in wxSTC broken by Scintilla...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE_EVENT_...
2010-03-30  Robin DunnApply patch (plus some additional changes) upgrading...
2009-11-16  Robin DunnAdd some missing commas. Fixes #11443
2009-09-26  Vadim ZeitlinRefactor wxStyledTextCtrl to share common file save...
2009-03-02  Vadim Zeitlinbuild fix: define DoGetValue() and GetEditableWindow()
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-12-25  Vadim Zeitlinunhide the second wxTextAreaBase::HitTest() overload...
2008-11-14  Vadim ZeitlinCanPaste() should be const too
2008-11-02  Francesco Montorsideclare all NameStr[] strings as const char using the...
2008-09-25  Robin DunnConsolidate old and new implementations of Get/SetSelection
2008-06-30  Vadim ZeitlinVC6 compilation fix: using access declaration can only...
2008-06-15  Vadim Zeitlinanother 64 bit fix: make SendMsg() return wxIntPtr...
2008-06-15  Vadim Zeitlinfixed STC under Win64: as wxStyledTextCtrl::SendMsg...
2008-06-15  Vadim Zeitlinignore mouse wheel events which are coming too fast...
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 Zeitlinstate clearly that the entire contents of generated...
2008-06-14  Vadim Zeitlinremove extra ')' in EVT_STC_CALLTIP_CLICK
2008-06-14  Vadim Zeitlintranslate Scintilla getters to const methods of wxStyle...
2008-03-27  Robin DunnA bit of cleanup for STC's use of PopupWindow
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2007-12-15  Robin DunnUpdate Scintilla to version 1.75
2007-07-15  Václav Slavíkdon't export private stc2wx(), wx2stc() functions from...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-21  Vadim Zeitlinfix WXDLLIMPEXP_STC definition when building all wx...
2007-04-17  Paul Cornettadd wxUSE_STC wrappers
2006-08-31  Robin DunnProvide an implementation for SurfaceImpl::AlphaRectang...
2006-07-14  Robin DunnUpdated Scintilla to version 1.70
2006-03-14  Robin DunnKeep wxSTC_LEX_ASP and _PHP available for now.
2006-03-08  Robin DunnUpdated to Scintilla 1.67
2006-01-18  Julian SmartApplied patch [ 1255676 ] stc2wx/wx2stc not exported...
2005-10-07  Włodzimierz Skiba#include markup fix.
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
next