]> git.saurik.com Git - wxWidgets.git/history - src/msw
fixed wrong parsing of à (typo in tables)
[wxWidgets.git] / src / msw /
2001-05-16  Václav Slavíkchanged wxBitmap::CreateFromXpm to use wxBitmap(wxImage...
2001-05-16  Vadim ZeitlinFindFocus() and wxSpinCtrl fix
2001-05-16  Julian SmartApplied patch #421554: implementation of wxEVT_CONTEXT_MENU
2001-05-16  Julian SmartApplied patch #421073 (making setup options work)
2001-05-16  Julian SmartApplied patch #420395 (adding wxCLIP_SIBBLINGS capabili...
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-05-14  Julian SmartMisc release-related mods
2001-05-13  Julian SmartRemoved XPM lib references from makefile
2001-05-10  Václav Slavíkfixed wxListCtrl::EditLabel for MSW (ListView_EditLabel...
2001-05-10  Václav Slavíkfixed handling of root paths: now checks if string...
2001-05-10  Václav Slavíkfixed fatal bug in wxBitmap::CreateFromXpm (the bitmap...
2001-05-10  David WebsterGet rid of the CVS merge characters that have worked...
2001-05-10  Guillermo Rodrigue... Private gsocket files were using 'typedef int bool...
2001-05-09  Vadim Zeitlinfixed compilation
2001-05-09  Vadim Zeitlinfixed wxExecute + DDE bug (merged from 2.2)
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-05-08  Václav Slavíkapplied patch for runtime loading of hhctrl.ocx
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-05-08  Václav Slavíkfixed missing include
2001-05-08  Robin Dunntest for mousewheel constants separatly
2001-05-08  Julian SmartRemoved wxXPMHandler
2001-05-08  Julian SmartAdded "set new icon" menu item to taskbar sample; updat...
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
next