]> git.saurik.com Git - wxWidgets.git/history - src/msw
New module def file.
[wxWidgets.git] / src / msw /
2002-01-24  Václav Slavíkadded dummy <style> handler in order to hide CSS code
2002-01-21  Vadim Zeitlincompilation fix for Borland (hopefully)
2002-01-21  Ron Leeadded missing header.
2002-01-21  Vadim Zeitlinadded an explicit accessor to query the default key...
2002-01-19  Vadim Zeitlinmaintaint the mouse capture stack in all ports, not...
2002-01-19  Vadim Zeitlinfixed compilation with wxUSE_WCHAR_T=0
2002-01-19  Vadim Zeitlinfixed GetDiskFreeSpaceEx calling convention (Markus...
2002-01-18  Vadim Zeitlindon't set WS_POPUP for all windows (fix for my last...
2002-01-17  Vadim Zeitlindon't generate clicked events when we just get the...
2002-01-17  Vadim Zeitlinfixed frame border styles (allow creating a friend...
2002-01-17  Václav Slavíkcompilation fix
2002-01-17  Václav Slavíkfixed to the IFF handler, moved into one file
2002-01-16  Robin DunnAdded wxThread::GetCurrentId(), which returns an ID...
2002-01-16  Robin DunnAdded wx/dirctrl.h to filelist.txt so it will get insta...
2002-01-15  George Taskerdummy(dll).obj is now created in wxWin/$D rather than...
2002-01-13  Vadim Zeitlin0. extracted toolbar colour mapping stuff to its own...
2002-01-13  Vadim Zeitlincompilation fix
2002-01-13  Vadim Zeitlinreally fixed toolbar mapping bug (finally, it was the...
2002-01-13  Vadim Zeitlinfixed toolbar mapping bug (optimizer bug?) in the relea...
2002-01-13  Vadim Zeitlinremoved MSWDetachWindowMenu() (part of the MDI change...
2002-01-13  Vadim Zeitlinfixed several resource leaks related to MDI menus
2002-01-13  Vadim Zeitlinfixed wxRichEditModule::Load(): should return an error...
2002-01-12  Vadim ZeitlinSetValue() doesn't call Clear()
2002-01-10  Vadim Zeitlinmoved toolbar adjustments for the client size from...
2002-01-09  Vadim Zeitlinadded, implemented, documented wxTE_RICH2 and wxTextCtr...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-07  Robin DunnClean up $(WXDIR)\$D too
2002-01-07  Vadim Zeitlinunfortunately the fuzzy colour comparison is really...
2002-01-06  Václav Slavíkcopyright update
2002-01-06  Václav Slavík1. fixed CR/LF mess (sorry)
2002-01-05  Robin DunnFixed gs_metricsMap so the constants line up correctly...
2002-01-05  Robin DunnAdded missing wxNativeFontInfo::GetFamily(). I think...
2002-01-05  Václav SlavíkMSLU fixes for RichEdit
2002-01-05  Václav SlavíkMSLU fixes
2002-01-05  Vadim Zeitlinfixed incorrect calls to SelectObject(hdc, NULL)
2002-01-05  Vadim Zeitlinfixed resource leak in CreateIconFromBitmap() (Dimitri)
2002-01-04  Julian SmartReversed breakage
2002-01-04  Julian SmartFixes for GNUPro 00r1
2002-01-04  Vadim Zeitlinfixed the dialog event table (bug #498611)
2002-01-04  Julian SmartCorrected (maybe) the object.h token syntax; corrected...
2002-01-03  Václav Slavíkfixed MSW makefiles
2002-01-03  Vadim Zeitlinmoved Watcom thread stack size fix from .h to the .cpp
2002-01-03  Ron LeeAdded (and documented :) optional stack size specificat...
2002-01-03  Vadim Zeitlinfixed SetInsertionPoint() for the rich text controls...
2002-01-03  Vadim Zeitlinsuppressed wrong debug error messages from SetFocus
2002-01-02  Vadim Zeitlinfixed NotMSW flag handling in the common files (now...
2002-01-01  Václav Slavíkregenerated makefiles (forgot to do it after changing...
2001-12-31  Vadim Zeitlinattemps to speed up wxToolBar::MapBitmap() - failed
2001-12-30  Vadim Zeitlin1. wxSystemSettings class API face lift: better names...
2001-12-30  Vadim Zeitlincompilation fixes for !wxUSE_FONTMAP
2001-12-30  Vadim Zeitlinfixed wxComboBox initial autosizing (patch 496702)
2001-12-30  Vadim ZeitlinwxFontEnumerator returns all fonts, not TrueType only
2001-12-29  Ron Leeremoved dependency on windows.h from dynload.h
2001-12-27  Václav Slavíkfixed another 2 instances of wxStrncpy bug
2001-12-27  Václav SlavíkIdiot I am; my previous commit certainly broke non...
2001-12-27  Václav Slavíkfix for unicode crashes by Dimitri
2001-12-25  Vadim Zeitlindon't make control dirty after a call to SetValue()
2001-12-24  Vadim ZeitlinDoSetClientSize() may take 4 iterations to set the...
2001-12-24  Vadim Zeitlinchanged the default font facename for the decorative...
2001-12-24  Vadim Zeitlincode clean up, avoid duplicating the same code in font...
2001-12-23  Vadim Zeitlinuse wxFontMapper when setting the encoding (fix to...
2001-12-23  Vadim Zeitlinfixed handling of the items with indirect data broken...
2001-12-23  Vadim Zeitlincreate masks even (slightly) faster
2001-12-23  Vadim Zeitlincompilation fixes
2001-12-23  Vadim Zeitlinsped up the mask creation by a factor of 40
2001-12-23  Vadim Zeitlinfixed sorting the items which have indirect data (i...
2001-12-22  Julian SmartMore tweaks to wxMicroWi
2001-12-22  Vadim ZeitlinwxFont can now raelly use the native fonts
2001-12-21  Julian SmartMore tinkering
2001-12-21  Julian SmartMicroWindows tweaks
2001-12-21  Julian SmartMicroWindows mods
2001-12-20  Ron Leemoved dynamic loader option checks to chkconf.h
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-12-19  Vadim Zeitlinsuppress some warnings appearing in the optimized build...
2001-12-19  Vadim Zeitlinfixed redraw problems in wxStaticText
2001-12-18  Vadim Zeitlincompilation fix for old mingw32
2001-12-17  Václav Slavíkcomment clarification
2001-12-17  Vadim Zeitlindon't use EM_STREAMIN at all in Unicode mode, it's...
2001-12-17  Václav Slavíkapplied patch that adds wxTR_FULL_ROW_HIGHLIGHT to...
2001-12-17  Václav Slavíkmaking wxMSW MSLU(unicows)-friendly
2001-12-15  Vadim Zeitlinfixed flicker in wxTreeCtrl::SetItemXXX()
2001-12-15  Václav Slavíkblind fix for Unicode compilation of wxTextCtrl/msw
2001-12-14  Vadim ZeitlinwxConfig clean up and bug fix for record defaults
2001-12-13  Ron LeeVadim, please check this, I think it's what you meant
2001-12-12  Vadim Zeitlinanother memory leak fixed
2001-12-09  Vadim Zeitlinfix for my old and broken mingw32 headers
2001-12-09  Julian SmartDefine SF_UNICODE if undefined
2001-12-09  Vadim Zeitlinfixed bug with the caret positioning after SetValue...
2001-12-09  Ron Leefix bogus VC 'for' scoping.
2001-12-09  Vadim Zeitlinfixed displaying text in non default charset in the...
2001-12-08  Václav Slavíkfixes for setup.h handling in Watcom makefiles
2001-12-08  Václav Slavíkcompilation fix for Watcom C++
2001-12-08  Vadim Zeitlinfixed bugs with setting the client size when the differ...
2001-12-08  Vadim Zeitlin1. don't emulate OFN_OVERWRITEPROMPT, use the real...
2001-12-08  Vadim Zeitlinfixes for handling WM_SYSCOLORCHANGE - now seems to...
2001-12-07  Vadim Zeitlindon't crash in wxGetWindowXXX() if HWND is 0
2001-12-04  Mattia BarbonFix for very old w32api
2001-12-04  Julian SmartTried to fix makefile.g95
2001-12-04  Julian SmartIfdefed out code that wouldn't compile with Mingw32...
2001-12-04  Vadim Zeitlinfixed assert failure when removing a menu
next