]> git.saurik.com Git - wxWidgets.git/history - src/msw
fixed (?) mingw32/cygwin compilation
[wxWidgets.git] / src / msw /
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
2000-12-20  Vadim Zeitlin2nd part of wxRegConfig fix
2000-12-20  Vadim Zeitlinfix to GetAllCommands ret value
2000-12-20  George TaskerFixed bug where if the style included wxFRAME_NO_TASKBA...
2000-12-20  Vadim Zeitlinfix for wxRegConfig::GetNextGroup
2000-12-20  Vadim Zeitlincompilation fix for !PCH
2000-12-20  Vadim Zeitlinmerged fix from 2.2 branch
2000-12-20  Vadim Zeitlinwarning fixed
2000-12-18  Vadim Zeitlincompilation fixes for wxMSW
2000-12-18  Vadim ZeitlinwxMimeTypesManager now supports creating associations...
2000-12-18  Vadim Zeitlinapplied wxNativeFontInfo patch from Derry Bryson (with...
2000-12-16  Vadim Zeitlincheck the first radio button in a group
2000-12-14  Vadim Zeitlin*really* fixed problem with window menu translation
2000-12-13  Vadim Zeitlinpatch for not calling wxEntryCleanup() from a DLL applied
2000-12-13  Vadim Zeitlinfix for MSWDetachWindowMenu when "&Window" string is...
2000-12-12  Vadim Zeitlinmerged fix from 2.2 branch
2000-12-10  Vadim Zeitlinmerged in the small changes from the 2.2 branch
2000-12-01  Vadim Zeitlinfix for assert failure when deleting tree ctrl in-place...
2000-12-01  Vadim Zeitlinfix for enter processing of owner-drawn buttons
2000-11-27  Vadim ZeitlinwxSetEnv for Win32 (now seems to work)
2000-11-26  Vadim ZeitlinwxSetEnv for Win32 (doesn't really work)
2000-11-25  Václav Slavíkadded wxFrame::IsMDIChild() (msw only, protected)
2000-11-25  Václav Slavíkapplied (part of) Alexey Leko's patch
2000-11-24  Vadim Zeitlin1. added wxGTK::wxToolBar::SetToolShortHelp() and test...
2000-11-21  Vadim Zeitlinfixed wxTextCtrl::GetValue() bug for empty richedit...
2000-11-21  Vadim Zeitlinfixed bug with Broadcast() not waking up all threads...
2000-11-20  George TaskerFixed the wxDirExists() function so that if asked about...
2000-11-12  Julian SmartMinor tweaks
2000-11-10  Vadim Zeitlinapplied patches from Mike Oliver <oliver@math.ucla...
2000-11-03  Vadim Zeitlinregenerated
2000-10-30  Vadim Zeitlinfixes from the 2.2 branch
2000-10-26  Vadim Zeitlinreplaced ++/-- with InterlockedInc/Decrement for access...
2000-10-19  Vadim Zeitlin1. some more tests in console
2000-10-19  Vadim Zeitlinset more event object fields for lbox dbl click events
2000-10-18  Vadim Zeitlincrash due to missing break before WM_HELP handler fixed
2000-10-14  Vadim Zeitlinfixed false alert in wxRegKey::DeleteSelf
2000-10-14  Vadim Zeitlinoops, removed the fix from the main branch which I...
2000-10-13  Julian SmartDoc/distribution script mods
2000-10-12  Vadim Zeitlinadded QueryRawValue() to wxRegKey and test code for...
2000-10-12  Vadim Zeitlinfix for assert when setting tooltip for a readonly...
2000-10-11  Vadim Zeitlinadded (MSW/GTK) and documented new frame and dialog...
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-10-10  Vadim Zeitlinfixed MDI accel bug, more tests for it in the sample
2000-10-10  Vadim Zeitlinattempts at making modal dialogs without parent work...
2000-10-10  Vadim Zeitlinmake msg boxes without parent owned by top level app...
2000-10-08  Vadim ZeitlinwxFileDialog changed to use (new) wxCHANGE_DIR flag...
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-10-04  Julian SmartRemoved wxWS_EX_NO_AUTOFOCUS (use AcceptsFocus instead)
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
2000-09-28  Václav Slavíkadded wxListCtrl::AssignImageList
2000-09-28  Václav Slavíkadded wxTreeCtrl::AssignImageList
2000-09-28  Václav Slavíkadded wxNotebook::AssingImageList
2000-09-25  Julian SmartEnabled context-sensitive help for wxRadioBox
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-12  Julian SmartMinor mods
2000-09-12  Vadim Zeitlin1. removed 'B' flag from treebase.cpp and regenerated...
2000-09-12  Julian SmartAdded wxHelpControllerHelpProvider, added DisplayContex...
2000-09-10  Vadim ZeitlinwxTipWindow added and is now used by wxSimpleHelpProvider
2000-09-10  Julian Smart#ifdefs for WIN16
2000-09-08  Julian SmartFixed non-recognition of wxLIST_MASK_IMAGE flags.
2000-09-08  Julian SmartAdded dcclient.h
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-08  Julian SmartPut wxContextHelp into cshelp.h/cpp, added wxContextHel...
2000-09-07  Julian SmartAdded comment to old wxGetMousePosition
2000-09-07  Julian SmartUsed GetCursorPos for new wxGetMousePosition implementation
2000-09-07  Julian SmartMade wxContextHelp implementation generic and added...
2000-09-06  David Websterfix to OWNER_DRAWN assert in listbox
2000-09-06  Julian SmartDialogs can now show a question mark for context-sensit...
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
next