2006-07-02 |
Julian Smart | Added wxTextCtrlBase to type info, useful if different... |
blob | commitdiff | raw |
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-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-03-28 |
Włodzimierz Skiba | Make wxPASSWORD and wxPROCESS_ENTER really deprecated. |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Mart Raudsepp | Remove GTK2 stuff from src/gtk1. Rename wx/gtk includes... |
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 |
2004-06-24 |
Robin Dunn | * Implemented BestSize cache |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Václav Slavík | fixed GTK styles handling: |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Václav Slavík | corrected previous commit's wrongly applied patch |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Václav Slavík | implemented wxTE_RIGHT, wxTE_CENTRE for wxGTK2 (patch... |
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-06 |
Robin Dunn | Oops, forgot to cleanup some commented-out code before... |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Robin Dunn | Get(Class)DefaultAttributes() for wxGTK controls |
blob | commitdiff | raw | diff to current |
2004-05-04 |
Robin Dunn | Added wxControl::PostCreation for wxGTK. Moved calls to |
blob | commitdiff | raw | diff to current |
2004-03-01 |
Robert Roebling | Make multi-line text control focussable |
blob | commitdiff | raw | diff to current |
2003-12-12 |
Václav Slavík | compilation fix |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Julian Smart | Applied patch [ 810585 ] wxTextCtrl::GetTextLine return... |
blob | commitdiff | raw | diff to current |
2003-12-03 |
Robin Dunn | Use InheritAttributes for wxGTK widgets so they will... |
blob | commitdiff | raw | diff to current |
2003-10-27 |
Vadim Zeitlin | really applied Robert's patch (and not the converse... |
blob | commitdiff | raw | diff to current |
2003-10-23 |
Vadim Zeitlin | don't refresh the font unnecessarily (patch from Robert... |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Vadim Zeitlin | added wxTextCtrl::MarkDirty() |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Vadim Zeitlin | fix text scrolling in GTK2 (patch 703988) |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Julian Smart | Applied patch2 of [ 703990 ] attrib support in wxGTK2... |
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-08 |
Robin Dunn | Fix for wxTextCtrl::GetSelection for singel line contro... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Julian Smart | Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE... |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Vadim Zeitlin | forward ported patch to IsEditable() |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Applied patch [ 735588 ] Gtk2 textctrl selection fix |
blob | commitdiff | raw | diff to current |
2003-04-02 |
Julian Smart | Applied patch [ 705212 ] wxTextCtrl::SetSelection(... |
blob | commitdiff | raw | diff to current |
2003-03-24 |
Vadim Zeitlin | implemented Remove() and Replace() for GTK2 (patch... |
blob | commitdiff | raw | diff to current |
2003-03-16 |
Robert Roebling | Text attributes for GTK2. |
blob | commitdiff | raw | diff to current |
2003-03-16 |
Robert Roebling | Better scrolling to cursor. |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Ron Lee | Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac... |
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-08-23 |
Vadim Zeitlin | fixed some GTK2 compilation warnings |
blob | commitdiff | raw | diff to current |
2002-08-23 |
Julian Smart | Misc mods for feedback from Marcin Wojdyr <wojdyr@if... |
blob | commitdiff | raw | diff to current |
2002-08-08 |
Robert Roebling | Compile fix. |
blob | commitdiff | raw | diff to current |
2002-08-05 |
Robert Roebling | Lots of updates for Unicode and GTK 2.0 support. |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Vadim Zeitlin | added missing extern "C" required for Sun CC |
blob | commitdiff | raw | diff to current |
2002-05-13 |
Julian Smart | textctrl.cpp: Removed assert from CanRedo/CanUndo since... |
blob | commitdiff | raw | diff to current |
2002-05-12 |
Vadim Zeitlin | fixed crashes in GtkText when it was refreshed from... |
blob | commitdiff | raw | diff to current |
2002-04-25 |
Vadim Zeitlin | fixed bug with the text attr not being reset even after... |
blob | commitdiff | raw | diff to current |
2002-04-17 |
Robert Roebling | Various changes to focus handling when TLW start. |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
blob | commitdiff | raw | diff to current |
2002-02-23 |
Robert Roebling | Some work on GTK focus handling and events. |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Vadim Zeitlin | fix setting the font for a single-line text control... |
blob | commitdiff | raw | diff to current |
2002-02-19 |
Robert Roebling | Added test for default action (button normally) |
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 |
2001-11-26 |
Vadim Zeitlin | superposition of text styles in wxTextCtrl now works... |
blob | commitdiff | raw | diff to current |
2001-11-17 |
Robert Roebling | Fixed sveral problems with wxTextCtrl::WriteText... |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Vadim Zeitlin | yet another fix for wxTextCtrl bg colour (patch 462838) |
blob | commitdiff | raw | diff to current |
2001-08-19 |
Robert Roebling | Various changes for simplification of focus event |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Vadim Zeitlin | added sending of EVT_TEXT_MAXLEN to wxGTK, suppressed... |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Vadim Zeitlin | implemented, tested and documented wxTextCtrl::SetMaxLe... |
blob | commitdiff | raw | diff to current |
next |