]> git.saurik.com Git - wxWidgets.git/history - src/msw
Made the colours more muted
[wxWidgets.git] / src / msw /
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...
2005-05-22  Vadim Zeitlinfixed drawing of owner drawn buttons with multiline...
2005-05-22  Vadim Zeitlinadded support for incremental search in virtual list...
2005-05-22  Vadim Zeitlinmoved WM_PRINTCLIENT from wxRadioBox to wxStaticBox...
2005-05-22  Vadim Zeitlinfixed remains of notebook flickering (improved patch...
2005-05-22  Vadim Zeitlincompilation fix: last commit broke non-Win64 compilation
2005-05-22  Vadim Zeitlinjust some code cleanup: removed m_hwnd macro
2005-05-22  Julian SmartRemoved def files
2005-05-22  Julian SmartApplied patch [ 1196827 ] Fixes Assert with wxTreeCtrl...
2005-05-22  Julian SmartApplied [ 1205187 ] fix may not return warning on vc6...
2005-05-22  Julian SmartTest for x, y in GetPosition
2005-05-22  Julian SmartWinCE fixes
2005-05-22  Vadim Zeitlinuse correct background colour for items drawing (closes...
2005-05-22  Julian SmartApplied patch [ 1204217 ] [wxMSW] winXP: wxToolbar...
2005-05-22  Julian SmartApplied patch [ 1204244 ] [wxMSW] Use Win2K look (MS...
2005-05-22  Julian SmartApplied patch [ 1195797 ] Fixes to compile on Win64
2005-05-22  Julian SmartApplied [ 1202378 ] Fix display of MSW mediactrl when...
2005-05-22  Julian SmartFixed cast
2005-05-22  Julian SmartFixed DDE in Unicode: bug [ 1206299 ] wxDDE 'segfaults'
2005-05-22  Julian SmartRemove debugging code accidentally left in
2005-05-21  Julian SmartApplied patch [ 1204548 ] Add Get and SetVolume to...
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...
next