]> git.saurik.com Git - wxWidgets.git/history - src/msw
merged 2.2 branch
[wxWidgets.git] / src / msw /
2000-07-15  Bryan Pettymerged 2.2 branch
2000-05-05  Julian SmartMisc fixes
2000-04-11  Vadim Zeitlincompilation fix inside WXWIN_COMPATIBILITY
2000-03-20  Julian SmartHad to #ifdef out wxGetFullHostName for Cygwin b20
2000-03-20  Julian SmartWin16 BC++ makefile fixes, other v. small fixes
2000-03-20  Julian SmartSetBrushOrgExt broke WIN16 compilation
2000-03-20  Guillermo Rodrigue... Added extern "C" around winsock and moved it before...
2000-03-19  Guillermo Rodrigue... A duplicate case label broken mingw compilation
2000-03-19  Robin DunnAllows wxStatusBar95 to send common events like other...
2000-03-19  Vadim Zeitlin1. corrected HAVE_PW_GECOS detection in configure ...
2000-03-19  Julian SmartSome VC++ makefile fixes; minor comment mods to setup0.h
2000-03-19  Vadim Zeitlincompilation fix for anything different from VC++
2000-03-19  Vadim Zeitlin1. fixed crash in wxDateTime::ParseDate
2000-03-18  Julian SmartAdded def files for making OpenGL DLLs (Mingw32); added...
2000-03-18  Guillermo Rodrigue... Had to #ifdef out all the new wxGetFullHostName code...
2000-03-18  Julian SmartRemoved the wonderfully malicious WS_CLIPSIBLINGS style.
2000-03-18  Robin DunnWhen making the DLL with glcanvas then you have to...
2000-03-17  Vadim Zeitlin1. wxGetFullHostName() does return the full host name...
2000-03-17  Robin DunnwxFont remembers facename of actual font used
2000-03-17  Julian SmartSome doc fixes; BC++, Watcom C++, Mingw32 fixes
2000-03-17  Vadim Zeitlinoops, compilation error - fixed
2000-03-17  Vadim ZeitlinwxSTIPPLE_MASK_OPAQUE implementation from Klaas Holwerda
2000-03-17  Julian SmartAdded some makefiles, more BC++/win16 fixes
2000-03-17  Unknown (MT)added WS_CLIPSIBLINGS
2000-03-17  Unknown (MT)no message
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-16  Guillermo Rodrigue... Fixed a problem in GAddress related to CHECK_ADDRESS...
2000-03-16  Vadim Zeitlintooltip fix: compile-time test removed, comment explain...
2000-03-16  Guillermo Rodrigue... MSW: Grouped all MSVC #pragma disable
2000-03-16  Vadim Zeitlin1. fixed memory leak in GAddress
2000-03-15  Unknown (NI)included missing header files - without them mingw32...
2000-03-15  Julian SmartSome C++Builder fixes
2000-03-15  Julian SmartVarious compiler changes
2000-03-15  Julian SmartAdded missing includes
2000-03-15  Vadim Zeitlinmingw32 compilation fix
2000-03-15  Vadim Zeitlinsome fwd declarations added to the header
2000-03-15  Guillermo Rodrigue... Some modifications and additions for full wxBase support -
2000-03-15  Julian SmartPossible fix for DestroyWindow message in MDI apps...
2000-03-14  Vadim Zeitlin1. aapplied patch for bcc makefiles from Ricky Gonzales
2000-03-14  Julian SmartFixed crash-on-exit bug due to status bar being deleted...
2000-03-14  Guillermo Rodrigue... Changed declaration of functions taking an empty arglis...
2000-03-14  Julian SmartAdded prototypes to eliminate BC++ warnings
2000-03-14  Guillermo Rodrigue... Added new file: gsockmsw.c
2000-03-14  Guillermo Rodrigue... Added gsockmsw which now contains all GUI-specific...
2000-03-14  Unknown (MT)remove HWND association when DestroyWindow
2000-03-14  Vadim Zeitlin1. status bar can now be positioned on top (and anywher...
2000-03-13  Robin DunnInitialize the field count in Create(). It was using...
2000-03-13  Vadim Zeitlinsuppress gcc warning about non virtual dtor
2000-03-13  Ron Leemoved wxDash typedef to gdicmn.h
2000-03-13  Guillermo Rodrigue... Fixed a harmless warning about $d in sprintf and long...
2000-03-13  Vadim Zeitlinremove \r from literal strings
2000-03-12  Julian SmartMade iniconf compile on BC++ 5.01 (involved adding...
2000-03-12  Vadim Zeitlin1. wxProgressDialog uses wxWindowDisabler, not (dumb...
2000-03-11  Václav Slavíkfixed DoGetBestSize -- it returned too small bounding box
2000-03-11  Robin DunnDid splitting of wxEntry for wxMSW. Not nearly as...
2000-03-11  Vadim Zeitlinsome warnings fixed in the sockets code
2000-03-10  Julian SmartSmall fixes for Tex2RTF but alas, we still get memory...
2000-03-10  Guillermo Rodrigue... Bugfix:
2000-03-09  Vadim Zeitlinregenerated with tmake
2000-03-09  Vadim Zeitlinfixed the value of LVM_SETEXTENDEDLISTVIEWSTYLE
2000-03-09  Vadim Zeitlindon't allow multiple root in the tree
2000-03-08  Vadim Zeitlin(blind) gcc fixes
2000-03-08  Julian SmartCorrection
2000-03-08  Julian SmartMade VC++ makefiles and project files a bit more consistent
2000-03-06  Vadim Zeitlinpatches from Ricky Gonzales <gonzales@pyramid3.net>:
2000-03-06  Mark Johnson*** empty log message ***
2000-03-06  Ron Leeset m_clipXX so dc.GetClippingBox returns real bounding box
2000-03-05  Vadim Zeitlincreate null, not empty, region in default wxRegion...
2000-03-05  Vadim Zeitlin1. wxWindowDisabler modified to bring parent window...
2000-03-04  Vadim Zeitlinremoved warning about wxDrawRectangle being unused
2000-03-03  Julian SmartRemoved OGL prior to re-adding; some Watcom corrections
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-03-02  Vadim Zeitlin1. wxProcess changes to make capturing subprocess outpu...
2000-03-02  Ron Leemade msw wxRegion(wxRect&) constructor consistant with...
2000-03-02  Vadim Zeitlin1. wxGrid row can't be resized to less than minimal...
2000-03-01  Vadim Zeitlin1. warning in gtk/menu.cpp fixed
2000-03-01  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS() for wxMenuBar correction
2000-03-01  Guillermo Rodrigue... DrawButtonFrame was a bit wrong because it was ignoring...
2000-03-01  Julian SmartFixing commit problem
2000-03-01  Guillermo Rodrigue... wxBitmapButton transparency fixed by using wxDC API...
2000-03-01  Julian SmartAdded wxDragImage generic implementation and sample...
2000-03-01  Bart A.M. Jourquinremove 'extern' from IsKeyDown,... for bcc
2000-02-29  George TaskerAdded a #include of wx/module.h
2000-02-29  Guillermo Rodrigue... Beginning the thread with _beginthreadex but ending...
2000-02-29  Ron Leeadded missing include mdi.h
2000-02-29  Unknown (MT)add wxTE_AUTO_SCROLL
2000-02-29  Vadim Zeitlintypo(s) fixed
2000-02-29  Vadim Zeitlin1. fixed bug with MDI child frames changign state when...
2000-02-28  Vadim Zeitlinuse _beginthreadex() for mingw32 if possible
2000-02-28  Julian SmartRemoved old wxGLCanvas stuff; moved wxTreeLayout to...
2000-02-28  Julian SmartMoved wxGLCanvas to more normal positions
2000-02-27  Guilhem LavauxInserted "stdio catch" in wxExecute. The activation...
2000-02-27  Guillermo Rodrigue... Added support for bitmap buttons with standard Win95...
2000-02-26  Vadim Zeitlinremoving the IsWindow() test in ~wxWindow
2000-02-26  Guillermo Rodrigue... Corrected small miniframe-realted bug (itsy bitsy is...
2000-02-25  Vadim Zeitlinonly modal dialogs ignore busy cursor, not all dialogs
2000-02-25  Vadim Zeitlin1. cursor fixes: frame does have hand cursor in the...
2000-02-25  Vadim Zeitlinattempts at making wxSocket work with wxBase - it doesn...
2000-02-25  Julian SmartFixed wxWindow::HandleCommand so multiple toolbars...
2000-02-25  Julian SmartAdded fix to wxMDIClientWindow to redisplay contents...
next