Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / motif / frame.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
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-07-21  Václav Slavíkfixed wxMotif to compile in Unicode mode (this is not...
2007-04-09  Mattia Barbon Replace direct calls to ProcessEvent() with
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
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-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-21  Włodzimierz SkibaInclude wx/icon.h according to precompiled headers...
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-09-25  Vadim Zeitlinre-renamed DoCreate() to XmDoCreateTLW() to avoid virtu...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-20  Vadim Zeitlinreally fix binary backwards compatibility for wxMotif
2005-09-19  Vadim Zeitlintemporarily reverted binary backwards incompatible...
2005-09-14  Vadim Zeitlinrenamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW...
2005-08-28  Mattia Barbon Remove useless code.
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-02-06  Mattia Barbon Replaced TRUE and FALSE with true and false
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-22  Mattia Barbon Do not realize the top level shell that acts as a...
2004-05-07  Chris Elliottfix for motif /scintilla bugs
2004-05-01  Mattia Barbon Precompiled headers support.
2003-11-16  Mattia Barbon Changes corresponding to patch #841324 from Ian...
2003-08-28  Mattia Barbon Don't crash in wxControl::GetLabel when getting the...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  Mattia Barbon wxX11 and wxMotif STL-ification, part 1. it does...
2003-05-04  Mattia Barbon Changed the way ApplicationShells are used: now wxMotif
2003-04-14  Mattia Barbon Code clanup: removed some useless/unused member
2003-04-09  Mattia Barbon Use the wxBitmap implementation from wxX11
2003-03-27  Mattia Barbon Removed some old cruft from wxBitmap, moved wxMotif...
2003-03-26  Mattia Barbon Calling a virtual function from a destructor is not...
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-01-19  Mattia Barbon Derive wxBitmap from wxBitmapBase in wxMotif, with...
2003-01-18  Mattia Barbon Fix some wxMotif build warnings about deprecated...
2003-01-16  Mattia Barbon Implement vertical toolbar under Motif.
2003-01-06  Mattia Barbon Implemented wxToplevelWindowMotif.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-14  Julian SmartRemoved duplicate WM line from motif/frame.cpp
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2000-08-24  Jouk Jansen Committing in .
2000-03-07  Stefan NeisAdd Child to parent instead of adding it to itself!
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
2000-01-25  Vadim Zeitlinmore patches for BC++ from Ricky Gonzales
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-01  Vadim Zeitlin1. wxMotif::wxFrame derives from wxFrameBase now
1999-11-18  Jouk Jansen Committing in .
1999-10-28  Julian SmartDo... fixes and OnMenuHighlight correction (so MDI...
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-10-14  Vadim Zeitlin= replaced with ==
1999-08-11  Robert Roebling Corrected Motif build,
1999-08-10  Robert Roebling New makefiles for GTK and Motif, using configure...
1999-08-09  Michael BedwardwxFrame::Create now sets (arbitrary) values for positio...
1999-08-02  Michael BedwardAdded code to set m_isBeingDeleted as per wxGTK
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-06-29  Vadim Zeitlinmy wxMotif fixes (merged with Robert's changes), wxMoti...
1999-06-23  Robert Roebling Motif compile fixes
1999-04-08  Julian SmartChanged the focus-window event handling back
1999-04-07  Julian SmartMenu/toolbar event handling now tries the window with...
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-18  Julian SmartFixed wxMotif's wxExecute again, added OnPaint capabili...
1999-02-18  Julian SmartCured last focus bug (I hope); some wxMotif mods
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-05  Julian SmartChanged GetForce -> !CanVeto
1999-01-19  Vadim Zeitlin1. wxMotif fixes for compilation in "no compatible...
1999-01-19  Vadim Zeitlincompilation fixes for "nocompatibility" mode
1999-01-14  Julian SmartAdded some tentative wxMotif clipboard code; did some...
1999-01-10  Julian SmartAdded some makefiles, cured some wxMotif bugs
1998-12-17  Julian SmartJust a teeny change -- addition of wxFrame::IsMaximized...
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-11-25  Julian SmartVarious wxMotif changes including size optimisation...
1998-11-24  Julian Smart2nd attempt at MDI in wxMotif, using wxNotebook this...
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-11-08  Julian SmartMinor changes
1998-10-26  Julian SmartMotif and other mods
1998-10-21  Julian SmartMore Motif stuff incl. beginnings of wxToolBar
1998-10-19  Julian SmartMore Motif additions: mdi and sashtest samples now...
1998-10-18  Julian SmartMotif additions
1998-10-17  Julian SmartMotif updates
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-20  Julian SmartMore Motif stuff
1998-09-18  Julian SmartSome more wxMotif stuff: menus
1998-09-18  Julian SmartMotif files added.