]> git.saurik.com Git - wxWidgets.git/history - src/common
Applied patch [ 740012 ] GetKeyState returns 16-Bit value on WindowsNT
[wxWidgets.git] / src / common /
2003-05-21  Julian SmartApplied patch [ 740071 ] Make tiff errors/warnings...
2003-05-21  Julian SmartApplied patch [ 689188 ] adds wxToolBar::GetToolPos
2003-05-20  Julian SmartA fix to prevent mungeing of the config file after...
2003-05-19  Stefan Csomorswitch to pImpl pattern for mac printing
2003-05-19  Václav Slavíkallow untranslated accelerators, too
2003-05-17  Stefan Csomorfinding papersizes allows for 1 mm tolerance
2003-05-16  Stefan Csomorcarbon printing extended
2003-05-15  Julian SmartAn attempt to make the notebook sizer report its size
2003-05-11  Vadim Zeitlinmany fixes for PNG reading after recent alpha changes...
2003-05-11  Vadim ZeitlinTRUE/FALSE -> true/false
2003-05-11  Vadim ZeitlinwxImage::Create() should be bool, not void
2003-05-10  Vadim Zeitlincompilation fix (sorry)
2003-05-10  Vadim Zeitlinrecognize ESC[APE] in menu accel strings (patch 733967)
2003-05-09  Vadim Zeitlinmemory for alpha channel was over allocated by a factor...
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-05-09  Jouk Jansen Committing in .
2003-05-09  Vadim ZeitlinwxDocManager::GetNoHistoryFiles() renamed to GetHistory...
2003-05-04  Julian SmartInitialised m_isBeingDeleted -- I don't know how anything
2003-05-03  Robin DunnReversed the meaning of black and white in wxRegion...
2003-05-03  Julian SmartApplied patch [ 701238 ] Added BLOB support to dbtable.
2003-05-03  Julian SmartApplied patch [ 730686 ] wxImage::Scale speed improvements
2003-05-03  Julian SmartApplied some of patch [ 622660 ] consistent behaviour...
2003-05-02  Chris Elliottdigital mars updated
2003-05-02  Julian SmartCorrected a memory leak I introduced in the last patch
2003-05-02  Chris ElliottMacro swicth from SC to SYMANTEC
2003-05-02  Chris Elliottfix for digitalmars header
2003-05-01  Vadim Zeitlinonly set replace string for replace events (patch 728415)
2003-05-01  Vadim Zeitlinfix for a crash in ~wxLocale and incorrect GetLanguage...
2003-05-01  Julian SmartImplemented delayed closing of an existing document
2003-05-01  Vadim Zeitlinread numbers even if they're followed by spaces
2003-05-01  Vadim Zeitlincompilation fix for Unicode
2003-04-30  Václav Slavíkfixed Norwegian Bokmal code to conform to new ISO 639-2
2003-04-30  Julian SmartAllow for +/- in E part
2003-04-30  Julian SmartAllow 'e' or 'E' in numeric text.
2003-04-30  Julian SmartUse the context help XPM for MSW too
2003-04-28  Chris Elliottupdate to make digitalmars compile/link libraries
2003-04-28  Julian SmartFixed [ 728819 ] memory leak in ipcbase.cpp
2003-04-27  Vadim Zeitlin*really* fixed searching in sorted arrays
2003-04-25  Mattia Barbon Compilation fix for wxBase.
2003-04-25  Vadim Zeitlinfixed bug recently introduced in wxSortedArray::Index()
2003-04-24  Jouk Jansen Committing in .
2003-04-24  Jouk Jansen Committing in .
2003-04-22  Chris Elliottupdate to make digitalmars compile/link image sample
2003-04-17  Julian SmartDarkened preview background for Mac (else get stripey...
2003-04-17  Julian SmartHave dark colour for preview canvas under Mac
2003-04-17  Julian SmartDon't call MakeModal on the Mac -- it leaves
2003-04-17  Julian SmartUse sizers, not constraints
2003-04-13  Vadim Zeitlinfixed yet another printf() format warning
2003-04-13  Vadim Zeitlinfixed a printf() format warning
2003-04-13  Vadim Zeitlinfixed a harmless warning
2003-04-12  Václav Slavíkfixed relative filenames inside ZIP archive
2003-04-12  Vadim Zeitlinfixed CheckTransparency() for RGBA images
2003-04-11  Václav Slavíkdon't report setlocale failure if trying to set Unicode...
2003-04-11  Vadim Zeitlinfixed bug with searching in sorted arrays
2003-04-11  Vadim Zeitlincontainers don't always accept focus (patch 718913)
2003-04-11  Julian SmartMoved wxDateTime::TIME_T_FACTOR into datetime.cpp to
2003-04-10  Vadim Zeitlinextracted duplicated code from src/*/data.cpp in a...
2003-04-10  Vadim Zeitlindon't use deprecated IntToString function
2003-04-10  Vadim Zeitlinmoved wxFloat/DoubleToStringStr from src/*/data.cpp...
2003-04-09  Gilles Depeyrotif we are not in the main thread, output the assert...
2003-04-07  Mattia Barbon Fix some GCC 3.2 -O2 warnings.
2003-04-07  Vadim Zeitlinsupport for optionnally using DirectX for display manip...
2003-04-06  David ElliottUse the wxStaticBox::GetBordersForSizer method to get...
2003-04-05  Václav Slavíkadded taskbarcmn.cpp
2003-04-05  Julian SmartFix for getting all frames from GIF animation
2003-04-05  Mattia Barbon Derive wxBitmap from wxBitmapBase.
2003-04-03  Robin DunnFixed menu event propogation to be consistent across...
2003-04-03  Julian SmartApplied patch [ 706329 ] [wxMac] Fixes wxGetLocalTimeMillis
2003-04-02  Vadim Zeitlinfixed problem of deleting an entry added to an initiall...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-31  Julian SmartMore deprecated class mods
2003-03-29  Stefan Csomorunicode and __MACH__ additions for wxMac
2003-03-29  Julian SmartCopyright cleanup
2003-03-29  Václav Slavíkfixed bug #708570: Request 'silver' be allowed as a...
2003-03-28  Robin DunnCompilation fix
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-28  Vadim Zeitlinfixed deleting entries at root level
2003-03-28  Julian SmartRemoved pointless Salford C++ support
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-26  Mattia Barbon SetSelection must not send an event. Fixed an off
2003-03-24  Vadim Zeitlinadded a check for allowed id value (bug 690910)
2003-03-23  Julian SmartRemoved obsolete ODBC classes.
2003-03-23  Julian SmartRemoved obsolete wxDate and wxTime classes.
2003-03-22  David ElliottUse wxBitmapBase in wxCocoa
2003-03-21  Julian SmartCopyright correction
2003-03-21  Chris Elliottfix memory leak as Dimitri suggested
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-10  Vadim Zeitlinaccept \r as a delimiter when parsing dates (bug 684617)
2003-03-10  Vadim Zeitlinfixed a serious bug in Shrink()
2003-03-08  Mattia Barbon Reverted changes to make buttons smaller in wxMotif...
2003-03-03  Vadim Zeitlinadded support for reading alpha channel
2003-03-03  Vadim Zeitlinadded alpha channel support to wxImage
2003-03-03  Stefan Csomorsorry previous commit message was wrong, should read
2003-03-03  Stefan Csomoroverflow fix
2003-03-03  Vadim Zeitlincompilation fix: include wx/platform.h before testing...
2003-03-03  Vadim Zeitlinfixed spurious assert in FindControl() (fixes patch...
2003-03-02  Vadim Zeitlinadded wxRect2DDouble == != = operators (patch 684616)
2003-03-02  Vadim Zeitlinadded possibility to use several wxFileHistories (patch...
2003-03-02  Vadim Zeitlindefine some global wxDisplay-related stuff here (wxArra...
next