]> git.saurik.com Git - wxWidgets.git/history - src/msw
removed wxUSE_PENWINDOWS (and its misspellings), it didn't work and wasn't used/defined
[wxWidgets.git] / src / msw /
2005-08-04  Vadim Zeitlinremoved wxUSE_PENWINDOWS (and its misspellings), it...
2005-08-03  Vadim Zeitlindon't give error message if we failed to get the stack...
2005-07-31  Vadim Zeitlinaccount for client area origin when returning pending...
2005-07-30  Mattia Barbon Remove unused headers.
2005-07-30  Vadim Zeitlinreturn pending position/size if any, not the current one
2005-07-30  Vadim Zeitlinreplaced wxMoveWindowDeferred() with wxWindow::DoMoveSi...
2005-07-29  Vadim Zeitlintake border into account in best size calculations
2005-07-29  Vadim Zeitlindecreased text limit which we consider to be set by...
2005-07-29  Włodzimierz SkibaOW/Borland/MinGW warnings. Missing headers.
2005-07-29  Chris ElliottwxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271
2005-07-29  Vadim Zeitlinrefactoring in preparation for further changes: moved...
2005-07-29  Chris Elliottfix for VC (also ok with Borland and DMC)
2005-07-29  Vadim Zeitlinrenamed GlobalPtr to GlobalPtrLock
2005-07-28  Vadim Zeitlinmany improvements/bug fixes to media control: new wxEVT...
2005-07-28  Vadim Zeitlindon't reserve space in the header for the column image...
2005-07-28  Vadim Zeitlindon't include shlwapi.h as it might be not available...
2005-07-28  Vadim Zeitlindon't log error if connection has been already terminat...
2005-07-24  Vadim Zeitlincorrected misleading comment about DllGetVersion()
2005-07-22  Michael WetherellAdd wxListCtrl::Get/SetItemFont, patch 1236820 Francesc...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-07-21  Vadim Zeitlinposition of wxEVT_MOUSEWHEEL events is now in client...
2005-07-20  Vadim Zeitlincheck the validity of wxString pointer itself too
2005-07-20  Vadim Zeitlincheck that wxString is valid before dumping it
2005-07-20  Vadim Zeitlinfixed assert when dumping a string which is locked...
2005-07-18  Kevin HockQueryValue should use Open(Read) rather than Open ...
2005-07-18  Włodzimierz SkibaMissing wxUSE_* markup.
2005-07-18  Julian SmartPatch from Andre Reitz to correct a couple of bugs
2005-07-18  Włodzimierz SkibaCode simplification and warning fixes.
2005-07-18  Włodzimierz SkibawxMSWUniv build fix.
2005-07-16  Vadim Zeitlinfixed handling of the accelerators of menu items added...
2005-07-15  Vadim Zeitlincheck whether there is a critical window and don't...
2005-07-15  Vadim Zeitlinadded SetCriticalWindow() and AllowProcessing(): this...
2005-07-15  Włodzimierz SkibaMissing header after recent changes.
2005-07-14  Vadim Zeitlinmoved Esc processing from wxWindow to wxDialog where...
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...
next