2002-12-19 |
Julian Smart | Fixed a problem with borders being set wrong sometimes... |
blob | commitdiff | raw |
2002-12-05 |
Vadim Zeitlin | allow TABbing into multiline text controls even if... |
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-14 |
Vadim Zeitlin | we do want arrows even in a read only text ctrl |
blob | commitdiff | raw | diff to current |
2002-09-07 |
Vadim Zeitlin | fix for handling TAB presses in readonly text controls |
blob | commitdiff | raw | diff to current |
2002-09-05 |
Julian Smart | Applied patch [ 603858 ] wxTextCtrl text alignment... |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Vadim Zeitlin | don't eat Shift-Ctrl-[XCV] keys |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Julian Smart | Mods for Wine compilation |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Vadim Zeitlin | send event from Clear() for a simple text control,... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Robin Dunn | Added wxUSE_RICHEDIT to match usage in header |
blob | commitdiff | raw | diff to current |
2002-07-21 |
Vadim Zeitlin | default style now applies to the text entered by the... |
blob | commitdiff | raw | diff to current |
2002-06-26 |
Julian Smart | Eliminate flashing when writing text, by clearing inste... |
blob | commitdiff | raw | diff to current |
2002-06-18 |
Vadim Zeitlin | richedit 1.0 controls now send the left up event |
blob | commitdiff | raw | diff to current |
2002-06-07 |
Vadim Zeitlin | oops, compilation fix |
blob | commitdiff | raw | diff to current |
2002-06-07 |
Vadim Zeitlin | fixed text ctrl tooltips (patch 562210) |
blob | commitdiff | raw | diff to current |
2002-04-21 |
Vadim Zeitlin | fixed WM_GETDLGCODE processing to include the bits... |
blob | commitdiff | raw | diff to current |
2002-04-19 |
Ron Lee | Added knowledge of virtual size to wx(Scrolled)Windows... |
blob | commitdiff | raw | diff to current |
2002-04-18 |
Vadim Zeitlin | select the whole text in the single line text control... |
blob | commitdiff | raw | diff to current |
2002-04-16 |
Vadim Zeitlin | always let the multiline text control process the Enter... |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Vadim Zeitlin | added wxTextCtrl::EmulateKeyPress |
blob | commitdiff | raw | diff to current |
2002-04-04 |
Julian Smart | No change |
blob | commitdiff | raw | diff to current |
2002-03-10 |
Vadim Zeitlin | fix for using an invalid HWND in IsEditable |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Vadim Zeitlin | misc fixes for (absense of) the borders |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Vadim Zeitlin | 1. always create the buttons with WS_CLIPSIBLINGS style... |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Václav Slavík | more MSLU fixes and moved MSLU stuff into separate... |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Vadim Zeitlin | better handling for the style changing during run-time |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
blob | commitdiff | raw | diff to current |
2002-02-06 |
Vadim Zeitlin | got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Vadim Zeitlin | fixed for compilation without wxUSE_WCHAR_T and minor... |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Vadim Zeitlin | fixed compilation with wxUSE_WCHAR_T=0 |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Vadim Zeitlin | fixed wxRichEditModule::Load(): should return an error... |
blob | commitdiff | raw | diff to current |
2002-01-12 |
Vadim Zeitlin | SetValue() doesn't call Clear() |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | added, implemented, documented wxTE_RICH2 and wxTextCtr... |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2002-01-05 |
Václav Slavík | MSLU fixes for RichEdit |
blob | commitdiff | raw | diff to current |
2002-01-03 |
Vadim Zeitlin | fixed SetInsertionPoint() for the rich text controls... |
blob | commitdiff | raw | diff to current |
2001-12-25 |
Vadim Zeitlin | don't make control dirty after a call to SetValue() |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Vadim Zeitlin | don't use EM_STREAMIN at all in Unicode mode, it's... |
blob | commitdiff | raw | diff to current |
2001-12-15 |
Václav Slavík | blind fix for Unicode compilation of wxTextCtrl/msw |
blob | commitdiff | raw | diff to current |
2001-12-09 |
Vadim Zeitlin | fix for my old and broken mingw32 headers |
blob | commitdiff | raw | diff to current |
2001-12-09 |
Julian Smart | Define SF_UNICODE if undefined |
blob | commitdiff | raw | diff to current |
2001-12-09 |
Vadim Zeitlin | fixed bug with the caret positioning after SetValue... |
blob | commitdiff | raw | diff to current |
2001-12-09 |
Vadim Zeitlin | fixed displaying text in non default charset in the... |
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-11-11 |
Vadim Zeitlin | bug fix for using multiline string (i.e. with embedded... |
blob | commitdiff | raw | diff to current |
2001-10-20 |
Vadim Zeitlin | don't use hidden windows as implicit dialog parents... |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Vadim Zeitlin | simplified wxTextCtrl::Create() to use wxControl::MSWCr... |
blob | commitdiff | raw | diff to current |
2001-10-18 |
Vadim Zeitlin | added and documented wxTE_NOHIDESEL |
blob | commitdiff | raw | diff to current |
2001-08-21 |
Julian Smart | Added Net library to contrib |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Vadim Zeitlin | implemented, tested and documented wxTextCtrl::SetMaxLe... |
blob | commitdiff | raw | diff to current |
2001-08-05 |
Vadim Zeitlin | fixed processing of the implicit wxTextCtrl accelerator... |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Vadim Zeitlin | compilation fix for cygwin/old mingw32 (patch 446700) |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Robin Dunn | changed Replace and Remove to always use EM_REPLACESEL... |
blob | commitdiff | raw | diff to current |
2001-07-31 |
Robin Dunn | Fixed "Failed to set clipboard data. (error 1418: threa... |
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-07-14 |
Vadim Zeitlin | blind fix for clearing font attributes in SetStyle() |
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-12 |
Julian Smart | Removed fstream include which seemed unnecessary, and... |
blob | commitdiff | raw | diff to current |
2001-06-09 |
Julian Smart | Updates for 2.3.1; fixed syntax error in makefile.b32... |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Julian Smart | Support for Cygwin 1.0 (thought it worked before, but...) |
blob | commitdiff | raw | diff to current |
2001-06-01 |
Robin Dunn | Allowed MSW wxTrextCtrl styling to also set the backgro... |
blob | commitdiff | raw | diff to current |
2001-06-01 |
Vadim Zeitlin | compilation fix for old mingw32 |
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 |
2001-05-16 |
Julian Smart | Applied patch #420395 (adding wxCLIP_SIBBLINGS capabili... |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Julian Smart | Fixes for 16-bit compilation |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2000-11-21 |
Vadim Zeitlin | fixed wxTextCtrl::GetValue() bug for empty richedit... |
blob | commitdiff | raw | diff to current |
2000-08-29 |
Julian Smart | Fixed CanCut |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Vadim Zeitlin | 1. warning in gtk/menu.cpp fixed |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Unknown (MT) | add wxTE_AUTO_SCROLL |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Vadim Zeitlin | 1. cursor fixes: frame does have hand cursor in the... |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Vadim Zeitlin | fix for bug #29 (blank lines in GetLineText) |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Guillermo Rodrigue... | Opps. Sorry - typo fixes |
blob | commitdiff | raw | diff to current |
2000-02-20 |
Guillermo Rodrigue... | Solved bug which was breaking richedit ctrls for non... |
blob | commitdiff | raw | diff to current |
2000-02-14 |
Vadim Zeitlin | fixes for compilation with the old mingw32, wxUSE_NORLA... |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Vadim Zeitlin | 1. '\n's in tooltip messages are handled (replaced... |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Vadim Zeitlin | 1. wxMSW::wxNotebook::SetPageSize() and SetPadding... |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Julian Smart | Changed wxWindowBase foreground to use wxSystemSettings... |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Julian Smart | Fixed read-only colour for wxTextCtrl (TODO: wxComboBox... |
blob | commitdiff | raw | diff to current |
1999-12-22 |
Vadim Zeitlin | 1. wxBase compiles under BeOS |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Julian Smart | Mostly Mingw32/Cygwin corrections |
blob | commitdiff | raw | diff to current |
1999-12-17 |
Julian Smart | Misc small mods |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-11-26 |
Vadim Zeitlin | more compilation fixes |
blob | commitdiff | raw | diff to current |
1999-11-25 |
Vadim Zeitlin | 1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed |
blob | commitdiff | raw | diff to current |
1999-11-24 |
Vadim Zeitlin | 1. wxIcon/wxCursor change, wxGDIImage class added |
blob | commitdiff | raw | diff to current |
1999-11-19 |
Vadim Zeitlin | wxWindow::GetBestSize() added |
blob | commitdiff | raw | diff to current |
1999-11-13 |
Vadim Zeitlin | 1. undid my wrong fix to wxWindowBase::Centre |
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-07 |
Vadim Zeitlin | some fixes after global _T() => T() change |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | MSW compilation (and other) fixes |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-09-29 |
Robin Dunn | Removed call to SetValidator since CreateBase was doing... |
blob | commitdiff | raw | diff to current |
1999-09-13 |
Unknown (MT) | add wxTE_AUTO_SCROLL |
blob | commitdiff | raw | diff to current |
1999-09-08 |
Julian Smart | Added wxTE_NO_VSCROLL style; corrected joystick event... |
blob | commitdiff | raw | diff to current |
1999-08-04 |
J. Russell Smyth | Made changes to allow build with new mingw32/gcc-2.95 |
blob | commitdiff | raw | diff to current |
1999-07-26 |
Vadim Zeitlin | 1. wxChoice and wxComboBox support client data under MSW |
blob | commitdiff | raw | diff to current |
1999-07-22 |
Vadim Zeitlin | 1. added wxGetNumberFromUser (to textdlgg.cpp and dialo... |
blob | commitdiff | raw | diff to current |
next |