]> git.saurik.com Git - wxWidgets.git/history - src/msw
Font fix for OS/2 common control creation
[wxWidgets.git] / src / msw /
2002-08-04  Julian SmartApplied patch from Benjamin Williams to improve
2002-07-31  Mattia BarbonRegenerated files.lst after addition of listbase.h
2002-07-29  Mattia Barbonw32api 2.0 will have shlwapi.h
2002-07-29  Ron LeeThe world should not end if a server has no peer. ...
2002-07-27  Ron Leeminus one show stopper typo and a couple of warnings...
2002-07-26  Julian SmartDon't fail to register remaining window classes if
2002-07-25  Robin DunnAdded wxUSE_RICHEDIT to match usage in header
2002-07-24  Mattia BarbonUpdated Makefiles for all but Motif; there is either...
2002-07-21  Vadim Zeitlindefault style now applies to the text entered by the...
2002-07-21  Vadim Zeitlinfixed a compilation warning
2002-07-21  Vadim Zeitlin1. more consistency in wxTree/ListEvent methods naming...
2002-07-21  Vadim Zeitlindon't cache the result of IsAlwaysConnected() and don...
2002-07-21  Vadim Zeitlinreverted Chris' MSW additions patch (we should use...
2002-07-19  Julian SmartApplied patch [ 573644 ] wxDisplay for Mac (again)
2002-07-17  Vadim ZeitlinwxSTAY_ON_TOP support in wxMessageBox (patch 581826)
2002-07-15  Robin DunnIcons fetched from wxMimeTypesManager did not get the...
2002-07-15  Robin DunnPatch #581167
2002-07-15  Chris Elliottsingle instance checker addition for MSW
2002-07-14  Vadim Zeitlinlet the DefWindowProc() process messages sent to RAS...
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)
next