wxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND, true, false, tabs replacements.
[wxWidgets.git] / src / motif /
2004-06-05  Mattia Barbon Added code for 3 state checkbox.
2004-06-05  Mattia Barbon This code is now shared with wxX11: remove.
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-05-25  Julian SmartFixes for wxMotif
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-10  Robin DunnAdd GetOwner accessor and fix wxRTTI inheritance for...
2004-05-08  Mattia Barbon When wxUSE_STL == 1 and STL provides quasi-standard...
2004-05-07  Chris Elliottfix for motif /scintilla bugs
2004-05-05  Vadim Zeitlinuse ResetClipping() instead of simply setting m_clippin...
2004-05-03  Jouk Jansen Committing in .
2004-05-02  Mattia Barbon Make wxMotif buttons smaller (and nicer) by default,
2004-05-01  Mattia Barbon Fixed menu separators.
2004-05-01  Mattia Barbon Native wxControl::DoGetBestSize() implementation
2004-05-01  Mattia Barbon Precompiled headers support.
2004-04-29  Jouk Jansen Committing in .
2004-03-30  David ElliottInstead of m_menuBar use GetMenuBar() which will be...
2004-03-26  Vadim Zeitlindon't set wxMenu::m_menuBar when appending the menu...
2004-03-25  Jouk Jansen Committing in .
2004-03-22  Vadim Zeitlinremoved wxMotif::wxMenuItem::DeleteSubMenu()
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...
2004-02-08  Mattia Barbon Applied patches #892580 and #892582 from Christian...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-31  Mattia Barbon Fixed idle event processing in wxMotif.
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-18  David ElliottCopied gsockmot.c revision 1.7
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-11-21  Mattia Barbon Compilation fix.
2003-11-16  Mattia Barbon Changes corresponding to patch #841324 from Ian...
2003-11-16  Mattia Barbon Made element layout consistent with wxMSW/wxGTK when
2003-11-16  Mattia Barbon Applied changes corresponding to patch #840617.
2003-11-15  Mattia Barbon Applied patch #840643 from Ian Brown with some modifi...
2003-11-02  Mattia Barbon Compilation fix.
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
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  Mattia Barbon Use glcanvas.cpp from wxX11 for wxMotif.
2003-09-23  Vadim Zeitlinfixed MarkDirty()
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-11  Mattia Barbon No real changes, just refactoring.
2003-08-28  Mattia Barbon Don't crash in wxControl::GetLabel when getting the...
2003-08-24  Stefan NeisUse "Base" version of wxBell on OS/2.
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  Mattia Barbon wxMotif STL-ification.
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-08-04  Václav Slavíkadded build options sanity checks into all main libraries
2003-08-03  Mattia Barbon Compilation fix.
2003-08-02  Václav Slavíkreturn wxToolkitInfo by reference and not by pointer
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
2003-08-02  Václav Slavíkcompilation fix
2003-07-26  Mattia Barbon Blind compilation fix for old Motif wxComboBox.
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-21  Mattia Barbon wxX11 and wxMotif STL-ification, part 1. it does...
2003-07-20  Mattia Barbon Compilation fixes for !WXWIN_COMPATIBILITY_2_4.
2003-07-20  Václav Slavíkfiles.lst files are no longer used
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-13  Julian SmartImprovements to OnIdle processing
2003-07-09  Julian SmartFixed a crash on initialization
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
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-30  Jouk Jansen Committing in .
2003-06-30  Jouk Jansen Committing in .
2003-06-24  Vadim Zeitlinregenerated project/makefiles with tmake
2003-06-24  Vadim Zeitlinremoved duplicate wxTheApp and m_appInitFn definitions...
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-15  Mattia Barbon Blind fix for startup crash with Lesstif.
2003-06-14  Vadim Zeitlinregenerated using tmake to add fldlgcmn.cpp
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-06-13  Vadim Zeitlinregenerated all make/project files to include selstore...
2003-06-12  Jouk Jansen Committing in .
2003-05-27  Mattia Barbon Derive wxScrollBar from wxScrollBarBase, plus miscell...
2003-05-27  Mattia Barbon Allow initialising wxStaticBitamp with wxNullBitmap...
2003-05-27  Mattia Barbon Removed some duplicated code, made wxCursor( wxImage )
2003-05-27  Jouk Jansen Committing in .
2003-05-24  Mattia Barbon wxMotif now uses src/x11/region.cpp, change makefiles...
2003-05-24  Mattia Barbon Used wxRegion code from wxX11.
2003-05-24  Julian SmartRemoved wxHTMLHelpControllerBase (putting the
2003-05-22  Mattia Barbon Correct wxCommandEvent.IsChecked() when generated...
2003-05-21  Mattia Barbon Stop the ApplicationShell from being managed (and...
2003-05-17  Mattia Barbon Remove dead code. Factor out duplicated code.
next