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 |
2009-03-17 |
Kevin Ollivier | Leave anti-aliasing on by default on Mac as well |
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 | use basetsd.h for non-MSVC compilers (including mingw32... |
tree | commitdiff |
2009-01-17 |
Vadim Zeitlin | define [us]ptr_t properly for mingw64 compilation |
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-14 |
Vadim Zeitlin | assigning line marker to itself shouldn't invalidate... |
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-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
tree | commitdiff |
2008-08-30 |
Vadim Zeitlin | fix some (harmless) mingw32 4.3 warnings |
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 | fix off by 1 error in GetTextRaw() (#4317) |
tree | commitdiff |
2008-06-15 |
Vadim Zeitlin | fix crash when copying empty selection to clipboard... |
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 | explicitly check that we're being run from the correct... |
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-06-14 |
Vadim Zeitlin | standard location of env is in /usr/bin, not /bin |
tree | commitdiff |
2008-06-14 |
Vadim Zeitlin | make the script executable |
tree | commitdiff |
2008-06-14 |
Vadim Zeitlin | don't interfere with Scintilla drag-and-drop (#9088) |
tree | commitdiff |
2008-06-12 |
Vadim Zeitlin | get rid of several dozen of warnings when using g+... |
tree | commitdiff |
2008-06-01 |
Vadim Zeitlin | use wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP |
tree | commitdiff |
2008-04-14 |
Robin Dunn | Also set wxHAVE_RAW_BITMAP for Mac and GTK2, use it... |
tree | commitdiff |
2008-03-27 |
Robin Dunn | Use SetCanFocus |
tree | commitdiff |
2008-03-27 |
Robin Dunn | A bit of cleanup for STC's use of PopupWindow |
tree | commitdiff |
2008-03-27 |
Robin Dunn | Use SetCanFocus |
tree | commitdiff |
2008-03-19 |
Francesco Montorsi | further wxPenStyle/wxBrushStyle fixes for builds with... |
tree | commitdiff |
2008-03-09 |
Robin Dunn | Don't need to use wxHAVE_RAW_BITMAP any more. |
tree | commitdiff |
2008-01-29 |
Robin Dunn | Apply change in r51405 to this file too: don't use... |
tree | commitdiff |
2008-01-02 |
Stefan Neis | Blind fix for typo in 50972. |
tree | commitdiff |
2007-12-31 |
Robin Dunn | Ensure AutoComp items with no type will set the item... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | fix unused parameter warning |
tree | commitdiff |
2007-12-15 |
Robin Dunn | Update Scintilla to version 1.75 |
tree | commitdiff |
2007-12-03 |
Vadim Zeitlin | don't use 8 bit characters in sources, this results... |
tree | commitdiff |
2007-09-10 |
Vadim Zeitlin | fix a warning about casting literal string constants... |
tree | commitdiff |
2007-09-03 |
Robin Dunn | include private.h |
tree | commitdiff |
2007-07-19 |
David Elliott | Added include wx/timer.h to non WX_PRECOMP case. |
tree | commitdiff |
2007-07-15 |
Václav Slavík | don't export private stc2wx(), wx2stc() functions from... |
tree | commitdiff |
2007-07-12 |
Vadim Zeitlin | remove deprecated UseAlpha() call |
tree | commitdiff |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
tree | commitdiff |
2007-06-25 |
Václav Slavík | removed executable bit on files that aren't executables |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | fix warnings about parameters shadowing member variables |
tree | commitdiff |
2007-04-21 |
Vadim Zeitlin | fix WXDLLIMPEXP_STC definition when building all wx... |
tree | commitdiff |
2007-04-18 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2007-04-17 |
Paul Cornett | add wxUSE_STC wrappers |
tree | commitdiff |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
tree | commitdiff |
2007-04-12 |
Robin Dunn | Adjust output dir for wxPython file |
tree | commitdiff |
2007-04-11 |
Vadim Zeitlin | forward declare wxDC (fixes wxMotif compilation) |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | pass 0, not NULL, to SendMsg() which takes long to... |
tree | commitdiff |
2007-04-05 |
Robin Dunn | Compile fix for gcc on MSW |
tree | commitdiff |
next |