]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
extract (and expand and clean up and document) the header window implementation used...
[wxWidgets.git] / include / wx / msw /
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-29  Vadim Zeitlincleanup the Win32 window classes registration code...
2008-11-29  Francesco Montorsiadd GetSize also to wxGDIImage since wxBitmap under...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...
2008-11-25  Vadim Zeitlintrying to resolve GSocketManager API mess: the meaning...
2008-11-24  Vadim Zeitlinremove extraneous class scope qualifier
2008-11-23  Vadim Zeitlinmove more socket functions common to Winsock and BSD...
2008-11-23  Vadim Zeitlindon't duplicate SetInitialSocketBuffers()
2008-11-23  Vadim Zeitlincontinuation of GSocket/wxSocket merge: always create...
2008-11-23  Vadim Zeitlindon't duplicate GSocket creation/destruction and shutdo...
2008-11-23  Vadim Zeitlindo not require a running event loop, even under MSW...
2008-11-20  Vadim Zeitlindefine wxUSE_REGKEY for WinCE too (closes #10211)
2008-11-20  Vadim Zeitlinfix WinCE compilation after tbar95.h ->t oolbar.h renam...
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsibuild fixes
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-27  Vadim Zeitlindisable workaround for lack of alpha support in native...
2008-10-16  Václav Slavíkforgot to commit toplevel.h as part of r56374
2008-10-03  Vadim Zeitlindon't duplicate base class m_acceleratorTable as m_acce...
2008-09-28  Vadim Zeitlinextact common GAddress declarations to the common heade...
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-25  Robin DunnMore changes needed to fix problems resulting from...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-09-21  Francesco Montorsiintroduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP...
2008-09-19  Vadim Zeitlinimplement EnableTextChangedEvents() to make ChangeValue...
2008-09-16  Vadim Zeitlindisable AUI (and also MDI in 2.8) under CE, it doesn...
2008-09-14  Vadim Zeitlinbuild fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)
2008-09-12  Vadim Zeitlinadded wxPropertyGrid from Jaakko Salli (#9934)
2008-09-11  Vadim Zeitlinreplace the static control in wxMessageDialog with...
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-04  Vadim Zeitlinshow the "Window" menu only when we have any MDI childr...
2008-08-30  Vadim Zeitlinimplement operator!=() inline (forgot to commit before)
2008-08-29  Vadim Zeitlinchanegd wxTlsValue to be pointer-like instead of value...
2008-08-18  Vadim Zeitlinadd comparison operators for UUID class (#9871)
2008-08-15  Vadim Zeitlincompilation fix for wxUniv/MSW after r54937 (#9866)
2008-08-10  Václav Slavíkpch-less compilation fix
2008-08-08  Vadim Zeitlinadded wxTLS_TYPE() macro
2008-08-05  Vadim Zeitlinmark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces...
2008-08-03  Vadim Zeitlincompilation fix for PCH-less build; also moved some...
2008-08-03  Vadim Zeitlinadd support for multiline labels in wxToggleButton
2008-08-02  Vadim Zeitlindon't use our custom WM_PAINT handler with composited...
2008-08-02  Vadim Zeitlinadd wxGet/Set/HasWindowExStyle() helpers and use them
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-07-29  Vadim Zeitlinadd PostSizeEvent() and use it in wxMSW status bar...
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-07-16  Vadim Zeitlinclean up wxBitmapButton::Create(); override MSWGetStyle...
2008-07-05  Vadim Zeitlinremove code for drawing icon of minimized window manual...
2008-06-30  Robert RoeblingRemoved most of the pre-XDG MIME code from the Unix...
2008-06-20  Robert RoeblingDon't let MSW's wxSpinCtrl emit spin up and down events...
2008-06-17  Vadim Zeitlindeclare future-deprecated SetStyle(int) in wxPen/Brush...
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-14  Vadim Zeitlinrecreate the window if FSAA is requested (changeset_r54...
2008-06-12  Vadim Zeitlinfix some wrong declarations which upset mingw32
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-08  Vadim Zeitlinadded multisampling (anti-aliasing) support to wxGLCanv...
2008-06-07  Vadim Zeitlinensure that dialog gripper is always positioned below...
2008-06-07  Vadim Zeitlinsupport multiline labels in wxCheckBox (#9495)
2008-06-02  Robin DunnAdd a SetDoubleBuffered method for wxMSW (XP+)
2008-06-02  Robert RoeblingDisable disabling wxWeakRef<T>
2008-05-31  Stefan NeisCompilation fixes for mingw-w64.
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 Zeitlintake wxString in wxCrashReport::SetFileName() to allow...
2008-05-29  Paul Cornettmark long-deprecated ctor as such
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-22  Vadim Zeitlinadded wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
2008-05-17  Vadim Zeitlinnative wxBitmapComboBox implementation for MSW (patch...
2008-05-11  Vadim Zeitlinshow resize grip on resizeable dialogs (slightly modifi...
2008-05-08  Václav Slavíkchanged ShowWithEffects() to use directional wxSHOW_EFF...
2008-05-08  Vadim Zeitlindon't override DoDrawSpline() under CE at all instead...
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-25  Robert RoeblingAdded wxDC::CreateGraphicsContext and implemented it...
2008-04-14  Vadim Zeitlinremoved extra wxCalendarCtrl:: which is ignored by...
2008-04-13  Václav SlavíkFixed IMPLEMENT_APP() to be compatible with the -WU...
2008-04-05  Vadim Zeitlininclude the headers needed for its compilation from...
2008-04-04  Vadim Zeitlinset focus to the control when it's clicked
2008-04-04  Vadim Zeitlinimplemented toggling of wxCAL_MONDAY_FIRST in the nativ...
2008-04-04  Vadim Zeitlinimplemented Mark() in the native MSW version of wxCalen...
2008-04-04  Vadim Zeitlingenerate double click events in the native MSW version...
2008-04-04  Vadim Zeitlingenerate the correct events in the native MSW version...
2008-04-04  Vadim Zeitlinimplemented HitTest() in the native MSW version; added...
2008-04-04  Vadim Zeitlininitial native implementation of wxCalendarCtrl for MSW
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-27  Robin DunnFix line endings
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2008-03-21  Francesco Montorsiadd to GetToolkitVersion() the = NULL default values...
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsifix wxMSW build after wxBrush changes: return wxBRUSHST...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-03-15  Vadim Zeitlinrename fobr95.{cpp,h} files to foobar.{cpp,h}
next