2013-09-17 |
Vadim Zeitlin | Fix assorted typos in comments and other non-code. |
tree | commitdiff |
2013-09-11 |
Steve Lamerton | Fix stc doxygen warnings and regen stc files. |
tree | commitdiff |
2013-08-06 |
Vadim Zeitlin | Reflect changes in stc.cpp in stc.cpp.in from which... |
tree | commitdiff |
2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
tree | commitdiff |
2013-07-25 |
Vadim Zeitlin | Fix build with wxUSE_FFILE=0. |
tree | commitdiff |
2013-07-10 |
Václav Slavík | Fix lots of warnings reported by Clang. |
tree | commitdiff |
2013-07-07 |
Václav Slavík | Use wxConvAuto() in wxStyledTextCtrl::DoLoadFile(). |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Fix potential buffer overflow in wxSTC DefaultFont... |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Add support for horizontal mouse wheel scrolling in... |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | support retina display |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Fix wxStyledTextCtrl::SetInsertionPointEnd(). |
tree | commitdiff |
2013-05-19 |
Vadim Zeitlin | Propagate wxEVT_COMMAND_TEXT_UPDATED renaming to the... |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
tree | commitdiff |
2013-04-09 |
Stefan Csomor | removing codewarrior support |
tree | commitdiff |
2013-04-05 |
Robin Dunn | /dev/null may not exist, be smarter about it |
tree | commitdiff |
2013-02-06 |
Vadim Zeitlin | Fix harmless warning about NULL in wxStyledTextCtrl... |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Also account for EOL chars correctly in wxStyledTextCtr... |
tree | commitdiff |
2012-12-08 |
Vadim Zeitlin | Strip EOL characters from wxStyledTextCtrl::GetLineText... |
tree | commitdiff |
2012-11-24 |
Vadim Zeitlin | Use wxBufferedPaintDC for wxStyledTextCtrl drawing... |
tree | commitdiff |
2012-10-27 |
Robin Dunn | Generate the interface file for STC from gen_iface... |
tree | commitdiff |
2012-09-30 |
Vadim Zeitlin | Read and write files using binary mode in wxStyledTextCtrl. |
tree | commitdiff |
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-30 |
Robin Dunn | Use Refresh when the initial paint was abandoned by... |
tree | commitdiff |
2012-09-25 |
Robin Dunn | Scintilla's Point class no longer matches the structure... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Fix alpha handling in Scintilla when not using wxGraphi... |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Add wxStyledTextCtrl::AnnotationClearLine(). |
tree | commitdiff |
2012-09-20 |
Vadim Zeitlin | Add wxStyledTextCtrl::SelectNone() to the template... |
tree | commitdiff |
2012-08-28 |
Jouk Jansen | Update of OpenVMS compile support |
tree | commitdiff |
2012-08-28 |
Jouk Jansen | compilation fix for case that wxHAS_RAW_BITMAP is NOT... |
tree | commitdiff |
2012-08-16 |
Robin Dunn | Use the popup's background as a border on wxGTK too. |
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-08-14 |
Robin Dunn | fix a couple typos |
tree | commitdiff |
2012-08-14 |
Robin Dunn | Initial copy of Scintilla 3.21 code |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Remove workaround for slow scrolling in wxStyledTextCtrl. |
tree | commitdiff |
2012-07-29 |
Vadim Zeitlin | Remove unnecessary Update() in wxStyledTextCtrl scrolli... |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Fully implement wxStyledTextCtrl::PositionToXY(). |
tree | commitdiff |
2012-05-25 |
Vadim Zeitlin | Fix calculation of wxStyledTextCtrl selection size... |
tree | commitdiff |
2012-05-24 |
Robin Dunn | Changes to allow these build scripts to use python3 |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | Fix calculation of the wxStyledTextCtrl selection size. |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | No real changes, just backwards propagate the changes... |
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-04-15 |
Vadim Zeitlin | Fix WXK_MENU handling in wxStyledTextCtrl. |
tree | commitdiff |
2012-03-20 |
Robin Dunn | Document steps needed to update to newer Scintilla... |
tree | commitdiff |
2012-03-08 |
Vadim Zeitlin | Revert the zoom direction on Ctrl-mouse wheel in wxStyl... |
tree | commitdiff |
2012-02-27 |
Robin Dunn | Change the background style in the template file too. |
tree | commitdiff |
2012-02-21 |
Robin Dunn | Rewrite DoPaint, FullPaint and add FullPaintDC to help... |
tree | commitdiff |
2012-02-10 |
Robin Dunn | Don't include the terminating NUL |
tree | commitdiff |
2012-02-07 |
Robin Dunn | use buf.length() instead of strlen() |
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-11-28 |
Vadim Zeitlin | Ignore WXK_NONE events in wxStyledTextCtrl. |
tree | commitdiff |
2011-11-08 |
Robin Dunn | Add a border on the AutoComp list for wxOSX-Cocoa |
tree | commitdiff |
2011-11-05 |
Vadim Zeitlin | Rename lineAnchor in Scintilla code to avoid shadowing... |
tree | commitdiff |
2011-09-28 |
Jouk Jansen | Include support for OpenVMS IA64 |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
tree | commitdiff |
2011-07-20 |
Stefan Csomor | fixes redraw problems under OSX, see #13345 |
tree | commitdiff |
2011-07-04 |
Vadim Zeitlin | Suppress some harmless warnings about unused parameters... |
tree | commitdiff |
2011-06-29 |
Vadim Zeitlin | Replace stc.{h,cpp} with the generated versions with... |
tree | commitdiff |
2011-06-29 |
Vadim Zeitlin | Generate code using IsOk() instead of Ok() in stc.cpp. |
tree | commitdiff |
2011-05-13 |
Dimitri Schoolwerth | Fixed wxUSE_STD_DEFAULT==0 compilation. |
tree | commitdiff |
2011-05-03 |
Stefan Csomor | removing old codewarrior files |
tree | commitdiff |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
tree | commitdiff |
2011-03-30 |
Vadim Zeitlin | Add wxUSE_STD_CONTAINERS and turn it on by default. |
tree | commitdiff |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2011-01-22 |
Dimitri Schoolwerth | Use wxString's empty() when checking if the string... |
tree | commitdiff |
2010-12-20 |
Jouk Jansen | include compile support for tests on OpenVMS (part3) |
tree | commitdiff |
2010-12-15 |
Jouk Jansen | Include compilation of tests for OpenVMS (part1) |
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-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
tree | commitdiff |
2010-09-23 |
Robin Dunn | Use the wx version of the wxDECLARE_EVENT_TABLE_ENTRY... |
tree | commitdiff |
2010-08-10 |
Vadim Zeitlin | Remove obsolete stc makefile. |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
tree | commitdiff |
2010-06-09 |
Vadim Zeitlin | Don't use -kAddToPopUp() gettext hack with Scintilla. |
tree | commitdiff |
2010-04-20 |
Jouk Jansen | correcting error in OpenVMS makefile |
tree | commitdiff |
2010-04-19 |
Jouk Jansen | update OpenVMS compile support |
tree | commitdiff |
2010-04-07 |
Robin Dunn | Drop the Array class added in the last scintilla patch... |
tree | commitdiff |
2010-04-07 |
Vadim Zeitlin | Fix harmless MSVC warning about int to bool conversion... |
tree | commitdiff |
2010-04-06 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2010-04-01 |
Jouk Jansen | Fix OpenVMS compile support for new version in src/stc |
tree | commitdiff |
2010-03-30 |
Robin Dunn | Apply patch (plus some additional changes) upgrading... |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Fix some harmless unused parameter warnings. |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Fix the STC sources generation script to work with... |
tree | commitdiff |
2010-01-10 |
Robin Dunn | Use GraphicsContext (if available) for drawing in Surfa... |
tree | commitdiff |
2009-11-16 |
Robin Dunn | Add some missing commas. Fixes #11443 |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
tree | commitdiff |
2009-10-05 |
Jouk Jansen | configure stc support for OpenVMS |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Refactor wxStyledTextCtrl to share common file save... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10799: using CallTipUseStyle() doesn't enable... |
tree | commitdiff |
2009-04-20 |
Vadim Zeitlin | include windows.h instead of basetsd.h directly as... |
tree | commitdiff |
2009-03-28 |
Vadim Zeitlin | fix basetsd.h name for case-sensitive file systems... |
tree | commitdiff |
next |