]> git.saurik.com Git - wxWidgets.git/history - src/stc
oops, fixed typo breaking iconv constness detection in the previous commit
[wxWidgets.git] / src / stc /
2002-01-24  Robin DunnEnsure that endPos > startPos in a couple methods
2002-01-16  Robin DunnPatch for using wxSTC with Borland, #504370
2002-01-09  Robin DunnUpdated to use correct value for wxSTC_MASK_FOLDERS
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-06  Robin DunnSome compilation fixes
2002-01-05  Robin DunnFixed an off-by-one error in the rectangle converter
2001-11-30  Robin DunnFixed some warnings in wxSTC
2001-11-30  Robin DunnAnother blind attempt to fix AltGr issues in wxSTC...
2001-11-25  Robin DunnAdded ability for wxSTC's scrollbars to be supplieed...
2001-11-25  Robin DunnHonor the SetUseHorizontalScrollBar setting.
2001-11-23  Julian SmartAdded event Clone functions
2001-11-19  Julian SmartMore VC++ project file corrections
2001-11-19  Julian SmartProject file corrections, doc corrections
2001-11-03  Robin DunnA little tweak
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-20  Robin DunnPut the vertical limit back in for the AutoCOmp list box
2001-10-18  Robin DunnRemoved wxLB_SORT flag. Users of the Autocomplete...
2001-10-18  Robin DunnA fix for Scintilla's case insensitive sort routine
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 DunnDon't create a bitmap with dimensions <= 0...
2001-10-04  Robin DunnChanged how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla
2001-10-01  Robin DunnUpdated the wxSTC makefile for Borland, and tweaked...
2001-09-12  Gilles Depeyrotadded missing object files (sorted alphabetically for...
2001-09-12  Gilles Depeyrotremoved inexistant object file
2001-09-10  Robin DunnRemoved font point size adjustment since wxWindows...
2001-09-09  Gilles Depeyrotadded dependency handling
2001-09-04  Robin DunnA couple little fixes for wxSTC
2001-09-01  Robin DunnUpgraded to version 1.39 of Scintilla, and upated wxSty...
2001-08-14  Robin Dunnfixed the last of the off-by-one errors (some are refix...
2001-07-28  Robin DunnA couple off-by-one fixes
2001-07-14  Robin DunnMade a couple Number() to GetCount() changes
2001-07-09  Robin Dunnfixed off by one error in GetText
2001-06-17  Julian SmartMakefile and other small corrections
2001-06-13  Julian SmartMore contrib compilation fixes & makefiles
2001-06-13  Julian SmartFixes to BC++ compilation in mem debug mode
2001-06-01  Robin DunnTranslated a double click into just a second click...
2001-05-06  Robin DunnAdded MouseWheel support to wxSTC
2001-05-02  Robin Dunntypo fixed
2001-03-28  Robin DunnFinished the changes necessary to use the new event...
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-09-07  Robin DunnInterface file defining functionality available in...
2000-09-05  Robin DunnFixed some off-by-one errors that were visible on wxGTK...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-06-04  Guilhem LavauxwxMMedia doc updates
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-19  Ron Leerepaired some of the more obvious horrors in the contri...
2000-03-17  Robin Dunnfixes for drop source and for capturing the mouse
2000-03-16  Robin DunndropTarget is now dynamically allocated.
2000-03-14  Vadim Zeitlinmakefiles for stc lib and sample for Unix
2000-03-14  Julian SmartDoc edits; adding mmedia.rsp; added STC BC++ makefiles
2000-03-13  Guillermo Rodrigue... new
2000-03-13  Robin DunnAdded methods for folding
2000-03-12  Julian SmartAdded project files for STC; fixed wxStringList memory...
2000-03-09  Robin DunnInitial version of wxStyledTextCtrl, a Scintilla wrappe...