File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src / motif /
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
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-23  Włodzimierz SkibaInclude wx/timer.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-17  Włodzimierz SkibaInclude wx/button.h according to precompiled headers...
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/panel.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/window.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-27  Włodzimierz SkibaInclude wx/event.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2006-04-21  Włodzimierz SkibaBuild fix due to broken last commit.
2006-04-21  Włodzimierz SkibaInclude wx/hash.h according to precompiled headers...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-17  Vadim Zeitlinfixed incorrect XtVaXXX() function call (thanks to...
2006-03-15  Włodzimierz SkibaWarning fix.
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-02-05  Vadim Zeitlinuse XmNrecomputeSize instead of manually resizing the...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2005-12-19  Vadim Zeitlindon't crash when XIM is used under IRIX
2005-11-30  Vadim Zeitlin1. moved m_majorDim duplicated in many ports to wxRadio...
2005-11-09  Włodzimierz SkibaVarious source cleanings.
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMotif part).
2005-10-10  Jouk Jansen Committing in .
2005-10-08  Vadim Zeitlinalways connect to both XmNvalueChangedCallback and...
2005-10-08  Vadim Zeitlinmore 'unreachable code' warnings which had been disable...
2005-10-08  Vadim Zeitlinextra semicolons removed
2005-10-08  Vadim Zeitlinunused params warnings
2005-10-08  Vadim Zeitlinfixed logic bug in DoSetSize() (disabling a warning...
2005-10-08  Vadim Zeitlinhack: adjust C locale to supported form under HP-UX...
2005-10-07  Michael WetherellAttempt to avoid crash on exit on Solaris 10
2005-10-06  Michael WetherellCompile fix
2005-10-06  Włodzimierz SkibawxPalette unified. Source cleaning.
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-10-04  Vadim Zeitlindon't compile this file at all in Motif2 build
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-30  Mattia Barbon Implemented wxMenuBar::Insert and wxMenu::Insert.
2005-09-30  Mattia Barbon Simplify preprocessor guards for render tables and new
2005-09-28  Mattia Barbon Implement wxChoice::Insert.
2005-09-28  Mattia Barbon Fix wxMotif checkbox for Motif 1.2. (need to backport)
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-25  Vadim Zeitlinremoved #errors in 2.7 compilation
2005-09-25  Vadim Zeitlinre-renamed DoCreate() to XmDoCreateTLW() to avoid virtu...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
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-20  Vadim Zeitlinreally fix binary backwards compatibility for wxMotif
2005-09-20  Julian SmartIsModal() now has the newer meaning (equivalent of...
2005-09-19  Vadim Zeitlintemporarily reverted binary backwards incompatible...
2005-09-18  Mattia Barbon Send wxInitDialogEvent under wxMotif.
2005-09-18  Vadim Zeitlinremoved unused variable
2005-09-18  Vadim Zeitlinget rid of wxClientDC::m_oldFont, it wasn't really...
2005-09-17  Vadim Zeitlinremoved weird comparison of m_oldFont with -1 (this...
2005-09-17  Vadim Zeitlinuse wxPtrToUInt() instead of casting pointers to int...
2005-09-17  Vadim Zeitlin64 bit compilation fix (pointer can't be cast to int...
2005-09-17  Vadim Zeitlinremoved unused variables and constant
2005-09-17  Vadim Zeitlintremoved unused variable
2005-09-14  Vadim Zeitlinrenamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW...
2005-09-14  Vadim Zeitlindialog creation function should be extern C
2005-09-14  Vadim Zeitlinmore non-const string literal warnings correction
2005-09-13  Vadim Zeitlinadded wxMOTIF_STR() macro casting away string literal...
2005-09-13  Vadim Zeitlinclipboard handler must be extern C (Sun CC warning)
2005-09-13  Vadim Zeitlinwarning fixes for Sun CC: extern C, non-const string...
2005-09-12  Mattia Barbon Revert change 1.131 which actually broke inital size...
2005-08-30  Vadim Zeitlinbetter looking fallback resources for IRIX (patch from...
2005-08-28  Mattia Barbon Improved wxStaticBox border calculation for wxMotif.
2005-08-28  Mattia Barbon Remove useless code.
2005-08-28  Mattia Barbon All toplevel windows without the wxNO_BORDER style...
2005-08-28  Mattia Barbon Implement GetMinSize for wxMotif wxButton. Helps...
2005-08-24  Mattia Barbon As reported by Chris Elliott some releases of Lesstif...
2005-08-24  Vadim Zeitlincompilation fix for systems with XtIMSignal
2005-08-24  Włodzimierz SkibawxUSE_STATTEXT guard.
2005-08-22  Mattia Barbon Compilation fix for Motif 1.2.
2005-08-22  Włodzimierz SkibaEmpty string corrections.
2005-08-21  Mattia Barbon Made wxMotif wxFileDialog translatable.
2005-08-19  Mattia Barbon Use default GUI font for wxMessageDialog and wxFileDi...
2005-08-19  Jouk Jansen Committing in .
2005-08-18  Mattia Barbon Avoid some -Wundef warning. Check for __WXGTK__ using...
2005-07-31  Mattia Barbon Allow displaying Japanese character with wxMotif...
2005-07-30  Mattia Barbon Avoid crash when wxGUIAppTraits::GetToolkitInfo is...
2005-07-30  Mattia Barbon Initialize Xt locale handling.
2005-07-30  Mattia Barbon Move per display data cleanup to wxApp::CleanUp where...
next