Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / stc /
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-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-25  Vadim ZeitlinFix build with wxUSE_FFILE=0.
2013-07-10  Václav SlavíkFix lots of warnings reported by Clang.
2013-07-07  Václav SlavíkUse wxConvAuto() in wxStyledTextCtrl::DoLoadFile().
2013-07-06  Vadim ZeitlinFix potential buffer overflow in wxSTC DefaultFont...
2013-06-29  Vadim ZeitlinAdd support for horizontal mouse wheel scrolling in...
2013-06-25  Stefan Csomorsupport retina display
2013-05-31  Vadim ZeitlinFix wxStyledTextCtrl::SetInsertionPointEnd().
2013-05-19  Vadim ZeitlinPropagate wxEVT_COMMAND_TEXT_UPDATED renaming to the...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-04-09  Stefan Csomorremoving codewarrior support
2013-04-05  Robin Dunn/dev/null may not exist, be smarter about it
2013-02-06  Vadim ZeitlinFix harmless warning about NULL in wxStyledTextCtrl...
2012-12-08  Vadim ZeitlinAlso account for EOL chars correctly in wxStyledTextCtr...
2012-12-08  Vadim ZeitlinStrip EOL characters from wxStyledTextCtrl::GetLineText...
2012-11-24  Vadim ZeitlinUse wxBufferedPaintDC for wxStyledTextCtrl drawing...
2012-10-27  Robin DunnGenerate the interface file for STC from gen_iface...
2012-09-30  Vadim ZeitlinRead and write files using binary mode in wxStyledTextCtrl.
2012-09-30  Vadim ZeitlinReimplement wxTextEntry::DoSetValue() in wxStyledTextCtrl.
2012-09-30  Vadim ZeitlinFix wxStyledTextCtrl::WriteText() to replace the selection.
2012-09-30  Robin DunnUse Refresh when the initial paint was abandoned by...
2012-09-25  Robin DunnScintilla's Point class no longer matches the structure...
2012-09-20  Vadim ZeitlinFix alpha handling in Scintilla when not using wxGraphi...
2012-09-20  Vadim ZeitlinAdd wxStyledTextCtrl::AnnotationClearLine().
2012-09-20  Vadim ZeitlinAdd wxStyledTextCtrl::SelectNone() to the template...
2012-08-28  Jouk JansenUpdate of OpenVMS compile support
2012-08-28  Jouk Jansencompilation fix for case that wxHAS_RAW_BITMAP is NOT...
2012-08-16  Robin DunnUse the popup's background as a border on wxGTK too.
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-08-14  Robin Dunnfix a couple typos
2012-08-14  Robin DunnInitial copy of Scintilla 3.21 code
2012-07-29  Vadim ZeitlinRemove workaround for slow scrolling in wxStyledTextCtrl.
2012-07-29  Vadim ZeitlinRemove unnecessary Update() in wxStyledTextCtrl scrolli...
2012-05-25  Vadim ZeitlinFully implement wxStyledTextCtrl::PositionToXY().
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 ZeitlinFix calculation of the wxStyledTextCtrl selection size.
2012-05-23  Vadim ZeitlinNo real changes, just backwards propagate the changes...
2012-05-13  Vadim ZeitlinNo changes, just simplify the code using wx2stc() a...
2012-05-13  Vadim ZeitlinFix wxStyledTextCtrl compilation in non-Unicode build.
2012-04-15  Vadim ZeitlinFix WXK_MENU handling in wxStyledTextCtrl.
2012-03-20  Robin DunnDocument steps needed to update to newer Scintilla...
2012-03-08  Vadim ZeitlinRevert the zoom direction on Ctrl-mouse wheel in wxStyl...
2012-02-27  Robin DunnChange the background style in the template file too.
2012-02-21  Robin DunnRewrite DoPaint, FullPaint and add FullPaintDC to help...
2012-02-10  Robin DunnDon't include the terminating NUL
2012-02-07  Robin Dunnuse buf.length() instead of strlen()
2012-02-07  Robin DunnAdd length parameter to AddTextRaw and AppendTextRaw...
2012-02-03  Vadim ZeitlinFix bug with mouse wheel scrolling wxStyledTextCtrl...
2011-11-28  Vadim ZeitlinIgnore WXK_NONE events in wxStyledTextCtrl.
2011-11-08  Robin DunnAdd a border on the AutoComp list for wxOSX-Cocoa
2011-11-05  Vadim ZeitlinRename lineAnchor in Scintilla code to avoid shadowing...
2011-09-28  Jouk JansenInclude support for OpenVMS IA64
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-20  Stefan Csomorfixes redraw problems under OSX, see #13345
2011-07-04  Vadim ZeitlinSuppress some harmless warnings about unused parameters...
2011-06-29  Vadim ZeitlinReplace stc.{h,cpp} with the generated versions with...
2011-06-29  Vadim ZeitlinGenerate code using IsOk() instead of Ok() in stc.cpp.
2011-05-13  Dimitri SchoolwerthFixed wxUSE_STD_DEFAULT==0 compilation.
2011-05-03  Stefan Csomorremoving old codewarrior files
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-30  Vadim ZeitlinAdd wxUSE_STD_CONTAINERS and turn it on by default.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-12-20  Jouk Janseninclude compile support for tests on OpenVMS (part3)
2010-12-15  Jouk JansenInclude compilation of tests for OpenVMS (part1)
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-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-23  Robin DunnUse the wx version of the wxDECLARE_EVENT_TABLE_ENTRY...
2010-08-10  Vadim ZeitlinRemove obsolete stc makefile.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-09  Vadim ZeitlinDon't use -kAddToPopUp() gettext hack with Scintilla.
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-07  Vadim ZeitlinFix harmless MSVC warning about int to bool conversion...
2010-04-06  Jouk JansenUpdate OpenVMS compile support
2010-04-01  Jouk JansenFix OpenVMS compile support for new version in src/stc
2010-03-30  Robin DunnApply patch (plus some additional changes) upgrading...
2010-03-20  Vadim ZeitlinFix some harmless unused parameter warnings.
2010-02-28  Vadim ZeitlinFix the STC sources generation script to work with...
2010-01-10  Robin DunnUse GraphicsContext (if available) for drawing in Surfa...
2009-11-16  Robin DunnAdd some missing commas. Fixes #11443
2009-10-09  Vadim ZeitlinRemoved wxFont::Set/GetNoAntiAliasing() implementations.
2009-10-05  Jouk Jansenconfigure stc support for OpenVMS
2009-09-26  Vadim ZeitlinRefactor wxStyledTextCtrl to share common file save...
2009-09-24  Julian SmartApplied #10799: using CallTipUseStyle() doesn't enable...
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...
next