| 2007-03-31 |  Vadim Zeitlin | don't remove the old tags of different kinds when setti... | blob | commitdiff | raw | 
| 2007-03-26 |  Vadim Zeitlin | use native TAB traversal for GTK+ 2 | blob | commitdiff | raw | diff to current | 
| 2007-03-25 |  Vadim Zeitlin | respect the current default style in SetValue() (modifi... | blob | commitdiff | raw | diff to current | 
| 2007-03-23 |  Vadim Zeitlin | make IsEnabled() return false even if the window parent... | blob | commitdiff | raw | diff to current | 
| 2007-03-11 |  Vadim Zeitlin | added support for wxTE_NO_VSCROLL (patch 1588605) and... | blob | commitdiff | raw | diff to current | 
| 2006-12-09 |  Paul Cornett | SetInsertionPointEnd should make the insert point visib... | blob | commitdiff | raw | diff to current | 
| 2006-12-09 |  Paul Cornett | fix for SetPosition/SetInsertionPoint when called durin... | blob | commitdiff | raw | diff to current | 
| 2006-12-07 |  Paul Cornett | use computed justification | blob | commitdiff | raw | diff to current | 
| 2006-12-04 |  Vadim Zeitlin | allow dynamically changing most of text control styles... | blob | commitdiff | raw | diff to current | 
| 2006-12-04 |  Vadim Zeitlin | removed empty and unused CalculateScrollbar() method | blob | commitdiff | raw | diff to current | 
| 2006-12-03 |  Paul Cornett | fix memory leak and performance problem in Freeze | blob | commitdiff | raw | diff to current | 
| 2006-11-02 |  Julian Smart | Undid completely wrong patch 1438117: other platforms... | blob | commitdiff | raw | diff to current | 
| 2006-11-02 |  Paul Cornett | revert memory leak fix, it causes crash | blob | commitdiff | raw | diff to current | 
| 2006-10-26 |  Vadim Zeitlin | fixed reversed return value of IsEmpty() (closes 1585004) | blob | commitdiff | raw | diff to current | 
| 2006-10-24 |  Vadim Zeitlin | reset the internal flags at the end of DoSetValue(... | blob | commitdiff | raw | diff to current | 
| 2006-10-19 |  Paul Cornett | fix memory leak in Freeze | blob | commitdiff | raw | diff to current | 
| 2006-10-11 |  Mart Raudsepp | Implement left indentation and tab stops support in... | blob | commitdiff | raw | diff to current | 
| 2006-10-08 |  Vadim Zeitlin | moved DoSetValue() to wxTextCtrlBase instead of having... | blob | commitdiff | raw | diff to current | 
| 2006-10-08 |  Vadim Zeitlin | small code simplification in DoSetValue() after the... | 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-10-03 |  Paul Cornett | Don't free a string that is managed by wxGtkString... | blob | commitdiff | raw | diff to current | 
| 2006-09-01 |  Vadim Zeitlin | always let GtkTextView have mouse release events to... | blob | commitdiff | raw | diff to current | 
| 2006-08-31 |  Vadim Zeitlin | do send text changed event from SetValue(), it wasn... | blob | commitdiff | raw | diff to current | 
| 2006-08-25 |  Vadim Zeitlin | Many changes: | blob | commitdiff | raw | diff to current | 
| 2006-08-24 |  Vadim Zeitlin | try to deal more gracefully (than simply not showing... | blob | commitdiff | raw | diff to current | 
| 2006-08-23 |  Vadim Zeitlin | respect the encoding of the text style and not only... | blob | commitdiff | raw | diff to current | 
| 2006-08-23 |  Vadim Zeitlin | no real changes, just use IsSingle/MultiLine() insteado... | blob | commitdiff | raw | diff to current | 
| 2006-08-22 |  Robert Roebling | Add the new showOnIdle code to various other | blob | commitdiff | raw | diff to current | 
| 2006-07-14 |  Mart Raudsepp | Return false from PositionToXY if passed in position... | blob | commitdiff | raw | diff to current | 
| 2006-07-14 |  Mart Raudsepp | gtk_text_iter_get_line and get_line_offset work fine... | 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-06-15 |  Paul Cornett | 1. more accurate conversion from 8-bit wx color to... | blob | commitdiff | raw | diff to current | 
| 2006-06-15 |  Włodzimierz Skiba | Include wx/math.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-05-24 |  Włodzimierz Skiba | Include wx/settings.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-05-17 |  Paul Cornett | scrollbar handling simplification | blob | commitdiff | raw | diff to current | 
| 2006-05-17 |  Vadim Zeitlin | make sure that IsModified() returns false when it's... | blob | commitdiff | raw | diff to current | 
| 2006-05-16 |  Vadim Zeitlin | removed GTK-specific SetModified() as we already have... | blob | commitdiff | raw | diff to current | 
| 2006-05-16 |  Vadim Zeitlin | implemented clipboard events support for wxGTK | blob | commitdiff | raw | diff to current | 
| 2006-05-15 |  Mart Raudsepp | No cast necessary for g_object_set first arg (it takes... | blob | commitdiff | raw | diff to current | 
| 2006-05-12 |  Paul Cornett | unused variables | blob | commitdiff | raw | diff to current | 
| 2006-05-09 |  Paul Cornett | unused member variables | blob | commitdiff | raw | diff to current | 
| 2006-05-04 |  Włodzimierz Skiba | Include wx/panel.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-05-02 |  Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-04-26 |  Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... | blob | commitdiff | raw | diff to current | 
| 2006-04-25 |  Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-04-23 |  Vadim Zeitlin | emit only 1, not 2, events when changing text of a... | blob | commitdiff | raw | diff to current | 
| 2006-04-20 |  Robin Dunn | Add code to remove the selection (if any) in wxTextCtrl... | blob | commitdiff | raw | diff to current | 
| 2006-04-16 |  Vadim Zeitlin | centralized the handling of border styles; added border... | blob | commitdiff | raw | diff to current | 
| 2006-04-10 |  Vadim Zeitlin | use wxGTK_CONV instead of directly using wxConvLocal... | blob | commitdiff | raw | diff to current | 
| 2006-03-28 |  Włodzimierz Skiba | Make wxPASSWORD and wxPROCESS_ENTER really deprecated. | blob | commitdiff | raw | diff to current | 
| 2006-03-12 |  Vadim Zeitlin | support underlined fonts (patch 1448089) | blob | commitdiff | raw | diff to current | 
| 2006-03-12 |  Vadim Zeitlin | GetNumberOfLines() now returns the number of physical... | blob | commitdiff | raw | diff to current | 
| 2006-03-09 |  Vadim Zeitlin | moved wxapp_install_idle_handler and g_isIdle from... | blob | commitdiff | raw | diff to current | 
| 2006-02-09 |  Vadim Zeitlin | implemented ScrollLines/Pages() for all classes in... | blob | commitdiff | raw | diff to current | 
| 2006-02-04 |  Mart Raudsepp | GTK2: gtk_entry_* -> gtk_editable_* where necessary | blob | commitdiff | raw | diff to current | 
| 2006-02-03 |  Mart Raudsepp | Remove obsolete GTK1 compatibility macros. Patch #14134... | blob | commitdiff | raw | diff to current | 
| 2006-01-22 |  Mart Raudsepp | Use g_signal* instead of deprecated gtk_signal*. Use... | blob | commitdiff | raw | diff to current | 
| 2006-01-22 |  Mart Raudsepp | Nuke GTK1 from src/gtk | blob | commitdiff | raw | diff to current | 
| 2005-09-25 |  Vadim Zeitlin | use wxIsSameDouble() and wxIsNullDouble() for warning... | blob | commitdiff | raw | diff to current | 
| 2005-09-24 |  Vadim Zeitlin | added missing consts and pass objects by const referenc... | blob | commitdiff | raw | diff to current | 
| 2005-09-23 |  Mart Raudsepp | Nuke #pragma implementation/interface's | blob | commitdiff | raw | diff to current | 
| 2005-08-08 |  Mart Raudsepp | [wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x... | blob | commitdiff | raw | diff to current | 
| 2005-08-04 |  Mart Raudsepp | [wxGTK2] wxTextCtrl: Implemented support for wxTEXT_ALI... | blob | commitdiff | raw | diff to current | 
| 2005-08-03 |  Mart Raudsepp | [wxGTK2] multiline wxTextCtrl: Implement XYToPosition... | blob | commitdiff | raw | diff to current | 
| 2005-07-22 |  Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... | blob | commitdiff | raw | diff to current | 
| 2005-07-14 |  Mart Raudsepp | Optimize wxGTK2 wxTextCtrl::GetLineText | blob | commitdiff | raw | diff to current | 
| 2005-06-08 |  Włodzimierz Skiba | Second part of '[ 1216148 ] cleanup: unused variables... | blob | commitdiff | raw | diff to current | 
| 2005-06-06 |  Włodzimierz Skiba | Source cleaning inspired by and included in patch ... | blob | commitdiff | raw | diff to current | 
| 2005-06-02 |  Julian Smart | Applied patch [ 1207162 ] wxTextCtrl::SetStyle fix... | blob | commitdiff | raw | diff to current | 
| 2005-04-15 |  Julian Smart | Another buffer check | blob | commitdiff | raw | diff to current | 
| 2005-04-15 |  Julian Smart | Don't crash if buffer null | blob | commitdiff | raw | diff to current | 
| 2005-03-28 |  Michael Wetherell | Minor compilo fix | blob | commitdiff | raw | diff to current | 
| 2005-03-28 |  Vadim Zeitlin | do runtime check for GTK+ 2.4 and not only compile... | blob | commitdiff | raw | diff to current | 
| 2005-03-28 |  Vadim Zeitlin | use GTK_WRAP_WORD_CHAR for wxTE_BESTWRAP if available | blob | commitdiff | raw | diff to current | 
| 2005-03-23 |  Vadim Zeitlin | use GTK_WRAP_WORD instead of GTK_WRAP_WORD_CHAR which... | blob | commitdiff | raw | diff to current | 
| 2005-03-21 |  Vadim Zeitlin | GTK+ callbacks must have C linkage (patch 1157384) | blob | commitdiff | raw | diff to current | 
| 2005-03-21 |  Vadim Zeitlin | added support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR... | blob | commitdiff | raw | diff to current | 
| 2005-02-19 |  Kevin Hock | ENTER and LEAVE mouse events for multi-line text contro... | blob | commitdiff | raw | diff to current | 
| 2005-02-19 |  Kevin Hock | wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182] | 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 | 
| 2005-01-08 |  Robert Roebling | Compile fixes for GTK 1.2 | blob | commitdiff | raw | diff to current | 
| 2005-01-08 |  Robert Roebling | Applied wxNO_BORDER patch for text control and combo... | blob | commitdiff | raw | diff to current | 
| 2004-12-14 |  Włodzimierz Skiba | wx/math.h integration | blob | commitdiff | raw | diff to current | 
| 2004-12-05 |  Robert Roebling | Implemented run-time checks for the GTK version | blob | commitdiff | raw | diff to current | 
| 2004-12-05 |  Kevin Hock | Freeze/Thaw patch missed a place where m_buffer should... | blob | commitdiff | raw | diff to current | 
| 2004-12-01 |  Robert Roebling | Applied Freeze()/Thaw() patch for wxTextCtrtl. | blob | commitdiff | raw | diff to current | 
| 2004-12-01 |  Kevin Hock | Create wxGtkTextApplyTagsFromAttr for common processing... | blob | commitdiff | raw | diff to current | 
| 2004-11-24 |  Robert Roebling | Applied patch to remoce surplus text update evevt. | blob | commitdiff | raw | diff to current | 
| 2004-11-22 |  Kevin Hock | At least under GTK2, we do not need m_widget->window... | blob | commitdiff | raw | diff to current | 
| 2004-11-21 |  Vadim Zeitlin | fix for a crash with wxUSE_STL == 1: test for failed... | blob | commitdiff | raw | diff to current | 
| 2004-07-29 |  Julian Smart | Can't use directives within a macro | blob | commitdiff | raw | diff to current | 
| 2004-07-23 |  Vadim Zeitlin | show the cursor on screen after moving it | blob | commitdiff | raw | diff to current | 
| 2004-07-23 |  Vadim Zeitlin | don't crash if WriteText() argument can't be converted... | blob | commitdiff | raw | diff to current | 
| 2004-07-23 |  Vadim Zeitlin | implemented ScrollLines/Pages() for GTK+ 2 | blob | commitdiff | raw | diff to current | 
| 2004-07-23 |  Vadim Zeitlin | fixed inserting styled text into an empty control under... | blob | commitdiff | raw | diff to current | 
| 2004-07-23 |  Vadim Zeitlin | implemented HitTest() for GTK2; test it in the sample | blob | commitdiff | raw | diff to current | 
| 2004-07-14 |  Václav Slavík | re-enabled and fixed wxTextCtrl::Cut,Copy,Paste with... | blob | commitdiff | raw | diff to current | 
| 2004-06-27 |  Václav Slavík | removed wrong bg colour handling code | blob | commitdiff | raw | diff to current | 
| next |