]> git.saurik.com Git - wxWidgets.git/history - src/msw
Initial revision
[wxWidgets.git] / src / msw /
2004-04-25  Robin Dunnsilence a bogus error message
2004-04-21  Václav Slavíkapplied patch 939076: __SMARTPHONE__ define
2004-04-21  Vadim Zeitlinfixed #if in Create(); don't use wxModelessWindows...
2004-04-21  Vadim Zeitlinreally fixed crash with strange HDN_GETDISPINFOWs under XP
2004-04-21  Vadim Zeitlinfixed recent modeless dialog breakage caused by removin...
2004-04-21  Vadim Zeitlinfixed unused variable warning
2004-04-20  Julian SmartDon't use wxUSE_POCKETPC_UI, determine appropriate...
2004-04-20  Julian SmartTest for SDK in use
2004-04-20  Julian SmartCompile fix for eVC++ 4 with PocketPC 2003
2004-04-19  Robert Roebling Code for single instance and bring-to-top under CE.
2004-04-19  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS==0
2004-04-18  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS==0
2004-04-18  Robert Roebling make spin control flat, too, under Win CE.
2004-04-18  Stefan Csomorbyte ordering changed to network ordering
2004-04-17  Robert Roebling Make text controls flat under CE.
2004-04-17  Robert Roebling Since CE cannot do the logical/device origin calculations
2004-04-17  Robert Roebling Do not set size of PocketPC dialogs upon
2004-04-17  Robert Roebling Show the OK button in the title bar under PocketPC
2004-04-17  Robin DunnFix or add some DoGetBestSize's
2004-04-16  Václav SlavíkMingw compilation fixes
2004-04-15  Vadim Zeitlinfixed WaitOnConnect() in non GUI mode (patch 905185)
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-15  Václav Slavíkadded GetFilenames
2004-04-15  Robert Roebling Added SW_SCROLLCHILDREN to make scrolling work
2004-04-15  Robert Roebling Fix to make frame visible under eVC 3.0
2004-04-15  Dimitri Schoolwerthuse Find, not Member
2004-04-14  Robin DunnAdded #include for non PCH compilers
2004-04-14  Vadim Zeitlindon't use wxDIALOG_MODAL any more
2004-04-13  Vadim Zeitlindon't use WS_POPUP under CE for normal windows
2004-04-13  Vadim Zeitlinremoved old eVC project files
2004-04-13  Julian SmartOnly call Select within SetString when internal data...
2004-04-12  Robert Roebling eVC 3.0 doesn't like WS_CAPTION. I imagine that
2004-04-12  Robert Roebling eVC 3.0 doesn't know ExitProcess() but _exit() is OK.
2004-04-12  Robert Roebling eVC++ 3.0 doesn't know WS_THICKFRAME
2004-04-11  Vadim Zeitlinin wxGetFontEncFromCharSet(): map only DEFAULT_CHARSET...
2004-04-11  Vadim Zeitlinserialize wxNativeEncodingInfo using font names, not...
2004-04-11  Dimitri Schoolwerthapplied patch #933086: "scrollbar stops compilation...
2004-04-09  Dimitri Schoolwerthimplemented a simple DoGetBestSize() for MSW's wxScrollBar
2004-04-08  Vadim Zeitlinlast check in forgot to add WS_VSCROLL to the listbox...
2004-04-08  Vadim Zeitlinsuppress warnings during WinCE compilation
2004-04-07  Robin DunnPut back wxMSW's wxStaticBitmap::DoGetBestSize because...
2004-04-07  Robin DunnwxStaticBitmapBase::DoGetBestSize
2004-04-04  Vadim Zeitlindon't define functions unused under CE when compiling...
2004-04-04  Vadim Zeitlinimplemented abort() and added stub for getenv(): needed...
2004-04-04  Vadim Zeitlinremoved unused stuff (fixes a couple of compilation...
2004-04-04  Vadim Zeitlinset device origin when drawing on a frame in order...
2004-04-04  Vadim Zeitlindon't define SetShape() for Windows CE; use wxTLWBase...
2004-04-04  Vadim Zeitlinuse wxDIB object instead of static ConvertFromBitmap...
2004-04-04  Vadim Zeitlinenable wxDIB for Windows CE
2004-04-04  Vadim Zeitlintaken the function unused under CE inside #ifndef __WXW...
2004-04-04  Vadim Zeitlinalways use SYSTEM_FONT under CE, it doesn't have any...
2004-04-04  Vadim ZeitlinWinMain() is Unicode under CE (how did this work before?)
2004-04-04  Vadim Zeitlinimplemented bsearch() for CE; added src/msw/wince/crt.cpp
2004-04-03  Václav SlavíkWinCE compilation fixes (is this correct?)
2004-04-03  Václav Slavíkprecompiled headers fix
2004-04-01  Vadim Zeitlinuse the window default colours, not hardcoded ones...
2004-04-01  Vadim Zeitlinfixed unused param warning
2004-04-01  Vadim Zeitlinuse MSWCreateControl() instead of the old mess; impleme...
2004-04-01  Vadim Zeitlinimplemented Get(Class)DefaultAttributes()
2004-04-01  Vadim Zeitlinremoved SetFont() inheriting the parents font
2004-04-01  Vadim Zeitlinadded wxGetCCDefaultFont() returning the default icon...
2004-04-01  Vadim Zeitlindefault implementation of Get(Class)DefaultAttributes()
2004-03-30  Vadim Zeitlincall wxApp::OnExceptionInMainLoop() when an exception...
2004-03-30  Vadim Zeitlinimplemented wxApp::OnExceptionInMainLoop()
2004-03-30  David ElliottInstead of m_menuBar use GetMenuBar() which will be...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-25  David ElliottMove m_isShown = false; into base class constructor
2004-03-24  Václav Slavíkfixed warnings about unneeded arguments
2004-03-24  Vadim Zeitlindon't show the window initially if m_isShown is false...
2004-03-23  Václav Slavíkunified wxTaskBarIcon behaviour: wxMSW version is not...
2004-03-23  Julian SmartAdded wxBU_EXACTFIT support to wxBitmapButton on wxMSW
2004-03-21  Vadim Zeitlindistinguish between main keyboard and numeric enter...
2004-03-20  Vadim Zeitlinexplicitly return NFR_UNICODE from WM_NOTIFYFORMAT...
2004-03-20  Vadim Zeitlinadded wxSetCCUnicodeFormat() and use it in wxTreeCtrl...
2004-03-18  Robin DunnRestored part of the default positioning code for dialo...
2004-03-16  Robin Dunnimplment wxBitmapButton::DoGetBestSize
2004-03-15  Robin DunnMSWGetCreateWindowCoords is already setting CW_USEDEFAU...
2004-03-13  Robin DunnUse the WidthDefault and HeightDefault in wxTLW, not...
2004-03-11  Vadim Zeitlinfixed race conditions resulting in infinite OutputDebug...
2004-03-10  Robin DunnDon't log StretchDIBits failures
2004-03-09  Robin DunnNeed to use the same instance handles
2004-03-08  Robin DunnUse EDIT_HEIGHT_FROM_CHAR_HEIGHT until something better...
2004-03-07  Dimitri SchoolwerthReverted FILLCOLORHINT->FILLCOLOR change. Now when...
2004-03-05  Robin DunnChange wxMSW to use WidthDefault and HeightDefault...
2004-03-05  Robin DunnChanged CanApplyParentThemeBackground to ApplyParentThe...
2004-03-04  Julian SmartWinCE project and wxDC corrections
2004-03-04  Robin DunnAdded CanApplyParentThemeBackground and use it in wxMSW's
2004-03-03  Vadim Zeitlinfixed bug with not reading settings from HKLM
2004-03-03  Vadim Zeitlinadded AccessMode parameter to wxRegKey
2004-03-03  Julian SmartAdded wxSP_NO_XP_THEME style to wxSplitterWindow to...
2004-03-03  Chris Elliottfinal part of SF patch #904166 (DMC fix)
2004-03-02  Vadim ZeitlinwxWindow::Freeze()/Thaw() can now be nested
2004-02-29  Vadim Zeitlinrenamed start parameter of wxDC::DrawPolyPolygon()...
2004-02-29  Vadim Zeitlinuse HasFlag() and InXXX() instead of explicit flag...
2004-02-29  Vadim Zeitlinhonour the 2nd parameter of DeleteEntry() instead of...
2004-02-27  Vadim Zeitlinfix showing toolbar tooltips (we were using a pointer...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-19  Julian SmartGetSubcontrols now const
2004-02-19  Julian SmartRemove crash due to reference being kept after object...
2004-02-17  Julian SmartFixed a bug in DoGetBestSize that would make wxSpinCtrl...
next