]> git.saurik.com Git - wxWidgets.git/history - src/msw
added wxAuiToolBar
[wxWidgets.git] / src / msw /
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
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-08  Vadim Zeitlinadded multisampling (anti-aliasing) support to wxGLCanv...
2008-06-07  Vadim Zeitlinmore compilation fixes for VC6 (#9492)
2008-06-07  Vadim Zeitlincompilation fix for PCH-less compilation after the...
2008-06-07  Vadim Zeitlinensure that dialog gripper is always positioned below...
2008-06-07  Vadim Zeitlinsupport multiline labels in wxCheckBox (#9495)
2008-06-03  Vadim Zeitlinfix crash when repositioning tools without labels in...
2008-06-02  Robin DunnAdd a SetDoubleBuffered method for wxMSW (XP+)
2008-06-01  Vadim Zeitlinuse wxHAS_RAW_BITMAP instead of wxHAVE_RAW_BITMAP
2008-05-30  Vadim Zeitlinensure that GetEditControl() returns something even...
2008-05-30  Vadim Zeitlinno changes, just refactor the code to avoid having...
2008-05-29  Vadim Zeitlininclude wx/crt.h needed for wxFprintf() (closes #9509)
2008-05-29  Vadim Zeitlindon't give an error if VT_DATE variant is being release...
2008-05-29  Vadim Zeitlintake wxString in wxCrashReport::SetFileName() to allow...
2008-05-29  Paul Cornettmark long-deprecated ctor as such
2008-05-28  Vadim Zeitlinfix assert in ANSI build in wxConsoleStderr::GetCommand...
2008-05-27  Vadim Zeitlinfix some harmless compilation in (release) MSVC build
2008-05-27  Vadim Zeitlindistinguish between Server 2003 and XP 64-bit (closes...
2008-05-27  Vadim Zeitlinadd a mention to OS description string if running under...
2008-05-27  Vadim Zeitlinrecognize Vista by name in wxGetOsDescription()
2008-05-25  Robert RoeblingDefer SetHorizontalExtent to idle, also fixes (wxListBo...
2008-05-24  Robert RoeblingDont send spin text update event from SetValue()
2008-05-23  Vadim Zeitlinimprove wxMessageOutputBest console output under Window...
2008-05-23  Vadim Zeitlincall base class version from SetWindowStyleFlag() to...
2008-05-23  Robert RoeblingMove event generation in multiple selectino mode to...
2008-05-22  Paul Cornettadd missing static keyword
2008-05-22  Vadim Zeitlinadded wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
2008-05-19  Robert RoeblingMade the various logical 2 device transforms consistent...
2008-05-17  Vadim Zeitlinfix handling of the commands with negative ids (e.g...
2008-05-17  Vadim Zeitlinfix gcc warnings about not calling the base class ctors...
2008-05-17  Vadim Zeitlinmake cast from double to long explicit to suppress...
next