2009-03-02 |
Vadim Zeitlin | build fix: define DoGetValue() and GetEditableWindow() |
blob | commitdiff | raw |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
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-12-25 |
Vadim Zeitlin | unhide the second wxTextAreaBase::HitTest() 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-30 |
Vadim Zeitlin | VC6 compilation fix: using access declaration can only... |
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 | 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 | remove extra ')' in EVT_STC_CALLTIP_CLICK |
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 | A bit of cleanup for STC's use of PopupWindow |
blob | commitdiff | raw | diff to current |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing peopl... |
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-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-04-21 |
Vadim Zeitlin | fix WXDLLIMPEXP_STC definition when building all wx... |
blob | commitdiff | raw | diff to current |
2007-04-17 |
Paul Cornett | add wxUSE_STC wrappers |
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-03-14 |
Robin Dunn | Keep wxSTC_LEX_ASP and _PHP available for now. |
blob | commitdiff | raw | diff to current |
2006-03-08 |
Robin Dunn | Updated to Scintilla 1.67 |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Applied patch [ 1255676 ] stc2wx/wx2stc not exported... |
blob | commitdiff | raw | diff to current |
2005-10-07 |
Włodzimierz Skiba | #include markup fix. |
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-19 |
Robin Dunn | Change the access of the event handler functions for... |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Robin Dunn | Added Python methods to wxStyledTextCtrl that allow... |
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-02-11 |
Robin Dunn | Updated to Scintilla 1.62 |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Robin Dunn | Updated to SWIG 1.3.24 (plus a patch that corrects... |
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-10-17 |
Robin Dunn | Use Scintilla's functions for Unicode/UTF8 conversions |
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-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-02 |
Robin Dunn | Default arg for Id |
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-06 |
Robin Dunn | Decided that not doing methods for keyboard commands... |
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-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety... |
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-31 |
Robin Dunn | %addtofunc --> %pythonAppend |
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-24 |
Robin Dunn | #ifdef update for the old 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-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-08-22 |
Mattia Barbon | Fix building wxSTC as a DLL using MinGW GCC 3.x. |
blob | commitdiff | raw | diff to current |
2003-07-25 |
Robin Dunn | Fixes to allow STC to be built as a DLL |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Robin Dunn | Patch #775355 Unicode fix for STC |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Robin Dunn | Update to Scintilla 1.53 |
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 |
2003-02-27 |
Robin Dunn | Patch from David Falkinder to help building a STC dll. |
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-06-04 |
Robin Dunn | Changed FindTExt intercase to more easily handle additi... |
blob | commitdiff | raw | diff to current |
2002-05-27 |
Robin Dunn | Patch 559673 and 561053 |
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-05-03 |
Robin Dunn | Make it easier to not use wxPopupWindow in wxSTC, and... |
blob | commitdiff | raw | diff to current |
2002-03-30 |
Robin Dunn | Give access to m_lastKeydownConsumed |
blob | commitdiff | raw | diff to current |
2002-03-21 |
Robin Dunn | More unicode related cleanup and fixes for wxPython |
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-09 |
Robin Dunn | Updated to use correct value for wxSTC_MASK_FOLDERS |
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 | Fixed some warnings in wxSTC |
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-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-12 |
Robin Dunn | Second phase of OOR completed. (Original python object... |
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-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 |
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-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 |
|