]> git.saurik.com Git - wxWidgets.git/history - src/msw
Probably fixed wxBeginBusyCursor.
[wxWidgets.git] / src / msw /
2001-08-27  Vadim Zeitlinadded support for polygons to wxRegion
2001-08-27  Vadim Zeitlinfixed y position of the drop point in HandleDropFiles...
2001-08-25  Vadim Zeitlincompilation fix
2001-08-25  Vadim Zeitlinwarning fixes
2001-08-25  Vadim Zeitlinno changes
2001-08-25  Vadim Zeitlinfixed return value of HandleEndSession to return true...
2001-08-25  Vadim Zeitlinadded wxGetDiskSpace for Win/Unix
2001-08-24  Vadim Zeitlinfix for calling GetWindowLong(NULL hwnd)
2001-08-23  Vadim Zeitlinalways pass WM_DESTROY to DefWindowProc() - this fixes...
2001-08-23  Vadim Zeitlinfixes for rotated text drawing
2001-08-22  Vadim Zeitlinadded UnregisterWindowClasses() (patch 447443)
2001-08-22  Vadim Zeitlinminor clean up
2001-08-21  Julian SmartAdded Net library to contrib
2001-08-20  Vadim Zeitlinfixes for Raise() to work correctly with both top level...
2001-08-16  Vadim Zeitlinadded wxURLDataObject which unfortunately doesn't seem...
2001-08-15  Vadim Zeitlinfixed bug with loading standard icons
2001-08-15  Vadim Zeitlintraces of my debugging session, no real changes
2001-08-15  Vadim Zeitlinimplemented, tested and documented wxTextCtrl::SetMaxLe...
2001-08-15  Vadim Zeitlincompilation warning fix
2001-08-14  Robin DunnFixed the drawing of the HRules so they don't try to...
2001-08-14  Robin DunnFixed a bug so wxLC_VRULES works by itself.
2001-08-14  Robin DunnA fix for attribrute sorting, but it's still broken...
2001-08-14  Robin DunnMoved fix from 2.2 branch that allows the attributes...
2001-08-12  George TaskerReplaced 'erase' with $(RM) so that the default file...
2001-08-12  Václav Slavíkadded wxEventLoop::GetActive()
2001-08-08  Vadim Zeitlindrastically reduced flicker in RefreshItems
2001-08-07  Vadim Zeitlindon't process enter as tab, there are many controls...
2001-08-06  Vadim Zeitlinregenerated to include src/common/containr.cpp
2001-08-06  Vadim Zeitlinmoved knd handling logic from wxPanel to wxControlConta...
2001-08-05  Vadim Zeitlinfixed processing of the implicit wxTextCtrl accelerator...
2001-08-05  Vadim Zeitlinfixed kbd handling in wxFindReplaceDialog
2001-08-02  Vadim Zeitlincompilation fix
2001-08-02  Vadim Zeitlinapplied patch 446014 (misc mingw fixes from Mattia)
2001-08-02  Julian SmartRemoved memory leak
2001-08-02  Vadim Zeitlincompilation fix for cygwin/old mingw32 (patch 446700)
2001-08-02  Robin DunnDon't send a focus event if the window is a wxTextCtrl...
2001-08-02  Robin Dunnchanged Replace and Remove to always use EM_REPLACESEL...
2001-08-01  Vadim Zeitlinadded generic implementation and documentation for...
2001-08-01  Vadim ZeitlinVain attempts to make kbd navigation work inside find...
2001-07-31  Robin DunnFixed "Failed to set clipboard data. (error 1418: threa...
2001-07-31  Vadim Zeitlinstarted applying patch 410826
2001-07-31  Kendall BennettLatest updates from SciTech code tree including numerou...
2001-07-30  Vadim Zeitlin1. made ScrollLines/Pages return bool indicating if...
2001-07-29  Vadim Zeitlinimplemented ScrollLines/Pages; fixed bug in Thaw()
2001-07-29  Vadim Zeitlinadded ScrollLines/Pages
2001-07-29  Vadim Zeitlin1. added wxTE_AUTO_URL style and support for it under...
2001-07-29  Vadim Zeitlincompilation fix for recent commit
2001-07-29  Vadim Zeitlinadded Freeze/Thaw implementation for Windows
2001-07-27  Vadim Zeitlinmingw32/cygwin compilation fixes
2001-07-24  Vadim Zeitlincompilation warning fixed
2001-07-23  Vadim Zeitlindon't process VK_OEM_XXX key presses
2001-07-23  Vadim Zeitlinuse Windows standard icons instead of our own (patch...
2001-07-22  Vadim Zeitlincompilation fix for old broken Borland compiler
2001-07-22  Vadim Zeitlinbackported fix for proper tree ctrl refershing after...
2001-07-20  Vadim Zeitlinapplied numpad keys patch
2001-07-20  Vadim Zeitlinfilter out garbage Windows sends us via LVN_ODCACHEHINT
2001-07-20  Vadim Zeitlinadded EVT_LIST_COMMAND_CACHE_HINT, implemented it for...
2001-07-17  Julian SmartCorrection to icon index code
2001-07-17  Julian SmartAdded support for extracting icon using specified index
2001-07-17  Vadim Zeitlinadded wxOPEN/SAVE flags to wxDefaultFileSelector
2001-07-17  Vadim Zeitlindon't use static box as a parent
2001-07-17  Vadim Zeitlinrenamed wxDynamicThisCast to wxDynamicCastThis, removed...
2001-07-17  Robin DunnAdded rules to build the regex library from the main...
2001-07-14  Vadim Zeitlinbug fix to the recent wxConvertFromMSW change
2001-07-14  Vadim Zeitlinuse LVM_SETITEMSTATE instead of LVM_SETITEM for virtual...
2001-07-14  Vadim Zeitlinblind fix for clearing font attributes in SetStyle()
2001-07-14  Vadim Zeitlinremoved obsolete comment
2001-07-14  Vadim Zeitlinmerged NULL wxFrame parent HWND fix from 2.2 branch
2001-07-14  Vadim Zeitlinmerged MapBitmap() from 2.2 branch
2001-07-14  Robin DunnAdded RTTI macros to wxToolTip
2001-07-14  Vadim Zeitlinimplemented RefreshItem(s) under MSW
2001-07-14  Vadim Zeitlinfixed setting/attaching menubar
2001-07-13  Vadim Zeitlinregenerated the makefiles to include regex.cpp
2001-07-13  Julian SmartFixed typo in cache management code
2001-07-13  Vadim Zeitlinremoved incorrect 'static' keyword from var declarations
2001-07-12  Vadim Zeitlinfixed crash in wxRegion::Empty
2001-07-12  Vadim Zeitlinimplemented attributes support for native virtual list...
2001-07-12  Vadim Zeitlinmenu bar wasn't set properly internally after my previo...
2001-07-11  Julian SmartCompilo correction
2001-07-11  Julian SmartMade DC cacheing less obstrusive
2001-07-11  Julian SmartRemoved cacheing option
2001-07-11  Vadim Zeitlinadded support for item attributes in virtual list control
2001-07-11  Vadim Zeitlinmoved some headers inside #ifndef WX_PRECOMP
2001-07-11  Václav Slavíkmingw compilation fixes
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-09  Vadim Zeitlindetabified some more
2001-07-09  Vadim Zeitlindetabified
2001-07-09  Vadim Zeitlinset m_itemIndex in the list events for key down event too
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-07-09  Vadim Zeitlinsimplified RTTI chain: wxFrame base class is now direct...
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-07-07  Vadim Zeitlinapplied some minor patches from chuckm to wxListCtrl
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-07  Vadim Zeitlincheck for LVS_OWNERDATA availability at compile and...
2001-07-06  Julian SmartImplemented input disabling for disabled windows since...
2001-07-06  Julian SmartAdded WS_POPUP for MicroWindows dialogs
2001-07-05  Julian SmartMisc fixes, now menus are almost working on MicroWindows
2001-07-05  Julian SmartCorrected cleanwx target
2001-07-05  Vadim Zeitlinadded virtual listctrl support
next