2012-09-30 |
Vadim Zeitlin | Read and write files using binary mode in wxStyledTextCtrl. |
blob | commitdiff | raw |
2012-09-30 |
Vadim Zeitlin | Reimplement wxTextEntry::DoSetValue() in wxStyledTextCtrl. |
blob | commitdiff | raw | diff to current |
2012-09-20 |
Vadim Zeitlin | Add wxStyledTextCtrl::AnnotationClearLine(). |
blob | commitdiff | raw | diff to current |
2012-08-14 |
Robin Dunn | Update the wxVersionInfo, and don't forget to initializ... |
blob | commitdiff | raw | diff to current |
2012-08-14 |
Robin Dunn | Update new names to conform, add new event types and... |
blob | commitdiff | raw | diff to current |
2012-07-29 |
Vadim Zeitlin | Remove workaround for slow scrolling in wxStyledTextCtrl. |
blob | commitdiff | raw | diff to current |
2012-05-23 |
Vadim Zeitlin | Fix calculation of the wxStyledTextCtrl selection size. |
blob | commitdiff | raw | diff to current |
2012-02-27 |
Robin Dunn | Change the background style in the template file too. |
blob | commitdiff | raw | diff to current |
2012-02-07 |
Robin Dunn | Add length parameter to AddTextRaw and AppendTextRaw... |
blob | commitdiff | raw | diff to current |
2012-02-03 |
Vadim Zeitlin | Fix bug with mouse wheel scrolling wxStyledTextCtrl... |
blob | commitdiff | raw | diff to current |
2010-11-26 |
Vadim Zeitlin | Small bug fixes for GetLibraryVersionInfo() changes. |
blob | commitdiff | raw | diff to current |
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-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-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 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-09-03 |
Robin Dunn | include private.h |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Paul Cornett | add wxUSE_STC wrappers |
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-04-01 |
Vadim Zeitlin | blind fix for Unicode key handling (patch 1615989) |
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-06-28 |
Robin Dunn | Applied patch from Armel Asselin that reduces memory... |
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-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-02 |
Robin Dunn | Reduce the value of the fkey guard for unicode characters |
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-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 |
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-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-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-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-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-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-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-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 |
2002-03-18 |
Robin Dunn | Updated wxSTC from Scintilla 1.40 to Scintilla 1.45 |
blob | commitdiff | raw | diff to current |
2002-01-16 |
Robin Dunn | Patch for using wxSTC with Borland, #504370 |
blob | commitdiff | raw | diff to current |
2002-01-06 |
Robin Dunn | Some compilation fixes |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Robin Dunn | Another blind attempt to fix AltGr issues in wxSTC... |
blob | commitdiff | raw | diff to current |
2001-11-25 |
Robin Dunn | Added ability for wxSTC's scrollbars to be supplieed... |
blob | commitdiff | raw | diff to current |
2001-11-03 |
Robin Dunn | A little tweak |
blob | commitdiff | raw | diff to current |
2001-10-27 |
Robin Dunn | First pass at wxPython for Mac (darwin only so far... |
blob | commitdiff | raw | diff to current |
2001-10-23 |
Robin Dunn | Added DnD related events to wxSTC |
blob | commitdiff | raw | diff to current |
2001-10-18 |
Robin Dunn | Updated to version 1.40 of Scintilla |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Robin Dunn | Another attempt to handle key events correctly for... |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Robin Dunn | Changed how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla |
blob | commitdiff | raw | diff to current |
2001-09-01 |
Robin Dunn | Upgraded to version 1.39 of Scintilla, and upated wxSty... |
blob | commitdiff | raw | diff to current |
next |