]> git.saurik.com Git - wxWidgets.git/history - src/stc
Made the colours more muted
[wxWidgets.git] / src / stc /
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...
2004-02-13  Robin DunnFixed an off-by-one error
2004-02-13  Robin DunnCall Skip from the focus handlers so wxGTK can still...
2004-02-11  Robin DunnUse extraFontFlag to specify if anti-aliased fonts...
2004-02-11  Robin DunnAllow an extra flag to be given to Font::Create
2004-02-11  Robin DunnUse wxStaticCast
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-31  Robin Dunn%addtofunc --> %pythonAppend
2004-01-26  Robin DunnwxMac needs the scroll styles
2004-01-22  David ElliottBaked files with Bakefile 0.1.2 (Mac OS 10.3 Python...
2004-01-16  Robin DunnPatch [ 877891 ] Share the DC from DoPaint with FullPai...
2004-01-02  Robin DunnDon't use wx[H|V]SCROLL styles
2003-12-15  Václav Slavíkregenerated makefiles
2003-12-11  Julian SmartApplied [ 857819 ] STC CopyToClipboard uses LF on win32
2003-11-23  Mattia Barbon Compilation fixes for wxUSE_STL == 1 and for wxUSE_UN...
2003-10-31  Robin DunnPatch #826420, and also adapted to new SWIG
2003-10-07  Václav Slavíkfixed bakefile so that in-tree headers take precedence...
2003-09-30  Robin DunnFixed bad merge...
2003-09-30  Robin DunnMore AutoComplete crash fixes
2003-09-24  Robin Dunn#ifdef update for the old SWIG
2003-09-23  Robin DunnFixes in focus handling related to the AutoComplete...
2003-09-19  Mattia Barbon Compilation fix for wxUSE_DRAG_AND_DROP==0.
next