]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
moved wxWindow::m_hMenu to wxFrame, it is not needed in the base class
[wxWidgets.git] / include / wx / msw /
2004-09-24  Ryan NortonMSW XRC define setuup.h handling
2004-09-19  Vadim Zeitlinadded missing header to fix !USE_PCH compilation
2004-09-18  Chris Elliottfix compile break for unknown FLASHWINFO
2004-09-18  Vadim Zeitlinremoved unneeded (after patch 1027243) disable.bmp
2004-09-18  Vadim Zeitlinconstruct brush used for painting disabled bitmap butto...
2004-09-16  Vadim Zeitlinfixed gcc warnings about not calling base class ctor...
2004-09-16  Włodzimierz SkibawxChoicebook generic implementation.
2004-09-15  Vadim Zeitlinfixed sending duplicate EVT_COMBOBOX events; documented...
2004-09-13  Vadim Zeitlinfile with DoMessage() declaration (which I forgot to...
2004-09-11  Vadim Zeitlinadded As/DissociateHandle() and implemented it for...
2004-09-11  Vadim Zeitlinfixed CopyFromBitmap() for shared wxIcon objects by...
2004-09-11  Vadim ZeitlinBC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION
2004-09-08  Włodzimierz SkibaFixes and source cleaning for WinCE.
2004-09-08  Włodzimierz SkibaNative Smartphone wxTextCtrl.
2004-09-07  Vadim Zeitlinadded wxTopLevelWindow::RequestUserAttention(); documen...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE...
2004-09-04  Włodzimierz SkibaSource cleaning: whitespaces, tabs, ::, -1/wxID_ANY...
2004-09-03  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpt...
2004-09-01  Chris Elliottmdi menu updates fixed (after SF 1012653)
2004-08-31  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE...
2004-08-30  Václav Slavíknew stock buttons API
2004-08-30  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-08-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxNOT_FOUND...
2004-08-26  Włodzimierz SkibaSource cleaning: whitespaces & tabs, ::, TRUE/true...
2004-08-26  Robin DunnSome of these are not in BASE, cahnge back to WXDLLEXPORT
2004-08-25  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-08-24  Václav SlavíkWXDLLEXPORT fixes
2004-08-24  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-08-23  Włodzimierz SkibaNative SmartPhone wxChoice implementation.
2004-08-20  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxDefaultCoord, TRUE...
2004-08-19  Włodzimierz SkibaSource cleaning: whitespaces,-1/wxID_ANY,TRUE/true...
2004-08-18  Włodzimierz SkibaSource cleaning.
2004-08-16  Włodzimierz SkibaTRUE/true, FALSE/false, whitespace cleaning.
2004-08-15  Václav Slavíkadded stock buttons support
2004-08-13  Vadim Zeitlinuse wxDD_DEFAULT_STYLE instead of 0 by default for...
2004-08-09  Włodzimierz SkibawxUSE_GENERIC_DIALOGS_IN_MSW removed
2004-08-08  David ElliottUse bool instead of int. Replace TRUE/FALSE with true...
2004-08-06  David ElliottGet rid of inline C compatibility methods
2004-08-06  David ElliottGet rid of wxUSE_GSOCKET_CPLUSPLUS
2004-08-06  Dimitri Schoolwerthmade code slightly more readable
2004-08-06  Dimitri Schoolwerthfixed MSVC6 compiler warning
2004-08-05  Włodzimierz SkibaPeparation for native Smartphone controls based on...
2004-08-03  Włodzimierz SkibaSmartphone fix due to separated implementation of wxFil...
2004-08-03  David Elliott* Made GSocket::GetError() exp/imp from net library...
2004-08-03  David ElliottPrepare headers for C->C++ migration
2004-07-30  Vadim Zeitlinswitched to wxEventLoopBase/wxEventLoop implementation...
2004-07-28  David ElliottwxWindowMSW::OnInitDialog is only implemented for WinCE
2004-07-28  Julian SmartWorked around static box opaqueness problem on WinCE...
2004-07-27  Włodzimierz SkibaMissing DMC OFN_* values.
2004-07-26  Vadim Zeitlinremoved _GSocket::m_oriented
2004-07-25  Vadim Zeitlinreplaced my recent GSocket_SetReuseAddr() addition...
2004-07-25  Vadim Zeitlinimplemented moving the dialog (patch 996448)
2004-07-25  Vadim Zeitlindon't define _CRTDBG_MAP_ALLOC as it is apparently...
2004-07-25  Vadim Zeitlindc.h shouldn't include itself (patch 992933)
2004-07-25  Vadim Zeitlinfixed header include guard position (patch 992443)
2004-07-25  Vadim Zeitlinadded status bar fields styles support (patch 988292)
2004-07-25  Vadim Zeitlinadded IsFrozen() (part of patch 925808)
2004-07-23  Vadim Zeitlinunhide the other HitTest() overload
2004-07-23  Vadim Zeitlindon't modify all wxBitmaps sharing the same wxBitmapRef...
2004-07-23  Vadim Zeitlinimplement HitTest(pos) variant and not HitTest(x, y...
2004-07-23  Włodzimierz SkibawxUSE_BUTTONBAR removed.
2004-07-22  Vadim Zeitlinadded wxDIB(HBITMAP) ctor and corresponding Create...
2004-07-20  Vadim Zeitlindon't suppose that all 32bpp DIBs have alpha, this...
2004-07-16  Roger Gammans * add documentation for wxMemoryBuffer
2004-07-15  Václav SlavíkDLL export fixes (patch 991760)
2004-07-05  Dimitri Schoolwerthuse slashes in #include, not backslashes
2004-06-30  Vadim Zeitlinadded WindowHDC similar to Screen/MemoryHDC
2004-06-25  Dimitri Schoolwerthfixed include dependency
2004-06-24  Václav Slavíkfixed warnings after GetFont prototype change
2004-06-22  Vadim Zeitlinfixed assertion failure if Ok or Cancel button is click...
2004-06-22  Vadim Zeitlinmoved wxEntry(HINSTANCE, ...) declaration to wx/msw...
2004-06-22  Vadim Zeitlinfixed wxEntry() signature
2004-06-21  Robin Dunnreverted m_adjustMinSize change prepatory for a new...
2004-06-21  Václav Slavíkreverted previous revision, old clipboard API is still...
2004-06-21  Václav Slavíkdon't export deprecated interface to clipboard from DLL
2004-06-21  Václav SlavíkwxClipboard changes compilation fixes
2004-06-19  Robin DunnControls will readjust their size and minsize when...
2004-06-16  Václav SlavíkWXDLLEXPORT correction
2004-06-16  Włodzimierz SkibaSmartphone menus.
2004-06-16  Włodzimierz SkibaWarning fixes for WinCE.
2004-06-16  Włodzimierz SkibaSmartphone specific resource files.
2004-06-15  Robin DunnAdd DoGetBestSize to wxCheckListBox that adds room...
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-06-12  Robert Roebling Added master define for CommandBar vs. PocketPC mixed...
2004-06-11  Robert Roebling Compile fix for HANDHELDPC
2004-06-10  Vadim Zeitlinfixed assert in SetItemText() for wxTR_MULTIPLE controls
2004-06-09  Vadim Zeitlinexplicit this-> is required by C++ standard, not g...
2004-06-05  Václav Slavíkdon't define _puttchar ourselves when using newest...
2004-06-05  Václav Slavíkcorrected EVT_TASKBAR_XXX macros to use wxTaskBarIconEvent
2004-06-03  Václav Slavíksplit wxRegion(wxBitmap) ctor into two ctors with clear...
2004-05-31  Václav Slavíkcompilation fix for gcc-3.4
2004-05-28  Robin DunnGetClientAreaOrigin should be public
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
2004-05-27  Julian SmartFixes for Standard WinCE SDK
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-15  Mattia Barbon wxUniversal compilation fix.
2004-05-14  Robin DunnPatch #952053, wxToggleButton gains WS_VISIBLE flag
2004-05-08  Mattia Barbon wxUniversal compilation fix. The fix is ok because...
next