]> git.saurik.com Git - wxWidgets.git/history - src/msw
Added wxView::OnClosingDocument so the application can do
[wxWidgets.git] / src / msw /
2002-07-12  Robin DunnAllow wxComboBox to get key events for ENTER with wxPRO...
2002-07-09  Vadim Zeitlinadded ENDSCROLL event (patch 576176)
2002-07-09  Vadim Zeitlinthe handling of Home/End in wxScrollBar was reversed...
2002-07-09  Vadim Zeitlinautomatically initialize m_cRef to 0 (patch 575011...
2002-07-08  Julian SmartAdded space under label since it was too close to first...
2002-07-07  Ron LeeUpdate Layout more correctly in DoSetVirtualSize.
2002-07-07  Ron Leeput wx/app.h back though, for people without precompile...
2002-07-06  Mattia BarbonFix MinGW compilation in some corner cases
2002-07-05  Mattia BarbonFix some GCC 3.1 compilation warnings
2002-07-05  Julian SmartAdded wxRadioButton::MSWWindowProc to reset m_focusJust...
2002-07-05  Vadim Zeitlinremoved unneeded inclusion of wx/wx.h
2002-07-04  Vadim Zeitlinargh, last compilation fix had a typo, fixed now
2002-07-04  Vadim Zeitlinundid the patches which shouldn't (IMHO) have been...
2002-07-04  Vadim Zeitlinold mingw32 compilation fix
2002-07-04  Julian SmartApplied patch from Mark Armstrong <marka@availsolutions...
2002-07-04  Julian SmartApplied patch from Mark Armstrong <marka@availsolutions...
2002-07-04  Julian SmartApplied patch from Mark Armstrong <marka@availsolutions...
2002-07-03  Mattia BarbonUpdated Makefiles for MinGW GCC 3.1
2002-07-03  Robin DunnMade wxBU_EXACTFIT work as documented instead of being...
2002-07-02  Mattia BarbonAllow compiling when _WIN32_IE < 0x300
2002-07-02  Chris ElliottUNC fix to directory path
2002-07-01  Robin DunnFixed "different linkage" compile error
2002-06-30  Ron Leeadded export decls for MSW.
2002-06-28  Robin DunnReturn more items in wxListCtrl::GetColumn.
2002-06-27  Vadim Zeitlinstreamlined WM_NOTIFY processing code fixing a bug...
2002-06-26  Julian SmartEliminate flashing when writing text, by clearing inste...
2002-06-26  Václav Slavíkcompilation fix (wxUniv/MSW)
2002-06-26  Vadim Zeitlinpropgate WS_EX_CONTROLPARENT recursively upwards, not...
2002-06-24  Václav Slavíkadded QS_ALLPOSTMESSAGE
2002-06-24  Vadim Zeitlinold mingw32 compilation fix
2002-06-23  Julian SmartApplied patch [ 546335 ] Added Automation types and...
2002-06-21  Robin DunnRefactored my last change a bit and applied it in anoth...
2002-06-21  Robin DunnThis fixes a crash that would happen when DeleteAllItem...
2002-06-20  Vadim Zeitlinfixed compilation with CW8 (SF patch 567845) and also...
2002-06-20  Vadim ZeitlinwxThread::Delete() doesn't wait until the next event...
2002-06-20  Vadim Zeitlinfixed setting tooltips for slider by moving the code...
2002-06-18  Vadim Zeitlinremoved SetFocus() call in WM_LBUTTONDOWN handler once...
2002-06-18  Vadim Zeitlinrichedit 1.0 controls now send the left up event
2002-06-17  Chris Elliottpatch fixing b32 makefile (sourceforge Bugs item #566439)
2002-06-16  Mattia BarbonRecent w32api have FONTENUMPROC; this also fixes GCC 3.1
2002-06-15  Vadim Zeitlinargh, another IsDialogMessage() fix: we still need...
2002-06-15  Vadim Zeitlinfix for dialog navigation in the modal dialogs: do...
2002-06-15  Vadim Zeitlinchanged WM_GETDLGCODE handling so that all windows...
2002-06-15  Vadim Zeitlinremoved unused wxWindow::m_doubleClickAllowed field
2002-06-14  Vadim Zeitlindon't use WS_EX_CONTOLPARENT with the top level windows...
2002-06-14  Vadim Zeitlincompilation fixes for wxUniv (moved wxDlgProc back...
2002-06-14  Vadim Zeitlincompilation fix for !USE_PCH (patch 569132)
2002-06-14  Chris Elliottmake file for wxUniversal and Borland/MSW
2002-06-13  Vadim Zeitlinfixed problems with hanging inside IsDialogMessage...
2002-06-13  Vadim Zeitlinsuppress an assert when a combobox receives WM_KILLFOCU...
2002-06-13  Vadim Zeitlinblind fix for latest mingw32 3.1
2002-06-13  Vadim Zeitlinmoved OnActivate() logic from wxFrame to wxDialog ...
2002-06-12  Vadim Zeitlinadded wxGetProcessId()
2002-06-12  Vadim Zeitlinuse AF_INET instead of PF_INET in wxGetFullHostName
2002-06-11  Julian SmartInitialise font family when initializing from native...
2002-06-09  Mattia BarbonUpdate taskbar.h to use DECLARE/DEFINE_EVENT_TYPE;...
2002-06-08  Vadim Zeitlinreenabled WS_EX_CONTROLPARENT style together with a...
2002-06-08  Julian SmartUse standard IDC_HELP cursor instead of oversize custom...
2002-06-08  Vadim Zeitlincompilation fix (for !PCH)
2002-06-07  Vadim Zeitlinoops, compilation fix
2002-06-07  Vadim Zeitlinpatch 562893: bug in dll makefile.b32
2002-06-07  Vadim Zeitlindon't include winsock.h directly, this doesn't work...
2002-06-07  Vadim Zeitlinfixed text ctrl tooltips (patch 562210)
2002-06-07  Vadim Zeitlinfix tree icon refresh after collapsing a branch (patch...
2002-06-07  Robin DunnPatch #565656, fix for compilers without precomp headers
2002-06-06  Vadim ZeitlinwxMutex changes (explicitly specify the type), return...
2002-06-05  Vadim Zeitlinreverted wxPopupWindow implementation to the original...
2002-06-05  Vadim Zeitlinbring the parent of a wxFRAME_FLOAT_ON_PARENT frame...
2002-06-05  Robin DunnGive wxMSW's wxDirDialog support for wxDD_NEW_DIR_BUTTON
2002-06-04  Vadim Zeitlinundid WS_EX_CONTROLPARENT change -- I recall now why...
2002-06-03  Vadim Zeitlinuse WS_EX_CONTROLPARENT to ensure correct Alt-mnemonic...
2002-05-30  Vadim Zeitlinremoved some duplicate code, no real changes
2002-05-26  Vadim Zeitlinset the id in wxMouseEvent (bug 484245)
2002-05-26  Vadim Zeitlinadd full 32 bit range support to wxSpinButton/Ctrl
2002-05-26  Vadim Zeitlinset the focus to the first control in the dialog when...
2002-05-26  Vadim Zeitlinfix for the crash when pressing TAB in the edit control...
2002-05-25  Vadim Zeitlinchanges to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles...
2002-05-25  Vadim Zeitlinfixed calling Union() or Offset() on a previously Clear...
2002-05-25  Vadim Zeitlinprevent the parent window from losing activation when...
2002-05-23  Vadim Zeitlinpopup windows wre not using TOPMOST style under wxUniv...
2002-05-23  Vadim ZeitlinwxUniv compilation fixes (patch 559620)
2002-05-22  Vadim Zeitlinmingw/cygwin compilation fix (patch 556157)
2002-05-17  Vadim Zeitlinmade SetItemText() work for the item which we're about...
2002-05-16  Vadim Zeitlinfixed the selection rectangle drawing (was off by 1)
2002-05-16  Vadim Zeitlinuse the menu item text, not label, in the owner drawn...
2002-05-16  Vadim Zeitlinfixed wrong array index in UuidToCForm
2002-05-12  Vadim Zeitlinfixed bug with using wrong interval (-1) when restartin...
2002-05-12  Vadim Zeitlinfixed wxFontDialog API: accept const ref instead of...
2002-05-12  Julian SmartFixed mouse handling for captured windows
2002-05-11  Vadim Zeitlinadded a comment about the default button handling
2002-05-11  Vadim Zeitlindon't treat Enter always as Tab, just for the text...
2002-05-11  Vadim Zeitlinchanged the handling of the default buttons to be more...
2002-05-09  Vadim Zeitlindon't put the windows created with y or height of ...
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2002-05-09  Vadim Zeitlinfixed list item attributes when inserting/deleting...
2002-05-09  Vadim Zeitlingenerate the mouse click events for the static controls
2002-05-08  Vadim Zeitlinadded missing wxListItem copy ctor to wxMSW, moved...
2002-05-08  Vadim Zeitlincompilation fix for wxObject NO_COPY
2002-05-08  Julian SmartAdded Ok() member for print data, print dialog, page...
2002-05-08  Vadim Zeitlinadded missing header for not PCH case
next