]> git.saurik.com Git - wxWidgets.git/history - src/common
cleanup - reformat
[wxWidgets.git] / src / common /
2001-11-27  Václav Slavíksecond halt of Chris' wxImage ICO patch
2001-11-26  Vadim Zeitlinsuperposition of text styles in wxTextCtrl now works...
2001-11-26  Vadim Zeitlinfix for incorrect assert in SetClientObject
2001-11-26  Ron Leeadded wx(U)int64, then added it to wxDataStream so...
2001-11-25  Václav SlavíkwxT(), not _()
2001-11-25  Gilles Depeyrotadded dynamic shared library (dylib) initialization...
2001-11-25  Vadim Zeitlinadded wxCmdLineParser::ConvertStringToArgs(), wxApp...
2001-11-25  Gilles Depeyrotuse "..." instead of "..." for wx includes
2001-11-25  Gilles Depeyrotcorrected blind fix of missing .c_str()s
2001-11-25  Vadim Zeitlinfix for focus handling in case when the panel itself...
2001-11-25  Vadim Zeitlintypo: & was used instead of &&
2001-11-25  Vadim Zeitlinblindly added missing .c_str()s to fix compilation
2001-11-24  Václav Slavíkforgot to remove ;; when applying the patch
2001-11-23  Robert RoeblingRestored wxFileName::GetModificationTime() under Classic.
2001-11-23  Václav Slavíkfixed memory leak in imagjpeG (patch #484865)
2001-11-23  Jouk Jansen Committing in .
2001-11-23  George Tasker"char *" changed to "wxChar *" in several places
2001-11-23  George TaskerMS Access support fix
2001-11-22  Václav Slavíkblind fix for wxGIFDecoder::ReadGIF
2001-11-22  Vadim Zeitlinfixed memory leaks
2001-11-22  Vadim Zeitlinadded check for NULL Clone() return
2001-11-22  Vadim Zeitlinremoved read() declaration which resulted in a warning
2001-11-22  Vadim Zeitlinadded wxSockAddress copy ctor which, in particular...
2001-11-22  Mattia BarbonConverting uninitialized data is not a Good Idea
2001-11-22  Mattia BarbonMust convert the last part, too
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
next