]> git.saurik.com Git - wxWidgets.git/history - src/common
1.
[wxWidgets.git] / src / common /
2003-12-15  Dimitri SchoolwerthFixed Mac CodeWarrior compilation (there's no <sys...
2003-12-15  Ryan NortonFixed typo
2003-12-14  Ryan Norton(should) fix unix compilation...
2003-12-14  Ryan NortonPut the locale funcs here and had them call the correct...
2003-12-14  Gilles Depeyrotcorrected wxUSE_UNICODE conditional compilation tests
2003-12-14  Gilles Depeyrotcorrected SF bug #809314: wxDynamicLibrary::ms_dllext...
2003-12-14  Ryan Norton1.
2003-12-14  Ryan NortonReversed Change
2003-12-14  Ryan Nortonwarning...
2003-12-13  Ryan NortonQuick change
2003-12-13  Ryan NortonMade compatible with new regex
2003-12-13  Gilles Depeyrotuse wxMac Mach-o GUI-specific functions (gsockosx)
2003-12-13  Julian SmartAdded warning suppression
2003-12-13  Julian SmartApplied patch [ 859194 ] wxDateTime::SetFromDOS gives...
2003-12-13  Václav Slavíkdon't return error if we can't load English catalog...
2003-12-12  Dimitri SchoolwerthCorrected size of staticbox borders when running OS...
2003-12-11  Julian SmartApplied patch [ 850594 ] wxFileName(_T("/fred")).GetFul...
2003-12-11  Julian SmartApplied patch [ 856318 ] A few Wine fixes
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-12-11  Julian SmartApplied patch [ 817665 ] make file: URL return 0 on...
2003-12-11  Julian SmartApplied patch [ 817734 ] fix for cvs head with wxUSE_ST...
2003-12-11  Julian SmartApplied patch [ 818336 ] Add timestamp to gzip out...
2003-12-11  Julian SmartApplied patch [ 827011 ] Event-based processing of...
2003-12-09  Václav Slavíkuse tl_PH locale instead of tl
2003-12-08  Julian SmartAdded 'Back' to accelerator possibilities
2003-11-30  Vadim Zeitlinmarked FindColour() as deprecated; removed AddColour...
2003-11-28  Dimitri SchoolwerthFixed possible usage of uninitialized variable.
2003-11-26  Václav Slavíkset m_language even when wxstd.mo wasn't loaded
2003-11-26  Václav Slavíkassert if wxLocale::Init called twice
2003-11-23  Stefan NeisFixed & improved file handling on OS/2.
2003-11-23  Mattia Barbon New wxHashTable implementation when wxUSE_STL ==...
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...
next