Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / stc / ScintillaWX.cpp
2002-06-06  Robin DunnSwitch back to not using wxPopupWindow since wxMSW...
2002-05-27  Robin DunnUsePrimarySelection
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-05-13  Robin DunnThe use of wxPopupWindow fo rhte autocomplete and callt...
2002-05-03  Robin DunnMake it easier to not use wxPopupWindow in wxSTC, and...
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-02-09  Robin DunnThe calltip window and autocomplete window in wxSTC...
2001-11-25  Robin DunnAdded ability for wxSTC's scrollbars to be supplieed...
2001-11-25  Robin DunnHonor the SetUseHorizontalScrollBar setting.
2001-10-27  Robin DunnFirst pass at wxPython for Mac (darwin only so far...
2001-10-24  Robin DunnChanged CanPaste to just check IsSupported.
2001-10-23  Robin DunnAdded DnD related events to wxSTC
2001-10-18  Robin DunnUpdated to version 1.40 of Scintilla
2001-10-17  Robin DunnAnother attempt to handle key events correctly for...
2001-10-12  Robin DunnSecond phase of OOR completed. (Original python object...
2001-10-04  Robin DunnWorkaround for Ctrl-A giving a keycode of 1 in EVT_KEY_...
2001-10-04  Robin DunnChanged how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla
2001-09-01  Robin DunnUpgraded to version 1.39 of Scintilla, and upated wxSty...
2001-05-06  Robin DunnAdded MouseWheel support to wxSTC
2001-03-27  Robin DunnPut back some code that was commented out for testing
2001-02-16  Robin DunnCopied/merged from the 2.2 branch.
2000-10-30  Robin DunnMerged some STC fixes over to the main branch
2000-09-26  Robin Dunnnew and improved wxSTC
2000-09-08  Robin DunnMoved from Scintilla version 1.25 to 1.32
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-31  Robin DunnUndoing Eric's changes on the main branch
2000-03-30  Eric W. SinkThis commit includes the following changes:
2000-03-17  Robin Dunnfixes for drop source and for capturing the mouse
2000-03-16  Robin DunndropTarget is now dynamically allocated.
2000-03-09  Robin DunnInitial version of wxStyledTextCtrl, a Scintilla wrappe...