]> git.saurik.com Git - wxWidgets.git/history - src/common
copyright update
[wxWidgets.git] / src / common /
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)
2002-01-21  Vadim Zeitlinadded wxGetFontFromUser() similar to wxGetColourFromUser()
2002-01-20  Stefan Csomorremoved duplicate strdup definition for CW MSL V 7
2002-01-20  Stefan Csomoradded missing string definition
2002-01-20  Vadim Zeitlinadded Append(wxArrayString) to wxItemContainer (and...
2002-01-20  Vadim Zeitlintried to make wxArrayString(bool autosort) ctor more...
2002-01-20  Vadim Zeitlinadded support for wxArrayString data in wxVariant
2002-01-20  Václav Slavíkadded tracing of ReleaseMouse and assertion to prevent...
2002-01-20  Václav Slavíkadded WXTRACE env. variable
2002-01-19  Václav Slavíkfixed compilation
2002-01-19  Václav Slavíkdon't crash if we can't detect g_wcCharset
2002-01-19  Vadim Zeitlindismiss the popup when an unprocessed key is pressed
2002-01-19  Vadim Zeitlincompilation/linking fixes for DoCaptureMouse() change
2002-01-19  Vadim Zeitlinmaintaint the mouse capture stack in all ports, not...
2002-01-19  Vadim Zeitlinfixed crash in iconv_close() as well
2002-01-19  Gilles Depeyrotrenamed wxLogXXX functions with va_list argument to...
2002-01-19  Vadim Zeitlinfixed crash in iconv_open() and cleaned up the code...
2002-01-18  Vadim Zeitlinfix for Sun CC bug with not calling temporary objects...
2002-01-18  David WebsterTRUE, not true; FALSE, not false....
2002-01-18  Jouk Jansen Updating OpenVMS makefile
2002-01-17  Václav Slavíkrewrote wxTextFile::OnRead to handle variable-length...
2002-01-17  Václav Slavíkfixed to the IFF handler, moved into one file
next