deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName...
[wxWidgets.git] / src / motif /
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-02  Jouk JansenUpdate OpenVMS compile support
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-28  Vadim Zeitlinmake wxSocketImplUnix inherit from wxFDIOHandler as...
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-26  Vadim Zeitlinmove wx/gsocket.h to wx/private/gsocket.h
2008-11-05  Jouk Jansenromoving motif-mdi for OpenVMS compile support
2008-11-05  Vadim Zeitlinremove Motif MDI files not used any longer
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-01  Jouk JansenwxMOTIF ?: wxcursor:wxcursor overload fix
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-06-11  Paul Cornettmove 8 copies of the same function to common code
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-05-16  Stefan NeisEnsure that wxApp::Yield is always processing pending...
2008-04-11  Jouk JansenUpdates for VMS : new Makefiles, proper type casts
2008-04-06  Vadim Zeitlinuse kind, not id, of a menu item to test whether it...
2008-03-22  Vadim Zeitlinreplace wxAddProcessCallback() with wxAppTraits::AddPro...
2008-02-14  Julian SmartCut down on unnecessary update events
2008-02-05  Václav Slavíkcall Show(false) from ~wxDialog to call EndModal if...
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2008-01-01  Vadim Zeitlindo VMS-specific X symbols redefinitions only once in...
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-21  Jouk JansenUpdates For OpenVMS support and some extra includes...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-15  Vadim Zeitlinfixed invalid cast of wxWindowDCImpl to wxDC in DoGetPi...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-15  Vadim ZeitlinwxMotif should use wxX11 wxPalette instead of duplicati...
2007-12-15  Vadim ZeitlinwxMotif compilation fixes after wxDC changes
2007-12-14  Vadim Zeitlincompilation fix after HandleWindowEvent() changes
2007-12-14  Vadim Zeitlinanother file which needs wx/thread.h inclusion now
2007-12-01  Vadim Zeitlincompilation fix after argv changes (move initialization...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-13  Julian SmartwxBORDER_THEME processing for Motif and X11
2007-11-06  Vadim Zeitlinimplement wxGetCientDisplayRect() correctly for X11...
2007-11-05  Vadim Zeitlinimplemented wxTextEntry for wxMotif, made wxComboBox...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-10-21  Paul Cornettadd wxUSE_MINIFRAME wrapper
2007-09-21  Julian SmartOptimized update events by only sending them to visible...
2007-09-16  Vadim Zeitlincompilation fix
2007-09-09  Vadim Zeitlinadded wxApp::Set/GetAppDisplayName() (patch 1780414)
2007-08-18  Julian SmartCompile fix
2007-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-08-11  Julian SmartMenu label consistency changes
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-21  Vadim Zeitlincorrect closing comments in #endifs (patch 1756990)
2007-07-21  Václav Slavíkfixed wxMotif to compile in Unicode mode (this is not...
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-06-09  Vadim Zeitlininitialize the variable as XtVaGetValues() may not...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-04-25  Vadim Zeitlincompilation fix after c_str() changes
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-09  Mattia Barbon Replace direct calls to ProcessEvent() with
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
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-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-30  Vadim Zeitlincheck that we don't use a NULL pointer in XCopyRemote()
2007-03-30  Vadim Zeitlinadded wxCHECK to ensure that we don't dereference a...
2007-03-30  Vadim Zeitlinuse wxCHECK instead of wxASSERT to avoid use of NULL...
2007-03-30  Vadim Zeitlintest whether pointer is non-NULL before using it, not...
2007-03-30  Vadim Zeitlinadded a check that we have a non-NULL scrollbar in...
2007-03-30  Vadim Zeitlindon't dereferencep ossibly NULL pointers in DoScreenToC...
2007-03-30  Vadim Zeitlinmove m_perDisplayData destruction to dtor from CleanUp...
2007-03-23  Vadim Zeitlincompilation fix after wxCStrData changes
2007-03-19  Vadim Zeitlinfix compilation after c_str() changes, mainly by replac...
2007-03-18  Vadim Zeitlinfixed all the other ports broken by controls labels...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2006-12-06  Vadim Zeitlinexplicitly call OnExit() in the ports which don't use...
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-10-30  Vadim Zeitlincompilation fix after operator==() removal
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-15  Mattia Barbon Fix setting the clipping region for a DC when the...
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-10-05  Mattia Barbon Fix buffer overrun in Linux/x86_64 (Pixel is a 64...
2006-10-03  Vadim Zeitlinavoid flicker in methods which don't change listbox...
2006-09-22  Jouk Jansen Update OpenVMS make files
2006-09-19  Jouk Jansen Include "xrc" support properly for OpenVMS
2006-09-10  Vadim Zeitlinremoved overloaded virtual InitWith() methods, keep...
2006-09-09  Paul Cornettinclude fix
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-03  Robert Roebling Compilo.
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-25  Jouk Jansen Patches for OpenVMS port
next