prevent unhandled key events from propagating up parent chain
[wxWidgets.git] / src / stc /
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...
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 Zeitlinexplicitly check that we're being run from the correct...
2008-06-14  Vadim Zeitlinremove extra ')' in EVT_STC_CALLTIP_CLICK
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
2008-06-14  Vadim Zeitlindon't interfere with Scintilla drag-and-drop (#9088)
2008-06-12  Vadim Zeitlinget rid of several dozen of warnings when using g+...
2008-06-01  Vadim Zeitlinuse wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP
2008-04-14  Robin DunnAlso set wxHAVE_RAW_BITMAP for Mac and GTK2, use it...
2008-03-27  Robin DunnUse SetCanFocus
2008-03-27  Robin DunnA bit of cleanup for STC's use of PopupWindow
2008-03-27  Robin DunnUse SetCanFocus
2008-03-19  Francesco Montorsifurther wxPenStyle/wxBrushStyle fixes for builds with...
2008-03-09  Robin DunnDon't need to use wxHAVE_RAW_BITMAP any more.
2008-01-29  Robin DunnApply change in r51405 to this file too: don't use...
2008-01-02  Stefan NeisBlind fix for typo in 50972.
2007-12-31  Robin DunnEnsure AutoComp items with no type will set the item...
2007-12-15  Vadim Zeitlinfix unused parameter warning
2007-12-15  Robin DunnUpdate Scintilla to version 1.75
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-09-10  Vadim Zeitlinfix a warning about casting literal string constants...
2007-09-03  Robin Dunninclude private.h
2007-07-19  David ElliottAdded include wx/timer.h to non WX_PRECOMP case.
2007-07-15  Václav Slavíkdon't export private stc2wx(), wx2stc() functions from...
2007-07-12  Vadim Zeitlinremove deprecated UseAlpha() call
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-06-22  Vadim Zeitlinfix warnings about parameters shadowing member variables
2007-04-21  Vadim Zeitlinfix WXDLLIMPEXP_STC definition when building all wx...
2007-04-18  Paul Cornettnon-pch build fix
2007-04-17  Paul Cornettadd wxUSE_STC wrappers
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-12  Robin DunnAdjust output dir for wxPython file
next