]> git.saurik.com Git - wxWidgets.git/history - src/msw
OS/2 will not support a mini-frame
[wxWidgets.git] / src / msw /
2002-09-15  Vadim Zeitlincompilation fix for !MSVC
2002-09-14  Vadim Zeitlinwe do want arrows even in a read only text ctrl
2002-09-14  Vadim Zeitlinrecreate the toolbar entirely when its text/icons style...
2002-09-14  Vadim Zeitlinset size if it's initially == wxDefaultSize() in MSWCre...
2002-09-11  Robin DunnFixed some off-by-one and other issues with drawing...
2002-09-10  Julian SmartApplied patch [ 606713 ] Removes a warning from cygwin...
2002-09-09  Vadim Zeitlinremoved C++ comment
2002-09-08  Julian SmartAdded a note about bug in Mingw32 headers.
2002-09-08  Julian SmartAdded LV_ITEMA and used a #define for LV_ITEM to
2002-09-08  Vadim Zeitlincorrected wxShell() ret code
2002-09-08  Vadim Zeitlinfixed wxExecute() for console programs (process messags...
2002-09-07  Vadim Zeitlindon't overwrite the app name with argv[0] if it had...
2002-09-07  Vadim Zeitlinfix for handling TAB presses in readonly text controls
2002-09-06  Mattia BarbonFixed bug with SetValue on read-only combobox; don...
2002-09-06  Chris Elliottsmall bug fix for using multiple borland compilers
2002-09-05  Robin DunnAdded effects.h to filelist.txt so it will get installe...
2002-09-05  Julian SmartApplied patch [ 605188 ] Fix to draw 24 bit bitmaps
2002-09-05  Julian SmartApplied patch [ 605189 ] add edit cancel notify to...
2002-09-05  Robin DunnUse the iconIndex in the default case too.
2002-09-05  Julian SmartApplied patch [ 603858 ] wxTextCtrl text alignment...
2002-09-04  Vadim Zeitlinuse standard colour for the selected tree item text...
2002-09-04  Chris ElliottIntroducing wxBase for borland based on Michael Fieldin...
2002-09-03  Julian SmartChanged char* to wxChar*
2002-09-02  Chris ElliottMichael Fieldings patch 598106 applied in part
2002-09-02  Vadim Zeitlinsigned/unsigned comparison warning (and probably even...
2002-09-02  Vadim Zeitlinchoose implicit parent for the dialog boxes better...
2002-09-01  Ron Leeoops, make it build with wxbase too.
2002-09-01  Ron Leeadded missing #include frame.h for mingw(3.2) build.
2002-09-01  Julian SmartClean up string table before uninitializing DDEML
2002-09-01  Julian SmartApplied patch [ 600051 ] DDE and TCP improvements and...
2002-08-31  Vadim Zeitlinimplemented a dirty hack allowing us to keep activation...
2002-08-31  Vadim Zeitlindon't disable top level windows recursively
2002-08-31  Julian SmartApplied patch [ 599043 ] fix for wxTreeCtrl/MSW right...
2002-08-30  Vadim Zeitlindon't eat Shift-Ctrl-[XCV] keys
2002-08-30  Julian SmartMods for Wine compilation
2002-08-30  Vadim Zeitlindon't disable top level children in parents Enable()
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...
next