Include compilation of tests for OpenVMS (part1)
[wxWidgets.git] / src / stc / PlatWX.cpp
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-03-30  Robin DunnApply patch (plus some additional changes) upgrading...
2010-03-20  Vadim ZeitlinFix some harmless unused parameter warnings.
2010-01-10  Robin DunnUse GraphicsContext (if available) for drawing in Surfa...
2009-10-09  Vadim ZeitlinRemoved wxFont::Set/GetNoAntiAliasing() implementations.
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-06-15  Vadim Zeitlinfixed STC under Win64: as wxStyledTextCtrl::SendMsg...
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-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-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-07-15  Václav Slavíkdon't export private stc2wx(), wx2stc() functions from...
2007-07-12  Vadim Zeitlinremove deprecated UseAlpha() call
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-03-14  Vadim Zeitlinsuppress unused parameter warning
2007-01-20  Robin DunnUse float-on-parent frames for the popups if wxPopupWin...
2006-07-25  Vadim Zeitlinupdate from suzumizaki (patch 1522506)
2006-08-31  Robin Dunnsupress some unused parameter warnings
2006-08-31  Robin DunnOnly use raw bitmap if it is available
2006-08-31  Robin DunnProvide an implementation for SurfaceImpl::AlphaRectang...
2006-07-14  Robin DunnUpdated Scintilla to version 1.70
2006-05-29  Robin DunnwxWakeUpIdle seems unnecessary here
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-10  Włodzimierz SkibawxTinderbox warning fix.
2006-03-08  Włodzimierz SkibaWarning fix.
2006-03-08  Robin DunnUpdated to Scintilla 1.67
2005-11-07  Stefan Csomoradjusting to SetLabel migration
2005-10-07  Włodzimierz Skiba#include markup fix.
2005-08-28  Vadim Zeitlinfixed cursor flicker (patch 1254492 by Hans P. Palbol)
2005-04-24  Mattia Barbon Another STL compilation fix.
2005-04-19  Robin DunnAllow to set a style's wxFontEncoding
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-03-30  Robin Dunnrearrainge the #includes and etc. to avoid a name confl...
2005-02-27  Václav SlavíkGTK+ headers aren't needed anymore
2005-02-19  Robin DunnOn wxMac don't call Refresh from FullPaint as that...
2004-12-06  Włodzimierz Skibassize_t for wxFile, unsigned char markup for color...
2004-10-17  Robin DunnUse Scintilla's functions for Unicode/UTF8 conversions
2004-09-28  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-07-19  Robin DunnHandle terminating NULL correctly
2004-06-14  Robin DunnPatch [ 971542 ] Tiny speedup for stc2wx in PlatWX.cpp
2004-06-10  Robin DunnTake care of some focus issues with the AutoComp list...
2004-05-25  Julian SmartMore name changes
2004-03-15  Robin DunnUse the length when converting
2004-02-14  Robin DunnOops, took out too much...
2004-02-14  Robin DunnFix the off-by-one a little differently, and correct...
2004-02-13  Robin DunnFixed an off-by-one error
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 DunnUpdated Scintilla to version 1.58
2003-09-30  Robin DunnFixed bad merge...
2003-09-30  Robin DunnMore AutoComplete crash fixes
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 DunnUpdated to Scintilla 1.54
2003-08-05  Robin DunnFixed SF Bug #781355. It was a problem with the clippi...
2003-07-23  Robin Dunnreturn sensible (fake) values for DBCS query methods
2003-07-22  Robin DunnPatch #775355 Unicode fix for STC
2003-07-18  Robin DunnUpdate to Scintilla 1.53
2003-06-06  Robin DunnDon't get picky about unicode mode. Scintilla doesn...
2003-04-25  Mattia Barbon Warning fix.
2003-04-19  Robin DunnUpdated Scintilla to 1.52 (on the trunk this time too)
2003-02-05  Robin DunnScintilla uses a -1 index to unselect, we need to catch...
2003-01-17  Stefan Csomormake sure wxMac fonts are never AntiAliased (measuring...
2002-12-16  Robin DunnMisc wxSTC fixes
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-06  Robin DunnUpdated to Scintilla from 1.45 to 1.47
2002-07-10  Robin DunnEnsure that the wxSTC gets the focus when clicked.
2002-06-28  Chris ElliottSTC and Motif patch
2002-06-24  Robin Dunnfixed a comment
2002-06-15  Robin DunnFix for the TAB in the autocomplete list not being...
2002-06-06  Robin DunnSwitch back to not using wxPopupWindow since wxMSW...
2002-05-15  Robin DunnwxSTC changes to help it work better on wxMac
2002-05-14  Robin DunnFixed a lost #else
2002-05-14  Robin DunnwxSTC begins to work 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-04-10  Robin DunnEnsure the caret flashes properly
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-03-15  Robin DunnAdded wxCURSOR_RIGHT_ARROW, which is like the typical...
2002-02-09  Robin DunnThe calltip window and autocomplete window in wxSTC...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-05  Robin DunnFixed an off-by-one error in the rectangle converter
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 DunnUpdated to version 1.40 of Scintilla
2001-10-17  Robin DunnAnother attempt to handle key events correctly for...
2001-10-04  Robin DunnDon't create a bitmap with dimensions <= 0...
2001-09-10  Robin DunnRemoved font point size adjustment since wxWindows...
2001-09-01  Robin DunnUpgraded to version 1.39 of Scintilla, and upated wxSty...
2001-07-14  Robin DunnMade a couple Number() to GetCount() changes
next