Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / stc / ScintillaWX.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-29  Vadim ZeitlinAdd support for horizontal mouse wheel scrolling in...
2012-09-30  Robin DunnUse Refresh when the initial paint was abandoned by...
2012-08-14  Robin DunnMinimal tweaks and additions to get wxSTC compiling...
2012-07-29  Vadim ZeitlinRemove unnecessary Update() in wxStyledTextCtrl scrolli...
2012-04-15  Vadim ZeitlinFix WXK_MENU handling in wxStyledTextCtrl.
2012-03-08  Vadim ZeitlinRevert the zoom direction on Ctrl-mouse wheel in wxStyl...
2012-02-21  Robin DunnRewrite DoPaint, FullPaint and add FullPaintDC to help...
2011-11-28  Vadim ZeitlinIgnore WXK_NONE events in wxStyledTextCtrl.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-20  Stefan Csomorfixes redraw problems under OSX, see #13345
2011-05-13  Dimitri SchoolwerthFixed wxUSE_STD_DEFAULT==0 compilation.
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-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-04-07  Vadim ZeitlinFix harmless MSVC warning about int to bool conversion...
2010-03-30  Robin DunnApply patch (plus some additional changes) upgrading...
2009-09-24  Julian SmartApplied #10799: using CallTipUseStyle() doesn't enable...
2009-03-17  Kevin OllivierLeave anti-aliasing on by default on Mac as well
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-08-30  Vadim Zeitlinfix some (harmless) mingw32 4.3 warnings
2008-06-15  Vadim Zeitlinfix crash when copying empty selection to clipboard...
2008-06-14  Vadim Zeitlindon't interfere with Scintilla drag-and-drop (#9088)
2008-03-27  Robin DunnA bit of cleanup for STC's use of PopupWindow
2007-12-15  Robin DunnUpdate Scintilla to version 1.75
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-06-22  Vadim Zeitlinfix warnings about parameters shadowing member variables
2007-04-18  Paul Cornettnon-pch build fix
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 DunnEnable the use of the primary selection
2007-03-30  Vadim Zeitlincompilation fix for Win64 (patch 1690999)
2007-01-20  Robin DunnUse float-on-parent frames for the popups if wxPopupWin...
2006-09-22  Robin DunnCatch WXK_NUMPAD_DELETE and WXK_NUMPAD_INSERT too
2006-08-21  Robin DunnRecognize the numpad cursor keys too
2006-07-29  Robin DunnOnly do Armel Asselin's memory reduction patch in Paste...
2006-07-13  Robin DunnReverted part of rev 1.92. It causes probelms on Windo...
2006-06-28  Robin DunnApplied patch from Armel Asselin that reduces memory...
2006-05-22  Robin DunnChanges to ensure that the potential drag is totally...
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-03-10  Robin DunnIncrease timeout in order to catch slower clicks
2006-03-10  Włodzimierz SkibawxTinderbox build fix.
2006-03-08  Robin DunnFix for bug #1436503. Delay the start of the DnD oprta...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2005-10-07  Włodzimierz Skiba#include markup fix.
2005-08-23  Włodzimierz SkibawxOS2/OW warning and build fixes.
2005-05-13  Robin DunnDon't adjust the keycode for Ctrl-Backspace
2005-04-16  Robin DunnUse a wxPopupWindow for the AutoComplete box too.
2005-04-15  Robin DunnNo longer a need for changing the names to protect...
2005-04-03  Robin DunnDon't include the nul byte when copying to the clipboard
2005-03-30  Robin Dunnrearrainge the #includes and etc. to avoid a name confl...
2005-03-01  Włodzimierz SkibaMissing header.
2005-02-21  Robin DunnTreat the numpad enter key the same as the main enter key
2005-02-19  Robin DunnOn wxMac don't call Refresh from FullPaint as that...
2005-02-11  Robin DunnInitialize the new data memebers
2005-02-11  Robin DunnOn wxMSW Move an invisible system caret around with...
2005-02-11  Robin DunnUpdated to Scintilla 1.62
2005-02-04  Robin DunnUse the unicode character, if available in the event
2004-12-06  Włodzimierz Skibassize_t for wxFile, unsigned char markup for color...
2004-09-28  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-09-03  Robin DunnFixed incorrect clipping region on wxGTK
2004-08-09  Robin DunnConvert EOLs in pasted or DnD'd text to match what...
2004-06-09  Robin DunnEnsure that the correct rectangle is clipped and refres...
2004-05-25  Julian SmartMore name changes
2004-05-24  Robin DunnNo longer any need for the dc parameter to FullPaint.
2004-05-24  Robin DunnFix FullPaint to actually force the whole window to...
2004-03-26  Robin Dunnuse wxPopupWindow again
2004-02-23  Robin DunnTurn off UseAntiAliasing by default on wxMac
2004-02-11  Robin DunnUse extraFontFlag to specify if anti-aliased fonts...
2004-02-06  Robin Dunncorrect some compile warnings and errors
2004-02-06  Robin DunnCall Finalise.
2004-02-06  Robin DunnUpdated Scintilla to version 1.58
2004-01-16  Robin DunnPatch [ 877891 ] Share the DC from DoPaint with FullPai...
2003-12-11  Julian SmartApplied [ 857819 ] STC CopyToClipboard uses LF on win32
2003-09-23  Robin DunnFixes in focus handling related to the AutoComplete...
2003-09-19  Robin DunnPatch #809286 and a couple other minor changes to the...
2003-09-18  Robin DunnAdded missing }
2003-09-18  Robin DunnPatch #808669 more warngins and unicode fixes
2003-09-18  Robin DunnUpdated to Scintilla 1.54
2003-07-18  Robin DunnUpdate to Scintilla 1.53
2003-05-06  Robin Dunnallow the base class to participate in the CanPaste...
2003-04-23  Robin DunnFix setting the scrollbar positions (SF Bug #721159)
2003-04-19  Robin DunnUpdated Scintilla to 1.52 (on the trunk this time too)
2003-01-17  Robin DunnwxMac (and maybe others?) get PAGEUP/PAGEDOWN instead...
2003-01-03  Robin DunnDisable putting selected text in the Primary Selection...
2002-12-27  Robin DunnFix for potential divide by zero error
2002-12-17  Robin DunnFixed possibility of releasing mouse if the window...
2002-12-16  Robin DunnMisc wxSTC fixes
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Robin DunnFix off-by-one in vertical scrolling
2002-09-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-08-27  Robin DunnDon't use a wxPopupWindow on wxGTK
2002-08-26  Robin DunnFixup clipboard usage a bit more.
2002-08-25  Robin DunnYou can't paste if someone else already has the clipboa...
2002-08-24  Robin DunnEnsure that the mouse is not captured in the calltip...
2002-07-19  Robin DunnMoved the check for page scrolling with the wheel into...
2002-07-06  Robin DunnActually check if the menu should be shown before poppi...
next