]> git.saurik.com Git - wxWidgets.git/history - src/common
removed old bc++ makefiles
[wxWidgets.git] / src / common /
2003-08-16  Stefan Csomorunicode for mac fixes
2003-08-16  Stefan Csomorcorrected include for __WXMAC__
2003-08-16  Vadim Zeitlinfix bug with entries present in both global and local...
2003-08-16  Gilles Depeyrotapplied fixes for CodeWarrior compilation
2003-08-15  Václav Slavíkinclude compiler name in plugin DLL name on Windows
2003-08-15  Julian SmartCan now switch between PostScript and WIN32 print dialogs
2003-08-14  Václav Slavíkreverted previous commit; include wx/timer.h in wxBase...
2003-08-14  Václav SlavíkwxBase compilation fixes
2003-08-14  Stefan Csomorproperties as collection
2003-08-14  Václav SlavíkwxBase compilation fix
2003-08-13  Vadim Zeitlincheck the week day for consistency in ParseFormat(...
2003-08-13  Vadim Zeitlinremoved an unused variable (patch 788101)
2003-08-13  Robin DunnClear --> ClearBackground
2003-08-13  Stefan Csomorcollection support for XTI
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-13  Jouk Jansen Committing in .
2003-08-11  Julian SmartMore fixes for !wxUSE_TIMER, !wxUSE_IMAGE
2003-08-11  Julian SmartCater for wxUSE_IMAGE=0
2003-08-11  Julian SmartCater for wxUSE_IMAGE=0
2003-08-11  Stefan Csomoradded wxDynamicObject (kind of delegate, docs to come...
2003-08-11  Vadim Zeitlinfixed some warnings about unused variables values
2003-08-10  Václav Slavík__WXMAC__, not __MAC__
2003-08-10  Vadim Zeitlincompilation fix for !USE_PCH
2003-08-10  Václav SlavíkwxMac fix
2003-08-10  Vadim Zeitlinadded version checking to the renderers
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-09  Stefan Csomorextended streaming-out for event handlers
2003-08-08  Stefan Csomorxti expansions, streaming code changes
2003-08-08  Vadim Zeitlindon't ignore start parameter in find_last_of()
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-08-06  Václav Slavíkremoved OSX code that is no longer needed
2003-08-06  Vadim Zeitlinadded Load() and Set() methods
2003-08-06  Václav Slavíkdeprecated Initialize/CleanUpClasses
2003-08-06  Václav Slavíkcheck memory leaks sooner, when wxLog target is still...
2003-08-06  Václav Slavíkinitialize wxClassInfo::sm_classTable automatically
2003-08-05  Stefan Csomoradded more specializations for bcc32
2003-08-05  Stefan Csomorbcc32 needs some more specializations
2003-08-05  Stefan Csomorxti change
2003-08-05  Stefan Csomorborland fix
2003-08-05  Stefan Csomorxti extensions
2003-08-05  Stefan Csomorxti streaming extensions
2003-08-04  George TaskerAdded a check for a '.' in the column name before prepe...
2003-08-04  Vadim Zeitlincopy wxImage options when copying the images (replaces...
2003-08-04  Vadim Zeitlinno changes, just resolved a conflict
2003-08-04  David ElliottImplement new static Unload(handle) instead of old...
2003-08-04  Václav Slavíkadded build options sanity checks into all main libraries
2003-08-04  Václav Slavíkreworked wxBuildOptions code to work even w/o function...
2003-08-04  Václav Slavíkfixed version number expansion
2003-08-04  Vadim Zeitlinfixed non GUI cmd line options
2003-08-04  Vadim Zeitlincompilation fix after warning fix
2003-08-03  Vadim Zeitlinfixed warning in non-DLL build
2003-08-03  Vadim Zeitlinmoved wxUniv-specific GUI stuff from wxBase to wxCore...
2003-08-03  Vadim Zeitlinmissing or wrong DLLEXPORTs for DLL build
2003-08-02  Vadim Zeitlinminor changes to eliminate unused parameter warning...
2003-08-02  Václav Slavíkmoved DB classes into wxODBC library
2003-08-02  Václav SlavíkIntel C++ needs time.h before sys/stat.h
2003-08-02  Václav Slavíkreturn wxToolkitInfo by reference and not by pointer
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
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.
next