XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / stc / stc.cpp.in
2013-08-06  Vadim ZeitlinReflect changes in stc.cpp in stc.cpp.in from which...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-07  Václav SlavíkUse wxConvAuto() in wxStyledTextCtrl::DoLoadFile().
2013-06-29  Vadim ZeitlinAdd support for horizontal mouse wheel scrolling in...
2013-05-19  Vadim ZeitlinPropagate wxEVT_COMMAND_TEXT_UPDATED renaming to the...
2013-02-06  Vadim ZeitlinFix harmless warning about NULL in wxStyledTextCtrl...
2012-11-24  Vadim ZeitlinUse wxBufferedPaintDC for wxStyledTextCtrl drawing...
2012-09-30  Vadim ZeitlinRead and write files using binary mode in wxStyledTextCtrl.
2012-09-30  Vadim ZeitlinReimplement wxTextEntry::DoSetValue() in wxStyledTextCtrl.
2012-09-20  Vadim ZeitlinAdd wxStyledTextCtrl::AnnotationClearLine().
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-07-29  Vadim ZeitlinRemove workaround for slow scrolling in wxStyledTextCtrl.
2012-05-23  Vadim ZeitlinFix calculation of the wxStyledTextCtrl selection size.
2012-02-27  Robin DunnChange the background style in the template file too.
2012-02-07  Robin DunnAdd length parameter to AddTextRaw and AppendTextRaw...
2012-02-03  Vadim ZeitlinFix bug with mouse wheel scrolling wxStyledTextCtrl...
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-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-03-30  Robin DunnApply patch (plus some additional changes) upgrading...
2009-09-26  Vadim ZeitlinRefactor wxStyledTextCtrl to share common file save...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
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-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 Zeitlinfix off by 1 error in GetTextRaw() (#4317)
2008-06-15  Vadim Zeitlinignore mouse wheel events which are coming too fast...
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 Zeitlintranslate Scintilla getters to const methods of wxStyle...
2008-03-27  Robin DunnUse SetCanFocus
2007-12-15  Robin DunnUpdate Scintilla to version 1.75
2007-09-03  Robin Dunninclude private.h
2007-04-17  Paul Cornettadd wxUSE_STC wrappers
2007-04-05  Robin DunnBakefile and other changes for new locations of STC...
2007-04-02  Robin DunnAlways use wxHSCROLL|wxVSCROLL.
2007-04-01  Vadim Zeitlinblind fix for Unicode key handling (patch 1615989)
2007-02-06  Robin DunnFill in more details for the wxEVT_STC_AUTOCOMP_SELECTI...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-06-28  Robin DunnApplied patch from Armel Asselin that reduces memory...
2006-03-08  Robin DunnUpdated to Scintilla 1.67
2005-10-07  Włodzimierz Skiba#include markup fix.
2005-04-21  Robin DunnOops, that should be GetEncoding, not GetDefaultEncoding
2005-04-21  Robin DunnUse the encoding in StyleSetFont too.
2005-04-19  Robin DunnAllow to set a style's wxFontEncoding
2005-04-16  Robin DunnAdd several "Raw" functions for setting/getting text...
2005-04-15  Robin DunnPatch #1183952, Create to return bool
2005-04-15  Robin DunnNo longer a need for changing the names to protect...
2005-03-30  Robin Dunnrearrainge the #includes and etc. to avoid a name confl...
2005-03-02  Robin DunnReduce the value of the fkey guard for unicode characters
2005-02-04  Robin DunnUse the unicode character, if available in the event
2004-12-07  Włodzimierz SkibaCorrect way of modyfing stc.cpp. Thanks Robin for quick...
2004-11-10  Robin DunnWhen using an external scrollbar ensure that the built...
2004-09-28  Robin DunnTRUE/FALSE/etc. cleanup in the *.in files, regenerated...
2004-09-28  Robin DunnOn the Mac the Alt key is a character modifier like...
2004-09-27  Robin DunnAllow style spec strings to contain colour names as...
2004-08-11  Robin DunnSet minsize and implement DoGetBestSize
2004-06-14  Robin DunnThis workaround is no longer needed because of fix in
2004-06-10  Robin DunnTake care of some focus issues with the AutoComp list...
2004-06-01  Robin Dunnremove EVT_STC_POSCHANGED as it's been deprecated in...
2004-05-25  Julian SmartMore name changes
2004-03-29  Robin DunnCheck that the file successfully loaded, use the length...
2004-03-22  Robin DunnEnsure the buffer is NULL-terminated before converting it.
2004-03-22  Robin DunnExpand the range of WXK_ values that are excluded from...
2004-02-13  Robin DunnCall Skip from the focus handlers so wxGTK can still...
2004-02-11  Robin DunnUse extraFontFlag to specify if anti-aliased fonts...
2004-02-06  Robin DunnUpdated Scintilla to version 1.58
2004-01-26  Robin DunnwxMac needs the scroll styles
2004-01-02  Robin DunnDon't use wx[H|V]SCROLL styles
2003-11-23  Mattia Barbon Compilation fixes for wxUSE_STL == 1 and for wxUSE_UN...
2003-10-31  Robin DunnPatch #826420, and also adapted to new SWIG
2003-09-19  Mattia Barbon Compilation fix for wxUSE_DRAG_AND_DROP==0.
2003-09-19  Robin DunnPatch #809286 and a couple other minor changes to the...
2003-09-18  Robin DunnAdded DoDragOver and DoDropText from Angelo Mandato...
2003-09-18  Robin DunnUpdated to Scintilla 1.54
2003-09-15  Robin DunnEnsure that the native font is initialized so the face...
2003-06-30  Robin DunnCheck for and allow zero length files
2003-05-29  Robin DunnAdded LoadFile and SaveFile methods
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-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-09-05  Robin Dunnsome tweaks for LINK_LEXERS
2002-08-22  Robin DunnOnly catch exact menu range
2002-07-19  Robin DunnMoved the check for page scrolling with the wheel into...
2002-07-10  Robin DunnEnsure that the wxSTC gets the focus when clicked.
2002-05-29  Robin DunnRemoved Refresh from OnSize as it's not needed anymore
2002-05-27  Robin DunnPatch 559673 and 561053
2002-05-15  Robin DunnwxSTC changes to help it work better on wxMac
2002-05-13  Robin DunnAdded some inline helpers so the dependence on wxUSE_UN...
2002-03-30  Robin DunnGive access to m_lastKeydownConsumed
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-16  Robin DunnPatch for using wxSTC with Borland, #504370
2002-01-06  Robin DunnSome compilation fixes
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...
next