projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Reflect changes in stc.cpp in stc.cpp.in from which it's generated.
[wxWidgets.git]
/
src
/
stc
/
stc.h.in
2013-07-26
Vadim Zeitlin
Remove all lines containing cvs/svn "$Id$" keyword.
blob
|
commitdiff
|
raw
2013-07-10
Václav Slavík
Fix lots of warnings reported by Clang.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-31
Vadim Zeitlin
Fix wxStyledTextCtrl::SetInsertionPointEnd().
blob
|
commitdiff
|
raw
|
diff to current
2012-12-08
Vadim Zeitlin
Also account for EOL chars correctly in wxStyledTextCtr...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-08
Vadim Zeitlin
Strip EOL characters from wxStyledTextCtrl::GetLineText...
blob
|
commitdiff
|
raw
|
diff to current
2012-09-30
Vadim Zeitlin
Reimplement wxTextEntry::DoSetValue() in wxStyledTextCtrl.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-30
Vadim Zeitlin
Fix wxStyledTextCtrl::WriteText() to replace the selection.
blob
|
commitdiff
|
raw
|
diff to current
2012-09-20
Vadim Zeitlin
Add wxStyledTextCtrl::AnnotationClearLine().
blob
|
commitdiff
|
raw
|
diff to current
2012-09-20
Vadim Zeitlin
Add wxStyledTextCtrl::SelectNone() to the template...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-14
Robin Dunn
Update the wxVersionInfo, and don't forget to initializ...
blob
|
commitdiff
|
raw
|
diff to current
2012-08-14
Robin Dunn
Update new names to conform, add new event types and...
blob
|
commitdiff
|
raw
|
diff to current
2012-07-29
Vadim Zeitlin
Remove workaround for slow scrolling in wxStyledTextCtrl.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-25
Vadim Zeitlin
Fully implement wxStyledTextCtrl::PositionToXY().
blob
|
commitdiff
|
raw
|
diff to current
2012-02-07
Robin Dunn
Add length parameter to AddTextRaw and AppendTextRaw...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-03
Vadim Zeitlin
Fix bug with mouse wheel scrolling wxStyledTextCtrl...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-22
Dimitri Schoolwerth
Fixed various typos.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-25
Vadim Zeitlin
Add wxVersionInfo and functions returning it for 3rd...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-17
Vadim Zeitlin
Fix wxSTC compilation without wxUSE_DRAG_AND_DROP after...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-23
Robin Dunn
Use the wx version of the wxDECLARE_EVENT_TABLE_ENTRY...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-13
Vadim Zeitlin
Globally use "wxWindows licence" consistently.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-30
Robin Dunn
Apply patch (plus some additional changes) upgrading...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-16
Robin Dunn
Add some missing commas. Fixes #11443
blob
|
commitdiff
|
raw
|
diff to current
2009-09-26
Vadim Zeitlin
Refactor wxStyledTextCtrl to share common file save...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-02
Vadim Zeitlin
build fix: define DoGetValue() and GetEditableWindow()
blob
|
commitdiff
|
raw
|
diff to current
2009-02-07
Vadim Zeitlin
require semicolon after wxDECLARE/DEFINE_EVENT() (close...
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-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
Use SetCanFocus
blob
|
commitdiff
|
raw
|
diff to current
2008-01-29
Robin Dunn
Apply change in r51405 to this file too: don't use...
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-04-17
Paul Cornett
add wxUSE_STC wrappers
blob
|
commitdiff
|
raw
|
diff to current
2006-03-08
Robin Dunn
Updated to Scintilla 1.67
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
Add docstrings for wxSTC methods
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
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-27
Robin Dunn
Allow style spec strings to contain colour names as...
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-02-11
Robin Dunn
Use extraFontFlag to specify if anti-aliased fonts...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-11
Robin Dunn
Use wxStaticCast
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-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-06
Robin Dunn
Updated to Scintilla from 1.45 to 1.47
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-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-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-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