projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
No real changes, just fix some typos in comments in wxMSW code.
[wxWidgets.git]
/
src
/
univ
/
textctrl.cpp
2012-11-20
Vadim Zeitlin
Revert all wxNOEXCEPT-related changes.
blob
|
commitdiff
|
raw
2012-11-19
Vadim Zeitlin
More compilation fixes after wxNOEXCEPT introduction.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
Stefan Csomor
merging back XTI branch part 2
blob
|
commitdiff
|
raw
2010-04-06
Vadim Zeitlin
Move SendTextUpdatedEvent() down to wxTextEntryBase...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
blob
|
commitdiff
|
raw
|
diff to current
2009-03-22
Vadim Zeitlin
replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
blob
|
commitdiff
|
raw
|
diff to current
2009-03-02
Vadim Zeitlin
wxUniv compilation fixes after wxTextEntry::DoGetValue...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-26
Vadim Zeitlin
added wxTextEntry common base class for both wxTextCtrl...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-16
Vadim Zeitlin
fix divide by 0 bug in UpdateScrollbars() (part of...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-16
Vadim Zeitlin
destroy the old clipping region before setting the...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-16
Vadim Zeitlin
removed apparent off by 1 bug in the end line calculati...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-15
Vadim Zeitlin
fix the bug with not showing all the text in the text...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-13
Vadim Zeitlin
fix wxTextCtrl::SetSelection(-1, -1) to behave as docum...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-08
Vadim Zeitlin
fix a fatal crash due to using wxHSCROLL presence in...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-31
Robin Dunn
GetBestFittingSize --> GetEffectiveMinSize
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Václav Slavík
don't use deprecated wxSTRING_MAXLEN
blob
|
commitdiff
|
raw
|
diff to current
2006-10-28
Vadim Zeitlin
remove unneeded WXDLLEXPORTs for the classes only used...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-23
Václav Slavík
don't disable caret blinking on non-MSW platforms
blob
|
commitdiff
|
raw
|
diff to current
2006-10-08
Vadim Zeitlin
moved DoSetValue() to wxTextCtrlBase instead of having...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-08
Vadim Zeitlin
added wxTextCtrl::ChangeValue() which is the same as...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-14
Vadim Zeitlin
Many changes for wxInputHandler creation mainly related to:
blob
|
commitdiff
|
raw
|
diff to current
2006-07-27
Włodzimierz Skiba
Include wx/dataobj.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-02
Julian Smart
Added wxTextCtrlBase to type info, useful if different...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-06
Włodzimierz Skiba
Include wx/textctrl.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-06
Paul Cornett
call static functions directly
blob
|
commitdiff
|
raw
|
diff to current
2006-04-14
Włodzimierz Skiba
Deprecated and obsolete parts marked up for backward...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-27
Włodzimierz Skiba
Final and global PRIOR/NEXT change: keep consistency...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-17
Julian Smart
Applied patch [ 1344168 ] wxUniv (on MSW) IM input...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-18
Vadim Zeitlin
compilation fix after wxScrollHelper changes (ctor...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-03-27
Vadim Zeitlin
added wxTE_BESTWRAP style (which is the default now...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-10
Włodzimierz Skiba
wxEmptyString decorations.
blob
|
commitdiff
|
raw
|
diff to current
2005-01-19
Włodzimierz Skiba
wxTextPos for all GetLastPosition with constants for...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-18
Kevin Hock
For efficiency reasons, text controls no longer set...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-05
Włodzimierz Skiba
Simplify wxRect construction at the wxPoint(0,0) with...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-10
Włodzimierz Skiba
Cleaning of sources (Univ related files). -1/TRUE/FALSE...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-23
Vadim Zeitlin
implemented HitTest() for GTK2; test it in the sample
blob
|
commitdiff
|
raw
|
diff to current
2004-06-20
Chris Elliott
fix bug with univ creating textctrl
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2004-01-15
Julian Smart
Reverted patch [ 832096 ] Final separation for GUI...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-11
Julian Smart
Applied patch [ 832096 ] Final separation for GUI and...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-16
Vadim Zeitlin
warning fixes for BCC and OW (heavily modified patch...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-23
Vadim Zeitlin
added wxTextCtrl::MarkDirty()
blob
|
commitdiff
|
raw
|
diff to current
2003-09-18
Julian Smart
Applied patch [ 808050 ] fixes for WXUNIVERSAL and...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-20
Václav Slavík
compilation fix
blob
|
commitdiff
|
raw
|
diff to current
2003-08-11
Julian Smart
wxCaretSuspender only shows the caret if it was visible...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-08-08
Julian Smart
Call base OnInternalIdle
blob
|
commitdiff
|
raw
|
diff to current
2003-08-03
Vadim Zeitlin
warnings (and some errors) fixes for wxUniv DLL build
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Julian Smart
- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Julian Smart
Fixed copyrights and licence spelling
blob
|
commitdiff
|
raw
|
diff to current
2002-04-01
Robert Roebling
Temporarily use self-made wxTextCtrl in wxX11 until
blob
|
commitdiff
|
raw
|
diff to current
2002-03-27
Robert Roebling
wxX11 wants to have the border style flag
blob
|
commitdiff
|
raw
|
diff to current
2002-03-15
Vadim Zeitlin
compilation warning fix
blob
|
commitdiff
|
raw
|
diff to current
2002-02-11
Julian Smart
Typos and other fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-09-22
Václav Slavík
wxInputConsumer
blob
|
commitdiff
|
raw
|
diff to current
2001-07-09
Vadim Zeitlin
fix for backwards selection in text ctrl (patch 439730)
blob
|
commitdiff
|
raw
|
diff to current
2001-07-04
Vadim Zeitlin
reverted Julians changes to the pragmas
blob
|
commitdiff
|
raw
|
diff to current
2001-07-04
Julian Smart
Changed the pragmas to allow debugging under Linux
blob
|
commitdiff
|
raw
|
diff to current
2001-07-02
Vadim Zeitlin
changed copyright to SciTech one
blob
|
commitdiff
|
raw
|
diff to current
2001-06-30
Julian Smart
More fixes for wxUniv
blob
|
commitdiff
|
raw
|
diff to current
2001-06-29
Julian Smart
Further wxUniv fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-06-26
Vadim Zeitlin
first pass of wxUniv merge - nothing works, most parts...
blob
|
commitdiff
|
raw
|
diff to current