2005-04-05 |
Vadim Zeitlin | fix for richedit version 1 control bug with bad refresh... |
blob | commitdiff | raw |
2005-03-23 |
Vadim Zeitlin | wxTextCtrl with wxTE_RICH2 style now uses RichEdit... |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | don't steal EVT_RIGHT_UP in rich edit controls for... |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Vadim Zeitlin | removed m_isCaretAtEnd optimization added in rev 1... |
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 |
2005-01-18 |
Kevin Hock | For efficiency reasons, text controls no longer set... |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Włodzimierz Skiba | Metric conversion constants not doubled in each port... |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Julian Smart | Moved GetDefaultAttributes outside wxUSE_RICHEDIT block |
blob | commitdiff | raw | diff to current |
2004-11-25 |
Vadim Zeitlin | changed the code to be really sure that exactly one... |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Vadim Zeitlin | replaced OnCtlColor(7 params) with MSWControlColor... |
blob | commitdiff | raw | diff to current |
2004-11-15 |
Vadim Zeitlin | removed unnecessary (now that we leave Windows paint... |
blob | commitdiff | raw | diff to current |
2004-11-12 |
Ryan Norton | explanation of getdefaultattributes |
blob | commitdiff | raw | diff to current |
2004-11-07 |
Ryan Norton | fix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx... |
blob | commitdiff | raw | diff to current |
2004-11-07 |
Ryan Norton | fix for [ 1055191 ] wxTextCtrl::GetStyle() wrong attr... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Włodzimierz Skiba | Hardware defines spec. |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Włodzimierz Skiba | Native Smartphone wxTextCtrl. |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE... |
blob | commitdiff | raw | diff to current |
2004-07-31 |
Julian Smart | Fixed wxTextCtrl::SetMaxLength for rich edit controls |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Vadim Zeitlin | implement HitTest(pos) variant and not HitTest(x, y... |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Robin Dunn | Call CreateControl instead of CreateBase |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Václav Slavík | fixed warnings after GetFont prototype change |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Vadim Zeitlin | use ES_AUTOHSCROLL for multiline controls as well ... |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Julian Smart | Navigate corrections |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Julian Smart | With wxTE_PROCESS_TAB, tabs are now inserted in the... |
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-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 |
next |