]> git.saurik.com Git - wxWidgets.git/history - src/common
compilation fixes
[wxWidgets.git] / src / common /
2003-08-02  Václav Slavíkcompilation fixes
2003-08-02  Václav Slavíkquick compilation fix for wxBase
2003-08-02  Vadim Zeitlinuse wxWindowBase, not wxWindow, in wxUpdateUIEvent...
2003-08-01  Vadim ZeitlinwxTheApp can't be assigned to, anyhow, so make ms_appIn...
2003-08-01  Vadim Zeitlinreplaced the old wxApp with wxAppConsole::ms_appInstanc...
2003-08-01  Václav Slavíkremoved duplicated code from dynlib.h and dynload.h
2003-08-01  Václav Slavíkpreparation for runtime loading of plugins
2003-07-31  Stefan Csomortemplate<> added for some compilers
2003-07-31  Václav Slavíkmake it possible to use wxConsoleApp in GUI build
2003-07-30  Stefan Csomorxti fixes
2003-07-29  Vadim Zeitlinquick and dirty fix for strptime()
2003-07-29  Robin DunnTwo fixes for CheckTransparency. First, don't start...
2003-07-28  Stefan Csomormetadata streaming
2003-07-28  Stefan Csomorxti updates
2003-07-28  Vadim Zeitlincompilation fix for !PCH
2003-07-28  Vadim Zeitlinadded wxAppTraits::CreateRenderer() which may be used...
2003-07-28  Stefan CsomorwxUSE_EXTENDED_RTTI as name
2003-07-28  Stefan Csomorxti introduction
2003-07-27  Václav Slavíksplit wxBase into wxBase and wxNet libraries
2003-07-27  Václav Slavíkcompilation fix for BC++
2003-07-25  Mattia Barbon STL compilation fixes.
2003-07-25  Vadim Zeitlinwarning fixes (closes 767152)
2003-07-25  Václav Slavíkbetter attempts to try .utf-8 suffix
2003-07-24  Mattia Barbon Compilation fix.
2003-07-24  Mattia Barbon Create a new wxStringBase class, providing a STL...
2003-07-24  Julian SmartFixed preview navigation as per ancient bug report
2003-07-24  Vadim Zeitlinfix some warnings
2003-07-23  Julian SmartPrinting improvements: GetPageInfo() gets called after...
2003-07-23  Mattia Barbon various compilation/warning fixes.
2003-07-23  Václav Slavíkmodule.h is not included by wxprec.h
2003-07-23  Václav Slavíkfix warning on watcom
2003-07-23  Václav Slavíkincluding header once is enough
2003-07-23  Vadim Zeitlinfixed completely broken CheckForTransparency()
2003-07-22  Václav Slavíkmultilib mode compilation fix
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-21  Mattia Barbon wxX11 and wxMotif STL-ification, part 1. it does...
2003-07-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-21  Vadim Zeitlinicon location may contain , so added GetIcon() overload...
2003-07-21  David ElliottwxCocoa: Added preliminary wxBitmap support
2003-07-20  Mattia Barbon Compilation fixes for !WXWIN_COMPATIBILITY_2_4.
2003-07-20  Vadim Zeitlinfixed suppressing of wxFontMapper questions which was...
2003-07-19  Mattia Barbon Fix use of deprecated wxList/Node methods.
2003-07-19  Mattia Barbon Remove commented-out code.
2003-07-19  Mattia Barbon Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1...
2003-07-19  Vadim Zeitlinreverted the last change (colour values changes), it...
2003-07-19  Vadim Zeitlincompatibiltiy functions should be inline, we don't...
2003-07-19  Julian SmartAdded minimal file dialog for SmartPhone
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-07-19  Vadim Zeitlinadded GetForbiddenChars() and TRUE -> true (patch 757777)
2003-07-19  Mattia Barbon Fix some compilation and linking errors in samples.
2003-07-19  Vadim Zeitlinadded medium orange/gold corresponding to the old ...
2003-07-18  Mattia Barbon GCC warning fix.
2003-07-18  Mattia Barbon Fix for crash when wxUSE_STL=1. wxDocument::DeleteAll...
2003-07-18  Julian SmartAdded some standard further identifiers to help with...
2003-07-18  Julian SmartNth -> Item
2003-07-18  Mattia Barbon Fix unintialized pointer in wxCommandProcessor when
2003-07-18  Vadim Zeitlinallow to change the event propagation level (modified...
2003-07-18  Vadim Zeitlinallow to change the event propagation level (modified...
2003-07-17  Vadim Zeitlinapplied event speed up patch (752928)
2003-07-17  Vadim Zeitlinadded format parameter to File/DirName()
2003-07-17  Mattia Barbon Use correct types for comparison functions in wxArray,
2003-07-17  Vadim Zeitlinupdated colour definitions to the new official X versio...
2003-07-17  Vadim Zeitlintreat the string passed to MakeRelativeTo() as director...
2003-07-17  Vadim Zeitlindon't use fall back if we had already found the MIME...
2003-07-15  Julian SmartCompile with EVC 3.0 2002
2003-07-15  Vadim Zeitlinwe don't use wxUSE_FILENAME any longer
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-15  Václav Slavíkcut-and-paste is not good idea, removed duplicated...
2003-07-15  Julian SmartAdded RTL functions missing from WinCE to wxchar.h/cpp
2003-07-15  Julian SmartSmall tweaks for WinCE compatibility
2003-07-15  Julian SmartAdded missing functions WinCE
2003-07-15  Václav Slavíkreverted two previous Julian's changes, they were incorrect
2003-07-15  Julian SmartAdded call to top-level window OnInternalIdle
2003-07-14  Julian SmartRationalised OnIdle
2003-07-13  Vadim Zeitlinugly fix for warnings when wxUSE_STL==0 not breaking...
2003-07-13  Vadim ZeitlinwxGlobalSEHandler() takes PEXCEPTION_POINTERS now
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-12  Julian SmartUse WM_INITMENUPOPUP
2003-07-12  Mattia Barbon Warning fixes for wxUSE_STL=1.
2003-07-12  Vadim Zeitlinset the containing sizer to NULL when destroying the...
2003-07-12  Mattia Barbon Readd wxStringList::Add when wxUSE_STL=1, for compati...
2003-07-12  Mattia Barbon Added and documented wxColourDatabase::AddColour.
2003-07-12  Vadim Zeitlinfixed wxTempFile::Commit() broken by last check in
2003-07-12  Vadim Zeitlinfix for a warning when wxUSE_STL == 1
2003-07-12  Vadim Zeitlinfix for a warning
2003-07-12  Mattia Barbon Fix some leaks cause by removing list.DeleteContents...
2003-07-12  Mattia Barbon Remove duplicate colour entries.
2003-07-12  Mattia Barbon Multilib linking fixes.
2003-07-11  Vadim Zeitlin[attempt to] fix a warning
2003-07-11  Vadim Zeitlinfix for a warning
2003-07-11  Julian SmartFixed some duff #ifdefs
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Stefan Csomorout of memory for strdup handled
2003-07-11  Julian SmartOops, no such function as wxIsascii
2003-07-11  Julian SmartMore WinCE mods.
2003-07-10  Vadim ZeitlinVC++ warning fixes
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Mattia Barbon wxSortedArray::Add must return the index of the newly
2003-07-10  Vadim Zeitlinadded state image support (patch 530155)
2003-07-10  David Elliottinclude "wx/toolbar.h" instead of tbar(base|smpl).h
next