]> git.saurik.com Git - wxWidgets.git/history - src/msw
Added new dynamic loading classes. (which handle proper
[wxWidgets.git] / src / msw /
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
2001-12-02  George TaskerFixed incorrect deletion of hPalette if the call to...
2001-12-02  Vadim Zeitlinmore fixes to target window scrolling
2001-12-02  Vadim Zeitlinfixed stupid bug which prevented automatic encoding...
2001-12-02  Vadim Zeitlinalways use HWND first in WM_COMMAND handler to avoid...
2001-12-01  Robin DunnAdded a dependency for setup.h so it will be copied...
2001-12-01  Julian SmartAttempted to fix splittree problem by not pushing event...
2001-11-30  Vadim Zeitlinadded wxWS_EX_TRANSIENT, added code for handling it...
2001-11-30  Vadim Zeitlincorrected InternetGetConnectedState() prototype
2001-11-30  Vadim Zeitlinset app name to argv[0] by default, as was done before
2001-11-30  Julian SmartFixed bug in wxConvertDIBToBitmap (contributed)
2001-11-29  Julian SmartDon't convert args if NULL
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-28  Vadim Zeitlinblind fix for iconizing/restoring hidden child frames bug
2001-11-25  Vadim Zeitlinadded wxCmdLineParser::ConvertStringToArgs(), wxApp...
2001-11-25  Vadim Zeitlinfixed VC++ warning
2001-11-25  Vadim Zeitlincentre on screen the dialogs without epxlicit position
2001-11-25  Vadim Zeitlinadded wxCHANGE_DIR flag support to wxMSW implementation
2001-11-25  Vadim Zeitlinand now fixes for compilation with wxUSE_PALETTE=1
2001-11-25  Vadim ZeitlinwxUniv compilation fixes
2001-11-25  Vadim Zeitlinfixes for compilation with wxUSE_PALETTE=0
2001-11-23  Vadim Zeitlinfixed UMR (patch #484863)
2001-11-22  George TaskerFixed coding of a switch statement that had RETURN...
2001-11-22  Vadim Zeitlinminor flicker reduction in the virtual list ctrl
2001-11-21  Vadim Zeitlinfixed wxDropFilesEvent dtor, added copy ctor and implem...
2001-11-21  Vadim Zeitlinfixed wxTaskBarIcon compilation
2001-11-21  Vadim Zeitlin1. restored wxEvent::operator=()
2001-11-20  Václav Slavíkfixes for wxBase RPM
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-11-20  Vadim Zeitlinfix for my old mingw32 cross-compiler
2001-11-20  Vadim Zeitlinfixed erroneous debug error message
2001-11-19  Mattia BarbonFixed Cygwin crash on toolbar tooltip
2001-11-19  Mattia BarbonAdded HANGUL_CHARSET for MSVC5
2001-11-18  Vadim Zeitlinfixes for programmatically deleting the find/replace...
2001-11-18  Ron LeeRemoved include/wx/setup.h from filelist.txt -- Needed...
2001-11-17  Václav Slavíkregenerated makefiles
2001-11-17  Ron Leecast away a couple of warnings and added *.inc to the...
2001-11-17  Vadim Zeitlinimplemented EVT_LIST_ITEM_FOCUSED() for Win32 wxListCtrl
2001-11-16  Vadim Zeitlinadded wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme...
2001-11-16  Vadim Zeitlincompilation warning fix
2001-11-15  Vadim Zeitlinmoved EnableCloseButton() from wxialog to wxTLW
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-11-14  Robin DunnGetSelection --> GetStringSelection
2001-11-14  Vadim Zeitlinadded wxTextCtrl::GetSelection() returning a wxString...
2001-11-14  Vadim Zeitlinfixed wxFrame::IconizeChildFrames() bug which would...
2001-11-11  Vadim Zeitlinfixed key event code for ASCII keys in wxListCtrl
2001-11-11  Vadim Zeitlinfixed bug with creating status bar with more than 1...
2001-11-11  Vadim Zeitlinbug fix for using multiline string (i.e. with embedded...
2001-11-11  Vadim Zeitlinfixed minor combobox bug: GetValue() reported wrong...
2001-11-09  Vadim Zeitlinremoved code (re)setting the camera from wxGLCanvas...
2001-11-09  Vadim Zeitlinapplied DBCS patch
2001-11-08  Mattia BarbonLast correction for makefile.g95: win32 mkdir does...
2001-11-08  Ron Leeapplied the bit's of #473508 that were still relevant...
2001-11-06  Mattia Barbon* Fixed wxStaticBitmap::SetBitmap so that it does not...
2001-11-03  Robin DunnEnabled wxPostscriptDC to be used in wxMSW, if wxUSE_PO...
2001-11-03  Vadim Zeitlindon't send fictious menu events when another WM_COMMAND...
2001-11-02  Vadim Zeitlinapplied patch to make wxGLCanvas derive from wxWindow...
2001-11-02  Robin DunnCreate the directories fo rthe .pch, etc. files if...
2001-11-02  Vadim Zeitlinreplaced wxList for storing HWND <-> wxWindow with...
2001-11-02  Vadim Zeitlinignore the border flags for the toolbar
2001-11-02  Vadim ZeitlinBC++ compilation fix
2001-10-30  Václav Slavíkchanged wxSystemSettings::HasFrameDecorations to more...
2001-10-30  Mattia BarbonFixed wxMask::Create(bitmap,colour)
2001-10-30  Vadim Zeitlinapplied wxDirSelector() patch and regenerated the makef...
2001-10-30  Vadim Zeitlinadded wx/platform.h to the list of files and regenerate...
2001-10-30  Vadim Zeitlinapplied Watcom thread patches and made thread entry...
2001-10-27  Václav Slavíkadded msw/gccpriv.h and others to headers list
2001-10-27  Václav Slavíkapplied wxListCtrl label editing patch
2001-10-27  Vadim Zeitlinfixed wxNotebook bg colour
2001-10-27  Vadim Zeitlindon't make the dialogs appear in the taskbar
2001-10-27  Vadim Zeitlinposition the controls correctly in the vertical toolbars
2001-10-26  Robin DunnAdded wxDragLink
2001-10-24  Mattia BarbonRegenerated from filelist.txt
next