]> git.saurik.com Git - wxWidgets.git/history - src/common
fix for Unicode build
[wxWidgets.git] / src / common /
2001-11-22  Vadim Zeitlinfix for Unicode build
2001-11-22  Václav Slavíkchange to /usr/share/wx/version
2001-11-21  Vadim Zeitlin1. removed wxObject::CopyObject() and Clone() - some...
2001-11-21  Vadim Zeitlinreplaced wxSocketEvent::CopyObject() with Clone()
2001-11-21  Václav Slavíkmore programmer-friendly wxApp::SetDisplayMode
2001-11-20  Václav Slavíkfine-tuned API from the ICO patch
2001-11-20  Vadim Zeitlinmore DBCS-related changes (patch 481898)
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-11-18  Gilles Depeyrotuse class name instead of generic message in event...
2001-11-18  Robert Roebling This form of the event cloning patch survived my
2001-11-18  Robert Roebling Applied Chris' patch for support for ICO loading.
2001-11-17  Gilles Depeyrotadded const for constant char pointer function parameters
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-11-14  Robin DunnGetSelection --> GetStringSelection
2001-11-14  Vadim Zeitlinadded wxTextCtrl::GetSelection() returning a wxString...
2001-11-13  Vadim Zeitlinfixed bugs in rfind() (patch 481325)
2001-11-13  Robert Roebling Applied patch from SF on menu command not blocked
2001-11-13  Vadim Zeitlinfixed bug with redoing the command when there was nothi...
2001-11-12  Gilles Depeyrotcorrected Carbon to/from POSIX path conversions for...
2001-11-12  Gilles Depeyrotadded parentheses (corrects smart preprocessor error...
2001-11-09  Vadim Zeitlins/Chiniese/Chinese/g
2001-11-09  Vadim Zeitlinapplied DBCS patch
2001-11-07  Vadim Zeitlinapplied a patch to ignore the modifiers (things like...
2001-11-07  Jouk Jansen Committing in .
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
next