2012-01-18 |
Vadim Zeitlin | No changes, just minor wxMSW code cleanup: use WinStruct<>. |
blob | commitdiff | raw |
2012-01-14 |
Vadim Zeitlin | Fix the size of the font returned from wxTextCtrl:... |
blob | commitdiff | raw | diff to current |
2011-12-27 |
Vadim Zeitlin | Compilation fix for PCH-less build after r70122. |
blob | commitdiff | raw | diff to current |
2011-12-27 |
Vadim Zeitlin | Fix the size of the font returned by wxTextCtrl::GetSty... |
blob | commitdiff | raw | diff to current |
2011-11-11 |
Vadim Zeitlin | Intercept some keys in wxMSW wxTextCtrl even if they... |
blob | commitdiff | raw | diff to current |
2011-09-11 |
Vadim Zeitlin | Fix best size computation for wxTextCtrl without border... |
blob | commitdiff | raw | diff to current |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
blob | commitdiff | raw | diff to current |
2011-08-17 |
Julian Smart | Better text control non-selection solution |
blob | commitdiff | raw | diff to current |
2011-08-10 |
Steve Lamerton | Merge in from trunk r64802 - r68625 |
blob | commitdiff | raw | diff to current |
2011-07-29 |
Vadim Zeitlin | Add wxTextCtrl::PositionToCoords() functions for wxMSW... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-07-24 |
Vadim Zeitlin | Ignore WM_CLOSE generated by wxMSW edit control when... |
blob | commitdiff | raw | diff to current |
2011-06-16 |
Vadim Zeitlin | Suppress various harmless warnings in MinGW build with... |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
blob | commitdiff | raw | diff to current |
2010-09-18 |
Vadim Zeitlin | Really fix setting fonts in RichEdit 4.1 controls. |
blob | commitdiff | raw | diff to current |
2010-09-18 |
Vadim Zeitlin | No changes, just refactor wxTextCtrl::SetStyle() in... |
blob | commitdiff | raw | diff to current |
2010-09-18 |
Vadim Zeitlin | Set wxTextCtrl::m_verRichEdit to 4 for RichEdit 4.1. |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Vadim Zeitlin | Fix scrolling to the bottom in wxTextCtrl::AppendText(). |
blob | commitdiff | raw | diff to current |
2010-05-25 |
Vadim Zeitlin | Fix setting the fonts for wxMSW wxTextCtrl with wxTE_RI... |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Václav Slavík | Remove wxUSE_WCHAR_T checks. |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Vadim Zeitlin | Use white background by default for multiline readonly... |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Vadim Zeitlin | Move wxMSW wxTextCtrl::GetDefaultAttributes() to wxText... |
blob | commitdiff | raw | diff to current |
2009-12-02 |
Paul Cornett | make array data fully const |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Vadim Zeitlin | Explicitly set the cursor when showing popup menu on... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-04-26 |
Vadim Zeitlin | fix a problem with loading inked.dll (see #10633) |
blob | commitdiff | raw | diff to current |
2009-04-25 |
Vadim Zeitlin | (harmless) Borland release build warning fixes |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::DoGetValue() to allow returning... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Vadim Zeitlin | fix warnings about conversion between DWORD and pointer... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-10-17 |
Vadim Zeitlin | reverted the change of r56246 and keep the old behaviou... |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Vadim Zeitlin | no changes, just clarified a comment |
blob | commitdiff | raw | diff to current |
2008-05-11 |
Vadim Zeitlin | don't send text changed events from ctor as wxGTK doesn... |
blob | commitdiff | raw | diff to current |
2008-03-15 |
Václav Slavík | wxMSW: generate wxClipboardTextEvent from wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2008-03-15 |
Vadim Zeitlin | refactored code reused in several different places... |
blob | commitdiff | raw | diff to current |
2008-03-15 |
Vadim Zeitlin | no real changes, just use more readable helper wxTextEn... |
blob | commitdiff | raw | diff to current |
2008-03-08 |
Václav Slavík | fixed 'Select All' context menu in wxTextCtrl with... |
blob | commitdiff | raw | diff to current |
2008-02-03 |
Vadim Zeitlin | build fix for wxUSE_INTL==0 (patch 1878908) |
blob | commitdiff | raw | diff to current |
2008-02-02 |
Václav Slavík | fixed wxTextCtrl to not process clipboard events twice... |
blob | commitdiff | raw | diff to current |
2008-01-30 |
Julian Smart | Added checks to encoding conversion to avoid crash |
blob | commitdiff | raw | diff to current |
2008-01-24 |
Vadim Zeitlin | generate focus and kill focus events for wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2008-01-19 |
Vadim Zeitlin | skip focus events after handling them in wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Vadim Zeitlin | restore SetSelection(-1, -1) behaviour which was broken... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-10-09 |
Julian Smart | Merged wxRichTextAttr and wxTextAttrEx into wxTextAttr... |
blob | commitdiff | raw | diff to current |
2007-09-26 |
Vadim Zeitlin | refactor wxMSW code to extract parts common to wxTextCt... |
blob | commitdiff | raw | diff to current |
2007-09-20 |
Vadim Zeitlin | added missing wxUSE_RICHEDIT test |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Vadim Zeitlin | fix for the last commit: reset the dummy wxRICHTEXT_DEF... |
blob | commitdiff | raw | diff to current |
2007-09-15 |
Vadim Zeitlin | get rid of the built-in drop target in rich text contro... |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Vadim Zeitlin | chop off the unwanted \r from GetLineText() return... |
blob | commitdiff | raw | diff to current |
2007-08-14 |
Julian Smart | Fix for non-appearance of themed border with wxTE_RICH... |
blob | commitdiff | raw | diff to current |
2007-08-07 |
Julian Smart | Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont... |
blob | commitdiff | raw | diff to current |
2007-06-21 |
Vadim Zeitlin | fix STL build (don't rely on implicit wxString to char... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2007-04-27 |
Václav Slavík | PCH-less compilation fixes |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2007-01-25 |
Vadim Zeitlin | changing text alignment dynamically doesn't always... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Vadim Zeitlin | changing ES_LEFT/CENTER/RIGHT styles only works for... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Vadim Zeitlin | fixed initial size of a control with wxDefaultSize... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Vadim Zeitlin | we don't need to subclass text control twice to impleme... |
blob | commitdiff | raw | diff to current |
2006-11-11 |
Robin Dunn | Remove superfluous assert that conflicts with style... |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Włodzimierz Skiba | Reverted winundef.h removal - without it build fails... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Vadim Zeitlin | include wx/msw/mslu.h for wxUsingUnicowsDll() declaration |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Paul Cornett | don't include missing.h before windows headers |
blob | commitdiff | raw | diff to current |
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 |
next |