]> git.saurik.com Git - wxWidgets.git/history - src/msw
Committing in .
[wxWidgets.git] / src / msw /
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...
2000-02-25  Vadim Zeitlin1. corrected problem with label updating in wxProgressD...
2000-02-25  Vadim Zeitlinfix for bug #29 (blank lines in GetLineText)
2000-02-24  Vadim Zeitlin1. corrected bug in MDI sample (which resulted in missi...
2000-02-24  Julian SmartFix to MDI to restore 3D border; kludge to OGL Studio...
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
2000-02-23  Vadim Zeitlin1. wxGCBoolRenderer looks better under MSW
2000-02-23  Julian SmartMisc small changes, some for VC++ 1.5
2000-02-23  Vadim Zeitlinfix for (too big) combobox height
2000-02-22  Vadim Zeitlinadded wxLog::Suspend/Resume and wxYield() uses them...
2000-02-22  Vadim Zeitlinmoved wxMenuBar::FindMenu(title) from MSW to common...
2000-02-22  Julian SmartMoved the wxDialog BringWindowToFront fix to Show becau...
2000-02-21  Robin Dunnadded typcast needed for VC++ 6
2000-02-21  Vadim ZeitlinLeft() -> BeforeFirst()
2000-02-21  Robert Roebling Make use of FillRect() when possible.
2000-02-21  Julian SmartFixed (I hope) the wxDialog reactivation bug
2000-02-20  Julian SmartwxImage::Rotate corrections added; docview improvements...
2000-02-20  Guillermo Rodrigue... Opps. Sorry - typo fixes
2000-02-20  Guillermo Rodrigue... Process all pending events before starting to delete...
2000-02-20  Guillermo Rodrigue... Solved bug which was breaking richedit ctrls for non...
2000-02-17  Václav Slavíkadded wxMemoryFSHandler for storing VFS in memory
2000-02-17  Julian SmartReverted change to DrawLine so it doesn't draw the...
2000-02-17  Julian SmartRemoved redundant wxColour constructor (how come this...
2000-02-17  Vadim Zeitlinassorted files I forgot to commit before
2000-02-17  Vadim Zeitlinadded and documented wxDC::DrawCheckMark()
2000-02-17  Vadim Zeitlinwarning in GetItemFromPoint with mingw32 fixed
2000-02-16  Guillermo Rodrigue... added a few comments and remove $(COPYSEP)
2000-02-16  Julian SmartDrawLine normalized; wxStaticBitmap fixed for Dialog...
2000-02-16  Julian SmartCorrected my bug...
2000-02-16  Julian SmartVarious VC++ 1.5 and other corrections
next