Implemented wxMenuBar::Insert and wxMenu::Insert.
[wxWidgets.git] / src / motif / window.cpp
2005-09-30  Mattia Barbon Implemented wxMenuBar::Insert and wxMenu::Insert.
2005-09-25  Michael WetherellCompile fixes for the const patch
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-18  Vadim Zeitlinremoved unused variable
2005-09-17  Vadim Zeitlinuse wxPtrToUInt() instead of casting pointers to int...
2005-09-17  Vadim Zeitlinremoved unused variables and constant
2005-09-13  Vadim Zeitlinadded wxMOTIF_STR() macro casting away string literal...
2005-09-12  Mattia Barbon Revert change 1.131 which actually broke inital size...
2005-07-31  Mattia Barbon Allow displaying Japanese character with wxMotif...
2005-07-30  Mattia Barbon Align initial size handling with other ports.
2005-03-01  Mattia Barbon Revert my last commit, GetClientAreaOrigin was alread...
2005-02-26  Mattia Barbon Add implementation for pure virtual method.
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-02-06  Mattia Barbon Replaced TRUE and FALSE with true and false
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-07  Chris Elliottfix for motif /scintilla bugs
2004-05-01  Mattia Barbon Precompiled headers support.
2004-03-03  Mattia Barbon Removed duplicated code.
2004-02-08  Mattia Barbon Reverses part of my changes of Mon Apr 14 17:27:28...
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-08-28  Mattia Barbon Don't crash in wxControl::GetLabel when getting the...
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Mattia Barbon Don't #include Motif headers from src/x11/glcanvas...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-05-24  Mattia Barbon Used wxRegion code from wxX11.
2003-05-13  Mattia Barbon Fixed bug with notebook pages not showing (probably...
2003-05-12  Mattia Barbon Factored out some common code.
2003-05-04  Mattia Barbon Changed the way ApplicationShells are used: now wxMotif
2003-05-04  Mattia Barbon Fix for the fact that unmapped but managed widgets
2003-04-14  Mattia Barbon Code clanup: removed some useless/unused member
2003-03-30  Mattia Barbon Moved wxWindow::SetSizeHints implementation to wxTopL...
2003-03-27  Mattia Barbon Made wxMotif Move/SetSize/DoMoveWindow/DoSetSize
2003-03-05  Mattia Barbon Added new __WXMOTIF20__ macro, which is true if the...
2003-02-23  Mattia Barbon Implemented DoGetBestSize for wxListBox, (native...
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-02  Mattia Barbon Implemented wxEventLoop for wxMotif, and used it...
2003-01-19  Mattia Barbon Derive wxBitmap from wxBitmapBase in wxMotif, with...
2002-12-29  Mattia Barbon LessTif 0.93 does not hang in wxWindow::ChangeFont...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-12  Julian SmartIf a window has zero dimension, make it at least 1...
2002-07-30  Mattia BarbonDue to my previous commit, calling wxWindow::Create...
2002-07-27  Mattia BarbonChanged wxMotif's wxWindow::Create so it does not call...
2002-07-12  Julian SmartAdded Ian Brown's fix for PopupMenu not blocking
2002-05-29  Julian SmartApplied patch #561454, testing for scrollbar
2002-02-24  Václav Slavíkremoved AdjustForParentClientOrigin from wxMotif and...
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-01-19  Vadim ZeitlinCapture/ReleaseMouse() prefixed with Do for the other...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-07-09  Julian SmartVarious wxMotif fixes
2001-07-08  Gilles Depeyrotadded missing includes after wxUniv merge
2001-02-20  Vadim Zeitlincompilation fix (patch 103882)
2001-02-08  Vadim Zeitlin(blind) fixes for Motif compilation
2000-09-08  Julian SmartRemoved spurious _
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-07  Julian SmartGot wxHelpContext working, plus wxFindWindowAtPointer...
2000-09-07  Julian SmartMade wxContextHelp implementation generic and added...
2000-08-25  Jouk Jansen Committing in .
2000-08-24  Jouk Jansen Committing in .
2000-07-30  Unknown (NI)added null pointer check in DoGetSize functions; else...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-09  Julian SmartMmedia, OGL lib directory changes; omitted naughty...
2000-03-09  Stefan NeisAdded workaround for life crashing in toolbar deletion.
2000-03-06  Guillermo Rodrigue... Added blind-fix for vert. scrollbars - not tested yet
2000-03-05  Stefan NeisRe-added XtDestroyWidget call in ~wxWindow - hopefully...
2000-02-27  Guillermo Rodrigue... Added support for wxSCROLL[WIN]_THUMBRELEASE events
1999-12-29  Vadim ZeitlinwxMotif::wxControl() ctor added, now wxCalendarCtrl...
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-16  Vadim Zeitlin1. wxMotif toolbar works; the toggle buttons have the...
1999-12-15  Vadim Zeitlina fix for the patch
1999-12-15  Vadim Zeitlinfix for wxMouseEvent::LeftUp() from Stefan.Neis@t-online.de
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-18  Jouk Jansen Committing in .
1999-11-02  Vadim ZeitlinwxMotif compiles (and runs minimal sample) again after...
1999-10-27  Robert Roebling Minor Motif changes, made scrollsub sample work somehow.
1999-10-27  Julian SmartFixed wxMotif's wxRegion/wxRegionIterator to optionally...
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-16  Michael BedwardModified wxTranslateMouseEvent so that it can recognize...
1999-08-31  Michael BedwardFixes for scrolling in wxScrolledWindow
1999-08-25  Michael BedwardFixed bug (hopefully) that caused windows to be only...
1999-08-10  Robert Roebling New makefiles for GTK and Motif, using configure...
1999-08-02  Michael BedwardAdded code to set m_isBeingDeleted as per wxGTK
1999-07-30  Michael BedwardAdded KeyRelease case to switch in wxTranslateKeyEvent...
1999-07-27  Vadim ZeitlinwxMotif fixes and common fixes for socket compilation
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-21  Vadim Zeitlin1. Assorted Motif fixes
1999-06-23  Robert Roebling Motif things.
1999-06-08  Vadim Zeitlinmore Motif fixes (still doesn't compile, but *really...
1999-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
1999-05-09  Julian SmartwxUSE_THREADS in sckint.h; wxMotif Clone error fixed...
1999-04-07  Julian SmartAdded imaggif.h, imaggif.cpp (wxImage GIF-reading suppo...
next