]> git.saurik.com Git - wxWidgets.git/history - src/msw
use wxLogError() instead of wxMessageBox in wxDocument::DoOpenDocument(), otherwise...
[wxWidgets.git] / src / msw /
2005-07-09  Vadim Zeitlinmade wxTLW::GetSize() return the size of the maximized...
2005-07-08  Vadim Zeitlinmade IsMaximized() return true if frame had been maximi...
2005-07-06  Vadim Zeitlinuse private window class for dialup manager hidden...
2005-07-06  Vadim Zeitlindon't generate ACTIVATE events for Alt-Space key press
2005-07-04  Chris Elliottfix SF Bug 1232271
2005-07-02  Vadim Zeitlinfixed DoSetClientSize() to use ::MoveWindow() instead...
2005-07-01  Vadim Zeitlinreally fixed wrong argument to wxString::Format()
2005-07-01  Vadim Zeitlinfixed wrong argument to wxString::Format(); include...
2005-07-01  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-07-01  Włodzimierz SkibaeVC3 build fix.
2005-06-30  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-06-29  Vadim Zeitlinuse a constant instead of hardcoded value
2005-06-24  Włodzimierz SkibaPreserve logging state during QT plugin initialization.
2005-06-24  Vadim Zeitlinfixed appending menu items for a (popup) menu with...
2005-06-23  Włodzimierz SkibaAvoid logging when QT plugin is unused but fails (from...
2005-06-21  Mattia Barbon Implemented loading 256-color bitmaps.
2005-06-21  Julian SmartApplied [ 1213375 ] MSW wxMediaCtrl minor debugging...
2005-06-21  Julian SmartApplied [ 1223122 ] [wxMSW] Proper repainting when...
2005-06-21  Václav Slavíkrolled back exceptions handling patch, it relied on...
2005-06-20  Julian SmartReverted patch which appears to be responsible for...
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for...
2005-06-20  Vadim Zeitlincompilation fix for wxUSE_OLE==0 for WinCE
2005-06-20  Vadim Zeitlin(harmless) eVC4 release mode warning fix
2005-06-19  Vadim ZeitlinWinCE compilation fix (no SM_C[XY]DRAG under CE as...
2005-06-19  Julian SmartCorrected wrong size used when refreshing notebook
2005-06-17  Vadim Zeitlinfixed typo in GetSelEnd() which made that the function...
2005-06-17  Vadim Zeitlindon't try to subclass tab control using the same window...
2005-06-17  Vadim Zeitlinundid last commit, it's not needed after fixing the...
2005-06-17  Vadim Zeitlinuse empty string and not string().c_str() as title...
2005-06-17  Julian SmartFix for eVC++ 3
2005-06-16  Vadim Zeitlinfixed problem with wxKill(SIGNONE) returning error...
2005-06-16  Julian SmartApplied patch [ 1212208 ] Fix a bug in wxTreeCtrl with...
2005-06-16  Julian SmartApplied patch [ 1218833 ] [wxMSW] wxListBox optimisatio...
2005-06-16  Julian SmartApplied patch [ 1218849 ] [wxMSW] Removes magic numbers...
2005-06-16  Dimitri Schoolwerthadded Thai/CP874 support for MSW
2005-06-16  Vadim Zeitlinfix index of appended items (broken by previous commit)
2005-06-16  Vadim Zeitlindon't redeclare struct tm if it's already declared...
2005-06-15  Vadim Zeitlin(harmless) eVC4 warning fix
2005-06-15  Vadim ZeitlinWinCE compilation fixes
2005-06-14  Włodzimierz SkibaDue to wxStringBase::CopyBeforeWrite() we need to resen...
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-06-10  Julian SmartNeed to set background colour for wxListBox, not just...
2005-06-09  Vadim Zeitlinalways set flat toolbar style, even under XP with theme...
2005-06-09  Vadim Zeitlindon't statically link to SetMenuInfo(): it is not prese...
2005-06-09  Vadim Zeitlin(blind) compilation fix for wxUSE_UXTHEME==0
2005-06-09  Julian SmartTemporary fix for checklistbox refresh problem; setting the
2005-06-08  Vadim Zeitlintest for TB_SETBUTTONINFO instead of _WIN32_IE in wxToo...
2005-06-08  Vadim Zeitlindefine MIM_STYLE and MNS_CHECKORBMP for mingw32 which...
2005-06-07  Vadim Zeitlindon't use WINVER for tests, work around bug in VC6...
2005-06-07  Vadim Zeitlindon't draw edge around the bitmap for pseudo owner...
2005-06-07  Vadim ZeitlinInsertMenuItem() works with bitmaps under Win98 too...
2005-06-07  Vadim Zeitlindon't test for WINVER inside the library, we do all...
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-06-07  Vadim ZeitlinVC6 (harmless) warning fix
2005-06-07  Vadim Zeitlinuse InsertMenuItem() for more native support of bitmaps...
2005-06-07  Vadim Zeitlinsupport not-quite-owner-drawn mode when we draw only...
2005-06-07  Vadim Zeitlinadded wxGetWinVersion()
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-06-06  Vadim Zeitlincheck for Unicode being used under Win9x much earlier...
2005-06-02  Julian SmartFix for older version of VC7
2005-06-02  Julian SmartMissing header
2005-06-02  Julian SmartApplied patch [ 1213290 ] incorrect logic in wxTopLevel...
2005-06-02  Julian SmartAssert fixes [ 1212949 ] Fix some asserts in wxMediaCtrl
2005-06-01  Vadim Zeitlinreturn immediately from WalkFrom() if dbghelp dll initi...
2005-06-01  Dimitri Schoolwerthfixed compilation when IDC_HAND is undefined
2005-06-01  Robin DunnTry IDC_HAND first and then load "WXCURSOR_HAND" if...
2005-05-31  Robin DunnConvert alpha (if any) to mask in wxBitmapToIconOrCurso...
2005-05-31  Julian SmartApplied patch [ 1212020 ] MediaCtrl DirectShow drawing...
2005-05-31  Vadim Zeitlinsend wxEVT_SCROLL_CHANGED when using mouse wheel as...
2005-05-31  Vadim Zeitlinadded wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_...
2005-05-31  Vadim Zeitlindocument that SetCurrent() must be called on a visible...
2005-05-31  Vadim Zeitlinkeep correct default background but allow overriding...
2005-05-31  Julian SmartRestored scrollbar background
2005-05-31  Julian SmartPaint bugfix
2005-05-31  Julian SmartApplied patch [ 1208286 ] MediaCtrl DirectShow rewrite
2005-05-31  Julian SmartOlly Betts' typo patch
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-30  Julian SmartApplied [ 1208344 ] wxNotebook::OnSelChange fix for...
2005-05-30  Włodzimierz SkibaDMC typo fixes.
2005-05-30  Julian SmartApplied patch [ 1208256 ] Fixes bug #1193626 [wxPrintDa...
2005-05-30  Julian SmartApplied patch [ 1207202 ] [wxMSW] Fixes GDI leak in...
2005-05-27  Julian SmartRemoved ugly separators toolbars again
2005-05-25  Vadim Zeitlinapparently the check for too small rect is needed not...
2005-05-25  Michael WetherellUncomment LVN_ODFINDITEM handler for systems that have...
2005-05-25  Robin DunnWhen converting a wxIcon to a bitmap check if the icon...
2005-05-25  Włodzimierz SkibaSimpler fix for Borland.
2005-05-25  Włodzimierz SkibaMulticharacter fix for MinGW and OW, semicolon fix...
2005-05-25  Włodzimierz SkibaFixes for Borland access to members in MSWUniv.
2005-05-24  Vadim Zeitlinsubclass all updown controls in notebooks, not just...
2005-05-24  Włodzimierz SkibaMinGW, Watcom and Borland warning fixes.
2005-05-24  Vadim Zeitlindon't use dangling HBRUSH
2005-05-24  Chris Elliottpossible fix for SF bug #1186144 (only VC tested)
2005-05-24  Włodzimierz Skiba[ 1207289 ] minor dll mediactrl fix.
2005-05-23  Włodzimierz SkibaCast warning fixes.
2005-05-23  Julian SmartApplied patch [ 1194316 ] wxMediaCtrl MSW config and...
2005-05-23  Włodzimierz SkibaClipboard usage fixes inspired by Tinderbox logs.
2005-05-23  Włodzimierz SkibaUse our own math.h wrapper.
2005-05-23  Włodzimierz SkibaTemporary fix, requires missing NMLVFINDITEM on some...
next