]> git.saurik.com Git - wxWidgets.git/history - src/common
SetValue() doesn't call Clear()
[wxWidgets.git] / src / common /
2002-01-12  Robert RoeblingCorrected wxDialog event table under wxMac and wxOS2...
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-11  Robert RoeblingMove notebook size code for mac to mac/notebook.cpp
2002-01-11  Robert RoeblingMake log.cpp compilable under CW 5.2 non-Carbon
2002-01-10  Vadim Zeitlincompilation fix for VC++
2002-01-10  Gilles Depeyrotdisable MetroNub stuff for CodeWarrior 5.3 Carbon builds
2002-01-09  David WebsterSupport for WXPM's native font info.
2002-01-09  Vadim Zeitlinbug fix for wxBufferedInputStream::LastCount() after...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2002-01-09  Vadim Zeitlinadded, implemented, documented wxTE_RICH2 and wxTextCtr...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-08  Václav SlavíkwxRTTI for wxPopupWindow in wxMGL
2002-01-08  Gilles DepeyrotwxGenericDirDialog related corrections for wxMac
2002-01-08  Václav Slavíkmoved InteractiveMove to wxUniv's wxTopLevelWindow
2002-01-08  Jouk Jansen Committing in .
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2002-01-07  David WebsterOS/2 fix to support removal of WXPM ifdefs in header.
2002-01-07  Vadim Zeitlinpatch from Dimitri fixing crashes when decoding the...
2002-01-07  David WebsterSome things needed in the base class of OS/2
2002-01-06  Vadim Zeitlinremoved extra erroneous DeleteContents()
2002-01-06  Gilles Depeyrotunified Carbon/Classic and Session/Port printing member...
2002-01-06  Gilles Depeyrotremoved conditional for Apple DevTools now that mac...
2002-01-06  Václav Slavíkcopyright update
2002-01-05  Václav SlavíkREALLY fixed the leak (Dimitri)
2002-01-04  Václav Slavíkfixed memory leak when saving XPMs
2002-01-04  Gilles Depeyrotadded missing casts after removal of dependancy on...
2002-01-04  Julian SmartFixes for GNUPro 00r1
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2002-01-04  Stefan Csomorremoving dependancy on mac headers from public wx heade...
2002-01-04  Vadim Zeitlinalways make the name of the file to replace absolute...
2002-01-04  Vadim Zeitlintypo which prevented TMP env var from being used in...
2002-01-04  Vadim Zeitlinfixed wxIsPathSeparator() to work for Mac
2002-01-03  Vadim Zeitlinfixed memory leak in wxHTTP
2002-01-03  Vadim Zeitlincompilation fix for recent commit
2002-01-03  Vadim Zeitlinadded wxRTTI macros to wxPopupComboWindow and wxPopupTr...
2002-01-03  Jouk Jansen Committing in .
2002-01-03  Stefan Csomoradded correct temp folder path for mac classic
2002-01-03  Ron LeeUse GetFullPath not GetFullName in OnWrite else we...
2002-01-02  Vadim Zeitlinadded wxRTII macros to wxPopupWindow under MSW
2002-01-02  Václav Slavíkfixing effects of my lack of English skills: GetImagesC...
2002-01-02  Václav Slavíkfixed missing wxprec.h
2002-01-01  Václav Slavíksupport for multiple images in one file
2002-01-01  Václav Slavík1. applied (heavily modified) patch for reading CUR...
2001-12-31  Václav Slavíkcompilation fix for wxUSE_PROTOCOL_FILE=0
2001-12-31  Stefan Csomormac codewarrior implementation updated, avoids sending...
2001-12-31  Vadim Zeitlinfixed a harmless buglet in wxSysErrorMsg() under Win32
2001-12-31  Václav Slavíkcompilation fix (use int instead of wxDLFlags as parame...
2001-12-31  Václav Slavíkadded workaround for Unicode functions not working...
2001-12-30  Vadim Zeitlincompilation fix for wxUSE_DYNLOAD
2001-12-30  Vadim Zeitlincompilation fixes for !wxUSE_FONTMAP
2001-12-30  Vadim Zeitlinadded wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings
2001-12-30  Vadim Zeitlinadded Close All command support to wxDocView (patch...
2001-12-30  Vadim ZeitlinwxDocument::SaveAs sets m_savedYet flag correctly ...
2001-12-30  Vadim Zeitlinfixed memory leak in wxDocManager::CreateDocument ...
2001-12-30  Václav SlavíkEhm... fixed my comment about DJGPP to say what I wante...
2001-12-30  Václav Slavíkfix for DJGPP returning unix/like/paths instead of...
2001-12-29  Ron Leeremoved dependency on windows.h from dynload.h
2001-12-28  Stefan Csomorcorrected return value
2001-12-27  Vadim Zeitlinfix to wxLocale::GetString() calld with empty argument
2001-12-27  Václav Slavíkfix for Unicode build -- wxMB2WXbuf cannot be initializ...
2001-12-24  Václav Slavíkfixes to wxFont mods for the case w/o native fontinfo...
2001-12-24  Václav Slavíkcompilation fix for DJGPP
2001-12-24  Vadim Zeitlintypo fixed
2001-12-24  Ron Leeadded slightly more informative failure reporting.
2001-12-24  Ron LeeAdded GetStringArray method.
2001-12-24  Vadim Zeitlincode clean up, avoid duplicating the same code in font...
2001-12-23  Robert Roebling Removed warning for Darwin compilation from datetime.inl
2001-12-23  Ron LeeAdded missing header and missing logic. :)
2001-12-22  Vadim ZeitlinwxFont can now raelly use the native fonts
2001-12-21  Vadim Zeitlinadd more methods to wxNativeFontInfo: To/FromUserString...
2001-12-21  Vadim Zeitlinoops, forgot to commit wxFontBase::SetNativeFontInfo...
2001-12-21  Vadim Zeitlinfix the old code for dlerror() returning const char...
2001-12-21  Vadim Zeitlincompilation fix for dlerror() returning const char *
2001-12-20  Ron Leereimplemented sanity checks that were lost/broken in...
2001-12-20  Ron Leemoved dynamic loader option checks to chkconf.h
2001-12-20  Vadim Zeitlinfix for temp file creation under Windows
2001-12-19  Vadim Zeitlinblind fix for temp file creation problem
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-12-19  Vadim Zeitlinsuppress some warnings appearing in the optimized build...
2001-12-19  Vadim Zeitlincompilation fix for Windows
2001-12-18  Václav Slavíksend Host header in HTTP requests
2001-12-18  Vadim Zeitlin1. fixed file descriptors leak in wxFileName::CreateTem...
2001-12-17  Vadim Zeitlinfixes error/usage messages given by the cmd line parsin...
2001-12-17  Vadim Zeitlinadded __TDATE__ and __TTIME__ and use them instead...
2001-12-17  Robert RoeblingForgot to unset m_relative in wxFilename::Normalize().
2001-12-17  Václav Slavíkfixed Unicode compilation (please use wxT()...)
2001-12-16  Václav Slavíkfixes to wxFindFirstFile
2001-12-16  Václav Slavíka mistake; djgpp doesn't have vsnprintf at all
2001-12-16  Václav Slavíkcache return value of ftime
2001-12-16  Robert Roebling Reimplemented wxFileName with m_relative field.
2001-12-16  Václav Slavíkremoved platform-specific code for wxFindFirst/NextFile...
2001-12-15  Václav SlavíkDOS compilation fixes
2001-12-15  Václav SlavíkDJGPP compilation fixes
2001-12-15  Václav SlavíkDJGPP compilation
2001-12-15  Václav Slavíktimezone is not defined in DJGPP in any form, use ftime...
2001-12-15  Václav SlavíkOops, Watcom doesn't have _mktemp in DOS
2001-12-14  Václav Slavíkdon't include windows.h unless neccessary
2001-12-14  Václav SlavíkwxFindFirstFile and friends for wxMGL
2001-12-14  Václav Slavíkunimportant DOS fix
2001-12-14  Václav SlavíkOops, Watcom doesn't have _mktemp in DOS
next