]> git.saurik.com Git - wxWidgets.git/history - src/common
Applied patch [ 805147 ] GDI objects are not deselected from DC
[wxWidgets.git] / src / common /
2003-09-12  Stefan Csomorfixing normal font for mac, unicode corrections
2003-09-11  Mattia Barbon Compilation fix.
2003-09-11  Vadim Zeitlinfix for C99-compatible vsnprintf()
2003-09-11  Julian SmartApplied patch [ 800183 ] wxFlexGridSizer::RemoveGrowabl...
2003-09-11  Julian SmartApplied patch [ 778625 ] wxSVGFileDC and UNICODE build
2003-09-10  Vadim Zeitlinadded a TODO: clean up WinCE mess/horror
2003-09-09  Vadim Zeitlinuse GetTraits(), not m_traits, in OnAssert()
2003-09-04  Mattia Barbon Fix and testcase for wxString::rfind bug I introduced.
2003-09-04  Stefan Csomorlog changes
2003-09-04  David Elliott#if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE)
2003-09-04  Stefan Csomormacro naming changes, delegate api calls getting proper...
2003-09-01  Mattia Barbon Corrected statements about wxString correctly handling
2003-09-01  Jouk Jansen Committing in .
2003-08-31  Vadim Zeitlinfix redistribution of the extra space between sizer...
2003-08-31  Vadim Zeitlinundid the last change
2003-08-30  Vadim Zeitlinuse SetClientSize(), not SetSize() in Fit()
2003-08-29  Václav Slavíkremoved caching from wxInternetFSHandler
2003-08-29  Mattia Barbon Fixed bug introduced in fs_zip.cpp when replacing...
2003-08-28  Mattia Barbon wxString::rfind fixed for wxUSE_STL=0 from Robert...
2003-08-28  Mattia Barbon wxHashMap does not take the key type as constructor...
2003-08-27  Stefan NeisDon't treat OS/2 as a Unix-like system in this particul...
2003-08-27  Stefan NeisNever use unix/mimetype.h on OS/2. I'm not exactly...
2003-08-27  Stefan NeisWant to use wxDir::HasSubDirs on OS/2 with gcc, too.
2003-08-27  Stefan Csomoradded support for range types to runtime depersister
2003-08-27  Stefan Csomoradded range of types to delegate type info
2003-08-27  Stefan Csomorconstness for accessors of enum data
2003-08-26  Stefan Csomortypo corrected
2003-08-26  Stefan Csomorunicode fixes
2003-08-26  Stefan Csomorunicode fixes
2003-08-26  Julian SmartUnicode fixes
2003-08-26  Stefan Csomorunicode fixes
2003-08-26  Stefan Csomorunicode fixes
2003-08-26  Julian SmartUnicode fixes
2003-08-25  Stefan Csomorunicode and linkage corrections
2003-08-25  Stefan Csomorremoving unnecessary specializations
2003-08-25  Julian SmartWinCE fixes
2003-08-24  Stefan Csomorswitching to registry based type info
2003-08-24  Stefan Csomoradaption custom types to new macros
2003-08-24  Vadim Zeitlinwarning fixes
2003-08-24  Stefan NeisFixed #pragma interface/implementation handling for...
2003-08-24  Julian SmartEliminated bizarre VC++ internal compiler errors, perha...
2003-08-24  Stefan Csomormoving xti includes after the EXTENDED_RTTI clause
2003-08-24  Julian SmartDon't include xti.h if not using extended RTTI
2003-08-24  Stefan Csomorgcc /vc6 workarounds
2003-08-24  Stefan NeisFixed compile error (seen on OS/2).
2003-08-24  Stefan NeisMinor correction for OS/2.
2003-08-23  Stefan Csomorflags extension
2003-08-23  Stefan Csomorredistribution of code for different library parts
2003-08-23  Václav Slavíkget rid of warning
2003-08-23  Stefan Csomorxti additions / changes, trying to reduce dependencies
2003-08-22  Mattia Barbon Do not #include wxGUI headers in wxBase files.
2003-08-22  Robin DunnwxNotebookSizer ctor was missing
2003-08-21  Vadim Zeitlinadded wxBookCtrlSizer; derive wxNotebookSizer from it
2003-08-21  Stefan Csomormetadata support for metadata
2003-08-21  Vadim Zeitlincorrected CHECK in InsertPage()
2003-08-21  Stefan Csomoradded support for leaving out <embedded objects> that...
2003-08-21  Stefan Csomoradded wxDateTime to the streamable custom types
2003-08-20  Vadim Zeitlincreated wxBookCtrl which will be tje base class for...
2003-08-20  Mattia Barbon Keep order of nodes when wxHashMap is resized; this...
2003-08-19  Václav SlavíkwxStrdup(NULL) doesn't work
2003-08-19  Stefan CsomorXTI extensions
2003-08-19  Julian SmartWarning fixes from ABX
2003-08-18  Vadim Zeitlinadded missing Create() implementation
2003-08-18  Vadim Zeitlinno changes
2003-08-18  Vadim Zeitlinreturn immediately if the XPM is bad instead of spittin...
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-17  Stefan Csomorunicode wxMac CW fixes
2003-08-17  Václav Slavíkremoved unused wxObject::Dump
2003-08-17  Václav Slavíkhave TryValidator even if wxUSE_VALIDATORS=1, so that...
2003-08-17  Václav Slavíkbuild options signature is too long, use more lines
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
next