]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk1/textctrl.h
added default parameter values to the overloaded Show() and Enable() versions
[wxWidgets.git] / include / wx / gtk1 / textctrl.h
2002-06-04  Vadim Zeitlinadded default parameter values to the overloaded Show...
2001-08-16  Vadim Zeitlinadded sending of EVT_TEXT_MAXLEN to wxGTK, suppressed...
2001-08-15  Vadim Zeitlinimplemented, tested and documented wxTextCtrl::SetMaxLe...
2001-07-30  Vadim Zeitlin1. made ScrollLines/Pages return bool indicating if...
2001-07-26  Vadim Zeitlinadded wxWindow::Freeze/Thaw(), implemented them for...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-18  Vadim Zeitlinimplemented text styles for GTK+
2001-06-15  Vadim Zeitlinapplied patch 433352 (fix for wxTextCtrl::SetForeground...
2001-05-17  Julian SmartImplemented OnParentEnable to allow widgets to reset...
2000-10-20  Vadim Zeitlinfixed problem with calling SetFont() when (multiline...
2000-02-02  Robert Roebling Tried to fix corrupted display of wxTextCtrl,
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-08-22  Robert Roebling Added wxFFileStream base on wxFFile (as opposed to...
1999-08-12  Karsten Ballüdersome compilation fixes atttempts for solaris
1999-07-15  Vadim Zeitlin1. wxTextCtrl compilation fixes for wxGTK and more...
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-04-06  Julian SmartAdded some missing wxTextCtrl functions: Undo, Redo...
1999-02-02  Harco de Hilsteradded AppendText method, now used by operator <<
1999-01-04  Julian SmartSimplified BC++ makefiles; C++Builder 1.0 compilation...
1999-01-03  Robert Roebling Proofed that iostreams break threads
1998-12-15  Robert Roebling A bit more DnD and clipbrd updates
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-27  Robert Roebling Added background colour again
1998-10-19  Vadim Zeitlin1. wxTextCtrl::SetBackgroundColour() now works
1998-10-12  Vadim Zeitlin1. wxTimer::Start() returns bool in wxGTK too (other...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-07  Robert Roebling Much more aggressive for intercepting events and
1998-09-06  Robert Roebling Added SetFont to most controls and controls sample
1998-08-14  Robert Roebling Added validation support
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-09  Robert Roebling Added Pop-up menus.
1998-07-27  Robert Roeblingwarning msgs
1998-07-24  Vadim Zeitlinscrollbar support added (experimental)
1998-07-23  Vadim ZeitlinSetModified() added
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-04  Robert Roebling GTK
1998-05-20  Karsten BallüderInitial revision