wxWidgets.git
2003-01-15  Ron Leereverted the --inplace addition and instead documented...
2003-01-15  Vadim Zeitlinadded checks to prevent running sub configure scripts...
2003-01-15  Vadim Zeitlinupdated configure to match configure.in changes
2003-01-15  Vadim Zeitlinadded WXWIN_COMPATIBILITY_2_4
2003-01-15  Julian SmartApplied David's fix for not autoconf-ing on RHL8
2003-01-15  Vadim ZeitlinMaximize(FALSE) change can be backported
2003-01-15  Vadim Zeitlinfixed calling Maximize(FALSE) before the window is...
2003-01-15  Vadim Zeitlinmake uninstall should remove wxwin.m4
2003-01-15  Vadim Zeitlincorrected Get/SetFrame() parameter/return type
2003-01-15  Vadim Zeitlinremoved OnXXX() methods, added new default event handli...
2003-01-15  Julian SmartPatch for Winlib: struct stat is defined in sys/stat...
2003-01-15  Vadim Zeitlinupdate wxStaticText check in revisions
2003-01-15  Vadim Zeitlinfix for the previous commit
2003-01-14  Vadim Zeitlinsome mor minor bug fixes which can be backported
2003-01-14  Vadim Zeitlinfixed wxStaticText best size calculation (closes bug...
2003-01-14  Vadim ZeitlinStart() should resume the stopwatch if it is suspended
2003-01-14  Julian SmartFixed refresh bug on early versions of MacOS X by
2003-01-14  Stefan Csomoradded TARGET_CARBON and __MACH__ info
2003-01-14  Gilles Depeyrotclarified some Mac OS related preprocessor defines
2003-01-14  Vadim Zeitlincompilation fix for wxUSE_CONSTRAINTS==0
2003-01-14  Mattia Barbon #define HAVE_W32API_H for Cygwin/GCC 3.x, too.
2003-01-14  Julian SmartApplied patch [ 667563 ] Wine: compile fix for using...
2003-01-14  Vadim Zeitlinfixed incorrect cast in wxRegKey:GetName()
2003-01-14  Jouk Jansen Committing in .
2003-01-14  Gilles Depeyrotupdated source to not use deprecated wxList methods
2003-01-13  Vadim Zeitlinmention Solaris 7 compilation fix
2003-01-13  Vadim Zeitlinuse WX_STATVFS_T instead of trying to guess statvfs...
2003-01-13  Vadim Zeitlinadded configure test for WX_STATVFS_T
2003-01-13  Ron LeeImproved const correctness.
2003-01-13  Stefan Csomorcursor cleanup
2003-01-13  Stefan Csomorcursor functionality expanded
2003-01-13  Stefan Csomoradditional infos for wxMac
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-12  Václav Slavíkadded info about ShowFullScreen changes
2003-01-12  Vadim ZeitlinDeleteAllItems() does send DELETE_ITEM events (closes...
2003-01-12  Vadim Zeitlincompilation fix for wxUSE_RICHEDIT == 0 (closes bug...
2003-01-12  Vadim Zeitlinmore docs about compiler constants
2003-01-12  Vadim Zeitlinadded wxCHECK_GCC/W32API_VERSION
2003-01-12  Vadim ZeitlinOpenWatcom fixes may be backported
2003-01-12  Vadim ZeitlinOpenWatcom compilation fixes (patch 665959)
2003-01-12  Vadim Zeitlincompilation fix for wxUniv (patch 664699)
2003-01-12  Vadim ZeitlinunTABbed
2003-01-12  Vadim Zeitlinset wxUSE_WIZARD to 1 by default now that it works...
2003-01-12  Vadim Zeitlinremoved unneeded (and causing link errors) wxArrayPages...
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-12  Vadim Zeitlincorrected m_commandString type to wxString (patch 661648)
2003-01-12  Vadim Zeitlindon't call stat() *and* lstat() (as if the file dialog...
2003-01-12  Mattia Barbon Remove unneeded dependencies.
2003-01-12  Mattia Barbon Remove use of deprecated KeyCode accessor.
2003-01-11  Mattia Barbon Changes to be backported.
2003-01-11  Mattia Barbon Do not use deprecated functions.
2003-01-11  Mattia Barbon Fix linking problems with MSVC 5.
2003-01-11  Mattia Barbon Fix PCH problems with some versions of CodeWarrior.
2003-01-11  Mattia Barbon If -1 is used for width/height, use best size.
2003-01-11  Mattia Barbon Use checkbox if togglebutton not available.
2003-01-11  Mattia Barbon Removed unused, unimplemented and undocumented wxBitm...
2003-01-11  Mattia Barbon Documented wxMotif filedialog limitations WRT wildcar...
2003-01-11  Stefan Csomorusing the new alerts under OSX - no string255 limits...
2003-01-11  Stefan Csomoradded conversion function to CFStringRefs
2003-01-11  Stefan Csomorremoved commented out snippets
2003-01-11  Ron LeeChanges resulting from the 2.4.0 release run.
2003-01-10  Vadim Zeitlinremoved TABs
2003-01-10  Vadim Zeitlinremoved wxLog::HasPendingMessages() (it can't be made...
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreate(), it is unneeded
2003-01-10  Vadim Zeitlinuse MSWCreateControl() instead of duplicating its code
2003-01-10  Vadim Zeitlinremoved style parameter from MSWCreateToolbar(), it...
2003-01-10  Vadim Zeitlinremoved CopyObject(), added copy ctor, corrected Dump()
2003-01-10  Stefan Csomorcorrected type for text document (non standard save...
2003-01-10  Stefan Csomorrouting all apple events to the document manager instan...
2003-01-10  Stefan Csomorswitching to safe yields, because we got into loops...
2003-01-10  Vadim Zeitlinmoved assert for parent window not being a static box...
2003-01-10  Stefan Csomoradded code for respecting the creator & types when...
2003-01-10  Stefan Csomormakefile important for setting the correct creator...
2003-01-10  Stefan CsomorRegister Default Creators under wxMac
2003-01-10  Stefan Csomoradded custom icons
2003-01-10  Stefan Csomoradded custom icons
2003-01-10  Stefan Csomorno message
2003-01-10  Julian SmartCorrected DLL version number
2003-01-10  Julian SmartFixed corrupt files
2003-01-09  Gilles Depeyrotlibrary installation base name and wxMac resources...
2003-01-09  Gilles Depeyrotremoved execcmn from list of files to compile in releas...
2003-01-08  Václav Slavíkfixed ANSI/Unicode incompatibility of the cache (bug...
2003-01-08  Vadim Zeitlinremoved unneeded code which was inside #if 0
2003-01-08  Vadim Zeitlin#undef LoadBitmap() too
2003-01-08  Julian SmartFixed DSPs
2003-01-08  Julian SmartApplied cvsignore patch
2003-01-08  Julian SmartEliminated streams from scoredg.cpp
2003-01-07  Vadim Zeitlindefine true/false if the compiler doesn't have them
2003-01-07  Mattia Barbon Left/right arrows were swapped.
2003-01-07  Julian SmartCorrected some typos
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-07  Julian SmartRemoved redundant <search.h> inclusion
2003-01-07  Mattia Barbon Reverted accidental commit.
2003-01-07  Mattia Barbon Escape some _.
2003-01-07  Václav Slavíkremoved wxTLW cruft now that all ports have it
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-07  Vadim Zeitlinworkaround for not appearing vertical scrollbar in...
2003-01-06  Vadim Zeitlinmade the #error message less self-contradictory
2003-01-06  Vadim Zeitlinfixed the return type of LoadIcon()
next