Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / motif /
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
2006-08-19  Vadim Zeitlindon't use deprecated wxStripMenuCodes overload
2006-08-19  Vadim Zeitlinmoved all wxDialog event handlers to wxDialogBase to...
2006-08-19  Vadim Zeitlincentralized Esc key handling for closing the dialogs...
2006-08-16  Václav Slavíkmoved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-09  Michael WetherellDetect and use sys/select.h required by POSIX for select
2006-07-27  Włodzimierz SkibaInclude wx/dataobj.h according to precompiled headers...
2006-07-25  Vadim Zeitlinuse GetLabelText() instead of wxStripMenuCodes() to...
2006-07-25  Włodzimierz SkibaPCH build fix.
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-06  Włodzimierz SkibawxRound() workaround to avoid unexpected compile and...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-06-20  Włodzimierz SkibaInclude wx/hashmap.h according to precompiled headers...
2006-06-19  Włodzimierz SkibaInclude wx/gdicmn.h according to precompiled headers...
2006-06-19  Włodzimierz SkibaInclude wx/menuitem.h according to precompiled headers...
2006-06-15  Michael WetherellMake wxMouseState's alt and meta match those in events
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-15  Michael WetherellImplement wxGetMouseState
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-06-13  Włodzimierz SkibaInclude wx/arrstr.h according to precompiled headers...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/memory.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-06-07  Włodzimierz SkibaInclude wx/scrolwin.h and wx/dirdlg.h according to...
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
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...
next