2010-11-26 |
Vadim Zeitlin | Small bug fixes for GetLibraryVersionInfo() changes. |
blob | commitdiff | raw |
2010-11-25 |
Vadim Zeitlin | Add wxVersionInfo and functions returning it for 3rd... |
blob | commitdiff | raw | diff to current |
2010-10-17 |
Vadim Zeitlin | Fix wxSTC compilation without wxUSE_DRAG_AND_DROP after... |
blob | commitdiff | raw | diff to current |
2010-10-16 |
Vadim Zeitlin | Restore text drag-and-drop in wxSTC broken by Scintilla... |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
blob | commitdiff | raw | diff to current |
2010-03-30 |
Robin Dunn | Apply patch (plus some additional changes) upgrading... |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Vadim Zeitlin | Refactor wxStyledTextCtrl to share common file save... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2008-11-14 |
Vadim Zeitlin | CanPaste() should be const too |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
blob | commitdiff | raw | diff to current |
2008-09-25 |
Robin Dunn | Consolidate old and new implementations of Get/SetSelection |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Vadim Zeitlin | another 64 bit fix: make SendMsg() return wxIntPtr... |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Vadim Zeitlin | fixed STC under Win64: as wxStyledTextCtrl::SendMsg... |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Vadim Zeitlin | fix off by 1 error in GetTextRaw() (#4317) |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Vadim Zeitlin | ignore mouse wheel events which are coming too fast... |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Vadim Zeitlin | derive wxSTC from wxTextEntryBase to provide even more... |
blob | commitdiff | raw | diff to current |
2008-06-15 |
Vadim Zeitlin | derive wxSTC from wxTextAreaBase to provide wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2008-06-14 |
Vadim Zeitlin | state clearly that the entire contents of generated... |
blob | commitdiff | raw | diff to current |
2008-06-14 |
Vadim Zeitlin | translate Scintilla getters to const methods of wxStyle... |
blob | commitdiff | raw | diff to current |
2008-03-27 |
Robin Dunn | Use SetCanFocus |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Robin Dunn | Update Scintilla to version 1.75 |
blob | commitdiff | raw | diff to current |
2007-07-15 |
Václav Slavík | don't export private stc2wx(), wx2stc() functions from... |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Paul Cornett | add wxUSE_STC wrappers |
blob | commitdiff | raw | diff to current |
2007-04-08 |
Vadim Zeitlin | pass 0, not NULL, to SendMsg() which takes long to... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Robin Dunn | Bakefile and other changes for new locations of STC... |
blob | commitdiff | raw | diff to current |
2007-04-02 |
Robin Dunn | Always use wxHSCROLL|wxVSCROLL. |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Robin Dunn | Fill in more details for the wxEVT_STC_AUTOCOMP_SELECTI... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Robin Dunn | GetBestFittingSize --> GetEffectiveMinSize |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Robin Dunn | Provide an implementation for SurfaceImpl::AlphaRectang... |
blob | commitdiff | raw | diff to current |
2006-07-14 |
Robin Dunn | Updated Scintilla to version 1.70 |
blob | commitdiff | raw | diff to current |
2006-06-28 |
Robin Dunn | Applied patch from Armel Asselin that reduces memory... |
blob | commitdiff | raw | diff to current |
2006-03-08 |
Robin Dunn | warning fix |
blob | commitdiff | raw | diff to current |
2006-03-08 |
Robin Dunn | Updated to Scintilla 1.67 |
blob | commitdiff | raw | diff to current |
2005-10-07 |
Włodzimierz Skiba | #include markup fix. |
blob | commitdiff | raw | diff to current |
2005-05-26 |
Robin Dunn | Since Scintilla uses XMP internally which doesn't suppo... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Robin Dunn | Oops, that should be GetEncoding, not GetDefaultEncoding |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Robin Dunn | Use the encoding in StyleSetFont too. |
blob | commitdiff | raw | diff to current |
2005-04-19 |
Robin Dunn | Allow to set a style's wxFontEncoding |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Robin Dunn | Add several "Raw" functions for setting/getting text... |
blob | commitdiff | raw | diff to current |
2005-04-15 |
Robin Dunn | Patch #1183952, Create to return bool |
blob | commitdiff | raw | diff to current |
2005-04-15 |
Robin Dunn | No longer a need for changing the names to protect... |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Robin Dunn | rearrainge the #includes and etc. to avoid a name confl... |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Julian Smart | Reduce flicker in some circumstances by setting custom... |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Robin Dunn | Reduce the value of the fkey guard for unicode characters |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Robin Dunn | Updated to Scintilla 1.62 |
blob | commitdiff | raw | diff to current |
2005-02-04 |
Robin Dunn | Use the unicode character, if available in the event |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Włodzimierz Skiba | Correct way of modyfing stc.cpp. Thanks Robin for quick... |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Włodzimierz Skiba | ssize_t for wxFile, unsigned char markup for color... |
blob | commitdiff | raw | diff to current |
2004-11-10 |
Robin Dunn | When using an external scrollbar ensure that the built... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Robin Dunn | TRUE/FALSE/etc. cleanup in the *.in files, regenerated... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Robin Dunn | On the Mac the Alt key is a character modifier like... |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Robin Dunn | Allow style spec strings to contain colour names as... |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Robin Dunn | Updated wxSTC's copy of Scintilla to version 1.61 |
blob | commitdiff | raw | diff to current |
2004-08-11 |
Robin Dunn | Set minsize and implement DoGetBestSize |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Robin Dunn | This workaround is no longer needed because of fix in |
blob | commitdiff | raw | diff to current |
2004-06-10 |
Robin Dunn | Take care of some focus issues with the AutoComp list... |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Robin Dunn | remove EVT_STC_POSCHANGED as it's been deprecated in... |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Julian Smart | More name changes |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Robin Dunn | Check that the file successfully loaded, use the length... |
blob | commitdiff | raw | diff to current |
2004-03-22 |
Robin Dunn | Ensure the buffer is NULL-terminated before converting it. |
blob | commitdiff | raw | diff to current |
2004-03-22 |
Robin Dunn | Expand the range of WXK_ values that are excluded from... |
blob | commitdiff | raw | diff to current |
2004-03-06 |
Robin Dunn | Decided that not doing methods for keyboard commands... |
blob | commitdiff | raw | diff to current |
2004-02-13 |
Robin Dunn | Call Skip from the focus handlers so wxGTK can still... |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Robin Dunn | Use extraFontFlag to specify if anti-aliased fonts... |
blob | commitdiff | raw | diff to current |
2004-02-06 |
Robin Dunn | Updated Scintilla to version 1.58 |
blob | commitdiff | raw | diff to current |
2004-01-26 |
Robin Dunn | wxMac needs the scroll styles |
blob | commitdiff | raw | diff to current |
2004-01-02 |
Robin Dunn | Don't use wx[H|V]SCROLL styles |
blob | commitdiff | raw | diff to current |
2003-11-23 |
Mattia Barbon | Compilation fixes for wxUSE_STL == 1 and for wxUSE_UN... |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Robin Dunn | Patch #826420, and also adapted to new SWIG |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Mattia Barbon | Compilation fix for wxUSE_DRAG_AND_DROP==0. |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Robin Dunn | Patch #809286 and a couple other minor changes to the... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Robin Dunn | Added DoDragOver and DoDropText from Angelo Mandato... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Robin Dunn | Updated to Scintilla 1.54 |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Robin Dunn | Ensure that the native font is initialized so the face... |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Robin Dunn | Fixed SF Bug #781355. It was a problem with the clippi... |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Robin Dunn | Update to Scintilla 1.53 |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Robin Dunn | Check for and allow zero length files |
blob | commitdiff | raw | diff to current |
2003-05-29 |
Robin Dunn | Added LoadFile and SaveFile methods |
blob | commitdiff | raw | diff to current |
2003-04-19 |
Robin Dunn | Updated Scintilla to 1.52 (on the trunk this time too) |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-11 |
Robin Dunn | Update to Scintilla 1.48 |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Robin Dunn | Updated to Scintilla from 1.45 to 1.47 |
blob | commitdiff | raw | diff to current |
2002-09-05 |
Robin Dunn | some tweaks for LINK_LEXERS |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Robin Dunn | Only catch exact menu range |
blob | commitdiff | raw | diff to current |
2002-08-08 |
Robin Dunn | Fixes for Bug #592758 |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Robin Dunn | Moved the check for page scrolling with the wheel into... |
blob | commitdiff | raw | diff to current |
2002-07-10 |
Robin Dunn | Ensure that the wxSTC gets the focus when clicked. |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Robin Dunn | Compilation fix |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Robin Dunn | bug fix. The wxCharBuffer was being destroyed before... |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Robin Dunn | Changed FindTExt intercase to more easily handle additi... |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Robin Dunn | Removed Refresh from OnSize as it's not needed anymore |
blob | commitdiff | raw | diff to current |
2002-05-27 |
Robin Dunn | Patch 559673 and 561053 |
blob | commitdiff | raw | diff to current |
2002-05-17 |
Robin Dunn | Commented out debug messages |
blob | commitdiff | raw | diff to current |
2002-05-15 |
Robin Dunn | wxSTC changes to help it work better on wxMac |
blob | commitdiff | raw | diff to current |
2002-05-13 |
Robin Dunn | Added some inline helpers so the dependence on wxUSE_UN... |
blob | commitdiff | raw | diff to current |
2002-03-30 |
Robin Dunn | Give access to m_lastKeydownConsumed |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Robin Dunn | wxStyledTextCtrl can now be built and used when wxUSE_U... |
blob | commitdiff | raw | diff to current |
next |