2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw |
2011-01-05 |
Paul Cornett | move variable definitions to more appropriate places... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
blob | commitdiff | raw | diff to current |
2010-10-04 |
Julian Smart | wxRTC no longer derives from wxTextCtrlBase; added... |
blob | commitdiff | raw | diff to current |
2010-04-06 |
Vadim Zeitlin | Move SendTextUpdatedEvent() down to wxTextEntryBase... |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Vadim Zeitlin | Don't set wxTextAttr font family to invalid value. |
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-09-24 |
Julian Smart | wxTextCtrl::LoadFile no longer sends a text event,... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-04-22 |
Julian Smart | Removed redundant/harmful no anti-aliasing on Mac |
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-16 |
Francesco Montorsi | use enumerations instead of integers for wxFont style... |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Julian Smart | Added font family to wxTextAttr |
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-05-17 |
Julian Smart | Fixed common style collection and superscript/subscript... |
blob | commitdiff | raw | diff to current |
2008-04-28 |
Vadim Zeitlin | fix wxTextCtrl::operator<<('\n') in Unicode build ... |
blob | commitdiff | raw | diff to current |
2008-03-09 |
Vadim Zeitlin | remove wxTextAttr::CreateFont(); return wxNullFont... |
blob | commitdiff | raw | diff to current |
2008-03-07 |
Julian Smart | Only use fonts in wxTextAttr::Combine if they are reall... |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Julian Smart | Corrected GetFontAttributes |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Julian Smart | Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr... |
blob | commitdiff | raw | diff to current |
2007-09-26 |
Vadim Zeitlin | refactor wxMSW code to extract parts common to wxTextCt... |
blob | commitdiff | raw | diff to current |
2007-09-26 |
Vadim Zeitlin | fix harmless unused parameter warning |
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 |
2006-10-08 |
Vadim Zeitlin | moved DoSetValue() to wxTextCtrlBase instead of having... |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Julian Smart | Added DoLoadFile, DoSaveFile to wxTextCtrlBase |
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-04-27 |
Włodzimierz Skiba | Include wx/event.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Vadim Zeitlin | it is not possible to show/hide the window from the... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Włodzimierz Skiba | wxOS2 with Open Watcom: correct PCH usage, missing... |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Włodzimierz Skiba | wxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDO... |
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 |
2004-10-28 |
Václav Slavík | fixed wxTextCtrl::EmulateKeyPress to work in Unicode... |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Włodzimierz Skiba | Warning fixes for OpenWatcom. |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
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-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-05-15 |
Vadim Zeitlin | subdindented paragraphs support (patch 933436) |
blob | commitdiff | raw | diff to current |
2004-02-04 |
Vadim Zeitlin | added wxTextCtrl::HitTest(); implemented it for MSW |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | use correct fallback file name in SaveFile() (patch... |
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-07-23 |
Václav Slavík | fix warning on watcom |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Julian Smart | Extended wxTextAttr and added wxTextCtrl::GetStyle... |
blob | commitdiff | raw | diff to current |
2003-04-07 |
Mattia Barbon | Fix some GCC 3.2 -O2 warnings. |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-02-02 |
Vadim Zeitlin | Unicode compilation fixes after wxFFile change |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | made generic EmulateKeyPress() to work with Delete... |
blob | commitdiff | raw | diff to current |
2002-08-05 |
Robert Roebling | Lots of Unix/Unicode compile fixes, some of which |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Vadim Zeitlin | added wxTextCtrl::EmulateKeyPress |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | added, implemented, documented wxTE_RICH2 and wxTextCtr... |
blob | commitdiff | raw | diff to current |
2001-12-02 |
Vadim Zeitlin | SetDefaultStyle(wxTextAttr()) now resets the default... |
blob | commitdiff | raw | diff to current |
2001-11-26 |
Vadim Zeitlin | superposition of text styles in wxTextCtrl now works... |
blob | commitdiff | raw | diff to current |
2001-11-14 |
Robin Dunn | GetSelection --> GetStringSelection |
blob | commitdiff | raw | diff to current |
2001-11-14 |
Vadim Zeitlin | added wxTextCtrl::GetSelection() returning a wxString... |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Vadim Zeitlin | added wxStreamToTextRedirector |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Vadim Zeitlin | implemented, tested and documented wxTextCtrl::SetMaxLe... |
blob | commitdiff | raw | diff to current |
2001-07-31 |
Vadim Zeitlin | declare and define wxEVT_COMMAND_TEXT_UPDATED even... |
blob | commitdiff | raw | diff to current |
2001-07-29 |
Vadim Zeitlin | 1. added wxTE_AUTO_URL style and support for it under... |
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 |
2001-06-06 |
Julian Smart | Fixed memory leak in textcmn.cpp |
blob | commitdiff | raw | diff to current |
2001-05-27 |
Vadim Zeitlin | added text style support to wxTextCtrl for MSW |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Sylvain Bougnoux | Workaround (?) for using streambuf with wxUSE_IOSTREAMH=0 |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Sylvain Bougnoux | Add Shivar's patch for using iostream |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-08-12 |
Karsten Ballüder | some compilation fixes atttempts for solaris |
blob | commitdiff | raw | diff to current |
1999-07-22 |
Guilhem Lavaux | Added GSocket for Unix (only GTK for the moment) |
blob | commitdiff | raw | diff to current |
1999-07-15 |
Vadim Zeitlin | 1. wxTextCtrl compilation fixes for wxGTK and more... |
blob | commitdiff | raw | diff to current |
1999-07-14 |
Vadim Zeitlin | 1. new wxFFile class - as wxFile but uses fopen/fread... |
blob | commitdiff | raw | diff to current |
|