]> git.saurik.com Git - wxWidgets.git/history - src/common
fix the bug with not skipping events any more after recent changes (stupid, stupid...
[wxWidgets.git] / src / common /
2003-09-18  Vadim Zeitlinfix the bug with not skipping events any more after...
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-09-18  Julian SmartApplied patch [ 807164 ] fixes for core library
2003-09-17  Vadim Zeitlincall wxApp::OnUnhandledException()
2003-09-17  Vadim Zeitlinmoved all event handlers callign code in ProcessEventIf...
2003-09-17  Vadim Zeitlinuse standard tied pointer now
2003-09-17  Vadim Zeitlindocumented how to handle C++ exceptions in wxWindows
2003-09-16  Vadim Zeitlindon't hang forever in Dispatch() if there is no event...
2003-09-16  Vadim Zeitlinreverted the delete/Destroy() change in DestroyChildren()
2003-09-16  Vadim Zeitlin(blind) fix for wxMac compilation
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Chris Elliottsf patch #806451
2003-09-15  Vadim Zeitlinremove us from the parents children list in Destroy()
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-15  Vadim ZeitlinwxNavigationKeyEvent doesn't derive from wxCommandEvent...
2003-09-14  Vadim Zeitlinimplemented wxDateTime::ParseDateTime() (patch 779794)
2003-09-14  Stefan Csomorremoval of pc-mac charset conversion for wxMac
2003-09-14  Vadim Zeitlinuse child->Destroy() instead of delete child in Destroy...
2003-09-13  Robin DunnMove more stuff into base for wxMac so that two level...
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
next