]> git.saurik.com Git - wxWidgets.git/history - src/common
Removed the SaveBG hack. The real incompatibility is that the MemoryDC
[wxWidgets.git] / src / common /
2004-02-16  Dimitri SchoolwerthFixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO...
2004-02-15  Vadim Zeitlinfail WC2MB conversion in wxCSConv if we can't be sure...
2004-02-15  Robert Roebling wxGPE updates to HEAD.
2004-02-15  Robert Roebling This allows white space to be in the name
2004-02-14  Dimitri SchoolwerthSimplified OS X Panther detection code.
2004-02-11  Robin DunnAdded wxDC:GetPartialTextExtents
2004-02-11  Stefan Csomoradded condition for DARWIN (thanks to Steve Hartwell)
2004-02-11  Chris Elliotttry to fix D Mars compilation for Unicode
2004-02-10  Vadim Zeitlinallow generating PS on an output stream and not only...
2004-02-10  Stefan NeisUnicode fixes.
2004-02-10  Vadim Zeitlinadded base array of size_t as under Win64 size_t >...
2004-02-10  Vadim Zeitlinpart of Ictrl -> Iscntrl change I forgot to commit...
2004-02-10  Vadim ZeitlinWin64 compilation fixes: use wxUIntPtr instead of long
2004-02-08  Julian SmartFixed Unicode breakage
2004-02-08  Stefan NeisApplied and extended patch 886524 (wxGridCellFloatEdito...
2004-02-08  Stefan Csomorcorrections for buffers
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2004-02-07  Vadim Zeitlinmade wxFFile a bit more safe: don't crash when Tell...
2004-02-07  Vadim ZeitlinwxURL implementation using WinInet functions under...
2004-02-07  Vadim ZeitlinDigital Mars compilation warnings and Unicode fixes...
2004-02-07  Vadim Zeitlinfixes for compiling with more stuff disabled in setup...
2004-02-07  Vadim Zeitlinreplaced ASSERT in wxEvtHandler::ProcessPendingEvents...
2004-02-07  Stefan Csomoradding textencoding for classic
2004-02-05  Václav SlavíkwxMGL fixes (patch #884758)
2004-02-05  Václav Slavíkrestored wxPluginLibrary::ms_classes handling code...
2004-02-04  Robin DunnUsing a -1 (wxID_ANY) for menu or toolbar item IDs...
2004-02-04  Vadim Zeitlinadded wxTextCtrl::HitTest(); implemented it for MSW
2004-02-02  Václav Slavíkfool proof fix for gcc warnings on mac
2004-02-01  Václav Slavíkuse x.y.z version in unstable branch
2004-02-01  Václav Slavíkuse at most -O1 with BCC, it is broken and cannot corre...
2004-02-01  David ElliottAssert that m_pendingEvents is not NULL (patch #886852...
2004-01-31  Václav SlavíkwxClassInfo (un)registration now happens automatically...
2004-01-31  Stefan NeisFixed compile error with gcc-3.2.
2004-01-30  Václav Slavík(blind) fix for gcc warning on some platforms
2004-01-30  Václav Slavíkprefix symbols with wx_ to reduce risk of collision
2004-01-30  Václav Slavíkreverted rev 1.113
2004-01-29  Stefan Csomorxcode native target adaption
2004-01-27  Dimitri SchoolwerthApplied patch #876969: "Fixes to Borland warnings"...
2004-01-27  Julian SmartPatch from "Viktor Voroshylo" <viktor@voroshylo.com>
2004-01-26  Václav Slavíkdon't include GetShortcutTarget if OLE is not available...
2004-01-25  Stefan Csomorextensions management unified
2004-01-25  Mattia Barbon Cleaner fix.
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-23  Robin DunnFixed a "comparison is always false" warning
2004-01-22  Václav Slavíkfixed wrong handling of magenta (patch #882201)
2004-01-22  Stefan Csomormoved system-fontencoding conversions to fontutil.cpp
2004-01-22  Stefan Csomormac encodings support
2004-01-22  Stefan Csomorsysten encoding for mac
2004-01-21  Václav Slavíkfixed typo
2004-01-20  Stefan Csomoradded mac conversions
2004-01-20  Stefan Csomorstring conversion implemented for mac
2004-01-20  Stefan Csomorambiguous operator[] access
2004-01-20  Stefan Csomorsystem includes instead of user
2004-01-20  Stefan Csomorgcc warnings
2004-01-19  David ElliottReverting wxAppTraits GSocket patch
2004-01-18  David ElliottAdded wxAppTraits::CreateGSocket() as well as implement...
2004-01-17  Mattia Barbon MinGW compilation fixes.
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartReverted bad fix.
2004-01-11  Julian SmartApplied patch [ 850483 ] Toolbar bugfix (Mac)
2004-01-11  Julian SmartApplied patch [ 837515 ] wxIPaddress + docs patch
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2004-01-11  Julian SmartApplied patch [ 864469 ] WaitForAccept(): 100% CPU...
2004-01-11  Julian SmartApplied patch [ 842285 ] comparison for wxIPV4address
2004-01-11  Julian SmartApplied patch [ 853850 ] Fixes for wxFormatConverter
2004-01-08  Julian SmartApplied [ 872574 ] fix of fatal error of preview withou...
2003-12-30  Ryan Nortonremoved wxUSE_BUILTIN_REGEX
2003-12-30  Ryan NortonCleaned up regex.cpp
2003-12-29  Václav Slavíkbad idea, fn_str() returns wchar_t on win32 in Unicode...
2003-12-28  Julian SmartAdded wxUSE_POCKETPC_UI to distinguish between using
2003-12-27  Václav Slavíkunified to use ASCII for ZIP entries and fn_str() when...
2003-12-23  Julian SmartAdded comments for WinCE shortcut suggestion
2003-12-21  Julian SmartCorrection for gcc
2003-12-21  Ryan NortonCommitted Mike's Update Patch
2003-12-20  Ryan Nortonsize_t is always unsigned....
2003-12-20  Julian SmartAdded wxPATH_NORM_SHORTCUT
2003-12-20  Ryan NortonAdded another sanity check....
2003-12-19  Dimitri SchoolwerthAlways let (deprecated) FindColour() return a new insta...
2003-12-17  Robin DunnwxPython needs wxRTTI info for wxToolBarToolBase in...
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...
next