]> git.saurik.com Git - wxWidgets.git/history - src/common
applied SF patch #846732 file dialog long filename support
[wxWidgets.git] / src / common /
2003-11-20  Dimitri SchoolwerthFixed gcc compiler warning (size_t was assumed to equal...
2003-11-19  George TaskerAdded a parameter 'failOnDataTypeUnsupported' to getDbI...
2003-11-18  Julian SmartWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo...
2003-11-18  Robin DunnAdded FindItemAtPoint
2003-11-15  Julian SmartFixes for previous fixes
2003-11-14  Dimitri SchoolwerthFixed Digital Mars compilation; Cosmetic cleanup.
2003-11-09  Václav Slavíkfixed wxConvLocal to work with C locale (and probably...
2003-11-09  Václav Slavíkprevent deadlock in wxCSConv::DoCreate if it fails...
2003-11-08  Vadim Zeitlinfix for previous commit
2003-11-07  Robin DunnFixed an accidental name clash, and added back a wxCHECK
2003-11-07  Robin DunnSet m_rows, m_cols so GetRows/GetCols in the base class...
2003-11-07  Vadim Zeitlinfix for infinite loop in wxFileConfig when reading...
2003-11-07  Vadim Zeitlinfixed bug with looking beyond the end of string in...
2003-11-07  Robin DunnFixed warning
2003-11-07  Robin DunnAdded default ctor
2003-11-06  Robin DunnAdded wxGridBagSizer, a grid sizer where item positions...
2003-11-04  Dimitri SchoolwerthRemoved usage of deprecated methods (patch #827023...
2003-11-02  Mattia Barbon Fix (correct) warning about potentially uninitialized...
2003-11-02  Mattia Barbon Compilation fix for wxUSE_STL==1.
2003-11-01  Vadim Zeitlincompilation fix for VC++ statis MT build with wxUSE_STL==1
2003-10-31  Václav Slavíkadd upper-case extensions to fallbac
2003-10-31  Václav Slavíkadded resolution option to JPEG handler (patch #833234)
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-10-24  Vadim Zeitlinuse iconv() for wxCSConv constructed from a wxFontEncod...
2003-10-24  Václav Slavíkfixed iso-8859-1 handling to report failures
2003-10-24  Václav Slavíkfixed crash if szLocale==NULL
2003-10-23  Mattia Barbon Make both GCC and MSVC 5 happy.
2003-10-22  Vadim Zeitlindon't append spaces to all arguments in ConvertStringTo...
2003-10-22  Vadim Zeitlinremoved duplicate yellow green from colour database
2003-10-21  Vadim Zeitlinfix for wxDateTime::SetToYearDay(last month day) (bug...
2003-10-21  Vadim Zeitlinfix for mistakenly prepending slash to the filenames...
2003-10-19  Stefan CsomorVC6 template fixes
2003-10-19  Mattia Barbon MSVC 5 compilation fix.
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...
next