2006-10-10 |
Paul Cornett | don't include missing.h before windows headers |
blob | commitdiff | raw |
2006-10-08 |
Vadim Zeitlin | restored sending events from Replace/Remove/Write/Appen... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::IsEmpty() |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::ChangeValue() which is the same as... |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Julian Smart | Added DoLoadFile, DoSaveFile to wxTextCtrlBase |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Vadim Zeitlin | use RTL paragraphs in rich edit control in RTL mode... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-08-14 |
Vadim Zeitlin | don't execute code unnecessarily/twice (patch 1539690) |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Vadim Zeitlin | only multiline text controls need Enter key for themselves |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Vadim Zeitlin | undid last change and removed wxTE/CB_FILENAME style... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Vadim Zeitlin | TLW default item changes have changed Enter key process... |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Vadim Zeitlin | moved combobox styles from defs.to to combobox.h; added... |
blob | commitdiff | raw | diff to current |
2006-07-02 |
Julian Smart | Added wxTextCtrlBase to type info, useful if different... |
blob | commitdiff | raw | diff to current |
2006-05-16 |
Vadim Zeitlin | reset the dirty flag before generating the event from... |
blob | commitdiff | raw | diff to current |
2006-05-12 |
Vadim Zeitlin | added clipboard events (wxEVT_COMMAND_TEXT_COPY/CUT... |
blob | commitdiff | raw | diff to current |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
blob | commitdiff | raw | diff to current |
2006-03-08 |
Vadim Zeitlin | generate wxEVT_COMMAND_TEXT_ENTER for multiline control... |
blob | commitdiff | raw | diff to current |
2006-02-06 |
David Surovell | fix compilation problem, pass 2 |
blob | commitdiff | raw | diff to current |
2006-02-06 |
Robin Dunn | Fix compilation error |
blob | commitdiff | raw | diff to current |
2006-02-06 |
Julian Smart | Attempt at using inkedit control for wxTextCtrl, when... |
blob | commitdiff | raw | diff to current |
2006-01-19 |
Jamie Gadd | Fixed bug #778299 - wxTE_RICH2 causes SetValue to show... |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Julian Smart | Applied patch [ 1340814 ] fix for wxTextCtrl::GetStyle |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Robin Dunn | After a conversaion with Vadim I reverted the last... |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Robin Dunn | Fix for Bug #1387359, bail out early from DoWriteText... |
blob | commitdiff | raw | diff to current |
2005-11-24 |
Julian Smart | Applied patch [ 1351847 ] wxTextXtrl Undo/Redo Bug... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Julian Smart | Don't skip after writing tab or we could get another... |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Vadim Zeitlin | only give error about missing richedit.dll once (the... |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Vadim Zeitlin | decreased text limit which we consider to be set by... |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Robin Dunn | Put a cap on the number of lines used in DoGetBestSize |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | extended wxWindow::MSWGetBgBrush() and wxControl::MSWCo... |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | simplifications and corrections to background drawing: |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Vadim Zeitlin | fix for richedit version 1 control bug with bad refresh... |
blob | commitdiff | raw | diff to current |
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 |
next |