]> git.saurik.com Git - wxWidgets.git/history - src/msw
corrected wxLogErrors() in Clear() and Flush()
[wxWidgets.git] / src / msw /
2005-03-11  Vadim Zeitlincorrected wxLogErrors() in Clear() and Flush()
2005-03-10  Julian SmartWhen drawing a solid page background, don't use theme...
2005-03-10  Vadim Zeitlinunused param warning with wxUSE_OLE=0
2005-03-10  Vadim Zeitlincheck that wxYES and wxNO are always used together...
2005-03-09  Vadim Zeitlinslightly clarified msw.window.no-clip-children test
2005-03-08  Robert Roebling Applied DnD patch, adding a field for setting a defau...
2005-03-08  Vadim Zeitlinfixed wrong use of = instead of == (patch 1159289)
2005-03-08  Vadim Zeitlinremoved unused wxDirToWinStyle() (part of patch 1159289)
2005-03-08  Włodzimierz SkibaAllow forward declaration of wxSlider in wxMSW (bug...
2005-03-08  Vadim Zeitlinhonour stateMask in GetItem() too (patch 1153451)
2005-03-07  Vadim Zeitlinfix top margin for static box sizer when wxDIALOG_UNIT_...
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-03-07  Robert Roebling Applied GetSystemMetric patch to suppurt GTK and...
2005-03-07  Vadim Zeitlinreplaced complicated and not working test for WinCE...
2005-03-05  Mattia Barbon Use the IsMDIChild() function instead of wxRTTI,
2005-03-04  Robert Roebling Applied John L's patches for curson scaling, image...
2005-03-03  Włodzimierz SkibaWarning fix.
2005-03-03  Vadim Zeitlinuse HINSTANCE for first DllMain() parameter (should...
2005-03-02  Ryan Nortonget rid of duplicate comment :)
2005-03-02  Włodzimierz SkibaIn MSWUniv wxWindow and wxWindowMSW are different class...
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...
next