]> git.saurik.com Git - wxWidgets.git/history - src/msw
part of patch [ 649438 ] Bug fixes from Netscape/AOL
[wxWidgets.git] / src / msw /
2004-11-19  Ryan Nortonpart of patch [ 649438 ] Bug fixes from Netscape/AOL
2004-11-18  Vadim Zeitlindon't erase background in wxControl neither
2004-11-17  Julian SmartAdded IsTopLevel() check to last message loop in PrePro...
2004-11-16  Włodzimierz SkibaWinCE correction.
2004-11-16  Włodzimierz SkibaWarning fix.
2004-11-16  Włodzimierz SkibaDefine wxMediaEvent before it is used. Make OnMediaFini...
2004-11-16  Vadim Zeitlinmade default background colour BTNFACE (so that panels...
2004-11-15  Vadim Zeitlinfixed XP sash rendering to really do something (using...
2004-11-15  Vadim Zeitlindon't draw background at all if bg style is custom
2004-11-15  Vadim Zeitlinremoved unnecessary (now that we leave Windows paint...
2004-11-15  Vadim Zeitlinrestored OnEraseBackground(), we do need it but only...
2004-11-15  Vadim Zeitlindon't always erase the background ourselves as this...
2004-11-15  Ryan NortonWXUNUSED warning fixes - unicode compilo fix
2004-11-14  Ryan NortonMassive reworking of wxMediaCtrl code - backend everyth...
2004-11-14  Ryan Nortonspelling/grammer (lol) :)
2004-11-12  Włodzimierz SkibadwCallback if DWORD.
2004-11-12  Ryan Nortonexplanation of getdefaultattributes
2004-11-12  Ron LeewxUSE_POSTSCRIPT is not a sufficient test by itself for
2004-11-12  Ryan Nortonmingw evidently doesn't have digitalv.h according to...
2004-11-12  Ryan Nortonworkaround to call directshow drivers without actually...
2004-11-11  Vadim Zeitlinensure that g_timerMap is always initialized before...
2004-11-11  Vadim Zeitlinremoved 2.0 compatibility stuff (patch 1054261)
2004-11-11  Ryan Nortonmci can't play video on win2k - disable for now
2004-11-11  Ryan Nortontweak stopping - nicen up sample some more
2004-11-11  Ryan Nortonmci backend for wxMediaCtrl. Better workaround for...
2004-11-11  Ryan Norton1) fix border styles in wxMediaCtrl, 2) regenerate...
2004-11-11  Ryan Nortonbase wxMediaCtrl files
2004-11-10  Vadim Zeitlinfixed creation of the mask in wxImage -> wxBitmap conve...
2004-11-10  Vadim Zeitlinuse TB_GETMAXSIZE in GetBestSize() (patch 1050045)
2004-11-10  Vadim Zeitlinbetter (more precise) values for wxGetOsDescription...
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-11-10  Włodzimierz SkibaOW fixes.
2004-11-08  Ryan Norton*** empty log message ***
2004-11-08  Ryan Nortonfixup authorship
2004-11-08  Ryan Nortonfinalize MSW implementation
2004-11-07  Ryan Nortonsome setup.h changes for wxMovieCtrl
2004-11-07  Ryan Nortonfix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx...
2004-11-07  Ryan Nortonfix for [ 1055191 ] wxTextCtrl::GetStyle() wrong attr...
2004-11-07  Ryan Nortonallow multiple movie loading as per Julian's suggestion...
2004-11-07  Ryan Nortonadd Length, Tell, SetPlaybackRate and GetPlaybackRate...
2004-11-07  Ryan Nortonfixup
2004-11-07  Ryan NortonwxMovieCtrl - for playing movies - mac carbon QT 3...
2004-11-07  Ryan Nortonfix for [ 1020924 ] wx.Display.IsPrimary is wrong
2004-11-07  Ryan Nortonfix for [ 950550 ] wxChoice - wxEmptyString (wxChoice...
2004-11-06  Ryan Nortonfix for [ 1044879 ] wxMSW 2.5.3: memleaks in listctrl...
2004-11-06  Ryan Nortonfix warning
2004-11-06  Ryan Nortonrewrite wxGetKeyState a bit, spun from [ 1058347 ]...
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-11-05  Włodzimierz SkibaOW warning fix.
2004-11-04  Włodzimierz SkibaIsEmpty to empty change, warning fix to OW, whitespaces...
2004-11-04  Włodzimierz SkibaMake temporary MSWUniv buildable and mark problem for...
2004-11-04  Włodzimierz Skiba'Unused ...' warning fix.
2004-10-31  Robert Roebling Moved the wxPageSetupDialogData <-> native conversion
2004-10-31  Robert Roebling Moved print dialog data conversion code
2004-10-28  Vadim Zeitlinundid last change to wxBitmapButton::GetBestSize()...
2004-10-28  Vadim Zeitlinfixed wxBU_EXACTFIT handling in wxBitmapButton (closes...
2004-10-28  Włodzimierz SkibaWarning fix due to unsigned nature of wParam.
2004-10-27  Robin DunnEnsire that m_value is updated when SetSelection is...
2004-10-22  Kevin HockDocumentation patch from Olly Betts
2004-10-20  Włodzimierz SkibaDMC, OW and my copy of MinGW misses SH* values, Borland...
2004-10-20  Włodzimierz SkibaCorrect fix to the compile time assert under OW. Kudos...
2004-10-20  Vadim Zeitlinmoved AppendAppName() from MSW to common code; modified...
2004-10-19  Włodzimierz SkibaOW warning fix. Our compile time asserts warns when...
2004-10-19  Vadim Zeitlininitial implementation for MSW
2004-10-19  Vadim Zeitlindon't set focus to the window when it is clicked if...
2004-10-19  Vadim Zeitlinextracted LPITEMIDLIST wrappers in a separate header...
2004-10-19  Vadim Zeitlindon't return wxLIST_HITTEST_ONITEMICON from HitTest...
2004-10-18  Julian SmartwxRadioButtons in the same group no longer have to...
2004-10-17  Robert Roebling Renamed wxPrintNativeData methods to better match
2004-10-17  Robert Roebling First step at moving the print (dialog) native
2004-10-17  Włodzimierz Skiba_() needs intl.h.
2004-10-17  Vadim Zeitlinremoved obsolete and unused code for USE_BITMAP_MASKS...
2004-10-16  Robert Roebling Began work on print dialogs. Now wxPrintDialog
2004-10-16  Vadim Zeitlinfixed enhanced metafiles loading from files
2004-10-16  Vadim Zeitlinfixed inconsistent dllspec warning in DLL build
2004-10-15  Włodzimierz SkibaQuiet cooperation between MSW and wxGL.
2004-10-12  Vadim Zeitlincheck that item pointer is non-NULL in WM_DRAW/MEASUREITEM
2004-10-12  Włodzimierz SkibaUndo last change due to STL.
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-10  Julian SmartFixed the change that broke eVC++ compile (please don...
2004-10-09  Vadim Zeitlinthe #ifdef around BROWSEINFO.lpszTitle assignment is...
2004-10-09  Julian SmartFix for Standard WinCE SDK
2004-10-08  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-08  Robin DunnCheck for an image list before complaining in OnGetItem...
2004-10-07  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-03  Vadim Zeitlinstore bitmap data in premultiplied by alpha format...
2004-10-03  Vadim Zeitlinuse AlphaBlt() when blitting to a bitmap with alpha...
2004-10-03  Vadim Zeitlinupdate the disabled buttons appearance when system...
2004-10-02  Vadim Zeitlinfixed dll import specification of wxGetHInstance()
2004-09-30  Vadim Zeitlindon't deprecate SetItemImage() with 3 parameters; just...
2004-09-30  Julian SmartDeprecated SetItemImage with 2 image ids
2004-09-30  Václav Slavíkresize parent's frame client area correctly when status...
2004-09-29  Robin DunnwxSystemSettings::GetMetric returns -1 if the metric...
2004-09-29  Václav Slavíkfixed flicker during MDI children creation: the frame...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-29  Vadim Zeitlinmore 64 bit correctness fixes
2004-09-29  Włodzimierz SkibaCorrection to lost #ifdef
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-28  Włodzimierz SkibaHardware defines spec.
next