]> git.saurik.com Git - wxWidgets.git/history - src/msw
Doc fix
[wxWidgets.git] / src / msw /
2005-05-21  Julian SmartSuppressed error when loading colour bitmap since there...
2005-05-21  Julian SmartAdded more paper sizes and code that falls back to...
2005-05-21  Kevin HockInclude the location of the right-click, or the item...
2005-05-20  Vadim Zeitlinnative checkbox didn't have correct state after switchi...
2005-05-19  Robin DunnMoved the pending pos and size into wxWindowMSW
2005-05-19  Vadim Zeitlinrespect label foreground colour for static boxes when...
2005-05-18  Vadim Zeitlinfixed problem with non-const methods not working on...
2005-05-18  Vadim Zeitlinmake sure that setting custom foreground works together...
2005-05-18  Vadim Zeitlinproduce more informative (but not much bigger) minidump...
2005-05-18  Vadim Zeitlinsetting foreground colour for wxCheckBox now works...
2005-05-18  Włodzimierz SkibaMinGW fix.
2005-05-18  Robin DunnPut a cap on the number of lines used in DoGetBestSize
2005-05-18  Robin DunnPatch #1203934: enable best size caching for MSW widgets
2005-05-17  Włodzimierz SkibaInclude common controls before completing it with missi...
2005-05-17  Robin DunnCache best size
2005-05-17  Dimitri Schoolwerthapplied patch #1185523: "Replace GetTextExtentPoint...
2005-05-17  Julian SmartGuess settings for reasonable behaviour in all 3 standa...
2005-05-17  Julian SmartGeneralised WinCE fix for other platforms
2005-05-15  Julian SmartRemoved rarely-used cursor; replaced other cursors
2005-05-14  Julian SmartUse theme and HTML Help headers from Wine (with permission)
2005-05-13  Julian SmartWinCE fix
2005-05-13  Julian SmartReduce dependency on declarations that may or may not...
2005-05-13  Julian SmartWinCE fixes
2005-05-11  Julian SmartHandlePrintClient shouldn't go above a top-level window
2005-05-09  Julian SmartFixed bug [ 1195479 ] RedrawWindow() incompatible with...
2005-05-09  Robin DunnA slightly modified version of Patch #1197468. Keeps...
2005-05-08  Vadim Zeitlinfix VC++ warning in debug build after latest fix to...
2005-05-07  Robin DunnPatch #1197009 [wxMSW] Proper repainting when resizing
2005-05-07  Robert Roebling Commit fix for EUC_JP encoding under Windows.
2005-05-06  Julian SmartTake src x, y into account when blitting with alpha
2005-05-06  Michael WetherellCompilation fix for USE_UNIV=1
2005-05-06  Włodzimierz SkibaVC warning fixes.
2005-05-05  Vadim Zeitlinlimit recursion depth in DumpUDT() to prevent crashes...
2005-05-05  Julian SmartClarified copyright
2005-05-04  Julian SmartAdded licence/copyright information
2005-05-03  Julian SmartA control's text colour now reflects the system colour...
2005-05-02  Chris Elliottsizer.h needed by cygwin
2005-04-29  Julian SmartRemoved previous broken fix for deferred positioning...
2005-04-28  Julian SmartSwitch deferred sizing off for radioboxes because with...
2005-04-28  Julian SmartReverted/commented out unsuccessful defer fix
2005-04-28  Julian SmartTypo correction
2005-04-28  Julian SmartUse real number of children for reserving deferred...
2005-04-28  Julian SmartWorked around an apparent bug in Windows whereby some...
2005-04-27  Julian SmartTemporary fix (I hope) to allow an application to paint...
2005-04-27  Julian SmartFix for radiobox controls backgrounds being drawn incor...
2005-04-25  Julian SmartFixed erroneous selection of content in comboboxes...
2005-04-24  Julian SmartRestored previous revision after retag
2005-04-24  Julian SmartCreating new revision to retag with WX_2_6_0
2005-04-23  Mattia Barbon Avoid ICE with MinGW 2.95.3.
2005-04-23  Julian SmartRemove obsolete includes
2005-04-23  Vadim Zeitlincheck for NULL pointer in OnMeasureItem() as well as...
2005-04-20  Julian SmartFixed test for button style - styles contain other...
2005-04-19  Dimitri SchoolwerthuseIconFont was always false for Win9x
2005-04-19  Julian SmartApplied patch [ 1181975 ] [wxMSW] Removes all flicker...
2005-04-17  Julian SmartUse GetCursorPos on WinCE wherever possible (otherwise...
2005-04-17  Julian SmartApplied patch [ 1184295 ] wxDateTimePickerCtrl Create...
2005-04-17  Julian SmartRegenerated makefiles for runtime lib change
2005-04-15  Robin DunnApplied patch [ 1167891 ] wxNotebook display problem...
2005-04-15  Robin DunnDon't clip hidden windows from the staticbox's refresh...
2005-04-14  Julian SmartForgot to remove #endif
2005-04-14  Julian SmartTry to find comctl32.dll version even if we don't have...
2005-04-14  Włodzimierz SkibaCorrection in comment in closing #endif. Is VC++ 4...
2005-04-14  Julian SmartRemoved unnecessary fix (caused by erroneous user code)
2005-04-14  Julian SmartAdded back shlwapi.h inclusion with comment
2005-04-13  Julian SmartLook for help file in Windows if not found elsewhere
2005-04-13  Włodzimierz SkibaOW pedantic warning fix.
2005-04-13  Vadim Zeitlinfixed tests for dashed/dotted pens under OS != NT ...
2005-04-13  Vadim Zeitlindon't break of the loop resetting last focus pointer...
2005-04-13  Julian SmartThe device origin can be set on WinCE, so use it and...
2005-04-13  Julian SmartGetCursorPos returns an error on WinCE, so use GetMessa...
2005-04-13  Julian SmartUnnecessary shwlapi.h inclusion removed
2005-04-13  Robin DunnAdd room for the scrollbar
2005-04-12  Ryan NortonFix warning on CYGWIN for sockets
2005-04-12  Włodzimierz SkibawxUniv build fix (typo correction).
2005-04-12  Włodzimierz SkibaWinCE build fix (missing style).
2005-04-12  Robin DunnFixes for wxPopupTransientWindow for wxMSW. Includes...
2005-04-11  Robin Dunnreturn begining of the selection for GetInsertionPoint...
2005-04-11  Vadim Zeitlinafter latest changes background of radio buttons _not_...
2005-04-11  Włodzimierz SkibawxUniv build fix.
2005-04-11  Włodzimierz SkibaDo not break twice.
2005-04-10  Vadim Zeitlinsilently ignore NULL pointers in MSWOnMeasureItem(...
2005-04-10  Vadim Zeitlinfixed MSWGetBgBrush() call, it needs a HWND and not...
2005-04-10  Vadim Zeitlinextended wxWindow::MSWGetBgBrush() and wxControl::MSWCo...
2005-04-10  Vadim Zeitlinfixed slider positioning/sizing (especially when ticks...
2005-04-10  Vadim Zeitlinput some asserts to check that inconsistent slider...
2005-04-10  Vadim ZeitlinGetParent() was always used in test for wxHSCROLL check...
2005-04-10  Julian SmartHack to make wxStaticBox be repainted when inside a...
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-04-06  Vadim Zeitlinsynthesize NM_RCLICK ourselves now that def window...
2005-04-06  Julian SmartDon't always maximize top-level windows on Smartphone
2005-04-06  Robin DunnReally remove the droppings when there are no pages
2005-04-06  Vadim Zeitlindefine WM_CONTEXTMENU if the standard headers don't
2005-04-06  Julian SmartAlways Maximize() top-level windows on Smartphone.
2005-04-06  Vadim Zeitlinuse LVS_EX_LABELTIP by default
2005-04-05  Vadim Zeitlinmove code ignoring VK_SPACE and VK_RETURN WM_CHAR messa...
2005-04-05  Vadim Zeitlinreset selection anchor when a key changing selection...
2005-04-05  Vadim Zeitlindon't generate assert when creating wxEVT_COMMAND_TREE_...
2005-04-05  Vadim Zeitlindon't let WM_RBUTTONDOWN reach def window proc as it...
2005-04-05  Vadim Zeitlinadd extra space for top border when wxDIALOG_UNIT_COMPA...
next