]> git.saurik.com Git - wxWidgets.git/history - src/msw
Missing include.
[wxWidgets.git] / src / msw /
2004-08-25  Václav SlavíkWXDLLEXPORT fixes
2004-08-24  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-08-23  Włodzimierz SkibaWinCE warning fixes.
2004-08-23  Włodzimierz SkibaNative SmartPhone wxChoice implementation.
2004-08-20  Włodzimierz SkibaRemoved obsolete (Open) Watcom conditions.
2004-08-20  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxDefaultCoord, TRUE...
2004-08-19  Włodzimierz SkibaSource cleaning: whitespaces,-1/wxID_ANY,TRUE/true...
2004-08-18  Włodzimierz SkibawxApp::GetComCtl32Version seems possible and works...
2004-08-18  Włodzimierz SkibaSource cleaning.
2004-08-18  Włodzimierz SkibaFix for the undocumented holes in spiner sizes.
2004-08-16  Włodzimierz SkibaTRUE/true, FALSE/false, whitespace cleaning.
2004-08-11  Włodzimierz SkibaWarning fixes, source cleaning.
2004-08-11  Václav Slavíkreverted my last change, pch problem is deeper and...
2004-08-10  Václav Slavíkdon't use precompiled headers for gsocket code
2004-08-09  Włodzimierz SkibaFixed bug with truncation of Unicode data in wxConnecti...
2004-08-08  David ElliottUse bool instead of int. Replace TRUE/FALSE with true...
2004-08-08  David ElliottRemoved incorrect struct qualifier from GSocketGUIFunct...
2004-08-07  Robin DunnHide the page before adjusting its size, otherwise...
2004-08-06  David ElliottUse delete foo; instead of GSocket_destroy(foo);
2004-08-05  David ElliottRemoved unneeded GSocket files
2004-08-05  Włodzimierz SkibaPeparation for native Smartphone controls based on...
2004-08-05  Włodzimierz SkibaUnused parameters markup.
2004-08-04  Włodzimierz SkibaBlind fix to precompiled headers verified by author...
2004-08-03  Włodzimierz SkibaWinCE warning fixes.
2004-08-03  David Elliott* Made GSocket::GetError() exp/imp from net library...
2004-08-03  David ElliottReal C++(ish) code
2004-08-02  Julian SmartFix for toolbar workaround (mustn't set flag unless...
2004-08-01  Julian SmartFix by George Wismer to get flat toolbars under Windows...
2004-07-31  Julian SmartFixed wxTextCtrl::SetMaxLength for rich edit controls
2004-07-31  Vadim Zeitlinfixed passing wxCharBuffer to a vararg function (part...
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-07-30  Włodzimierz SkibaConditional compilation fix.
2004-07-29  Vadim Zeitlinfix for assert when copying bitmap in CloneRefData()
2004-07-29  Julian SmartCheckbox needs an extra pixel in height on WinCE
2004-07-29  David ElliottC/C++ differences
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...
next