]> git.saurik.com Git - wxWidgets.git/history - src/msw
don't test for both stream.fail() and stream.bad() as the latter implies the former...
[wxWidgets.git] / src / msw /
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...
2008-05-17  Vadim Zeitlinnative wxBitmapComboBox implementation for MSW (patch...
2008-05-17  Julian SmartCast for argument to delete[] - VC6 doesn't want to...
2008-05-16  Stefan NeisEnsure that wxApp::Yield is always processing pending...
2008-05-14  Robert Roebling[wx-dev] [ wxwindows-Bugs-1566309 ] wxDir::IsOpened...
2008-05-14  Vadim Zeitlingenerate size event when the dialog is shown for consis...
2008-05-14  Vadim Zeitlindelay gripper positioning until the dialog is shown...
2008-05-12  Vadim Zeitlinadd wxCAL_SHOW_WEEK_NUMBERS support (patch 1960860)
2008-05-11  Vadim Zeitlinassert if the window is being recreated, this indicates...
2008-05-11  Vadim Zeitlinshow resize grip on resizeable dialogs (slightly modifi...
2008-05-11  Vadim Zeitlinmake class names used for our windows unique between...
2008-05-11  Vadim Zeitlindon't send text changed events from ctor as wxGTK doesn...
2008-05-08  Václav Slavíkchanged ShowWithEffects() to use directional wxSHOW_EFF...
2008-05-08  Vadim Zeitlindon't call TB_GETITEMRECT with invalid tool index
2008-05-08  Vadim Zeitlinfix some unused variables warnings reported by Borland
2008-05-08  Vadim Zeitlindon't override DoDrawSpline() under CE at all instead...
2008-05-08  Vadim Zeitlincorrect toolbar width calculation with comctl32.dll...
2008-05-08  Vadim Zeitlincompilation fix after switch to using std::string in...
2008-05-03  Julian SmartDon't trigger kill focus event twice
2008-04-28  Robert RoeblingAdded new wxGraphicsContext:Create( wxPrinterDC ) inste...
2008-04-28  Vadim Zeitlinfix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl...
2008-04-27  Vadim Zeitlinno real changes, clarified the usage of WX_GL_DOUBLEBUF...
2008-04-25  Robert RoeblingAdded wxDC::CreateGraphicsContext and implemented it...
2008-04-23  Vadim Zeitlinprevent all our windows from being destroyed in wxApp...
2008-04-21  Vadim Zeitlinsuppress unused parameter warning in release build
2008-04-15  Vadim Zeitlinexecute the usual cleanup code from EVT_END_SESSION...
2008-04-13  Vadim Zeitlinremoved a TODO comments, it actually doesn't seem neces...
2008-04-12  Vadim Zeitlinno real changes but replace manual calls to Set{Text...
2008-04-12  Vadim Zeitlintest for pen validity before calling GetStyle() on...
2008-04-12  Vadim ZeitlinwxThread::Sleep() is the same as wxMilliSleep() on...
2008-04-12  Vadim Zeitlincorrect CallHtmlHelp() overload being called in Quit()
2008-04-11  Vadim ZeitlinENDSESSION_LOGOFF is a bit flag, test for it using...
2008-04-07  Vadim Zeitlindon't ask for bounding rectangle of a hidden root,...
2008-04-07  Robert RoeblingCompilo after wxVideoMode change, MSW part
2008-04-06  Vadim Zeitlinuse kind, not id, of a menu item to test whether it...
2008-04-06  Vadim Zeitlinremoved (unused) occurrences of _WX_DEFINE_DATE_EVENTS_...
2008-04-06  Vadim Zeitlinrefresh the item after adding its first child as, appar...
2008-04-05  Vadim Zeitlininclude more headers for PCH-less compilation
2008-04-05  Vadim Zeitlinfix for g++ signed/unsigned comparison warning
2008-04-04  Vadim Zeitlinset focus to the control when it's clicked
2008-04-04  Vadim Zeitlinuse wxWANTS_CHARS to allow arrows to work inside the...
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 Zeitlinimplement EnableMonthChange() by restricting the dates...
2008-04-04  Vadim Zeitlincompilation fix for PCH-less build
2008-04-04  Vadim Zeitlininitial native implementation of wxCalendarCtrl for MSW
2008-04-02  Vadim Zeitlinlog error before returning, not after
2008-04-01  Vadim Zeitlinsuppress VC++ /Wp64 warnings
2008-03-31  Vadim Zeitlinfix unused parameter warning
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-28  Vadim Zeitlincompilation fix for ANSI build: use reinterptre_, not...
2008-03-27  Vadim Zeitlindon't blit too much when copying static box border...
2008-03-27  Stefan Csomorgraphics bitmap implementation, fix for bitmap scaling
2008-03-27  Vadim ZeitlinSeveral fixes for removing/readding controls to the...
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2008-03-25  Vadim ZeitlinANSI mode compilation fix
2008-03-24  Vadim Zeitlinfix wxExecute() compilation in ANSI build
2008-03-23  Vadim Zeitlinavoid needless Unicode<->MB conversions in Unix wxExecu...
2008-03-22  Václav Slavíkfixes to Freeze/Thawn when the window is shown or hidde...
2008-03-22  Vadim Zeitlinreturn bool from wxStreamTempInputBuffer::Update()...
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
2008-03-19  Francesco Montorsifurther wxPenStyle/wxBrushStyle fixes for builds with...
2008-03-17  Benjamin Williamsvista tree crash fix
2008-03-17  Vadim Zeitlindon't provide unnecessary (as default) arguments to...
2008-03-17  Francesco Montorsisome more build fix for wxPen/wxBrush style changes
2008-03-16  Francesco Montorsifix typos and update MSW code to use new wxPENSTYLE_...
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
next