]> git.saurik.com Git - wxWidgets.git/history - src/common
Darkened preview background for Mac (else get stripey background)
[wxWidgets.git] / src / common /
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...
2003-03-02  Mattia Barbon Implemented wxButton::DoGetBestSize for wxMotif....
2003-03-01  Stefan Csomorapplied fix to MkDir for mac
2003-02-28  Julian SmartRemoved unnecessary #ifs
2003-02-28  Julian Smart#ifed wxLog occurrences
2003-02-27  Vadim Zeitlinfix bug with timezone calculations when WX_GMTOFF_IN_TM...
2003-02-27  Vadim Zeitlinadded proportion parameter to wxFlexGridSizer::AddGrowa...
2003-02-25  Robin DunnChanged how the dynamic event tables (used for all...
2003-02-25  Vadim Zeitlinfixed typo in he check in SetSizeHints()
2003-02-23  Václav Slavíkmake wxConvUTF8 available in wchar_t-less mode, too
2003-02-23  Václav SlavíkwxFileConfig in Unicode fixes
2003-02-19  Václav Slavíkfixed Traditional Chinese mapping
2003-02-19  Julian SmartFurther tweaks to accessibility code
2003-02-19  Vadim Zeitlinprevent from setting min[WH] > max[WH] because this...
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
2003-02-18  Julian SmartSome improvements to accessibility behaviour
2003-02-16  Julian SmartAdded start at accessibility functionality
2003-02-14  Vadim Zeitlinsilent gcc warning about missing \n at the end of file
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2003-02-10  Chris Elliottfix contrib makefile for watcom
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-09  Vadim Zeitlindon't trigger an assert in wxFileConfigGroup::DeleteSub...
2003-02-06  Julian SmartMoved ffile inclusion
2003-02-06  Vadim Zeitlinallow compilation with wxUSE_DATETIME == 0 (patch 679822)
2003-02-04  Vadim Zeitlinadded wxLocale::FindLanguageInfo()
2003-02-03  Mattia Barbon Make wxr resources work in Unicode mode.
2003-02-03  Mattia Barbon Do not #include an header where a forward declaration...
2003-02-02  Vadim Zeitlincompilation fix for non-PCH
2003-02-02  Julian SmartApplied patch [ 678788 ] Dialog command event propagati...
2003-02-02  Julian SmartApplied patch [ 675376 ] Improves wxStaticBoxSizer
2003-02-02  Vadim ZeitlinUnicode compilation fixes after wxFFile change
2003-02-02  Vadim Zeitlinmore std iostream + Unicode fixes; copy streams in...
2003-02-02  Vadim Zeitlinuse wxChar, not char, for the second argument of Open...
2003-02-02  Vadim Zeitlin(blind) fix for compilation in standard iostreams ...
2003-02-01  Gilles DepeyrotOnly call use uppercase letter if control, alt, or...
2003-01-31  Vadim Zeitlincompilation fix for HP-UX CC
2003-01-29  Stefan Csomorremoving path corrections for wxMac, we now want a...
2003-01-29  Jouk Jansen Committing in .
2003-01-29  Jouk Jansen Committing in .
2003-01-27  Ron LeeFixed bug in FlexGridSizer mods that prevented them...
2003-01-27  Vadim Zeitlinadded Add/InsertTool() (patch 672032)
2003-01-27  Vadim Zeitlinthe string 'Goto...' should be translated (patch 674569)
2003-01-26  Václav Slavíkcompilation fixes (bug #672413)
2003-01-26  Vadim Zeitlinadded iosfwrap.h (wrapper for <iosfwd>)
next