]> git.saurik.com Git - wxWidgets.git/history - src/msw
fixed wrong parsing of à (typo in tables)
[wxWidgets.git] / src / msw /
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
2000-02-15  Vadim Zeitlinbug fix in wxRegKey::CopyValue()
2000-02-15  Václav Slavíkadded wxSYS_COLOUR_LISTBOX
2000-02-15  Robin DunnFixed precedence order problem for IsShiftDown and...
2000-02-15  Guillermo Rodrigue... Readded fix to adjust size of rectangles with transpare...
2000-02-15  Julian SmartAdded comment makeg95.env
2000-02-15  Vadim Zeitlintypo fixed
2000-02-15  Michael BedwardFixed typo with TV_HITTESTINFO
2000-02-15  Julian SmartRemoved old Ming95 makefiles
2000-02-15  Vadim Zeitlinfix for drawing bitmap buttons under Win95 (untested)
2000-02-15  Vadim Zeitlin1. implemented wxRegKey::Copy() and CopyValue()
2000-02-14  Vadim Zeitlinfixes for compilation with the old mingw32, wxUSE_NORLA...
2000-02-14  Vadim Zeitlinfix for id of CHAR_HOOK events
2000-02-13  Guillermo Rodrigue... Still with the same 'read after close' thing...
2000-02-13  Guillermo Rodrigue... Solved a 'bug' in GSocket_Select (a bug in the user...
2000-02-13  Robert Roebling Reverted Vadims change for the size of filled
2000-02-12  Julian SmartDistrib file updates; test for bitmap presence in contr...
2000-02-11  Guillermo Rodrigue... Added wxEVT_SCROLL[WIN]_THUMBRELEASE
2000-02-11  Julian SmartSome BC++ 5.4 fixes
2000-02-11  Vadim Zeitlin1. exchanged binary ROPs wxSET/wxCLEAR meaning for...
2000-02-10  Guillermo Rodrigue... Added comments explaining my recent changes
2000-02-10  Guillermo Rodrigue... ROP 0x00AA0029 used for transparent area in DrawBitmap...
2000-02-10  Guillermo Rodrigue... - wxSocket no loner automatically Closes() the socket...
2000-02-08  Julian SmartAdded ShowFullScreen
2000-02-08  Vadim Zeitlin1. wxWizard appears in the centre of the screen by...
2000-02-07  Guillermo Rodrigue... Fixed transparency problem when masked area was not...
2000-02-07  Vadim Zeitlintrying to fix memory leak in wxListCtrl (attributes...
2000-02-06  Robert Roebling Reenabled deleteallitems events, marked
2000-02-06  Julian SmartSome doc corrections; Watcom C++ corrections; VC++...
2000-02-06  Julian Smartlong -> wxCoord
2000-02-06  Julian SmartSome BC++ 4.5 and other compile fixes; changed FAR...
2000-02-05  Julian SmartOk -> OK; status bar typo/cast
2000-02-05  Guillermo Rodrigue... Missing includes - please test without precompiled...
2000-02-05  Julian SmartVC++ changes + makeproj additions
2000-02-05  Julian SmartCorrected initial m_filterIndex value (was 1)
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
2000-02-04  Robert Roebling ROP changes.
2000-02-03  Vadim Zeitlinadded WM_SYSCHAR processing
2000-02-02  Robert Roebling Clearified ROP code in wxDC (MSW and GTK).
2000-02-02  Guillermo Rodrigue... Fixed bug in DoDrawRotatedText: it wasn't deleting...
2000-02-02  Vadim Zeitlin1. wxStaticBitmap now uses mask even for bitmaps (and...
2000-02-01  Guillermo Rodrigue... Updated for new XPM files
2000-02-01  Guillermo Rodrigue... Fixed XPM transparency issue for both loading and saving
2000-02-01  Julian SmartSet/GetWindowMenu added to MDI parent frame under MSW
2000-02-01  Vadim Zeitlintrying to make wxYield() more threads friendly
2000-02-01  Vadim Zeitlin1. some fixes for the problems reported by BoundsChecker
2000-01-31  Vadim Zeitlincompilation for Win32 using configure works again
2000-01-30  Julian SmartSome but not all compile fixes for typetest (VC++ 1...
2000-01-30  Julian SmartCured memory leak report in wxDateTime; wxGLCanvas...
2000-01-30  Vadim ZeitlinwxDialog change (Show() completely rewritten, modal...
2000-01-29  Guillermo Rodrigue... Fixed for old gnuwin32
2000-01-29  Vadim Zeitlin1. small changes to wxProgressDialog to make it more...
2000-01-26  Vadim Zeitlinthese aren't being used any more
2000-01-26  Vadim ZeitlinwxDC::Blit() ignores useMask if there is no mask instea...
next