]> git.saurik.com Git - wxWidgets.git/history - src/motif
(hopefully) final touches to wxArtProvider
[wxWidgets.git] / src / motif /
2002-03-21  Václav Slavíkadded wxArtProvider
2002-03-18  Robin DunnRegenerated file lists so features.h would be installed
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2002-03-17  Ron LeeAdded wxBufferedDC class.
2002-03-14  Julian SmartRemoved duplicate WM line from motif/frame.cpp
2002-03-04  Jouk Jansen Committing in .
2002-02-25  Vadim Zeitlinfixed linking errors
2002-02-24  Václav Slavíkremoved AdjustForParentClientOrigin from wxMotif and...
2002-02-17  Václav Slavíkmove wxMGL's wxTimer to src/generic
2002-02-15  Julian SmartFixed usage of wxXmString
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-02-13  Julian SmartAllowed for wxHAVE_LIB_XPM or using wxXPMDecoder
2002-02-13  Julian SmartInclude src/x11/utils.cpp
2002-02-13  Julian SmartAdded shared private declarations header privx.h, utils...
2002-02-09  Robert Roebling Commiting remaining files of configure change for...
2002-02-06  Vadim Zeitlinfixed 2 minor warnings
2002-02-06  Vadim Zeitlinadded the missing (newly added) colours to the switch
2002-01-29  Mattia BarbonUpdated projects/makefiles
2002-01-28  Vadim Zeitlinremoved non existing unzip.h from the filelist.txt...
2002-01-24  Václav Slavíkadded dummy <style> handler in order to hide CSS code
2002-01-19  Vadim ZeitlinCapture/ReleaseMouse() prefixed with Do for the other...
2002-01-19  Gilles Depeyrotcorrections to XFontName accessors
2002-01-17  Václav Slavíkfixed to the IFF handler, moved into one file
2002-01-16  Robin DunnAdded wx/dirctrl.h to filelist.txt so it will get insta...
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-11  Jouk Jansen Committing in .
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-01  Václav Slavíkregenerated makefiles (forgot to do it after changing...
2002-01-01  Gilles DepeyrotwxSystemSettings class API face lift: better names...
2002-01-01  Gilles Depeyrotimplemented native font stuff for wxMotif
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-11-22  Julian Smart#ifdefed out the joystick code, and removed the wxBitma...
2001-11-21  Gilles Depeyrotadded missing joystick source file for wxMotif
2001-11-20  Václav Slavíkfixes for wxBase RPM
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-11-18  Ron LeeRemoved include/wx/setup.h from filelist.txt -- Needed...
2001-11-17  Václav Slavíkregenerated makefiles
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-10-30  Václav Slavíkchanged wxSystemSettings::HasFrameDecorations to more...
2001-10-30  Vadim Zeitlinapplied wxDirSelector() patch and regenerated the makef...
2001-10-30  Vadim Zeitlinadded wx/platform.h to the list of files and regenerate...
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-10-14  Vadim Zeitlinregenerated from the templates
2001-10-09  Robin DunnMoved the [Set|Get]Client[Data|Object] and such out...
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-09-27  Robin DunnAdded MSW toplevel.cpp and regenerated makefiles and...
2001-09-18  Václav Slavíkregenerated
2001-09-17  Robin DunnRegenerated from filelist.txt
2001-08-16  Vadim Zeitlincompilation fix
2001-08-14  Vadim Zeitlin1. reset default item in ~wxWindow (better to be safe)
2001-08-07  Vadim Zeitlincompilation fix
2001-08-06  Vadim Zeitlinregenerated to include src/common/containr.cpp
2001-08-01  Vadim Zeitlinadded generic implementation and documentation for...
2001-07-23  Gilles Depeyrotrenamed Number method (should be GetCount)
2001-07-22  Gilles Depeyrotfixed wxListBox inheritance
2001-07-21  Gilles Depeyrotminor changes to correct compilation warnings
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-13  Vadim Zeitlinregenerated the makefiles to include regex.cpp
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-09  Julian SmartVarious wxMotif fixes
2001-07-09  Julian SmartVarious fixes for wxMotif
2001-07-08  Gilles Depeyrotadded missing includes after wxUniv merge
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-07-02  Vadim Zeitlin1. fixed wxGTK notebook which was completely broken...
2001-07-02  Vadim Zeitlinregenerated with tmake
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-22  Vadim Zeitlin1. fixed wxBase RPM template
2001-06-08  Vadim Zeitlinregenerated files with tmake
2001-05-27  Vadim Zeitlinregenerated from tmake templates
2001-05-15  Julian SmartCorrected some casting errors -> XtPointer
2001-05-10  Guillermo Rodrigue... Private gsocket files were using 'typedef int bool...
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-04-30  Robin DunnImplemented wxGetClientDisplayRect which returns the...
2001-04-28  Václav Slavíkadded xpmdecod.cpp
2001-04-22  Václav Slavíkadded wxXPMHandler
2001-04-17  Vadim Zeitlinanother attempt to fix wxMotif build
2001-04-13  Vadim Zeitlinlinking fix for wxMotif
2001-04-04  Václav SlavíkI moved platform specific code from wxImage to wxBitmap
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2001-03-12  Julian SmartBug fix for #406153
2001-02-22  Julian SmartAdded wxYieldIfNeeded
2001-02-20  Vadim Zeitlincompilation fix (patch 103882)
2001-02-08  Vadim Zeitlinapplied (slightly modified) wxToggleButton patch from...
2001-02-08  Vadim Zeitlin(blind) fixes for Motif compilation
2001-02-06  Vadim Zeitlinregenerated all makefiles from filelist.txt
2001-01-03  Vadim Zeitlinregenerated the makefiles to include filename.cpp
2000-12-22  Vadim Zeitlinmotif warning fixes
2000-12-22  Vadim Zeitlinmotif compilation fixes
2000-12-20  Vadim Zeitlincompilation fix (?)
2000-12-18  Vadim Zeitlinapplied wxNativeFontInfo patch from Derry Bryson (with...
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-12  Vadim Zeitlin1. removed 'B' flag from treebase.cpp and regenerated...
2000-09-08  Julian SmartRemoved spurious _
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-08  Julian SmartPut wxContextHelp into cshelp.h/cpp, added wxContextHel...
2000-09-07  Julian SmartGot wxHelpContext working, plus wxFindWindowAtPointer...
2000-09-07  Julian SmartMade wxContextHelp implementation generic and added...
2000-08-29  Julian SmartFixed CanCut
next