2003-07-22 |
Vadim Zeitlin | more warning fixes; removed references to wxToolBarBase... |
blob | commitdiff | raw |
2003-07-21 |
Mattia Barbon | Use wxStringBuffer[Length] instead of explicit calls to |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | added Show/HideNativeCaret() (patch 759924) |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Vadim Zeitlin | set richedit DLL handle to 0 after unloading (patch... |
blob | commitdiff | raw | diff to current |
2003-07-16 |
Julian Smart | Reordered winundef.h |
blob | commitdiff | raw | diff to current |
2003-07-16 |
Vadim Zeitlin | compilation fix (missing wx/winundef.h) |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Vadim Zeitlin | deprecated and removed from our code GetUseCtl3D()... |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Vadim Zeitlin | implemented GetDefaultBorder() in wxControl, override... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-06-23 |
Julian Smart | Implemented wxTextCtrl::GetStyle for MSW |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Mattia Barbon | Add a missing structure definition, move all rich... |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Julian Smart | Extended wxTextAttr and added wxTextCtrl::GetStyle... |
blob | commitdiff | raw | diff to current |
2003-05-23 |
Julian Smart | Applied patch [ 736321 ] Compile error for src/msw... |
blob | commitdiff | raw | diff to current |
2003-03-24 |
Vadim Zeitlin | calling SetValue(GetValue()) didn't reset the modified... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-02-25 |
Vadim Zeitlin | finally fixed the flicker problem in wxTE_RICH[2] text... |
blob | commitdiff | raw | diff to current |
2003-02-25 |
Vadim Zeitlin | don't log erroneous error messages when writing an... |
blob | commitdiff | raw | diff to current |
2003-01-12 |
Vadim Zeitlin | compilation fix for wxUSE_RICHEDIT == 0 (closes bug... |
blob | commitdiff | raw | diff to current |
2003-01-11 |
Mattia Barbon | Do not use deprecated functions. |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Julian Smart | Removed old __WXWINE__ support (obsoleted by new __WINE... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Vadim Zeitlin | workaround for not appearing vertical scrollbar in... |
blob | commitdiff | raw | diff to current |
2002-12-23 |
Julian Smart | Don't send explicit update event if single line |
blob | commitdiff | raw | diff to current |
2002-12-20 |
Vadim Zeitlin | fixed SetSelection() (and hence SetInsertionPoint(... |
blob | commitdiff | raw | diff to current |
2002-12-19 |
Julian Smart | Fixed a problem with borders being set wrong sometimes... |
blob | commitdiff | raw | diff to current |
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 |
next |