2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw |
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-04-17 |
Robert Roebling | Make text controls flat under CE. |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Vadim Zeitlin | make XTI compile with VC6 (patch 896614) |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Vadim Zeitlin | estimate size of multiline text controls more accuratel... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | one line fix for a bug with focus switching to the... |
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-12 |
Vadim Zeitlin | fixed conversion from Unicode in StreamOut() once again |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Julian Smart | Don't set insertion point if the text is the same in... |
blob | commitdiff | raw | diff to current |
2003-10-04 |
Vadim Zeitlin | fixed inconsistencies with indices in wxTE_RICH2 contro... |
blob | commitdiff | raw | diff to current |
2003-10-02 |
Vadim Zeitlin | fixed off by 1 in new GetRange() for wxTE_RICH2 controls |
blob | commitdiff | raw | diff to current |
2003-10-02 |
Vadim Zeitlin | don't lose encoding information when getting/setting... |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN... |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Vadim Zeitlin | added wxTextCtrl::MarkDirty() |
blob | commitdiff | raw | diff to current |
2003-09-20 |
Vadim Zeitlin | Unicode compilation fix (bug 809707) |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Vadim Zeitlin | use wxCSConv instead of Win32 API |
blob | commitdiff | raw | diff to current |
2003-09-19 |
Vadim Zeitlin | wxTextCtrl::GetValue() lost (replaced with question... |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Vadim Zeitlin | documented that wxHSCROLL disables wrapping; added... |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Stefan Csomor | macro naming changes |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Vadim Zeitlin | don't return \n from GetLineText() neither |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Vadim Zeitlin | don't return \r from GetLineText() |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Stefan Csomor | WX_EVENT_PROPERTY instead of WX_DELEGATE |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Stefan Csomor | event exposure |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Stefan Csomor | unicode adaptions, menu support |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Julian Smart | Added some window style metadata |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Stefan Csomor | xti property extensions, style bits additions |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Stefan Csomor | switching back to normal accessors, workaround not... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Stefan Csomor | RTTI simplifications |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Stefan Csomor | setter by ref for |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Stefan Csomor | rtti informations |
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-05 |
Stefan Csomor | xti extensions |
blob | commitdiff | raw | diff to current |
2003-08-03 |
Vadim Zeitlin | generate a text event even if SetValue() didn't really... |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | more warning fixes; removed references to wxToolBarBase... |
blob | commitdiff | raw | diff to current |
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 |
next |