]> git.saurik.com Git - wxWidgets.git/history - src/msw
Added method to disable focus_out handling temporarily
[wxWidgets.git] / src / msw /
2008-10-22  Robert Roebling Ticket #10108 (bitmap from wxImage depth regression)
2008-10-20  Vadim Zeitlina couple of more left over Borland unused variable...
2008-10-20  Vadim Zeitlinslightly better error reporting (could still be improved)
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-17  Vadim Zeitlinreverted the change of r56246 and keep the old behaviou...
2008-10-16  Václav Slavíkassert in wxTopLevelWindowMSW::SetIcon[s]() if none...
2008-10-16  Václav SlavíkwxArtProvider cleanup: added artmsw.cpp accidentally...
2008-10-15  Vadim Zeitlinreset deferred position/size if the window was moved...
2008-10-15  Václav Slavíkno need to iterate over all special icon names after...
2008-10-08  Vadim Zeitlinadded wxDC::GetHDC() for backwards compatibility with...
2008-10-03  Vadim Zeitlindon't duplicate base class m_acceleratorTable as m_acce...
2008-10-03  Vadim Zeitlinno changes, just removed commented out code accidentall...
2008-10-01  Stefan Csomorcopying sizes upon construction, HDC doesn't deliver...
2008-10-01  Stefan Csomorfixing release handling of dc
2008-09-26  Vadim Zeitlinusing CLSCTX_ALL fails with Microsoft Office applicatio...
2008-09-25  Vadim Zeitlindon't give errors if SetLayeredWindowAttributes() is...
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
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)
next