]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker...
[wxWidgets.git] / include / wx / msw /
2006-01-18  Julian SmartImproved mktime for WinCE
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2006-01-18  Julian SmartApplied patch [ 1306443 ] Removal of C++-style comments...
2006-01-17  Julian SmartCommitted forgotten files
2006-01-17  Julian SmartApplied patch [ 1382552 ] Fixes GDI-ressource leak...
2006-01-17  Robin DunnEnable wxListCtrl in report mode to be able to use...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2006-01-15  Włodzimierz SkibaBuild fix for wxWindowMSW used in header.
2006-01-13  Jamie GaddAdd missing WINDOWPOS flags for WinCE build to include...
2006-01-13  Vadim Zeitlinupdated to derive from wxEventLoopManual
2006-01-12  Vadim Zeitlinimproved wxMac event loop implementation and refactored...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2006-01-06  Vadim Zeitlinadded wx/object.h include (bug 1398517)
2006-01-02  Jamie GaddMake radiobuttons siblings instead of children in radio...
2006-01-01  Vadim Zeitlindon't test for __WIN95__ which doesn't exist any more...
2005-12-25  Vadim Zeitlinimplemented wxDC::DoGetSize() correctly for metafile...
2005-12-25  Vadim ZeitlinStart/EndDrawingOnTop are still used under Motif, don...
2005-12-25  Vadim Zeitlindisallow creation of wxDC objects and made wxDC an...
2005-12-19  Vadim Zeitlindocumented Set/GetIcon(), added (not quite pure) virtua...
2005-12-19  Vadim Zeitlinreturn a valid bitmap from GetBitmap() even if we creat...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-12-11  Włodzimierz SkibawxUSE_DISPLAY impossible with eVC3 (SDKs 2002).
2005-12-10  Włodzimierz SkibawxDisplay support for wxWinCE port.
2005-12-01  Václav Slavíkfixed wxComboBox::Clear to clear stored value
2005-11-30  Vadim Zeitlin1. moved m_majorDim duplicated in many ports to wxRadio...
2005-11-29  Vadim Zeitlinadded wxRadioBox::IsItemEnabled/Shown() (for MSW only...
2005-11-23  Włodzimierz Skiba[ 1364397 ] wxUSE_MS_HTML_HELP could be redefined
2005-11-15  Włodzimierz SkibaMinor cleanings.
2005-11-13  Włodzimierz SkibaResize all top level windows when SIP changes visibility.
2005-11-10  Włodzimierz SkibaMacros for simplified testing Open Watcom version and...
2005-11-08  Michael WetherellAdd rcdefs.h and support for automatic manifests on...
2005-11-05  Włodzimierz SkibaNative wxCheckListBox implementation for wxWinCE.
2005-11-03  Vadim Zeitlinuse focused bitmap as fallback for the hover one
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMSW part).
2005-11-03  Vadim Zeitlinadded SetHoverBitmap() and implemented it under wxMSW...
2005-11-03  Michael WetherellRemove bufferoverflowu.lib since it's not present with...
2005-10-31  Vadim Zeitlin#undef CreateFont to fix cygwin compilation now that...
2005-10-29  Vadim Zeitlindon't get margin to non NULL values in default ctor...
2005-10-28  Chris Elliottremove GetImageList(int)
2005-10-27  Włodzimierz SkibaWinCE build fix according to eVC3 and eVC4 SDKs.
2005-10-27  Julian SmartSorry, forgot default value
2005-10-27  Włodzimierz SkibaWinCE build fix (we need default constructor).
2005-10-26  Chris Elliottavoid hidden GetImageList
2005-10-26  Julian SmartAdded parent window parameter to wxHelpController const...
2005-10-23  Julian SmartApplied patch [ 1307056 ] [wxMSW] Focus showing fix...
2005-10-19  Julian SmartAdded wxRichTextCtrl
2005-10-17  Vadim Zeitlinrenamed DoHitTest() to DoTreeHitTest() to avoid conflic...
2005-10-17  Michael WetherellLink with bufferoverflowu.lib for VC++ 8 and later
2005-10-17  Michael WetherellWarning fix, should be #ifdef instead of #if
2005-10-16  Michael WetherellUse a different manifest for each of x86, amd64 and...
2005-10-12  Michael WetherellManifest files for win64
2005-10-10  Vadim Zeitlinremoved duplicated members which have been moved to...
2005-10-10  Vadim Zeitlinremoved deprecated InsertItem() overload because it...
2005-10-10  Vadim Zeitlinintroduced a common base class for both MSW and generic...
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-09  Vadim Zeitlinimplemented GetBestSize() (TODO: make this available...
2005-10-09  Vadim Zeitlinfilter out duplicate mouse move events too; moved last...
2005-10-06  Włodzimierz SkibawxPalette unified. Source cleaning.
2005-10-04  Włodzimierz SkibaFix for mistake with const for non pointer/reference...
2005-10-04  Włodzimierz SkibawxBrush::SetColour and wxPen::SetColour unified. Source...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-27  Vadim Zeitlin(blind) fix for keyboard cues display under XP (bug...
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-09-24  Vadim Zeitlinmake WinStruct<> available in non-GUI code too
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-16  Michael WetherellCygwin compile fix
2005-09-16  Włodzimierz SkibaNative spline drawing.
2005-09-16  Vadim Zeitlin(blind) CE compilation fix: declare wxToolBarNameStr
2005-09-14  Dimitri Schoolwerthreverted last changes which were false alarm
2005-09-13  Włodzimierz SkibaMissing includes.
2005-09-13  Dimitri Schoolwerthfixed uninitialized variable (depending on wxChoice...
2005-09-11  Vadim ZeitlinwxMediaCtrl patch from Ryan:
2005-09-09  Julian SmartMoved definition
2005-09-03  Vadim Zeitlinundef wxUSE_DIALUP_MANAGER before redefining it as 0
2005-09-03  Vadim Zeitlinfix showing keyboard cues under Win2k/XP
2005-09-02  Václav Slavíkadded GetFirstSibling and GetLastSibling
2005-08-30  Vadim Zeitlingenerate mouse events for all static controls, not...
2005-08-28  Vadim Zeitlinfixed status bar positioning to work both with and...
2005-08-28  Vadim Zeitlinadded IsSizeDeferred() (part of patch 1199639)
2005-08-24  Vadim Zeitlin#undef things which require other, disabled, ones,...
2005-08-23  Vadim Zeitlinremoved attempts to link with unicows.lib using #pragma...
2005-08-19  Vadim Zeitlinlink unicows.lib implicitely when using MSVC and wxUSE_...
2005-08-19  Michael WetherellFix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett
2005-08-17  Vadim Zeitlinmade wxChoice and wxComboBox::GetSelection() return...
2005-08-11  Vadim Zeitlinforce update of MDI client window size after the MDI...
2005-08-11  Vadim Zeitlincheck that wxUSE_DC_CACHEING is defined
2005-08-06  Julian SmartCompatibility settings corrected
2005-08-05  Vadim Zeitlindon't remember size passed to SetSize() as pending...
2005-08-04  Vadim Zeitlinremoved wxUSE_MENU_CALLBACK references: the code inside...
2005-08-04  Vadim Zeitlinremoved (unused since quite some time) wxUSE_ITSY_BITSY
2005-08-04  Vadim Zeitlinremoved wxUSE_PENWINDOWS (and its misspellings), it...
2005-08-04  Vadim Zeitlindefine wxUSE_MFC as 0 if it's not defined (fixes gcc...
2005-08-04  Julian SmartMore settings restored.
2005-08-04  Julian SmartSwitched loads of settings back on
2005-08-04  Julian SmartResolved CVS conflict
2005-07-30  Vadim Zeitlinmoved MSW-specific stuff to wx/msw/chkconf.h, this...
next