Use old licence name
[wxWidgets.git] / include / wx / motif /
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-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2004-05-05  Vadim Zeitlinuse ResetClipping() instead of simply setting m_clippin...
2004-05-02  Mattia Barbon Make wxMotif buttons smaller (and nicer) by default,
2004-05-01  Mattia Barbon Native wxControl::DoGetBestSize() implementation
2004-05-01  Mattia Barbon GCC 3.4 fixes.
2004-03-22  Vadim Zeitlinremoved wxMotif::wxMenuItem::DeleteSubMenu()
2004-03-03  Mattia Barbon Removed duplicated code.
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-11-16  Mattia Barbon Changes corresponding to patch #841324 from Ian...
2003-10-23  Mattia Barbon Suboptimal wxColour::CreateByName implementation...
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-10-14  Mattia Barbon Implemented wxPopupWindow for wxMotif.
2003-10-13  Mattia Barbon wxMotif now uses wxGLCanvas implementation from wxX11,
2003-10-13  Mattia Barbon Fixes for application not closing after last top...
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-11  Mattia Barbon No real changes, just refactoring.
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-13  Mattia Barbon Refactoring: no real changes.
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  Vadim Zeitlinload any files, not only XPMs, in wxIcon(wxIconLocation)
2003-07-20  Mattia Barbon Compilation fixes for !WXWIN_COMPATIBILITY_2_4.
2003-07-19  Mattia Barbon Don't #include Motif headers from src/x11/glcanvas...
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-07-14  Julian SmartRationalised OnIdle
2003-07-10  Vadim Zeitlinadded wxTB_HORZ_TEXT (patch 713813); documented it...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-01  Vadim Zeitlinremoved wxFunction
2003-06-30  Vadim Zeitlinremoved old wxEntry() declaration
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-21  Vadim Zeitlinadded wxIconLocation; minor fixes to wxIcon on some...
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-05-27  Mattia Barbon Derive wxScrollBar from wxScrollBarBase, plus miscell...
2003-05-27  Mattia Barbon Removed some duplicated code, made wxCursor( wxImage )
2003-05-24  Mattia Barbon Used wxRegion code from wxX11.
2003-05-22  Mattia Barbon Remove duplicate wxEmptyString declaration.
2003-05-17  Mattia Barbon Remove dead code. Factor out duplicated code.
2003-05-13  Mattia Barbon Derive wxStaticText from wxStaticTextBase, remove...
2003-05-12  Mattia Barbon Factored out some common code.
2003-05-12  Mattia Barbon Implemented copy-on-demand for wxClipboard.
2003-05-12  Mattia Barbon Removed redundant wx<Control>NameStr declarations.
2003-05-11  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-05-07  Mattia Barbon Implemented wxBitmapDataObject.
2003-05-04  Mattia Barbon Changed the way ApplicationShells are used: now wxMotif
2003-05-03  Robin DunnReversed the meaning of black and white in wxRegion...
2003-04-25  Mattia Barbon Not used anymore.
2003-04-14  Mattia Barbon Code clanup: removed some useless/unused member
2003-04-13  Mattia Barbon Fix wxMotif build.
2003-04-09  Mattia Barbon Add tests for XShape extension API in configure,
2003-04-09  Mattia Barbon Use the wxBitmap implementation from wxX11
2003-04-07  Mattia Barbon Moved m_visual* wxApp[X11] members used by wxBitmap and
2003-04-02  Mattia Barbon Make wxIcon more independent from wxBitmap implementa...
2003-03-31  Mattia Barbon Removed Motif files that only contained stubs
2003-03-31  Mattia Barbon Removed a deprecated wxBitmap constructor, and some
2003-03-30  Mattia Barbon Moved wxWindow::SetSizeHints implementation to wxTopL...
2003-03-30  Mattia Barbon Inherit LoadFile and SaveFile from wxTextCtrlBase...
2003-03-30  Mattia Barbon Removed dependency on wxTabView.
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-27  Mattia Barbon FIxed wxRadioBox::Get/SetLabel.
2003-03-27  Mattia Barbon Removed some old cruft from wxBitmap, moved wxMotif...
2003-03-27  Mattia Barbon Made wxMotif Move/SetSize/DoMoveWindow/DoSetSize
2003-03-26  Mattia Barbon Calling a virtual function from a destructor is not...
2003-03-26  Mattia Barbon SetSelection must not send an event. Fixed an off
2003-03-22  Mattia Barbon Do not derive wxCursor from wxBitmap, plus misc cleanup.
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-16  Mattia Barbon Derive wxBitmapButton from wxBitmapButtonBase + misc...
2003-03-10  Mattia Barbon Added helper functions for string -> XmString conversion.
2003-03-10  Mattia Barbon Derive wxButton from wxButtonBase.
2003-03-05  Mattia Barbon Added new __WXMOTIF20__ macro, which is true if the...
2003-03-02  Mattia Barbon Refactored wxStaticBox, and changed wxStaticBox and...
2003-03-02  Mattia Barbon Implemented wxButton::DoGetBestSize for wxMotif....
2003-02-23  Mattia Barbon Implemented DoGetBestSize for wxListBox, (native...
2003-02-20  Mattia Barbon Use some wxX11 files (currently pen.cpp and brush...
2003-02-12  Mattia Barbon Implemented wxToggleButton under Motif.
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-04  Mattia Barbon Applied patch [ 679397 ] remove GPL code from motif...
2003-02-03  Mattia Barbon Do not #include an header where a forward declaration...
2003-02-02  Mattia Barbon Implemented wxEventLoop for wxMotif, and used it...
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-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-11  Mattia Barbon Removed unused, unimplemented and undocumented wxBitm...
2003-01-06  Mattia Barbon Implemented wxToplevelWindowMotif. (forgot to commit)
2003-01-06  Mattia Barbon Implemented wxToplevelWindowMotif.
2002-12-24  Mattia Barbon Use wxClientDataDictionary for client data.
2002-12-08  Mattia Barbon Refactored & cleaned up wxChoice & wxComboBox code...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
next