]> git.saurik.com Git - wxWidgets.git/history - src/common
cleanup - reformat
[wxWidgets.git] / src / common /
2002-02-20  Vadim Zeitlinuse base 10 by default in wxString::To[U]Long
2002-02-20  Gilles Depeyrotcorrected typo in Darwin specific code
2002-02-20  Vadim Zeitlindon't inherit the controls colours from the parent...
2002-02-19  Vadim Zeitlinadded an error message to wxCopyFile
2002-02-19  Vadim Zeitlinfixed Unicode-mode only bug in Validate()
2002-02-19  Vadim Zeitlinfixed bug in ParseDateFormat() with numbers with leadin...
2002-02-18  Václav Slavíkbetter approach to centering windows (in absence of...
2002-02-18  Gilles Depeyrotcorrections to dynamic loading for Darwin
2002-02-18  Václav Slavíkchecked in forgottern parts of MSLU changes
2002-02-17  Václav Slavíkmore MSLU fixes and moved MSLU stuff into separate...
2002-02-17  Stefan NeisFixed OS/2 compilation problems.
2002-02-17  Václav Slavíkdon't treat changing focus to popup's child as loosing it
2002-02-16  Mattia BarbonFix Cygwin and MinGW compilation
2002-02-16  Mattia BarbonFixed toolbar crash for MinGW/Cygwin
2002-02-16  Václav Slavíkprevious change to wxImage was wrong, it didn't account...
2002-02-16  Václav SlavíkA couple of changes to wxImage:
2002-02-15  Václav Slavíkmore MSLU fixes
2002-02-15  Vadim Zeitlinmade wxDateTimeDefault an object and not a reference...
2002-02-15  Vadim Zeitlinfixed <strings.h> include and also removed the obsolete...
2002-02-15  Václav Slavíkleave in only Julian's version of CaptureMouse code
2002-02-14  Robin DunnAs per the wx-dev discussion in early Jan, replaced
2002-02-14  Václav Slavíktake const reference (thanks to Alberto Barbati)
2002-02-14  Julian SmartRestored previous mouse release/capture behaviour for...
2002-02-14  Julian SmartRemoved wxBuffer from several ports; added function...
2002-02-13  Vadim Zeitlindelete the command if we failed to execute it (bug...
2002-02-13  Vadim Zeitlinreturn NULL from FindById() if the tool wasn't found...
2002-02-12  Julian SmartCorrection for 'protected' compiler error
2002-02-12  Julian SmartModified CaptureMouse to call DoReleaseMouse if necessa...
2002-02-12  Václav Slavíkfixed menubar attaching: create it first, THEN set...
2002-02-11  Václav Slavíkuse wxHashMap, not wxHashTable in wxXPMDecoder
2002-02-11  Robert Roebling Last link error in wxX11 killed.
2002-02-11  Julian SmartLinking now
2002-02-10  David WebsterRemoving OS/2 specific positioning methods, no longer...
2002-02-09  Václav Slavíkuse WXUNUSED(foo), not (void)foo
2002-02-09  Václav Slavíktemporary hack to make wxMGL and SciTech happy...
2002-02-09  Václav Slavíkfix for broken color parsing in wxXPMDecoder (thanks...
2002-02-08  Julian SmartNow compiling
2002-02-08  Vadim Zeitlincleanups after SciTech commit :-(
2002-02-08  Václav Slavíkmake more wxImage methods const
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-07  Václav Slavíkchanged wxImage::ComputeHistogram to use wxHashMap
2002-02-07  George TaskerApplied patch #514037 from Paul Gammans to remove unnee...
2002-02-07  Vadim ZeitlinwxMSW compilation fix
2002-02-06  Vadim Zeitlinuse wxCOMPILE_TIME_ASSERT instead of the run-time checks
2002-02-06  Vadim Zeitlinfixes for METHODDEF definition
2002-02-06  Vadim Zeitlinassert when a base class of a class in wxRTTI system...
2002-02-06  Vadim Zeitlinadded wxRTTI macros to wxList and wxStringList
2002-02-05  Vadim Zeitlindon't compile this file under wxMSW
2002-02-05  Vadim Zeitlinfixed compilation without wxUSE_STREAMS
2002-02-04  Vadim Zeitlinfixed for compilation without wxUSE_WCHAR_T and minor...
2002-02-04  Vadim Zeitlinno changes, just the file I forgot to commit...
2002-02-04  Robert Roebling Added missing test in wxObject::Ref() for already
2002-02-04  Robert Roebling Ref counting fixes and compile fixes.
2002-02-04  David WebsterOS/2 scrolling support
2002-02-03  Vadim Zeitlinadded asserts to Clone/CreateRefData()
2002-02-02  Václav Slavíkchanged wxFileName::Normalize signature to allow or...
2002-02-02  Gilles Depeyrotcorrection for compilation with ProjectBuilder
2002-02-01  Vadim Zeitlinvarious minor fixes to wxHashMap: compilation warnings...
2002-02-01  David WebsterGot rid of the bad EOLs.
2002-02-01  Robin Dunnadded wx type info macros for wxFSFile
2002-01-31  Julian SmartApplied hash copy fix, BC++ makefile fix (though not...
2002-01-31  Vadim Zeitlinadded wxObject::AllocExclusive() and associated methods
2002-01-31  Julian SmartCorrected Normalize invocation by casting
2002-01-31  Julian SmartRemoved wxPATH_NORM_CASE from Normalize or files won...
2002-01-30  Vadim Zeitlinadded a wxCHECK(index is correct) to GetParam() (fix...
2002-01-29  Mattia BarbonNew wxHashMap class.
2002-01-28  Mattia BarbonFix MinGW compilation.
2002-01-28  Stefan Csomorcorrected path splitting for mac relative paths
2002-01-28  Vadim Zeitlinchanged the year to 2002
2002-01-28  Vadim Zeitlindon't call wxLogLastError() in wx{File|Path}Exists
2002-01-27  Václav Slavíkensure minimal mime support in wxHTML even without...
2002-01-26  Vadim Zeitlinremoved assert(size != 0) from wxArrayString::Alloc...
2002-01-26  Gilles Depeyrotadded missing return values
2002-01-26  Vadim Zeitlincompilation fixes after previous check in (sorry)
2002-01-26  Vadim ZeitlinWin16 compilation fixes
2002-01-26  Vadim Zeitlinpatch to fix various filename-related functions for...
2002-01-26  Vadim Zeitlinfixed handling of "a:\" command line arguments, added...
2002-01-26  Vadim Zeitlinfixed crash in wxGetCharacterSet when not using iconv
2002-01-26  Václav Slavíkmodified wxPNGHandler to not use png_struct.jmpbuf
2002-01-26  Václav Slavíkcompilation fix
2002-01-25  Vadim Zeitlinfix a crash when dismissing the popup window because...
2002-01-25  Vadim Zeitlinadded and documented wxWindow::RemoveEventHandler()
2002-01-25  Vadim Zeitlincompilation fix
2002-01-25  Vadim Zeitlinhandle 646 charset under Solaris as US-ASCII
2002-01-25  Vadim Zeitlindon't crash, even if used incorrectly
2002-01-25  Vadim Zeitlinfixes to handling of the 7 bit ASCII encoding
2002-01-24  David WebsterRemoved a conflict indicator...
2002-01-24  David WebsterFinal OS/2 Native Font implementation changes
2002-01-24  Václav Slavíkiconv-based conversion works again, after being broken...
2002-01-24  David WebsterRevert back to standard point size for fonts in OS/2
2002-01-23  Julian SmartAdded #include "wx/utils.h" to make it compile for...
2002-01-23  Vadim Zeitlinrecognize 646 charset as US-ASCII (this is how it is...
2002-01-23  Václav Slavíkadded length argument to wxString::wxString(wchar_t...
2002-01-22  David WebsterFont change for OS/2 to a smaller font.
2002-01-22  Václav Slavíkuse AM_ICONV for iconv configure checks
2002-01-22  Václav Slavíkadded safety check to wxWindow::ReleaseMouse
2002-01-22  Robin DunnFix for when Set is called with wxSameAs to behave...
2002-01-22  Vadim Zeitlinadded a hack to work around the dummy kill focus messag...
2002-01-21  Václav Slavíkclarified legal stuff
2002-01-21  Václav Slavíkchanged WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it)
next