]> git.saurik.com Git - wxWidgets.git/history - src/msw
Make wxHTML compile (and work) under CE.
[wxWidgets.git] / src / msw /
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...
2004-02-17  Julian SmartFixed source for WinCE compatibility
2004-02-17  Dimitri SchoolwerthFixed invalid background colour of controls on a notebo...
2004-02-16  Dimitri SchoolwerthFixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO...
2004-02-15  Dimitri SchoolwerthCosmetic cleanup (TRUE/FALSE, tabs, ...).
2004-02-15  Dimitri SchoolwerthExtended maximum tooltip length (in non-Unicode comctl3...
2004-02-15  Vadim Zeitlinuse correct way to get a pointer to vector elements...
2004-02-12  Vadim Zeitlinset argc/argv properly in Unicode build (fixes bug...
2004-02-12  Vadim Zeitlindon't override GetSize(), this doesn't work (bug 732758)
2004-02-12  Vadim Zeitlinfix yet another assert when the initial combo box value...
2004-02-12  Vadim Zeitlincorrected wxTreeCtrl::Select() broken by previously...
2004-02-12  Julian SmartInfinite recursion fix
2004-02-12  Vadim Zeitlincompilation fix for strict(er) compilers
2004-02-12  Vadim Zeitlincompilation fix (PASCAL should be inside the parenthesi...
2004-02-12  Robin DunnAdded wxDC::GetPartialTextExtents
2004-02-11  Václav Slavíkload wsock32.dll dynamically, so that wxCore has no...
2004-02-10  Vadim Zeitlinadded wxTreeCtrl::UnselectItem() and ToggleItemSelectio...
2004-02-10  Vadim Zeitlinadded auto check count as otherwise calling EnableAutoC...
2004-02-10  Vadim Zeitlinfixed the value returned by GetSize()
next