don't test for both stream.fail() and stream.bad() as the latter implies the former...
[wxWidgets.git] / src / msw /
2008-09-25  Vadim Zeitlinremoved hardcoded size of 66 bytes of PRINTDLG struct...
2008-09-25  Francesco Montorsismall build fixes for PCH-less builds
2008-09-25  Robin DunnMore changes needed to fix problems resulting from...
2008-09-24  Francesco Montorsifix build errors deriving from making wxColourData...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-09-24  Vadim Zeitlinrestore the original selection when the dropdown is...
2008-09-24  Stefan Csomorsupporting GetSize, fixes #9969
2008-09-19  Vadim Zeitlinfix bug in SetInsertionPoint(-1) implementation
2008-09-19  Vadim Zeitlinimplement EnableTextChangedEvents() to make ChangeValue...
2008-09-19  Vadim Zeitlinfix ownerdrawn button label drawing in ODS_NOACCEL...
2008-09-15  Vadim ZeitlinWinCE compilation fix: don't use FNERR_INVALIDFILENAME
2008-09-14  Vadim Zeitlinno changes, just clarified a comment
2008-09-14  Vadim Zeitlinreally, really fix handling Enter in spin controls...
2008-09-14  Vadim Zeitlinbuild fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)
2008-09-12  Vadim ZeitlinSTL build fix
2008-09-11  Vadim Zeitlinadded wxCANCEL_DEFAULT style to wxMessageDialog (only...
2008-09-11  Vadim Zeitlinreplace the static control in wxMessageDialog with...
2008-09-08  Robert RoeblingTest for reentrance into non-recursive wxMutex. If...
2008-09-05  Vadim Zeitlinadjust the labels before centering the dialog as doing...
2008-09-05  Vadim Zeitlinimplement support for custom button labels in wxMessage...
2008-09-05  Vadim Zeitlinextract button size calculation from button label size...
2008-09-05  Vadim Zeitlinextract wrapper for SystemParametersInfo(SPI_GETNONCLIE...
2008-09-05  Robert RoeblingMade wxMSW wxMutex non-recursive by checking reentrance
2008-09-05  Robert RoeblingAdd wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated...
2008-09-04  Vadim Zeitlinshow the "Window" menu only when we have any MDI childr...
2008-09-03  Vadim Zeitlincopy alpha presence flag when copying bitmaps using...
2008-09-03  Vadim Zeitlinadd more wxUSE_XXX checks
2008-08-30  Vadim Zeitlinusing ListView_Get[Sub]ItemRect() provokes warnings...
2008-08-30  Vadim Zeitlinavoid unnecessary heap allocation of BITMAPINFO struct
2008-08-30  Vadim Zeitlinfix some (harmless) mingw32 4.3 warnings
2008-08-30  Vadim Zeitlinfix mingw32 4.3 warning about passing literal string...
2008-08-21  Vadim Zeitlinmake ellipses drawn by wxDC more consistent with wxGC...
2008-08-21  Vadim Zeitlindon't always create DIBs in wxBitmap(wxImage) ctor
2008-08-20  Václav Slavíkfixed scaling of print preview if there's not enough...
2008-08-18  Vadim Zeitlinfix MSVC warning about int->bool conversion introduced...
2008-08-18  Vadim Zeitlinuse CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in Create...
2008-08-18  Vadim Zeitlinadd comparison operators for UUID class (#9871)
2008-08-16  Vadim Zeitlinfix spurious assert failure in DestroyGripper() which...
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-05  Vadim Zeitlinmark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces...
2008-08-05  Vadim Zeitlinfix bug in Mark() which highlighted the day not only...
2008-08-03  Vadim Zeitlincompilation fix for PCH-less build; also moved some...
2008-08-03  Vadim Zeitlinadd BSTR arrays handling in wxConvertOleToVariant(...
2008-08-03  Vadim Zeitlinadd support for multiline labels in wxToggleButton
2008-08-03  Vadim Zeitlinadded wxSHUTDOWN_LOGOFF flag, don't use EWX_FORCE by...
2008-08-02  Vadim Zeitlindon't use our custom WM_PAINT handler with composited...
2008-08-02  Vadim Zeitlinreturn true from IsDoubleBuffered() if our TLW parent...
2008-08-02  Vadim Zeitlinadd wxGet/Set/HasWindowExStyle() helpers and use them
2008-08-02  Vadim Zeitlinadd wxRenderer::GetCheckBoxSize(); refactor wxGTK code...
2008-08-02  Vadim Zeitlinimprove best size calculation; notably account for...
2008-08-02  Vadim Zeitlinensure that one of wxRA_SPECIFY_{COLS,ROWS} is set...
2008-08-02  Stefan Csomorguarding all text methods against unset font
2008-08-01  Vadim Zeitlinremoved a cast to WPARAM which was unnecessary and...
2008-08-01  Vadim Zeitlinremove wxSETranslator() entirely from wxUSE_ON_FATAL_EX...
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-07-29  Vadim Zeitlindon't use BS_AUTORADIOBUTTON at all, BS_RADIOBUTTON...
2008-07-29  Vadim Zeitlinadd PostSizeEvent() and use it in wxMSW status bar...
2008-07-29  Vadim Zeitlingenerate a size event from ShowWithEffect() for consist...
2008-07-29  Vadim Zeitlinsend the size event in SendSizeEvent() instead of posti...
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-07-18  Vadim Zeitlinmention compatibility implications of wxExecute() quoti...
2008-07-18  Vadim Zeitlincompilation fix for eVC4: include commctrl.h explicitely
2008-07-16  Vadim Zeitlinallow using SetFont(wxNullFont) to reset the font as...
2008-07-16  Stefan Csomoradding missing include for non-precomp builds, and...
2008-07-16  Vadim Zeitlin_beginthreadex() entry point should really return unsig...
2008-07-16  Vadim Zeitlincheck for comctl32.dll version and not OS one as an...
2008-07-16  Vadim Zeitlinuse parent background and not ours unless one was expli...
2008-07-16  Vadim Zeitlinclean up wxBitmapButton::Create(); override MSWGetStyle...
2008-07-15  Vadim Zeitlindon't pass pointers to unaligned DWORDs to avoid 64...
2008-07-10  Vadim Zeitlinmake wxApp::Yield() exception-safe
2008-07-09  Vadim Zeitlinfix wxUniv/MSW build with wxUSE_MENUS==0 (#9694)
2008-07-05  Vadim Zeitlinremove code for drawing icon of minimized window manual...
2008-07-05  Vadim Zeitlinavoid duplicating wxWindow::HandleCommand() in wxFrame...
2008-07-04  Robert RoeblingUse t_str() instead of c_str()
2008-07-03  Robert RoeblingMake wxMSW wxBase compile in UTF-8 mode
2008-07-03  Vadim Zeitlinhandle FNERR_INVALIDFILENAME which happens if an invali...
2008-07-03  Vadim Zeitlinsupport disabling items before adding them to the menu...
2008-07-01  Vadim Zeitlincompilation fix for PCH-less build after last commit
2008-07-01  Vadim Zeitlinchange not only the focus but also last remembered...
2008-07-01  Vadim Zeitlinquote the arguments containing spaces or quotes correct...
2008-06-30  Vadim Zeitlinfix a hang up in wxExecute(wxArrayString& output) overl...
2008-06-30  Vadim Zeitlinimplement wxListCtrl::GetSubItemRect() for generic...
2008-06-29  Vadim Zeitlincompilation fix for ASCII STL build (#9661)
2008-06-29  Vadim Zeitlinsupport wxListCtrl::GetViewRect() in report view too...
2008-06-28  Vadim Zeitlindon't activate items on Alt-Space or Alt-Enter (#9615)
2008-06-28  Vadim Zeitlindon't call OnData() if OnEnter() rejected the drag...
2008-06-24  Vadim Zeitlindon't use deprecated wxIconizeEvent::Iconized()
2008-06-24  Robert RoeblingNext part of tree state icon patches
2008-06-22  Vadim Zeitlinfix problem with label characters starting with -1...
2008-06-22  Vadim Zeitlinallow wxDialog::ShowModal() after Show() (see #1416...
2008-06-21  Vadim Zeitlininitialize wx{Client,Paint,Window}DC with fonts/colours...
2008-06-21  Vadim Zeitlinassert if ShowModal() is called after a previous Show...
2008-06-21  Vadim Zeitlinimplement wxWinINetInputStream::GetSize() (#9600)
2008-06-20  Robert RoeblingDon't let MSW's wxSpinCtrl emit spin up and down events...
2008-06-16  Robert Roebling#9591: Item state (icons) for wxTreeCtrl on any platform
2008-06-16  Václav SlavíkImplemented high-quality preview for wxMSW (this approa...
2008-06-15  Václav Slavíkrevert part of r54233 that was included by accident
2008-06-15  Václav Slavíkif gdiplus.dll cannot be loaded, return NULL from wxGra...
2008-06-14  Vadim Zeitlinrecreate the window if FSAA is requested (changeset_r54...
2008-06-11  Paul Cornettmove 8 copies of the same function to common code
next