2012-09-30 |
Vadim Zeitlin | Reimplement wxTextEntry::DoSetValue() in wxStyledTextCtrl. |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Fix wxStyledTextCtrl::WriteText() to replace the selection. |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Add wxStyledTextCtrl::AnnotationClearLine(). |
tree | commitdiff |
2012-09-15 |
Vadim Zeitlin | Preserve size of wxGrid rows/columns when hiding and... |
tree | commitdiff |
2012-08-14 |
Robin Dunn | fix some compile warnings |
tree | commitdiff |
2012-08-14 |
Robin Dunn | Update the wxVersionInfo, and don't forget to initializ... |
tree | commitdiff |
2012-08-14 |
Robin Dunn | Update new names to conform, add new event types and... |
tree | commitdiff |
2012-08-14 |
Robin Dunn | Minimal tweaks and additions to get wxSTC compiling... |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Remove workaround for slow scrolling in wxStyledTextCtrl. |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Fully implement wxStyledTextCtrl::PositionToXY(). |
tree | commitdiff |
2012-05-13 |
Vadim Zeitlin | No changes, just simplify the code using wx2stc() a... |
tree | commitdiff |
2012-05-13 |
Vadim Zeitlin | Fix wxStyledTextCtrl compilation in non-Unicode build. |
tree | commitdiff |
2012-02-07 |
Robin Dunn | Add length parameter to AddTextRaw and AppendTextRaw... |
tree | commitdiff |
2012-02-03 |
Vadim Zeitlin | Fix bug with mouse wheel scrolling wxStyledTextCtrl... |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
tree | commitdiff |
2011-06-29 |
Vadim Zeitlin | Replace stc.{h,cpp} with the generated versions with... |
tree | commitdiff |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | Small bug fixes for GetLibraryVersionInfo() changes. |
tree | commitdiff |
2010-11-25 |
Vadim Zeitlin | Add wxVersionInfo and functions returning it for 3rd... |
tree | commitdiff |
2010-10-17 |
Vadim Zeitlin | Fix wxSTC compilation without wxUSE_DRAG_AND_DROP after... |
tree | commitdiff |
2010-10-16 |
Vadim Zeitlin | Restore text drag-and-drop in wxSTC broken by Scintilla... |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
tree | commitdiff |
2010-06-09 |
Francesco Montorsi | Implement wx-prefixed macros versions of DECLARE_EVENT_... |
tree | commitdiff |
2010-03-30 |
Robin Dunn | Apply patch (plus some additional changes) upgrading... |
tree | commitdiff |
2009-11-16 |
Robin Dunn | Add some missing commas. Fixes #11443 |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Refactor wxStyledTextCtrl to share common file save... |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | build fix: define DoGetValue() and GetEditableWindow() |
tree | commitdiff |
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 |
next |