Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).
[wxWidgets.git] / src / stc /
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-03-14  Robin DunnSilence some warnings
2006-03-14  Robin DunnKeep wxSTC_LEX_ASP and _PHP available for now.
2006-03-10  Robin DunnIncrease timeout in order to catch slower clicks
2006-03-10  Włodzimierz SkibawxTinderbox build fix.
2006-03-10  Włodzimierz SkibawxTinderbox warning fix.
2006-03-08  Robin DunnFix for bug #1436503. Delay the start of the DnD oprta...
2006-03-08  Robin Dunnwarning fix
2006-03-08  Włodzimierz SkibaWarning fix.
2006-03-08  Robin DunnUpdated to Scintilla 1.67
2006-02-10  Vadim Zeitlinregenerated all makefiles with bakefile 0.2.0; removed...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2005-11-25  David ElliottRan make -f build/autogen.mk
2005-11-07  Stefan Csomoradjusting to SetLabel migration
2005-10-07  Włodzimierz Skiba#include markup fix.
2005-10-03  Vadim Zeitlinregenerated after version.bkl changes fixing -compatibi...
2005-10-01  David ElliottRan bakefile -f autoconf and autoconf.
2005-08-28  Vadim Zeitlinuse #ifdef and not #if (fixes -Wundef warnings reported...
2005-08-28  Vadim Zeitlinfixed cursor flicker (patch 1254492 by Hans P. Palbol)
2005-08-23  Włodzimierz SkibawxOS2/OW warning and build fixes.
2005-08-03  Michael WetherellRebake after MSLU and other changes
2005-07-28  Julian SmartRebake for 2.6.2
2005-05-31  Julian SmartBaked files for 2.6.1
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-26  Robin DunnSince Scintilla uses XMP internally which doesn't suppo...
2005-05-25  Robin DunnReapplied Patch #1106564
2005-05-13  Robin DunnDon't adjust the keycode for Ctrl-Backspace
2005-04-24  Mattia Barbon Another STL compilation fix.
2005-04-21  Robin DunnOops, that should be GetEncoding, not GetDefaultEncoding
2005-04-21  Robin DunnUse the encoding in StyleSetFont too.
2005-04-19  Robin DunnAllow to set a style's wxFontEncoding
2005-04-19  Robin DunnChange the access of the event handler functions for...
2005-04-16  Robin DunnAdd docstrings for wxSTC methods
2005-04-16  Robin DunnAdded Python methods to wxStyledTextCtrl that allow...
2005-04-16  Robin DunnAdd several "Raw" functions for setting/getting text...
2005-04-16  Robin DunnUse a wxPopupWindow for the AutoComplete box too.
2005-04-15  Robin DunnPatch #1183952, Create to return bool
2005-04-15  Robin DunnNo longer a need for changing the names to protect...
2005-04-11  Julian SmartChanged version number
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-29  Julian SmartReduce flicker in some circumstances by setting custom...
2005-03-24  Julian Smartversion.rc fix regeneration
2005-03-23  Julian SmartUse top_srcdir for finding version.rc
2005-03-23  Julian SmartUpdated version to 2.5.5
2005-03-02  Robin DunnReduce the value of the fkey guard for unicode characters
2005-03-01  Włodzimierz SkibaMissing header.
2005-02-27  Václav SlavíkGTK+ headers aren't needed anymore
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-19  David ElliottRebaked with Bakefile 0.1.7.
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
2005-01-21  Robin DunnPatch #1106564, corrects possible 100% CPU load condition.
2004-12-23  Robin DunnUpdated to SWIG 1.3.24 (plus a patch that corrects...
2004-12-07  Włodzimierz SkibaCorrect way of modyfing stc.cpp. Thanks Robin for quick...
2004-12-06  Włodzimierz Skibassize_t for wxFile, unsigned char markup for color...
2004-11-10  Robin DunnWhen using an external scrollbar ensure that the built...
2004-10-18  David ElliottRebaked (build/bakefiles/common.bkl 1.95->1.96 change)
2004-10-17  Robin DunnUse Scintilla's functions for Unicode/UTF8 conversions
2004-09-29  Ron LeeUpdate the wx-config man page.
2004-09-28  Robin DunnTRUE/FALSE/etc. cleanup in the *.in files, regenerated...
2004-09-28  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-09-28  Robin DunnOn the Mac the Alt key is a character modifier like...
2004-09-27  Robin DunnAllow style spec strings to contain colour names as...
2004-09-27  Robin DunnOops, forgot to remove some whitespace and to sort...
2004-09-27  Robin DunnUpdated wxSTC's copy of Scintilla to version 1.61
2004-09-26  Ron LeeLimit the influence of flavour more strictly to autocon...
2004-09-22  Ron LeeMove the WX_FLAVOUR variables to be defined generally...
2004-09-21  Ron Leewx-config2.6
2004-09-03  Robin DunnFixed incorrect clipping region on wxGTK
2004-08-11  Robin DunnSet minsize and implement DoGetBestSize
2004-08-09  Robin DunnConvert EOLs in pasted or DnD'd text to match what...
2004-07-22  Václav Slavíkinstall headers in prefix/include/wx-version/wx/ instea...
2004-07-19  Robin DunnHandle terminating NULL correctly
2004-06-14  Robin DunnPatch [ 971542 ] Tiny speedup for stc2wx in PlatWX.cpp
2004-06-14  Robin DunnThis workaround is no longer needed because of fix in
2004-06-10  Robin DunnTake care of some focus issues with the AutoComp list...
2004-06-09  Robin DunnEnsure that the correct rectangle is clipped and refres...
2004-06-02  Robin DunnDefault arg for Id
2004-06-01  Robin Dunnremove EVT_STC_POSCHANGED as it's been deprecated in...
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-05-24  Julian SmartRegenerated makefiles for 2.5.2
2004-04-09  David ElliottBaked with Bakefile 0.1.4
2004-03-29  Robin DunnCheck that the file successfully loaded, use the length...
2004-03-26  Robin Dunnuse wxPopupWindow again
2004-03-22  Robin DunnEnsure the buffer is NULL-terminated before converting it.
2004-03-22  Robin DunnExpand the range of WXK_ values that are excluded from...
2004-03-15  Robin DunnUse the length when converting
2004-03-06  Robin DunnDecided that not doing methods for keyboard commands...
2004-02-23  Robin DunnTurn off UseAntiAliasing by default on wxMac
2004-02-19  Václav Slavíkregenerated makefiles
2004-02-15  David ElliottBakefile 0.1.3
2004-02-14  Robin DunnOops, took out too much...
2004-02-14  Robin DunnFix the off-by-one a little differently, and correct...
next