]> git.saurik.com Git - wxWidgets.git/history - src/msw
Fix some bugs
[wxWidgets.git] / src / msw /
2004-07-29  David ElliottCopied from src/msw/gsocket.c revision 1.61
2004-07-29  David ElliottApplied gsockmsw.c 1.20 to 1.25 changes
2004-07-28  David ElliottwxWindowMSW::OnInitDialog is only implemented for WinCE
2004-07-28  Julian SmartWorked around static box opaqueness problem on WinCE...
2004-07-28  Vadim Zeitlinremoved GSocket_[Un]Streamed
2004-07-27  Julian SmartUnder WinCE, we need to send the groupbox z position...
2004-07-27  Włodzimierz SkibaMissing DMC OFN_* values.
2004-07-26  Julian SmartOFN_ENABLESIZING not appropriate for WinCE
2004-07-25  Vadim Zeitlinimplemented moving the dialog (patch 996448)
2004-07-25  Vadim Zeitlinadded status bar fields styles support (patch 988292)
2004-07-25  Vadim Zeitlinsupport for alpha channel in toolbars (patch 949843)
2004-07-25  Vadim Zeitlincheck better before overwriting files (patch 951868)
2004-07-25  Vadim Zeitlindon't set SO_REUSEADDR by default; added GSocket_SetReu...
2004-07-25  Vadim Zeitlinfixed Freeze/Thaw() for wxCombobox (patch 925808)
2004-07-25  Vadim Zeitlinuse BS_RIGHT for right-aligned controls (patch 945460)
2004-07-25  Vadim Zeitlinbasic UDP support (patch 835128)
2004-07-23  Vadim Zeitlindon't modify all wxBitmaps sharing the same wxBitmapRef...
2004-07-23  Vadim Zeitlinimplement HitTest(pos) variant and not HitTest(x, y...
2004-07-23  Włodzimierz SkibaCorrect definition of sorting function.
2004-07-22  Robin DunnAlso don't send set focus events when the window is...
2004-07-22  Vadim Zeitlinreimplemented wxBitmap::ConvertToImage() using wxDIB
2004-07-22  Vadim Zeitlinadded wxDIB(HBITMAP) ctor and corresponding Create...
2004-07-22  Robin Dunn39 items is awfully big
2004-07-21  Robin DunnCall CreateControl instead of CreateBase
2004-07-21  Vadim Zeitlincreate the disabled button brush if we're not using...
2004-07-21  Vadim Zeitlinput the write end of the pipe in non blocking mode...
2004-07-20  Vadim Zeitlindon't suppose that all 32bpp DIBs have alpha, this...
2004-07-20  Włodzimierz SkibaWinCE fixes.
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-19  Włodzimierz SkibaFixed typo.
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-07-16  Włodzimierz SkibaFixes to warnings about assigning unused values.
2004-07-16  Roger Gammans * add documentation for wxMemoryBuffer
2004-07-16  Robin DunnPass pos and size to MSWCreateControl so the initial...
2004-07-15  Robin Dunnfixed typo in a comment
2004-07-15  Włodzimierz SkibaLimited setup.h warning fix.
2004-07-13  Włodzimierz SkibaWinCE fixes.
2004-07-12  Włodzimierz SkibaWarning fix for assignment of unused value.
2004-07-09  Vadim Zeitlininclude wx/dynlib.h, not wx/dynload.h, we don't need...
2004-07-04  Vadim Zeitlintypo/spelling fixes (patch 983448)
2004-07-03  Robin DunnInvalidate notebook best size when pages are added...
2004-07-02  Václav SlavíkwxTaskBarIconBase event handlers were never called...
2004-07-02  Václav SlavíkBCC compilation fix
2004-07-01  Vadim Zeitlincall InheritAttributes() during creation
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-07-01  Vadim Zeitlinfont inheritance fixes (patch 983251)
2004-06-30  Vadim Zeitlinmade GetTextExtent() work correctly with NULL theFont...
2004-06-30  Vadim Zeitlindon't use &this->GetFont(), this is _not_ valid C+...
2004-06-29  Robin Dunnremoved some commented out code that should have been...
2004-06-29  Robin Dunnminsize and attribute tweaks
2004-06-29  Robin DunnA little better failure message
2004-06-26  Vadim Zeitlinadded and documented wxKeyEvent::GetUnicodeKey(); made...
2004-06-24  Robin Dunn* Implemented BestSize cache
2004-06-24  Václav Slavíkfixed warnings after GetFont prototype change
2004-06-24  Václav Slavíkreverted previous commit: the _real_ bug was already...
2004-06-24  Robin Dunnwork around a bug in TabCtrl_AdjustRect which will...
2004-06-24  Robin Dunnremoved a SetFont(parent->GetFont())
2004-06-23  Dimitri Schoolwerthfixed bug #976725: "RETURN closes dialog instead of...
2004-06-23  Vadim Zeitlinuse ES_AUTOHSCROLL for multiline controls as well ...
2004-06-23  Václav Slavíkdefault colours are not stored in m_fore/backgroundColo...
2004-06-23  Václav SlavíkGetFont doesn't return reference anymore
2004-06-23  Włodzimierz SkibaShortcuts for avoiding #ifdef __SMARTPHONE__ conditions.
2004-06-23  Julian SmartFont correction
2004-06-22  Vadim Zeitlinfixed assertion failure if Ok or Cancel button is click...
2004-06-22  Włodzimierz SkibawxParseWildcard renamed to wxParseCommonDialogsFilter...
2004-06-22  Włodzimierz SkibaConditional compilation fix.
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-21  Vadim Zeitlinremoved asserts to suppress gcc 3.4 warnings about...
2004-06-21  Václav SlavíkwxClipboard changes compilation fixes
2004-06-21  Włodzimierz SkibaDifferent default buttons for native menubars on Smartp...
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-18  Włodzimierz SkibaWarning fixes for WinCE.
2004-06-18  Włodzimierz SkibaFlatening menu for Smartphones when menubar has only...
2004-06-17  Robin Dunnoops, forgot to remove a bit of test code
2004-06-17  Robin DunnUse GetBackgroundColour in the default OnEraseBackgroun...
2004-06-16  Václav Slavíkfixed missing NO_GCC_PRAGMA
2004-06-16  Włodzimierz SkibaSmartphone menus.
2004-06-16  Włodzimierz SkibaWarning fixes for WinCE.
2004-06-15  Julian SmartNavigate corrections
2004-06-15  Julian SmartWith wxTE_PROCESS_TAB, tabs are now inserted in the...
2004-06-15  Robin DunnAdd DoGetBestSize to wxCheckListBox that adds room...
2004-06-13  Julian SmartSmall WinCE symbol fixes
2004-06-12  Robert Roebling Applied new master define for CommandBar vs. PocketPC...
2004-06-11  Robert Roebling Compile fixes for HANDHELDPC
2004-06-10  Vadim Zeitlinopen more keys in read only mode if we need to only...
2004-06-09  Vadim Zeitlincount the root item in wxTreeCtrl::GetCount()
2004-06-08  Julian SmartInclude wx/image.h
2004-06-05  Václav Slavíkcorrected EVT_TASKBAR_XXX macros to use wxTaskBarIconEvent
2004-06-04  Václav Slavíkchanged wxColourData default palette to NULL colours...
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-05-31  Włodzimierz SkibaRemoved condition of old Watcom times. Open Watcom...
2004-05-30  Dimitri Schoolwerthpartially applied patch #895170: "Building with minimal...
2004-05-29  Dimitri Schoolwerthapplied patch 961026: "Boundbox problem with rotated...
2004-05-29  Robin DunnTake character size into account when calculating buffe...
2004-05-28  Włodzimierz SkibaSimplified pen style conversion.
2004-05-27  Włodzimierz SkibaRemoved condition of old Watcom times. Open Watcom...
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
2004-05-27  Julian SmartFixes for Standard WinCE SDK
2004-05-26  Julian SmartReverted config/resource name change
2004-05-25  Robin DunnFix for bug# 956875. Added some wxCHECK's to MSW's...
next