]> git.saurik.com Git - wxWidgets.git/history - src/msw
mac fixes
[wxWidgets.git] / src / msw /
2001-05-08  Vadim Zeitlinfix setting colour for a listctrl item (merged from...
2001-05-08  Vadim Zeitlincorrect fix for Maximize() for hidden frames
2001-05-07  Julian SmartMisc small mods
2001-05-06  Robin DunnFixed HandleMouseWheel to be __WIN32__ sensitive
2001-05-04  Robin DunnAdded mouse wheel support for MSW. It generates a...
2001-05-02  Robin DunnChanged WXUNUSED to WXUNUSED_UNLESS_DEBUG
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-30  Robin DunnImplemented wxGetClientDisplayRect which returns the...
2001-04-28  Václav Slavíkadded xpmdecod.cpp
2001-04-27  Julian SmartAdded showing the default URL in DisplayContents and...
2001-04-27  George TaskerFixes problem where child window does not appear immedi...
2001-04-27  Vadim Zeitlincompilation fix (sorry)
2001-04-27  Vadim Zeitlintranslate MDI menu items
2001-04-26  Julian SmartFixed Simple Toolbar bug; removed 2 pixel kludge in...
2001-04-25  Julian SmartSome doc corrections
2001-04-23  Vadim Zeitlinapplied MIME patch(es) from Chris Elliott
2001-04-23  Vadim Zeitlinsome ifdef's - now it might compile without wxUSE_IMAGE...
2001-04-22  Václav Slavíkadded wxXPMHandler
2001-04-22  Vadim Zeitlinfixing mngw32 (cross)compilation
2001-04-21  Vadim Zeitlinmerged wxFont related fix (operator==) and optimization...
2001-04-21  George TaskerSpelling typo fixed in a comment
2001-04-21  George TaskerMinor code tweeks to stop BCC compiler warnings
2001-04-21  Vadim Zeitlinmerged optimizations from 2.2
2001-04-20  George TaskerChanged code to get rid of a compiler warning about...
2001-04-19  Robin DunnAdded wxCURSOR_ARROWWAIT which is the default arrow...
2001-04-19  Vadim Zeitlinfix to allow negative coords for wxFrame creation
2001-04-14  Vadim Zeitlinmerged focus handling fix from 2.2
2001-04-13  Vadim Zeitlinuse screen resolution, not hard coded one
2001-04-11  Václav Slavíkapplied fix to fix BCC's wxBitmap ctor problem
2001-04-11  Julian SmartMore fixes
2001-04-10  Julian SmartFixed some wxDragImage bugs
2001-04-10  Vadim Zeitlinmore fixes for mingw32 compilation
2001-04-10  Julian SmartCorrections
2001-04-10  Julian SmartImplemented Chuck Messenger's naming and simplification...
2001-04-10  Julian SmartRemoved spurious wxCHECK which forgot about the possibi...
2001-04-10  Julian SmartOk() should be called on image, not bitmap
2001-04-09  Vadim Zeitlin1. fixes to wxDC deleting logic (should fix ~wxPrinterD...
2001-04-08  Vadim Zeitlinapplied patch 411059 (mingw win32 api version check)
2001-04-07  Vadim Zeitlinfixes bug 414369
2001-04-06  Julian SmartChanged wxYield to wxYieldIfNeeded in PopupMenu, to...
2001-04-05  Václav Slavíkfixed typos in wxBitmap::ConvertToImage
2001-04-05  George TaskerFixes problem where maximized child windows still have...
2001-04-04  Václav SlavíkI moved platform specific code from wxImage to wxBitmap
2001-03-31  George TaskerSendSizeEvent() method moved from wxWindow to wxFrame...
2001-03-21  Vadim Zeitlinmerged Ctrl-Space fix from 2.2 branch
2001-03-21  Vadim Zeitlinpatch for cleanall target in mingw makefiles (which...
2001-03-21  George TaskerChecked back in the change from rev 1.57 that allows...
2001-03-19  Julian SmartSmall doc mod; made wxRAISED_BORDER work
2001-03-15  Vadim Zeitlinadded checks to wxFont accessors
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2001-03-13  George Taskermakefile for building wxBase using the command line...
2001-03-13  George TaskerAdded the code to copy setup0.h to setup.h if setup...
2001-03-11  Václav SlavíkIMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject) replaced by...
2001-03-10  Vadim Zeitlinfixed wxToolBar::DeleteTool and losing the rows number...
2001-03-09  Vadim Zeitlinmerged in the fix for WM_MOVE
2001-03-07  Vadim Zeitlinfixed DeviceToLogical[XY]
2001-02-28  Julian SmartLocal event array wasn't initialized
2001-02-26  Vadim Zeitlinapplied patch 403988 (fixing MDI window menu)
2001-02-26  Vadim Zeitlinapplied patch 403898 (fixing msw/tabctrl.cpp include)
2001-02-22  Julian SmartAdded wxYieldIfNeeded
2001-02-20  Robin DunnAdded a SetFont method that behaves like SetLabel does...
2001-02-14  Robin DunnFixed bug that was giving the wrong size of wxCustomDat...
2001-02-13  Julian SmartTried to fix GTK+ 2.0 compilos
2001-02-13  George TaskerA temporary hDIB was not being unlocked before exiting...
2001-02-13  George TaskerFixes display of bitmaps in owner drawn controls (like...
2001-02-12  Robin DunnNow uses CC_FULLOPEN if m_colourData.GetChooseFull()
2001-02-08  Vadim Zeitlinapplied (slightly modified) wxToggleButton patch from...
2001-02-08  Ron LeeMore mostly cross compiling related mods..
2001-02-07  George TaskerSetBackgroundColour() and SetForegroundColour() were...
2001-02-06  Vadim Zeitlinregenerated all makefiles from filelist.txt
2001-02-01  George TaskerChanged declaration of TREE events from being in both...
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-30  George TaskerAllow MDI children to have a non-default window style...
2001-01-29  Julian SmartCorrected DoBlit code to use offset into mask
2001-01-29  Vadim Zeitlinanother fix for MDI styles
2001-01-29  Vadim Zeitlinfix (?) for MDI children style problems
2001-01-28  George TaskerFixed buffer overrun in call to wxStripMenuCodes()
2001-01-28  Julian SmartCorrection for Mingw32
2001-01-27  George TaskerAdded a check to make sure 'parent' is valid, otherwise...
2001-01-26  George Taskerplot.cpp was moved out of the generic directory to...
2001-01-25  Vadim Zeitlinanother compile problem fixed
2001-01-25  Vadim Zeitlincompile/link problem fixed
2001-01-24  Vadim Zeitlinapplied wxNativeFontInfo patch #103089
2001-01-24  Vadim ZeitlinMIME type manager fixes described earlier on the list:
2001-01-22  Julian SmartFixed wxToolBar colour mapping problem (I hope)
2001-01-17  Vadim Zeitlinfixed bug 128581
2001-01-16  George TaskerChanged code to use the RM environment variable (if...
2001-01-15  Vadim Zeitlinblind fix for setting selection in combobox text ctrl
2001-01-11  Vadim Zeitlinallow people use modal dialogs in wxApp::OnInit
2001-01-11  Vadim Zeitlinapplied (slightly modified) patch for loading large...
2001-01-09  Julian SmartExtended ProcessTextCommand so processes SETFOCUS/KILLF...
2001-01-07  Vadim Zeitlintypo: return Win98, not 99, from wxGetOSDescription()
2001-01-05  Julian SmartCorrected horizontal rule drawing when number of items...
2001-01-05  Julian SmartIn wxListCtrl::Find, don't decrement 'start' if already...
2001-01-04  Vadim Zeitlinadded src/msw/files.lst to the list of files to generat...
2001-01-03  Vadim Zeitlinregenerated the makefiles to include filename.cpp
2001-01-03  George TaskerAdded filename.obj to the target list so it gets built...
2001-01-02  Julian SmartAdded filename.cpp to .dsp files
2000-12-21  Julian SmartAdded m_keyGlobal.Open()
2000-12-21  Vadim ZeitlinwxSpinCtrl now sens TEXT_UPDATED events as in wxGTK
next