]> git.saurik.com Git - wxWidgets.git/history - src/common
replaced all occurences of wxColourDatabase::FindColour() with Find(); minor code...
[wxWidgets.git] / src / common /
2003-10-17  Stefan Csomoradjusting to changes in xti.h
2003-10-17  Vadim Zeitlinadded CreateByName(), use it in wxColourDatabase
2003-10-16  Vadim Zeitlinfixed bug with wxcolourDatabase::FindColour(); added...
2003-10-16  Vadim Zeitlinmade wxRTTI macros namespace-friendly (patch 799434)
2003-10-16  Vadim ZeitlinRemoveEventHandler() didn't reset all pointers correctl...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-16  Vadim Zeitlinuse ShouldInheritColours()
2003-10-16  Vadim Zeitlindon't complain if file doesn't exist in DeleteFile...
2003-10-16  Vadim Zeitlinuse correct fallback file name in SaveFile() (patch...
2003-10-14  Vadim Zeitlinattempt to split cmd line into words in the same way...
2003-10-14  Mattia Barbon wxMotif fixes.
2003-10-14  Mattia Barbon Implemented wxPopupWindow for wxMotif.
2003-10-12  Vadim ZeitlinVC++ release mode warning fixes
2003-10-08  Vadim ZeitlinwxFileName::Normalize(wxPATH_NORM_ENV_VARS) now works
2003-10-08  Vadim Zeitlincheck directories passed to Append/Insert/PrependDir...
2003-10-07  Vadim Zeitlinrestore status bar text after a menu has been shown
2003-10-04  Václav Slavíkadded gettext plural forms support (patch #785660 with...
2003-10-03  Vadim Zeitlinfixed wxMOUSE_BTN_XXX values, use them instead of hard...
2003-10-02  Vadim Zeitlinfixed (harmless) mem leak when wxUSE_THREADS == 0
2003-10-01  Václav Slavíkfixed file: protocol for filenames with space (patch...
2003-09-30  Vadim Zeitlinuse wxEvent::ShouldPropagate() instead of its own propg...
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-27  Vadim Zeitlinmade UTF-16/32 equivalent to the corresponding LE/BE...
2003-09-27  Vadim Zeitlinfixes to radio button handling (patch 803360)
2003-09-26  Vadim Zeitlinfixed code for swapping rect corners if out of order...
2003-09-26  Vadim Zeitlinadded wxGzipIOStreams (patch 792932)
2003-09-26  Vadim ZeitlinwxZlibStreams fixes; allow them to be used as deflate...
2003-09-26  Vadim Zeitlinalways return length of the string, *not* size of the...
2003-09-26  Vadim Zeitlindon't do anything non trivial (like creating wxFontMapp...
2003-09-26  Julian SmartClean up event hash tables in a timely fashion
2003-09-24  Vadim Zeitlingcc warning fix
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-23  Vadim Zeitlinfix for Unix compilation
2003-09-23  Julian Smartchar -> wxChar
2003-09-23  Vadim Zeitlinfixed compilation problems with platforms where wchar_t...
2003-09-23  Julian SmartFixed bug [ 756485 ] wxDateTime::ParseTime fails with...
2003-09-22  Vadim Zeitlinmore wxMBConv classes cleanup, define wxConvLibc to...
2003-09-22  Vadim Zeitlinmade Convert() methods const
2003-09-22  Vadim Zeitlinadded UTF-16/32-[LB]E conversions; got rid of wxCharact...
2003-09-22  Vadim Zeitlincompilation fix (part of patch 810484)
2003-09-22  Vadim Zeitlinadded conversions to/from UTF 16/32 LE/BE (patch 809685)
2003-09-20  Vadim ZeitlinwxHTTP::GetResponse() added (patch 794394)
2003-09-20  Vadim Zeitlincall OnExit() even if an exception has been thrown...
2003-09-20  Mattia Barbon Compilation fixes.
2003-09-19  Vadim Zeitlinfixed bug in wxCSConv(encoding) ctor (which I just...
2003-09-19  Vadim Zeitlinadded wxCSConv ctor taking wxFontEncoding
2003-09-19  Robin DunnPrevent possible divide by zero problem
2003-09-19  Julian SmartAdded SQLTCHAR for non-Windows platforms, and added...
2003-09-19  Robin DunnOnly process dynamic events if the eventTypes match
2003-09-19  Vadim Zeitlincheck whether input stream is readable in OpenFile...
2003-09-18  Vadim Zeitlincorrected parsing of dates like 01.02.03 (where year...
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
next