2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | unhide the second wxTextAreaBase::HitTest() overload... |
tree | commitdiff |
2008-11-14 |
Vadim Zeitlin | CanPaste() should be const too |
tree | commitdiff |
2008-11-02 |
Francesco Montorsi | declare all NameStr[] strings as const char using the... |
tree | commitdiff |
2008-09-25 |
Robin Dunn | Consolidate old and new implementations of Get/SetSelection |
tree | commitdiff |
2008-06-30 |
Vadim Zeitlin | VC6 compilation fix: using access declaration can only... |
tree | commitdiff |
2008-06-15 |
Vadim Zeitlin | another 64 bit fix: make SendMsg() return wxIntPtr... |
tree | commitdiff |
2008-06-15 |
Vadim Zeitlin | fixed STC under Win64: as wxStyledTextCtrl::SendMsg... |
tree | commitdiff |
2008-06-15 |
Vadim Zeitlin | ignore mouse wheel events which are coming too fast... |
tree | commitdiff |
2008-06-15 |
Vadim Zeitlin | derive wxSTC from wxTextEntryBase to provide even more... |
tree | commitdiff |
2008-06-15 |
Vadim Zeitlin | derive wxSTC from wxTextAreaBase to provide wxTextCtrl... |
tree | commitdiff |
2008-06-14 |
Vadim Zeitlin | state clearly that the entire contents of generated... |
tree | commitdiff |
2008-06-14 |
Vadim Zeitlin | remove extra ')' in EVT_STC_CALLTIP_CLICK |
tree | commitdiff |
2008-06-14 |
Vadim Zeitlin | translate Scintilla getters to const methods of wxStyle... |
tree | commitdiff |
2008-03-27 |
Robin Dunn | A bit of cleanup for STC's use of PopupWindow |
tree | commitdiff |
2008-01-27 |
Vadim Zeitlin | don't use DECLARE_EVENT_TYPE() to avoid confusing peopl... |
tree | commitdiff |
2007-12-15 |
Robin Dunn | Update Scintilla to version 1.75 |
tree | commitdiff |
2007-07-15 |
Václav Slavík | don't export private stc2wx(), wx2stc() functions from... |
tree | commitdiff |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
tree | commitdiff |
2007-04-21 |
Vadim Zeitlin | fix WXDLLIMPEXP_STC definition when building all wx... |
tree | commitdiff |
2007-04-17 |
Paul Cornett | add wxUSE_STC wrappers |
tree | commitdiff |
2006-08-31 |
Robin Dunn | Provide an implementation for SurfaceImpl::AlphaRectang... |
tree | commitdiff |
2006-07-14 |
Robin Dunn | Updated Scintilla to version 1.70 |
tree | commitdiff |
2006-03-14 |
Robin Dunn | Keep wxSTC_LEX_ASP and _PHP available for now. |
tree | commitdiff |
2006-03-08 |
Robin Dunn | Updated to Scintilla 1.67 |
tree | commitdiff |
2006-01-18 |
Julian Smart | Applied patch [ 1255676 ] stc2wx/wx2stc not exported... |
tree | commitdiff |
2005-10-07 |
Włodzimierz Skiba | #include markup fix. |
tree | commitdiff |
2005-04-19 |
Robin Dunn | Allow to set a style's wxFontEncoding |
tree | commitdiff |
2005-04-19 |
Robin Dunn | Change the access of the event handler functions for... |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Added Python methods to wxStyledTextCtrl that allow... |
tree | commitdiff |
2005-04-16 |
Robin Dunn | Add several "Raw" functions for setting/getting text... |
tree | commitdiff |
2005-04-15 |
Robin Dunn | Patch #1183952, Create to return bool |
tree | commitdiff |
2005-02-11 |
Robin Dunn | Updated to Scintilla 1.62 |
tree | commitdiff |
2004-12-23 |
Robin Dunn | Updated to SWIG 1.3.24 (plus a patch that corrects... |
tree | commitdiff |
2004-11-10 |
Robin Dunn | When using an external scrollbar ensure that the built... |
tree | commitdiff |
2004-10-17 |
Robin Dunn | Use Scintilla's functions for Unicode/UTF8 conversions |
tree | commitdiff |
2004-09-28 |
Robin Dunn | TRUE/FALSE/etc. cleanup in the *.in files, regenerated... |
tree | commitdiff |
2004-09-28 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
tree | commitdiff |
2004-09-27 |
Robin Dunn | Allow style spec strings to contain colour names as... |
tree | commitdiff |
2004-09-27 |
Robin Dunn | Updated wxSTC's copy of Scintilla to version 1.61 |
tree | commitdiff |
2004-08-11 |
Robin Dunn | Set minsize and implement DoGetBestSize |
tree | commitdiff |
2004-06-02 |
Robin Dunn | Default arg for Id |
tree | commitdiff |
2004-06-01 |
Robin Dunn | remove EVT_STC_POSCHANGED as it's been deprecated in... |
tree | commitdiff |
2004-05-25 |
Julian Smart | More name changes |
tree | commitdiff |
2004-03-06 |
Robin Dunn | Decided that not doing methods for keyboard commands... |
tree | commitdiff |
2004-02-11 |
Robin Dunn | Use extraFontFlag to specify if anti-aliased fonts... |
tree | commitdiff |
2004-02-10 |
Vadim Zeitlin | use static_cast<> in event table macros for type safety... |
tree | commitdiff |
2004-02-06 |
Robin Dunn | Updated Scintilla to version 1.58 |
tree | commitdiff |
2004-01-31 |
Robin Dunn | %addtofunc --> %pythonAppend |
tree | commitdiff |
2003-10-31 |
Robin Dunn | Patch #826420, and also adapted to new SWIG |
tree | commitdiff |
2003-09-24 |
Robin Dunn | #ifdef update for the old SWIG |
tree | commitdiff |
2003-09-19 |
Mattia Barbon | Compilation fix for wxUSE_DRAG_AND_DROP==0. |
tree | commitdiff |
2003-09-18 |
Robin Dunn | Added DoDragOver and DoDropText from Angelo Mandato... |
tree | commitdiff |
2003-09-18 |
Robin Dunn | Updated to Scintilla 1.54 |
tree | commitdiff |
2003-08-22 |
Mattia Barbon | Fix building wxSTC as a DLL using MinGW GCC 3.x. |
tree | commitdiff |
2003-07-25 |
Robin Dunn | Fixes to allow STC to be built as a DLL |
tree | commitdiff |
2003-07-22 |
Robin Dunn | Patch #775355 Unicode fix for STC |
tree | commitdiff |
2003-07-18 |
Robin Dunn | Update to Scintilla 1.53 |
tree | commitdiff |
2003-05-29 |
Robin Dunn | Added LoadFile and SaveFile methods |
tree | commitdiff |
2003-04-19 |
Robin Dunn | Updated Scintilla to 1.52 (on the trunk this time too) |
tree | commitdiff |
2003-02-27 |
Robin Dunn | Patch from David Falkinder to help building a STC dll. |
tree | commitdiff |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
tree | commitdiff |
2002-09-11 |
Robin Dunn | Update to Scintilla 1.48 |
tree | commitdiff |
2002-09-06 |
Robin Dunn | Updated to Scintilla from 1.45 to 1.47 |
tree | commitdiff |
2002-06-04 |
Robin Dunn | Changed FindTExt intercase to more easily handle additi... |
tree | commitdiff |
2002-05-27 |
Robin Dunn | Patch 559673 and 561053 |
tree | commitdiff |
2002-05-13 |
Robin Dunn | Added some inline helpers so the dependence on wxUSE_UN... |
tree | commitdiff |
2002-05-03 |
Robin Dunn | Make it easier to not use wxPopupWindow in wxSTC, and... |
tree | commitdiff |
2002-03-30 |
Robin Dunn | Give access to m_lastKeydownConsumed |
tree | commitdiff |
2002-03-21 |
Robin Dunn | More unicode related cleanup and fixes for wxPython |
tree | commitdiff |
2002-03-20 |
Robin Dunn | wxStyledTextCtrl can now be built and used when wxUSE_U... |
tree | commitdiff |
2002-03-18 |
Robin Dunn | Updated wxSTC from Scintilla 1.40 to Scintilla 1.45 |
tree | commitdiff |
2002-01-09 |
Robin Dunn | Updated to use correct value for wxSTC_MASK_FOLDERS |
tree | commitdiff |
2002-01-06 |
Robin Dunn | Some compilation fixes |
tree | commitdiff |
2001-11-30 |
Robin Dunn | Fixed some warnings in wxSTC |
tree | commitdiff |
2001-11-30 |
Robin Dunn | Another blind attempt to fix AltGr issues in wxSTC... |
tree | commitdiff |
2001-11-25 |
Robin Dunn | Added ability for wxSTC's scrollbars to be supplieed... |
tree | commitdiff |
2001-11-23 |
Julian Smart | Added event Clone functions |
tree | commitdiff |
2001-10-27 |
Robin Dunn | First pass at wxPython for Mac (darwin only so far... |
tree | commitdiff |
2001-10-23 |
Robin Dunn | Added DnD related events to wxSTC |
tree | commitdiff |
2001-10-18 |
Robin Dunn | Updated to version 1.40 of Scintilla |
tree | commitdiff |
2001-10-12 |
Robin Dunn | Second phase of OOR completed. (Original python object... |
tree | commitdiff |
2001-10-04 |
Robin Dunn | Changed how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla |
tree | commitdiff |
2001-09-04 |
Robin Dunn | A couple little fixes for wxSTC |
tree | commitdiff |
2001-09-01 |
Robin Dunn | Upgraded to version 1.39 of Scintilla, and upated wxSty... |
tree | commitdiff |
2001-05-06 |
Robin Dunn | Added MouseWheel support to wxSTC |
tree | commitdiff |
2001-03-28 |
Robin Dunn | Finished the changes necessary to use the new event... |
tree | commitdiff |
2000-10-30 |
Robin Dunn | Merged some STC fixes over to the main branch |
tree | commitdiff |
2000-09-26 |
Robin Dunn | new and improved wxSTC |
tree | commitdiff |
2000-09-08 |
Robin Dunn | Moved from Scintilla version 1.25 to 1.32 |
tree | commitdiff |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
tree | commitdiff |
2000-03-13 |
Robin Dunn | Added methods for folding |
tree | commitdiff |
2000-03-09 |
Robin Dunn | Initial version of wxStyledTextCtrl, a Scintilla wrappe... |
tree | commitdiff |
|