Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / motif / textctrl.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-01-18  Vadim ZeitlinAdd wxIsascii() function and use it instead of isascii...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-01-01  Vadim Zeitlindo VMS-specific X symbols redefinitions only once in...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-07-21  Václav Slavíkfixed wxMotif to compile in Unicode mode (this is not...
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2007-03-19  Vadim Zeitlinfix compilation after c_str() changes, mainly by replac...
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-14  Vadim Zeitlinmore non-const string literal warnings correction
2005-07-31  Mattia Barbon Allow displaying Japanese character with wxMotif...
2005-07-30  Mattia Barbon Align initial size handling with other ports.
2005-02-06  Mattia Barbon Replaced TRUE and FALSE with true and false
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-01  Mattia Barbon Precompiled headers support.
2003-09-23  Vadim Zeitlinfixed MarkDirty()
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-04-14  Mattia Barbon Code clanup: removed some useless/unused member
2003-04-02  Mattia Barbon No real change.
2003-03-30  Mattia Barbon Inherit LoadFile and SaveFile from wxTextCtrlBase...
2003-03-14  Mattia Barbon Remove explicit casts to (const char *), and replace...
2003-03-01  Mattia Barbon Do not change background colour for parent widget...
2003-02-23  Mattia Barbon Implemented DoGetBestSize for wxListBox, (native...
2003-01-16  Mattia Barbon Remove calls to a couple of deprecated methods, fix...
2002-09-02  Vadim Zeitlinold compilation fix for AIX from Ian Brown
2002-07-28  Mattia BarbonCheck for NULL pointer
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2000-08-29  Julian SmartFixed CanCut
2000-08-25  Jouk Jansen Committing in .
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-18  Jouk Jansen Committing in .
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-09-21  Michael BedwardAdded code to implement wxTE_READONLY style for single...
1999-08-26  Michael BedwardChanged value setting code in ctor and function SetValu...
1999-07-27  Vadim ZeitlinwxMotif fixes and common fixes for socket compilation
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-06-23  Robert Roebling Motif compile fixes
1999-04-19  Vadim ZeitlinwxTextCtrl::DiscardEdits doesn't empty the text ctrl
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-03-29  Vadim ZeitlinEVT_TEXT_UPDATED bug fixed, text ctrl callbacks simplified
1999-03-25  Vadim ZeitlinwxNO_BORDER honoured by wxTextCtrl
1999-02-03  Julian SmartCured some Latex problems; fixed i declaration; fixed...
1999-01-14  Julian SmartAdded some tentative wxMotif clipboard code; did some...
1998-12-18  Julian SmartIn DialogEd, changed Close to Destroy to make it shut...
1998-12-04  Julian SmartMore progress on wxMotif, incl. wxTreeCtrl/wxListCtrl...
1998-11-12  Julian SmartAccelerators implemented for wxMotif; some wxComboBox...
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-26  Julian SmartMotif and other mods
1998-10-23  Julian SmartMore Motif changes (colour/font stuff)
1998-10-22  Julian SmartMore-or-less finished reasonably cool wxToolBar class...
1998-10-21  Julian SmartMore Motif stuff incl. beginnings of wxToolBar
1998-10-18  Julian SmartMotif additions
1998-09-20  Julian SmartMore Motif stuff
1998-09-20  Julian SmartMore Motif stuff, minor stubs correction
1998-09-18  Julian SmartMotif files added.