]> git.saurik.com Git - wxWidgets.git/history - src/msw
improved deallocation fix for Visual C++ Multithreaded non DLL runtime
[wxWidgets.git] / src / msw /
2003-05-26  Julian SmartMore style fixes
2003-05-26  Julian SmartFurther border style corrections.
2003-05-26  Chris ElliottBorland makefiles now keep output apart
2003-05-24  Mattia Barbon Removed obsoleted files from vc.t.
2003-05-24  Mattia Barbon Compilation/warning fixes.
2003-05-24  Julian SmartRemoved wxHTMLHelpControllerBase (putting the
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-23  Julian SmartApplied patch [ 736321 ] Compile error for src/msw...
2003-05-22  Mattia Barbon MinGW compilation fix.
2003-05-21  Julian SmartApplied patch [ 731656 ] Owner draw menu icons
2003-05-21  Julian SmartApplied patch [ 740012 ] GetKeyState returns 16-Bit...
2003-05-21  Julian SmartFixed simple border style on wxListCtrl
2003-05-19  Václav Slavíkcompilation fix
2003-05-19  Julian SmartCorrected some wxAccessible mistakes
2003-05-18  Julian SmartDon't prepend directory to filename for shortcuts
2003-05-17  Mattia Barbon Compilation fix.
2003-05-17  Julian SmartCorrected wxScrollBar style
2003-05-13  Julian SmartRationalised style handling in tree control
2003-05-12  Julian SmartApply correct style variable
2003-05-12  Julian SmartAuto 3D border if parent is panel or dialog
2003-05-12  Vadim Zeitlinchanged handling of range/max scrolling parameter and...
2003-05-11  Vadim Zeitlinuse alpha channel in Blit() as well and not only in...
2003-05-10  Vadim Zeitlinfix wxDisplay initialization (patch 735303)
2003-05-09  Vadim Zeitlinfall back to wxAlphaBlend() if ::AlphaBlend() didn...
2003-05-09  Vadim Zeitlinuse DIB, not DDB, when converting from an image with...
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-05-08  Vadim Zeitlinundid patch which was supposed to allow thread recreati...
2003-05-08  Robin DunnPrevent scrolling back to the top when calling SetItemC...
2003-05-07  Julian SmartMore style issues
2003-05-07  Julian SmartFixed style glitches
2003-05-07  Julian SmartAdded WS_VISIBLE style
2003-05-07  Chris Elliottupdate for digital mars - resolve externals in shell...
2003-05-07  Chris Elliottupdate makefile.sc for digital mars to use relative...
2003-05-07  Julian SmartRemoved some commented-out code
2003-05-06  Julian SmartRevamped border handling.
2003-05-04  Julian SmartApplied updated patch [ 731719 ] Owner draw font leak...
2003-05-04  Julian SmartAdded defined() to directive
2003-05-04  Julian SmartAdded some missing copyright lines
2003-05-03  Julian SmartApplied [ 731578 ] wxThread state bugfix
2003-05-03  Julian SmartApplied patch [ 731195 ] More #if/#endif's to build...
2003-05-03  Julian SmartApplied patch [ 731719 ] Owner draw font leak/overuse
2003-05-02  Julian SmartAdded m_isOpened variable to simulate opening/closing
2003-05-02  Chris Elliottimplement wxHAVE_RAW_BITMAP
2003-05-02  Chris ElliottMacro swicth from SC to SYMANTEC
2003-05-01  Vadim Zeitlinshow the taskbar icon even after Explorer restart ...
2003-05-01  Vadim Zeitlinfixed spurious debug error message
2003-05-01  Vadim Zeitlinmissing #if's needed for compilation with some wxUSE_XX...
2003-05-01  Vadim Zeitlinfix a problem with Unicows (patch 720542)
2003-05-01  Vadim Zeitlinfix the wrong size of the first page when it's added...
2003-05-01  Vadim Zeitlinallow raw access to a part of the image only (faster...
2003-04-30  Robin DunnShaped window support for wxMac, plus a wxSTAY_ON_TOP...
2003-04-28  Chris ElliottSF patch [ 708702 ] Wide character filename support...
2003-04-28  Robin DunnSF Patch #728691, dangling pointer fix
2003-04-28  Vadim Zeitlinnew template-based more flexible and hopefully more...
2003-04-27  Vadim Zeitlincreate tab ctrl with WS_VISIBLE style
2003-04-24  Chris Elliottupdate to make digitalmars compile/link html\test sample
2003-04-24  Chris Elliottupdate to make digitalmars compile/link make clean
2003-04-24  Chris Elliottupdate to make digitalmars compile/link make clean
2003-04-24  Chris Elliottupdate to make digitalmars compile/link make clean
2003-04-24  Chris Elliottupdate to make digitalmars compile/link html sample
2003-04-22  Chris Elliottupdate to make digitalmars compile/link image sample
2003-04-22  Chris Elliottupdate to make digitalmars compile/link image sample
2003-04-19  Chris Elliottupdate to make digitalmars compile
2003-04-19  Chris Elliottupdate to make digitalmars link - I really don't like...
2003-04-19  Chris Elliottupdate to make digitalmars compile
2003-04-17  Julian SmartUse wxLogTrace instead of wxLogDebug
2003-04-17  Chris Elliottrebuild filelist for borland compiler (datacmn changes)
2003-04-16  Chris Elliottfix for removal of dosyacc.c
2003-04-16  Chris Elliottfix for removal of dosyacc.c
2003-04-16  Julian SmartRemoved y_tab.c dependency
2003-04-14  Vadim Zeitlinextracted duplicated code from src/*/data.cpp in a...
2003-04-14  Michael BedwardAdded -w-inl to CFG section to suppress the annoying...
2003-04-14  Vadim Zeitlinsupport raw access to DDBs as well as DIBs
2003-04-14  Vadim Zeitlinadded debug checks
2003-04-14  Vadim Zeitlinfixes for Win95 (where GetObject(DIBSECTION) is broken)
2003-04-13  Vadim Zeitlinrenamed GlobalHandle class to GlobalPtr to avoid confli...
2003-04-13  Vadim Zeitlindon't crash in UngetRawData() if it is invalid; fixed...
2003-04-13  Vadim Zeitlinimplemented fallback for AlphaBlend() for the systems...
2003-04-13  Vadim Zeitlindon't return garbage from GetRawBitmap
2003-04-13  Vadim Zeitlinadded missing wxBitmap(w, h, dc) ctor
2003-04-13  Vadim Zeitlinfix alpha premultiplying
2003-04-13  Vadim Zeitlinpremultiply the colours by the alpha value
2003-04-13  Vadim Zeitlinadded wxBitmap::UseAlpha()
2003-04-12  Václav Slavíkapplied patch to fix tooltips charset
2003-04-12  Vadim Zeitlinfixes return values of wxSemaphore::TryWait() and WaitT...
2003-04-11  Vadim Zeitlinfixes for user dash handling (patch 717736)
2003-04-10  Vadim Zeitlinregenerated with tmake after adding datacmn.cpp
2003-04-10  Vadim Zeitlinmoved wxFloat/DoubleToStringStr from src/*/data.cpp...
2003-04-10  Vadim Zeitlinset krc to wxKILL_OK on success
2003-04-09  Julian SmartInclude winable.h for NotifyWinEvent.
2003-04-07  Vadim Zeitlinsupport for optionnally using DirectX for display manip...
2003-04-06  Vadim Zeitlinfix bug with not accepting write-only formats in d&d
2003-04-06  Vadim Zeitlinadded assert to check that notebook page does have...
2003-04-05  Václav Slavíkregenerated makefiles
2003-04-05  Václav Slavíkadded taskbarcmn.cpp
2003-04-05  Chris Elliottchanges to watcom makefiles for OpenWatcom
2003-04-04  Václav Slavíkpreparation for X11 wxTaskBarIcon version:
2003-04-03  Julian SmartApplied patch [ 709618 ] fixes drawing position in...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-31  Mattia Barbon Regenerated some more makefiles/filelists.
next