]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
Fix to FIXME: better nothing than broken comparison.
[wxWidgets.git] / include / wx / msw /
2004-12-08  Włodzimierz SkibaFix to FIXME: better nothing than broken comparison.
2004-12-06  Włodzimierz SkibaUse Get*Box instead Get*Region if you are asking about...
2004-12-03  Włodzimierz SkibawxBrushBase between wxBrush and wxGDIObject (class...
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-25  Vadim Zeitlinchanged the code to be really sure that exactly one...
2004-11-23  Włodzimierz SkibaFixes for wxUSE_SPIN... == 0.
2004-11-23  Vadim Zeitlindon't show the status bar after restoring normal view...
2004-11-22  Julian SmartChanged Rocketeer licence to wxWindows licence, by...
2004-11-20  Robert Roebling Made wxPageSetupDialog a pimpl implementation.
2004-11-19  Vadim Zeitlinlast commit broke compilation for wxUSE_UXTHEME ==...
2004-11-19  Vadim Zeitlinadded another DoEraseBackground overload (no real changes)
2004-11-19  Vadim Zeitlinalways return solid background for listbox
2004-11-19  Vadim Zeitlinadded MSWControlColorDisabled and MSWControlColorSolid
2004-11-19  Vadim Zeitlindon't set background colour explicitely; no need to...
2004-11-19  Vadim Zeitlinrefactored code to do brush adjustment for bg drawing...
2004-11-19  Vadim Zeitlinreplaced OnCtlColor(7 params) with MSWControlColor...
2004-11-19  Vadim Zeitlinremoved OnCtlColor()
2004-11-19  Vadim Zeitlinremoved (unused) nCtlColor parameter of OnCtlColor...
2004-11-19  Vadim Zeitlinadded support for drawing themed background: DoEraseBac...
2004-11-19  Vadim Zeitlinadded GetIfActive() method returning non-NULL engine...
2004-11-19  Vadim Zeitlinadded CompatibleBitmap wrapper class
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-16  Włodzimierz SkibaeVC3 media fix.
2004-11-16  Vadim Zeitlinsmall optimization for wxTextCtrl (forgot to commit...
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-14  Ryan NortonMassive reworking of wxMediaCtrl code - backend everyth...
2004-11-12  Włodzimierz SkibaFix hiding wxMediaEvent::Clone().
2004-11-12  Ron LeewxUSE_POSTSCRIPT is not a sufficient test by itself for
2004-11-11  Vadim Zeitlinremoved 2.0 compatibility stuff (patch 1054261)
2004-11-11  Ryan Nortonturn off directshow by default for lib dependancy
2004-11-11  Ryan Nortonsetp.h changes
2004-11-11  Ryan Nortonbase wxMediaCtrl files
2004-11-10  Włodzimierz SkibaPatch #1053364 - combobox shoult not remember position...
2004-11-08  Ryan Norton*** empty log message ***
2004-11-07  Ryan Nortonsome setup.h changes for wxMovieCtrl
2004-11-07  Ryan Nortonfix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx...
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 NortonwxMovieCtrl - for playing movies - mac carbon QT 3...
2004-11-07  Ryan Nortonfix for [ 1020924 ] wx.Display.IsPrimary is wrong
2004-11-03  Václav Slavíkmade it possible to customize wxGenericDirCtrl, such...
2004-11-01  Julian SmartAdded missing functions and variable
2004-10-31  Robert Roebling Moved print dialog data conversion code
2004-10-20  Vadim Zeitlinuse slashes instead of backslashes and quotes instead...
2004-10-20  Vadim Zeitlinmoved AppendAppName() from MSW to common code; modified...
2004-10-19  Vadim Zeitlininitial implementation for MSW
2004-10-19  Vadim Zeitlinextracted LPITEMIDLIST wrappers in a separate header...
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-16  Robert Roebling Began work on print dialogs. Now wxPrintDialog
2004-10-16  Vadim Zeitlinfixed enhanced metafiles loading from files
2004-10-13  Włodzimierz SkibaSemicolon fixes according to Vadim's note about being...
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-07  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-03  Vadim Zeitlinupdate the disabled buttons appearance when system...
2004-10-02  Vadim Zeitlinremoved trailing comma from enum (gcc 3.4 compilation...
2004-09-30  Vadim Zeitlindon't deprecate SetItemImage() with 3 parameters; just...
2004-09-30  Julian SmartDeprecated SetItemImage with 2 image ids
2004-09-29  Václav Slavíkfixed flicker during MDI children creation: the frame...
2004-09-29  Vadim Zeitlinmore 64 bit correctness fixes
2004-09-29  Włodzimierz SkibaHardware defines spec.
2004-09-28  Vadim Zeitlinsuppress VC7.1 64 bit correctness warnings
2004-09-28  Julian Smart__WINCE__ -> __WXWINCE__
2004-09-27  Robert Roebling Compile fixes.
2004-09-27  Vadim Zeitlinkeep the old wxFont::Create() signature (changed by...
2004-09-27  Vadim Zeitlinadded wxGetFullModuleName(); use it instead of calling...
2004-09-27  Dimitri Schoolwerthdoc-typo
2004-09-26  Václav Slavíkpartially reverted Robert's changes, did it more cleanly
2004-09-26  Robert Roebling Trying hard to make things compile.
2004-09-26  Ron LeewxSize needs to be fully defined if we want to use...
2004-09-25  Vadim Zeitlinadded a way to create fonts with specified pixel size
2004-09-25  Vadim Zeitlinsupport for huge files (patch 1002226)
2004-09-24  Ryan NortonPort syncronization, more wxUSE_XML/XRC fixes and typo...
2004-09-24  Ryan Nortonmore setup0.h wxUSE_XRC fixes
2004-09-24  Ryan NortonMSW XRC define setuup.h handling
2004-09-19  Vadim Zeitlinadded missing header to fix !USE_PCH compilation
2004-09-18  Chris Elliottfix compile break for unknown FLASHWINFO
2004-09-18  Vadim Zeitlinremoved unneeded (after patch 1027243) disable.bmp
2004-09-18  Vadim Zeitlinconstruct brush used for painting disabled bitmap butto...
2004-09-16  Vadim Zeitlinfixed gcc warnings about not calling base class ctor...
2004-09-16  Włodzimierz SkibawxChoicebook generic implementation.
2004-09-15  Vadim Zeitlinfixed sending duplicate EVT_COMBOBOX events; documented...
2004-09-13  Vadim Zeitlinfile with DoMessage() declaration (which I forgot to...
2004-09-11  Vadim Zeitlinadded As/DissociateHandle() and implemented it for...
2004-09-11  Vadim Zeitlinfixed CopyFromBitmap() for shared wxIcon objects by...
2004-09-11  Vadim ZeitlinBC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION
2004-09-08  Włodzimierz SkibaFixes and source cleaning for WinCE.
2004-09-08  Włodzimierz SkibaNative Smartphone wxTextCtrl.
2004-09-07  Vadim Zeitlinadded wxTopLevelWindow::RequestUserAttention(); documen...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE...
2004-09-04  Włodzimierz SkibaSource cleaning: whitespaces, tabs, ::, -1/wxID_ANY...
2004-09-03  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpt...
2004-09-01  Chris Elliottmdi menu updates fixed (after SF 1012653)
2004-08-31  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE...
2004-08-30  Václav Slavíknew stock buttons API
2004-08-30  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-08-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxNOT_FOUND...
next