]> git.saurik.com Git - wxWidgets.git/history - src/msw
lost log.h fixed
[wxWidgets.git] / src / msw /
2002-08-30  Vadim Zeitlinadded wxSpinCtrl::SetSelection()
2002-08-30  Vadim Zeitlindisable children when the parent is disabled
2002-08-29  Vadim Zeitlinchanged wxExecute(char **) version to take wxChar **
2002-08-27  Mattia BarbonDon't get the string when the combobox returned CB_ERR...
2002-08-27  Vadim Zeitlinfixed bug in SetStyle() which wouldn't reset the slant...
2002-08-26  Guillermo Rodrigue... Fixed warnings due to use of %d for long int params...
2002-08-26  Guillermo Rodrigue... Removed compilation warnings (mostly mismatches between...
2002-08-23  Ron Leeremoved #include shlobj.h -- it breaks mingw32 wxBase...
2002-08-23  Vadim Zeitlincompilation fix for !WX_PRECOMP
2002-08-22  Vadim Zeitlinfixed default button handling: don't keep BS_DEFPUSHBUT...
2002-08-22  Vadim Zeitlinfix for wxComboBox flicker on create (patch 598891)
2002-08-22  Vadim Zeitlinsend event from Clear() for a simple text control,...
2002-08-22  Vadim Zeitlinreverted patch 598016 (removed MSWCreateControl() visib...
2002-08-22  Julian SmartApplied patch [ 598016 ] remove flicker during combo...
2002-08-20  Vadim Zeitlinadded wxCheckListBox::HitTest() (modified patch 594524)
2002-08-20  Vadim Zeitlinfixes for wxExecute() with IO redirection: wxStreamTemp...
2002-08-20  Julian SmartFixed compilo (default arg) in joystick constructor
2002-08-20  Julian SmartApplied patch [ 597700 ] Fix proposal for wxJoystick...
2002-08-20  Julian SmartApplied patch [ 597398 ] Generic MDI, wxNotebook based.
2002-08-20  Julian SmartReordered ClearCache calls as per Roger Chickering...
2002-08-16  Vadim Zeitlina better fix for notebook page not being refreshed...
2002-08-16  Robin DunnDon't send EVT_KILL_FOCUS when the window is in the...
2002-08-16  Julian SmartApplied patch [ 594416 ] MDI Previous Child
2002-08-16  Vadim ZeitlinwxCheckWindowWndProc() now checks for the original...
2002-08-16  Vadim Zeitlinchange the selection appropriately (and refresh it...
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-08-15  Vadim Zeitlinfixed a harmless warning (patch 595096) and added a...
2002-08-14  Robin DunnBugfix for wxListCtrl::GetColumn. It wasn't checking...
2002-08-14  Robin DunnFixed wxMSW's EVT_CHAR so it conforms to the docs and...
2002-08-08  Julian SmartApplied patch [ 592363 ] Owner Draw Round 2 fixes
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
next