]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk/textctrl.h
removed empty and unused CalculateScrollbar() method
[wxWidgets.git] / include / wx / gtk / textctrl.h
2006-12-04  Vadim Zeitlinremoved empty and unused CalculateScrollbar() method
2006-10-14  Paul Cornettcorrect access for virtual
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::IsEmpty()
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-01  Vadim Zeitlinalways let GtkTextView have mouse release events to...
2006-08-25  Vadim ZeitlinMany changes:
2006-08-23  Vadim Zeitlinrespect the encoding of the text style and not only...
2006-05-17  Vadim Zeitlinmake sure that IsModified() returns false when it's...
2006-05-16  Vadim Zeitlinremoved GTK-specific SetModified() as we already have...
2006-05-09  Paul Cornettunused member variables
2006-02-09  Vadim Zeitlinimplemented ScrollLines/Pages() for all classes in...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-22  Mart RaudseppNuke GTK1 from include/gtk
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export attributes
2005-02-19  Kevin HockwxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]
2005-02-09  Jouk Jansen -------------------------------------------------...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2004-12-01  Robert Roebling Applied Freeze()/Thaw() patch for wxTextCtrtl.
2004-07-23  Robin DunnFix for unhiding the other version of the base class...
2004-07-23  Vadim Zeitlinfixed inserting styled text into an empty control under...
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
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