]> git.saurik.com Git - wxWidgets.git/history - src/msw
1. undid the "simplification" of patch 1096066 which resulted in a crash
[wxWidgets.git] / src / msw /
2005-02-17  Vadim Zeitlincorrected wxRTTI macros
2005-02-16  Julian SmartFixed windows not displaying on SmartPhone
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-16  Julian SmartWinCE doesn't have _set_se_translator
2005-02-15  Julian SmartAbsolutely no idea what DisableAutomaticSETranslator...
2005-02-15  Vadim Zeitlin!USE_PCH compilation fix after last check in
2005-02-15  Vadim Zeitlinremoved m_isCaretAtEnd optimization added in rev 1...
2005-02-15  Vadim Zeitlinreuse code from wxDC::GetMultiLineTextExtent() instead...
2005-02-15  Vadim Zeitlinuse wxDC::GetMultiLineTextExtent() instead of duplicati...
2005-02-15  Vadim Zeitlinremove INSTANCE declaration which uses wrong dll export...
2005-02-14  Włodzimierz SkibaCommon code for the same handling of wxSL_INVERSE.
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-13  Vadim Zeitlinadded support for wxDP_ALLOWNONE in wxMSW; documented...
2005-02-12  Vadim Zeitlincompilation fix for !wxUSE_ON_FATAL_EXCEPTION
2005-02-12  Julian SmartApplied [ 1059554 ] patch for [1028659] fixes a couple...
2005-02-11  Vadim Zeitlindon't translate Win32 structured exceptions into C...
2005-02-11  Włodzimierz SkibaVarious cleanings.
2005-02-11  Julian SmartAvoid double-define on WinCE
2005-02-11  Julian SmartDon't use mnemonics for OK, Cancel and Close under...
2005-02-11  Kevin HockwxSL_INVERSE for MSW. Heavily modified patch 1096922.
2005-02-10  Włodzimierz SkibaBuild fix.
2005-02-10  Robert Roebling Corrected button height for multiline buttons.
2005-02-10  Julian SmartApplied patch [ 1119239 ] Adds socket support for Windo...
2005-02-10  Włodzimierz SkibawxWindow::GetClientAreaOrigin duplicated wxWindowBase...
2005-02-09  Włodzimierz Skiba.empty() string decorations
2005-02-08  Julian SmartLast change undone
2005-02-08  Julian SmartSet m_count to zero in DeleteAllItems
2005-02-06  Julian SmartCan now set msw.window.no-clip-children to 1 to elimina...
2005-02-06  Julian SmartSet solid colour for whole control, not pages
2005-02-06  Julian SmartCan suppress themed notebook page with wxNB_NOPAGETHEME or
2005-02-06  Julian SmartRestored the ability to set the background colour for...
2005-02-06  Vadim Zeitlinremoved trailing semicolons after DECLARE_DYNAMIC_CLASS...
2005-02-06  Julian SmartSpiner -> Spinner
2005-02-06  Vadim Zeitlinensure that _WIN32_IE is defined to max value before...
2005-02-04  Julian SmartFix for assertions when updating UI and focus is on...
2005-02-04  Vadim Zeitlinfixed stub code compilation (don't use PSYMBOL_INFO)
2005-02-03  Julian SmartCorrection to previous fix
2005-02-03  Julian SmartFix for GCC compilation
2005-02-01  Vadim Zeitlinstubs for wxUSE_DBGHELP == 0
2005-01-31  Vadim Zeitlin- use CreateWindowEx(), please explain why CreateWindow...
2005-01-31  Włodzimierz SkibaEnhanced wxGetStockLabel() with parameters which replac...
2005-01-31  Vadim Zeitlinfixed the checked flag value for events from check...
2005-01-30  Vadim Zeitlinuse custom class which doesn't redraw everything on...
2005-01-30  Vadim Zeitlindon't use WS_POPUP for frames using wxFRAME_TOOL_WINDOW...
2005-01-30  Vadim Zeitlinmoved Begin/EndDeferWindowPos() calls to WM_SIZE handle...
2005-01-29  Vadim Zeitlindo reset m_count to 0 after deleting all the items...
2005-01-29  Robert Roebling Tried to restore wxPopupTransientWindow functionality
2005-01-29  Robin DunnDon't use the parent's defered sizing handle if the...
2005-01-28  Włodzimierz SkibaWarning fixes.
2005-01-25  Vadim Zeitlinfixed memory leak with client data when using DeleteAll...
2005-01-24  Włodzimierz SkibaSource cleaning.
2005-01-24  Dimitri Schoolwerthfixed unreachable code warning (MSVC6)
2005-01-24  Dimitri Schoolwerthapplied patch #1044865 (fixes problem: "On Win2K, the...
2005-01-24  Włodzimierz SkibaMissing include.
2005-01-22  Robert Roebling Probably a bug in the MINGW32 header.
2005-01-21  Vadim Zeitlinimplemented DrawComboBoxDropButton() for classic Win32
2005-01-21  Vadim Zeitlincheck for error in GetSelection(long *, long *); clean...
2005-01-21  Vadim Zeitlinmoved code working around combobox selection bug to...
2005-01-20  Włodzimierz SkibaWM_CONTEXTMENU available since WinCE.NET
2005-01-20  Włodzimierz SkibaMissing define.
2005-01-20  Vadim Zeitlinadded and implemented for MSW wxDP_SHOWCENTURY flag
2005-01-20  Włodzimierz SkibaSimple wxBatteryPower API for the support in wxWinCE...
2005-01-20  Vadim Zeitlincompilation fix for CE: don't use GetModuleHandleA...
2005-01-20  Vadim Zeitlincall InitCommonControlsEx() when using comtl32.dll...
2005-01-20  Vadim Zeitlinreport more information about the control whose creatio...
2005-01-19  Robin DunnAdjust the bounding box of the labels to client coordinants
2005-01-19  Vadim Zeitlinuse wxDP_SPIN by default under Win32
2005-01-19  Vadim Zeitlinadded wxDP_SPIN/DROPDOWN styles (only Win32 native...
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-19  Włodzimierz SkibaCookie is not for dummy initialization due to condition...
2005-01-19  Vadim Zeitlinreenabled WM_MOUSELEAVE event handling (patch 1104551...
2005-01-19  Vadim Zeitlindon't return HTCLIENT for static bitmaps, this breaks...
2005-01-18  Włodzimierz SkibaMinGW warning fix.
2005-01-18  Kevin HockFor efficiency reasons, text controls no longer set...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-18  Vadim Zeitlinonly define globals when wxUSE_BASE to avoid duplicate...
2005-01-18  Vadim ZeitlinUnicode compilation fix for debugging code which is...
2005-01-18  Włodzimierz SkibawxWinCE fixes.
2005-01-17  Włodzimierz SkibaFix for limited build required by headers of free DMC.
2005-01-17  Włodzimierz SkibaMinGW fixes.
2005-01-17  Vadim Zeitlinremoved #ifndef __WXUNIVERSAL__ added in last commit...
2005-01-17  Włodzimierz SkibaCheck wxMSWUniv condition earlier.
2005-01-17  Włodzimierz SkibawxMSWUniv build fix.
2005-01-17  Vadim Zeitlinfixed GetModuleHandleExA() call after last fix
2005-01-17  Włodzimierz SkibaWarning fix.
2005-01-17  Włodzimierz SkibaBuild fixes.
2005-01-17  Włodzimierz SkibaMissing include.
2005-01-17  Vadim Zeitlinadded GenerateNow()
2005-01-17  Vadim Zeitlindisable an apparently harmless VC++ warning about ...
2005-01-17  Vadim Zeitlinmoved fatal exception handling code to msw/main.cpp...
2005-01-17  Vadim Zeitlinadded wxStackWalker class
2005-01-17  Vadim Zeitlinrefactored wxCrashReport to use new wxDbgHelpDLL class...
2005-01-17  Vadim Zeitlincreated a reusable interface to dbghelp API
2005-01-17  Vadim Zeitlinremove obsolete wxUSE_CTL3D code
2005-01-16  Vadim Zeitlinextracted Unix code in a separate new file (src/unix...
2005-01-16  Vadim Zeitlin1. extracted MSW-specific part of wxDynamicLibrary...
2005-01-16  Vadim Zeitlinfixed export of hex values
2005-01-16  Vadim Zeitlinimplemented Export(file)
2005-01-15  Vadim Zeitlinmoved styles logic to MSWGetStyle() (no real changes)
2005-01-15  Vadim Zeitlinremoved obsolete wxUSE_CTL3D
next