2006-03-08 |
Robin Dunn | warning fix |
blob | commitdiff | raw |
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 |
2002-03-18 |
Robin Dunn | Updated wxSTC from Scintilla 1.40 to Scintilla 1.45 |
blob | commitdiff | raw | diff to current |
2002-01-24 |
Robin Dunn | Ensure that endPos > startPos in a couple methods |
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-23 |
Julian Smart | Added event Clone functions |
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-04 |
Robin Dunn | A couple little fixes for wxSTC |
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 |
2001-08-14 |
Robin Dunn | fixed the last of the off-by-one errors (some are refix... |
blob | commitdiff | raw | diff to current |
2001-07-28 |
Robin Dunn | A couple off-by-one fixes |
blob | commitdiff | raw | diff to current |
2001-07-09 |
Robin Dunn | fixed off by one error in GetText |
blob | commitdiff | raw | diff to current |
2001-06-01 |
Robin Dunn | Translated a double click into just a second click... |
blob | commitdiff | raw | diff to current |
2001-05-06 |
Robin Dunn | Added MouseWheel support to wxSTC |
blob | commitdiff | raw | diff to current |
2001-03-28 |
Robin Dunn | Finished the changes necessary to use the new event... |
blob | commitdiff | raw | diff to current |
2001-02-16 |
Robin Dunn | Copied/merged from the 2.2 branch. |
blob | commitdiff | raw | diff to current |
2000-10-30 |
Robin Dunn | Merged some STC fixes over to the main branch |
blob | commitdiff | raw | diff to current |
2000-09-26 |
Robin Dunn | new and improved wxSTC |
blob | commitdiff | raw | diff to current |
2000-09-08 |
Robin Dunn | Moved from Scintilla version 1.25 to 1.32 |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-31 |
Robin Dunn | Undoing Eric's changes on the main branch |
blob | commitdiff | raw | diff to current |
2000-03-30 |
Eric W. Sink | This commit includes the following changes: |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Robin Dunn | Added methods for folding |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Robin Dunn | Initial version of wxStyledTextCtrl, a Scintilla wrappe... |
blob | commitdiff | raw | diff to current |
|