]> git.saurik.com Git - wxWidgets.git/history - src/common
added wxApp::Yield()
[wxWidgets.git] / src / common /
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
2001-08-24  Vadim Zeitlingenerate wxEVT_ACTIVATE_APP events for wxMSW too
2001-08-24  Vadim Zeitlinremoved extra wxSTD
2001-08-24  Vadim Zeitlinadded missing wxSTDs
2001-08-23  Stefan Csomoradded conversion to mac native filenames from local...
2001-08-22  Václav Slavíkfixed yet another bug in wxStream classes
2001-08-20  Julian SmartFixed GetLongPath bug -- should use GetFullName and...
2001-08-19  Václav Slavíknicer version compilation fix for wxUSE_WCHAR_T=0 ...
2001-08-19  Stefan NeisFix for wxUSE_WCHAR_T == 0
2001-08-19  Robert RoeblingWe use native paths now in wxWindows. On the Mac, too.
2001-08-18  Robert Roebling The Scale() code in the 2.3 tree turned out to
2001-08-18  Robert RoeblingCompile fix.
2001-08-18  Robert Roebling Applied Greg's patch to tree control and related.
2001-08-15  Vadim Zeitlincompilation fixes for VC++ in release mode
2001-08-15  Vadim Zeitlinimplemented, tested and documented wxTextCtrl::SetMaxLe...
2001-08-14  Vadim Zeitlin1. reset default item in ~wxWindow (better to be safe)
2001-08-14  Robin DunnMoved fix from 2.2 branch that allows the attributes...
2001-08-13  Stefan Csomoradded translation of mac system into language, adaption...
2001-08-07  Vadim Zeitlinremoved Robert's message box
2001-08-06  Václav SlavíkUnicodification of wxTextFile
2001-08-06  Václav Slavíkwhy was generic wxNativeFontInfo code disabled for...
2001-08-06  Robert Roebling Applied patch for wxComboBox and wxListBox to
2001-08-06  Vadim Zeitlin1. slightly changed how wxControlContainer is used
2001-08-06  Vadim ZeitlinwxBase compilation fix
2001-08-06  Vadim Zeitlinfixed infinite recursion in SetFocus()
2001-08-06  Vadim Zeitlinbug in SetLastFocus corrected
2001-08-06  Vadim Zeitlincompilation fixes
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
2001-08-02  Vadim Zeitlinremember unknown charsets in the config too
next