2006-07-02 |
Julian Smart | Added wxTextCtrlBase to type info, useful if different... |
blob | commitdiff | raw |
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 |
|