]> git.saurik.com Git - wxWidgets.git/history - src/common
removed duplicated line
[wxWidgets.git] / src / common /
2001-11-06  Vadim Zeitlinpart of wxWizard loading from WXR patch I forgot to...
2001-11-05  Gilles Depeyrotuse Unix line ending when compiling with Apple DevTools
2001-11-05  Gilles Depeyrotuse Unix raise for wxTrap when compiling with Apple...
2001-11-05  Gilles Depeyrotcorrected path format for wxMac compiled with Apple...
2001-11-04  Václav Slavíkfixed stupid bug in display mode error reporting
2001-11-04  Václav Slavíkimplemented wxApp::Get/SetDisplayMode
2001-11-02  Stefan Csomorcorrected findfirst/next on mac
2001-11-02  Vadim Zeitlincheck for wxOnAssert reentrancy
2001-11-02  Vadim Zeitlinfixed wxString::resize() which was completely broken
2001-11-02  Vadim Zeitlinreplaced a static buffer with wxString
2001-10-31  Gilles Depeyrotadded comment concerning native line endings under...
2001-10-31  Gilles Depeyrotcorrected access to NULL parameters in wxGetOsVersion
2001-10-31  Gilles Depeyrotcorrections for path handling under Mac OS X
2001-10-31  Vadim Zeitlinmade wxFileName::Set/GetTimes() work under Win32
2001-10-30  Vadim Zeitlinapplied wxDirSelector() patch and regenerated the makef...
2001-10-30  Vadim Zeitlinadded stat.h include
2001-10-30  Vadim Zeitlinfixed compilation problem in SetTimes
2001-10-30  Vadim Zeitlinadded and partly implemented the time functions for...
2001-10-29  Gilles Depeyrotpath/file corrections for Darwin/Mac OS X
2001-10-29  Gilles Depeyrotcorrected wxMacFSSpec2MacFilename and wxMacFilename2FSS...
2001-10-29  Vadim Zeitlinextracted platform/compiler detection macros from wx...
2001-10-26  David Websterremoved defs.h include
2001-10-24  Mattia BarbonVarious cygwin compilation fixes.
2001-10-23  Vadim Zeitlinapplied patch 473558: fixes for CW compilation under MSW
2001-10-22  David WebsterElimiante include of defs.h for VisualAge compiles
2001-10-21  Robert Roebling Correction for wxFileConfig where UNIX was taken
2001-10-21  Robin DunnAdded wxClientDataContainer to wxSizer, so sizers can...
2001-10-20  Stefan Csomorcorrected #ifdef TARGET_CARBON to #if TARGET_CARBON
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-10-19  Vadim Zeitlinadded wxStreamToTextRedirector
2001-10-19  George TaskerRemoved a line of debug code that got left in
2001-10-18  Mattia Barbon#elif -> #else
2001-10-18  Stefan Csomorcorrected wxGetWorkingDirectory for mac (stripping...
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-17  Julian SmartApplied patch sent to me for xpmdecod.cpp/VC++ compilat...
2001-10-16  Mattia BarbonChanged char* to wxChar* in wxColour constructor.
2001-10-16  Jouk Jansen Committing in .
2001-10-15  Vadim Zeitlinreveretd change commenting out IMPLEMENT_DYNAMIC_CLASS
2001-10-15  Robert Roebling wxStatusBar doesn't link with double IMPLEMENT.....
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-10-13  Gilles Depeyrotuse MoreFiles under Mac OS X
2001-10-13  Gilles Depeyrotcorrected typo in conditional compilation for Darwin...
2001-10-13  Gilles Depeyrotstrcasecmp is in the system libraries under Mac OS X
2001-10-12  Vadim Zeitlinadded base parameter to wxString::To[U]Long
2001-10-12  Robin DunnAdded style parameter to wxPopupWindow ctors so they...
2001-10-12  Vadim Zeitlinfix for Solaris realloc() which moves the memory block...
2001-10-12  Robin DunnMoved client data stuff directly into wxEvtHandler...
2001-10-10  Jouk Jansen Committing in .
2001-10-09  Robin DunnMoved the [Set|Get]Client[Data|Object] and such out...
2001-10-09  Václav Slavíkfixed off by one error in wxXPMDecoder::ReadFile
2001-10-08  Vadim Zeitlinreplaced C++ comments with C ones
2001-10-08  Vadim Zeitlinadded and documented wxWS_EX_BLOCK_EVENTS flag
2001-10-05  Vadim Zeitlinfixed the problem with the ampersand [mis]handling...
2001-10-04  Gilles Depeyrotuse wxWindows zlib.h instead of Mac OS X system zlib...
2001-10-04  George TaskerAdded code to handle SQLSERVER, ACCESS, and MSDE allowi...
2001-10-04  George TaskerRemoved a bunch of unreachable BREAK statements that...
2001-10-04  George TaskerChanged code in unzip.c/.h for #including zlib.h to...
2001-10-04  Vadim Zeitlinreverted the fix for Unicode compilation with VC++...
2001-10-04  Vadim ZeitlinUnicode compilation fix
2001-10-03  Vadim ZeitlinUnicode compilation fixes
2001-10-03  Vadim Zeitlinwarning in Unicode compilation fixed
2001-10-03  Julian SmartMade mkdir more UNC path-friendly
2001-10-03  Ron Leebump date on 'easter egg' dialog.
2001-09-30  Václav Slavíkimplemented wxTLW::InteractiveMove and mostly finished...
2001-09-30  Vadim Zeitlinfixes for wxUSE_PALETTE=0 compilation
2001-09-30  Vadim Zeitlincompilation fixes for the compilers with old headers
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-09-30  Vadim ZeitlinDLL compilation fix
2001-09-28  Julian SmartNow uses GetFileAttributes for wxPathExists and wxFileE...
2001-09-28  Vadim Zeitlin1. made description of some options in configure [hopef...
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-09-26  Václav SlavíkUse wxGetInstallPrefix() instead of wxINSTALL_PREFIX...
2001-09-25  Vadim Zeitlincompilation fix for other (than GTK/MSW) ports
2001-09-24  David Websterpatch fix for a constant definition under OS/2 VA V4.0
2001-09-24  Vadim Zeitlinadded wxTreeEvent::GetKeyEvent() to allow to retrieve...
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-09-23  Václav Slavíkfixed serious bug in wxFont::operator== (ignored weight)
2001-09-21  Mattia BarbonwxTextDataObject now uses Unicode if compiled with...
2001-09-19  Vadim Zeitlincompilation fixes for MIPSpro SGI compiler
2001-09-19  Jouk Jansen Committing in .
2001-09-18  Václav Slavíkmoved AdjustToClientAreaOrigin to wxWindowBase, needed...
2001-09-18  Václav Slavíkmade wxLocalFSHandler public and added Chroot to it
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)
2001-09-11  Vadim Zeitlindon't try to translate the standard encoding names
2001-09-07  Kendall BennettMerged in latest wxApplet code from SciTech Perforce...
2001-09-06  Vadim Zeitlinapplied patch from Xavier Nodet implementing better...
2001-09-04  Jouk Jansen Committing in .
2001-09-02  Václav Slavíkapplied utf-8 fix patch
2001-09-01  Robin DunnAdded classinfo macros for wxTreeEvent
2001-08-31  Vadim Zeitlinapplied a patch to remove spurious constrains unsatisif...
2001-08-30  Václav Slavíkminor fix that was part of helpbest.patch
2001-08-28  Vadim Zeitlinanother compilation fix for whitespace-averse compilers
2001-08-28  Vadim Zeitlincompilation fix: ifdef instead of if
2001-08-28  Vadim Zeitlinimplemented wxDir::HasSubDirs() optimization for Unix
2001-08-25  Vadim Zeitlinadded wxLongLong::ToString()
2001-08-25  Vadim Zeitlinapplied patch 432814: saving BMP in 1, 4 and 8 bpp
2001-08-24  Robert RoeblingPatch (partially back) so that images work in wxHTML.
2001-08-24  Stefan Csomoradded connect sequence for mac
2001-08-24  Vadim Zeitlinfix for the short locale name construction
2001-08-24  Vadim Zeitlinno changes
next