Disconnect all GTK signals referencing a wx object which is being destructed
[wxWidgets.git] / src / stc /
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...
2009-03-17  Kevin OllivierLeave anti-aliasing on by default on Mac as well
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 Zeitlinuse basetsd.h for non-MSVC compilers (including mingw32...
2009-01-17  Vadim Zeitlindefine [us]ptr_t properly for mingw64 compilation
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-14  Vadim Zeitlinassigning line marker to itself shouldn't invalidate...
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-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-08-30  Vadim Zeitlinfix some (harmless) mingw32 4.3 warnings
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 Zeitlinfix off by 1 error in GetTextRaw() (#4317)
2008-06-15  Vadim Zeitlinfix crash when copying empty selection to clipboard...
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...
next