]> git.saurik.com Git - wxWidgets.git/history - src/msw
*** empty log message ***
[wxWidgets.git] / src / msw /
2005-03-01  Vadim Zeitlinfix for crash when using wxEXEC_NODISABLE
2005-02-28  Robin DunnOops, checked in wrong file by mistake. Reverted last...
2005-02-28  Robin DunnDon't build the old versions of OGL or iewin by default...
2005-02-28  Chris Elliottfix missing defines with DMC
2005-02-28  Julian SmartUnicode fix
2005-02-28  Julian SmartApplied socket destruction bug patch
2005-02-28  Julian SmartWinCE doesn't have DFCS_FLAT
2005-02-28  Ryan Nortoncomment and 'fix' bug 1145623
2005-02-28  Robert Roebling Add PrivData() field to wxPrintData since MSW's printer
2005-02-28  Vadim Zeitlinshow tooltips for the text control part of the spin...
2005-02-27  Vadim Zeitlinset WS_GROUP on the first button in the group, fixes...
2005-02-27  Václav Slavíkcopyright and name updates
2005-02-27  Julian SmartAdded GetBitmap, GetIcon to wxImageList
2005-02-26  Robin DunnCorrect GetString check message
2005-02-25  Julian SmartMake HTCLIENT code off by default
2005-02-24  Vadim Zeitlinfix for SetValue() losing effect after focus change...
2005-02-24  Vadim Zeitlinuse correct colour for the toolbar initially (patch...
2005-02-24  Julian SmartRestored mouse sensitivity for static box and static...
2005-02-23  Włodzimierz SkibaLinup API of wxRadioBox::Show on all ports. Move wxRadi...
2005-02-21  Włodzimierz SkibaConsistent wxWindow::Enable with wxRadioBox::Enable...
2005-02-21  Stefan CsomorXTI fix for VC 7.1 (VC 8.0 didn't complain)
2005-02-21  Vadim Zeitlinimplementation of wxRendererXP::DrawComboBoxDropButton...
2005-02-20  Julian SmartFont correction
2005-02-20  Vadim ZeitlinwxUniv compilation fix
2005-02-20  Vadim Zeitlincleanup of TrackMouseEvent() code (use a single #ifdef...
2005-02-20  Vadim Zeitlinremoved wxLoadBitmap() introduced in 1.37 -> 1.38;...
2005-02-20  Julian SmartDon't repaint window if hidden
2005-02-20  Julian SmartFix for compilo
2005-02-19  Vadim Zeitlinadded wxNavigationEvent::FromTab flag
2005-02-19  Vadim Zeitlinreenable WS_TABSTOP (patch 1045547)
2005-02-19  Vadim Zeitlinprocess CBN_SELENDOK and not only CBN_SELCHANGE (patch...
2005-02-19  Vadim Zeitlinwe don't need to use solid colour for background drawin...
2005-02-19  Vadim Zeitlinadded MSWPrintChild() for drawing child background...
2005-02-19  Vadim Zeitlinextracted check for wxListCtrl in WM_PRINT handler...
2005-02-19  Vadim Zeitlindon't steal EVT_RIGHT_UP in rich edit controls for...
2005-02-19  Vadim Zeitlinmore visual improvements to owner-drawn menus (patch...
2005-02-19  Vadim ZeitlinVK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)
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...
next