2004-03-01 |
Robert Roebling | Make multi-line text control focussable |
blob | commitdiff | raw |
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 |
2001-08-06 |
Vadim Zeitlin | compilation fix (sorry) |
blob | commitdiff | raw | diff to current |
2001-08-03 |
Vadim Zeitlin | fix for infinite recursion in UpdateFontIfNeeded |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Robin Dunn | Don't send a focus event if the window is a wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2001-07-31 |
Vadim Zeitlin | fixed compilation [warning] |
blob | commitdiff | raw | diff to current |
2001-07-30 |
Vadim Zeitlin | 1. made ScrollLines/Pages return bool indicating if... |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Vadim Zeitlin | respect SetFont/SetXXXColour in wxTextCtrl even when... |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Vadim Zeitlin | don't do anything in SetBackgroundColour() if colour... |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Vadim Zeitlin | added wxWindow::Freeze/Thaw(), implemented them for... |
blob | commitdiff | raw | diff to current |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-06-18 |
Vadim Zeitlin | implemented text styles for GTK+ |
blob | commitdiff | raw | diff to current |
2001-06-15 |
Vadim Zeitlin | applied patch 433352 (fix for wxTextCtrl::SetForeground... |
blob | commitdiff | raw | diff to current |
2001-05-17 |
Julian Smart | Call OnParentEnable from wxTextCtrl::Enable |
blob | commitdiff | raw | diff to current |
2001-05-17 |
Julian Smart | Implemented OnParentEnable to allow widgets to reset... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Made wxWindow::Enable recursive in order to solve colou... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Applied patch #418555: wxTextCtrl uses wrong background... |
blob | commitdiff | raw | diff to current |
2001-05-07 |
Vadim Zeitlin | GetSelection() always returns from <= to as wxMSW does |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Robert Roebling | Added wxFileName::GetModificationTime() |
blob | commitdiff | raw | diff to current |
2001-03-26 |
Julian Smart | Added focus in/out handlers for wxTextCtrl |
blob | commitdiff | raw | diff to current |
2000-11-24 |
Vadim Zeitlin | 1. added wxGTK::wxToolBar::SetToolShortHelp() and test... |
blob | commitdiff | raw | diff to current |
2000-10-20 |
Vadim Zeitlin | fixed problem with calling SetFont() when (multiline... |
blob | commitdiff | raw | diff to current |
2000-08-29 |
Julian Smart | Fixed CanCut |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Robert Roebling | Tried to fix corrupted display of wxTextCtrl, |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Robert Roebling | New colour, font, theme and size code.. |
blob | commitdiff | raw | diff to current |
2000-01-01 |
Robert Roebling | Some Resize/GetBestSize() changes. |
blob | commitdiff | raw | diff to current |
1999-12-30 |
Vadim Zeitlin | 1. many, many, many warnings fixed (from HP-UX build... |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Robert Roebling | GUI thread update and event corrections. |
blob | commitdiff | raw | diff to current |
1999-11-19 |
Vadim Zeitlin | wxWindow::GetBestSize() added |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Vadim Zeitlin | 1. made it possible to use wxUpdateUIEvent with wxTextC... |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Robert Roebling | Added IsTopLevel() as a virtual function. |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | many warnings fixed (from HP-UX compilation log) |
blob | commitdiff | raw | diff to current |
1999-10-29 |
Robert Roebling | Renamed GtkMyFixed to GtkPizza, |
blob | commitdiff | raw | diff to current |
1999-10-10 |
Robert Roebling | TreeTest compiles again, |
blob | commitdiff | raw | diff to current |
1999-10-09 |
Robert Roebling | Changed SetToolBar() to behave a bit smarter. Untested. |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-08-22 |
Robert Roebling | Added wxFFileStream base on wxFFile (as opposed to... |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Robert Roebling | Small distrib updates, |
blob | commitdiff | raw | diff to current |
1999-07-21 |
Robert Roebling | Mini-fix for wxStaticBitmap |
blob | commitdiff | raw | diff to current |
1999-07-15 |
Guilhem Lavaux | * wxMemoryStreams updates |
blob | commitdiff | raw | diff to current |
1999-07-15 |
Vadim Zeitlin | 1. wxTextCtrl compilation fixes for wxGTK and more... |
blob | commitdiff | raw | diff to current |
1999-07-14 |
Vadim Zeitlin | 1. new wxFFile class - as wxFile but uses fopen/fread... |
blob | commitdiff | raw | diff to current |
1999-07-13 |
Robert Roebling | New attempt at getting constraints work |
blob | commitdiff | raw | diff to current |
1999-07-12 |
Vadim Zeitlin | 1. wxTextControl::SetFont() does something (good or... |
blob | commitdiff | raw | diff to current |
1999-06-27 |
Robert Roebling | Work on streams of all sorts. More to come. |
blob | commitdiff | raw | diff to current |
1999-06-22 |
Robert Roebling | Some #include and #if wxUSE_XX things |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Robert Roebling | Added zillions of #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-06-08 |
Robert Roebling | Compile fixes. |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Vadim Zeitlin | new makefiles (part I) |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Robert Roebling | Added wxTextCtrl::IsEditable(), GetSelection() and |
blob | commitdiff | raw | diff to current |
1999-05-31 |
Robert Roebling | Implemented Reparent() and added test for it to minif... |
blob | commitdiff | raw | diff to current |
1999-05-28 |
Robert Roebling | Small correction to list ctrl and default button... |
blob | commitdiff | raw | diff to current |
1999-05-25 |
Robert Roebling | windows emit wxCreateWindowEvent |
blob | commitdiff | raw | diff to current |
1999-05-24 |
Robert Roebling | Made listctrl header BG grey again |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Robert Roebling | Small modifications to Vadims changes |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Vadim Zeitlin | wxWindow split into wxWindowBase and wxWindow (wxGTK... |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Vadim Zeitlin | crash in GTK 1.0 on multiline text ctrl creation fixed |
blob | commitdiff | raw | diff to current |
next |