]> git.saurik.com Git - wxWidgets.git/history - src/msw
remove check for missing gtk_icon_size_lookup, since it is for GTK+ 2.1, and 2.4...
[wxWidgets.git] / src / msw /
2007-11-24  Vadim Zeitlinadded Show/HideWithEffect() and implemented them using...
2007-11-23  Vadim Zeitlinreturn int from wxGetWindowId(), not WORD, to ensure...
2007-11-20  Vadim Zeitlinuse FindWindowEx() instead of ChildWindowFromPoint...
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-11-18  Vadim Zeitlinno real changes: just some cleanup, better error handli...
2007-11-17  Vadim Zeitlinfix several problems in handling of the menu items...
2007-11-17  Vadim ZeitlinPCH-less compilation fix after last commit
2007-11-17  Chris Elliottadd watcom to #include shlguid.h
2007-11-17  Vadim Zeitlintest for remote drive existence using wxDirExists(...
2007-11-17  Vadim Zeitlinadded SetInitialSocketBuffers() to allow changing the...
2007-11-17  Vadim Zeitlinhandle NULL BSTRs as empty ones per Microsoft convention
2007-11-17  Vadim Zeitlinallow to optionally use vendor name component in standa...
2007-11-17  Vadim Zeitlinfix wxColourDialog::Centre() and SetSize() (modified...
2007-11-17  Vadim Zeitlinno real changes, just some cleanup: add wxIsAltDown...
2007-11-16  Julian SmartDon't suppress accelerators that include Enter just...
2007-11-15  Paul Cornettfix reference to temporary
2007-11-14  Julian SmartDon't try to call CanUndo/CanRedo for read-only combobo...
2007-11-13  Vadim Zeitlinfix another minor bug in DLGC_WANTMESSAGE handling...
2007-11-13  Vadim Zeitlinunselect all selected items, not just the currently...
2007-11-13  Vadim Zeitlinfix unreachable code warning in TranslateBorder()
2007-11-13  Vadim Zeitlincorrection to the changes of r49805 to make the code...
2007-11-13  Julian SmartTidying
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-11-13  Vadim Zeitlinuse standard functions for BSTR handling instead of...
2007-11-10  Vadim Zeitlindon't forward Enter presses to the default button if...
2007-11-10  Vadim Zeitlinshow default title if no custom one was specified inste...
2007-11-10  Vadim Zeitlinadded functions for setting the columns order in wxList...
2007-11-09  Vadim Zeitlinremoved unused gs_centerDialog variable accidentally...
2007-11-09  Stefan Csomorforward port from 2.8
2007-11-09  Vadim Zeitlincompilation fix for VC6 with standard (i.e. not updated...
2007-11-09  Vadim Zeitlinfixed bugs with moving/centering the file dialog (repla...
2007-11-09  Julian SmartFixed compilo with VC++
2007-11-06  Vadim Zeitlindon't add 0.5 to GetTextExtent() results and do take...
2007-11-05  Vadim Zeitlinsuppress (harmless) gcc warning about non-virtual dtor...
2007-11-05  Vadim Zeitlincompilation fix for stuff missing from mingw32 headers
2007-11-05  Vadim Zeitlinimplement AutoComplete for wxMSW too
2007-11-04  Vadim Zeitlinadded wxTextEntry::AutoCompleteFileNames() and implemen...
2007-11-04  Benjamin Williamsbug fix for vista in multi-selection tree
2007-11-02  Vadim Zeitlintry (this can be vetoed) to set focus to the listbox...
2007-11-01  Vadim Zeitlinset the focus to the tree before generating the selecti...
2007-10-30  Vadim Zeitlinreverted last changed (r49413) as deleting non-attached...
2007-10-30  Vadim Zeitlindon't set CF_TEXT data in wxURLDataObject in Unicode...
2007-10-29  Vadim Zeitlindefine TTF_TRANSPARENT if it's absent from SDK headers
2007-10-29  Vadim Zeitlinuse TTF_TRANSPARENT to fix problem with flashing toolti...
2007-10-29  Vadim Zeitlinuse fixed TOOLINFO struct size instead of trying to...
2007-10-28  Vadim Zeitlinuse the same #if wxUSE_XXX checks in platform-specific...
2007-10-28  Vadim Zeitlinreverted unrelated changes accidentally committed as...
2007-10-26  Vadim Zeitlinrefresh the item being collapsed when using comctl32...
2007-10-24  Vadim Zeitlinalways delete the menus, even if the menu is attached...
2007-10-24  Vadim Zeitlinrelease update region as soon as we finished painting...
2007-10-23  Robin DunnUse premultiplied alpha pixel format to match what...
2007-10-22  Robin DunnPatch [ 1816051 ] MSW DrawEllipticArc inconsistent...
2007-10-22  Robert Roeblingremove deprecated and constructor and SetModal() methods
2007-10-21  Paul Cornettadd wxUSE_MINIFRAME wrapper
2007-10-20  Vadim Zeitlinmany wxIPC Unicode and UTF-8 fixes (use void* instead...
2007-10-20  Robert RoeblingUse BTNFACE colour for rendering selected item when...
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-10-17  Robert RoeblingMake wxRenderer::DrawItemSelectionRect() draw a focus...
2007-10-11  Vadim ZeitlinwxUniv compilation fixes in themed border drawing code
2007-10-09  Julian SmartMerged wxRichTextAttr and wxTextAttrEx into wxTextAttr...
2007-10-07  Vadim Zeitlinsimplify the code for extended flags handling fixing...
2007-10-07  Vadim Zeitlinmade wxTreeCtrl::GetNextVisible() behave in the same...
2007-10-07  Vadim Zeitlinupdated copyright year to 2007
2007-10-07  Vadim Zeitlinfixed several problems due to use of GetEditHWND()...
2007-10-06  Vadim Zeitlinfixed bug with inversed IsEditable() return value
2007-10-06  Vadim Zeitlinalways return wxString from wxGetUserHome() instead...
2007-10-03  Vadim Zeitlinfix range used for native volume in Set/GetVolume(...
2007-10-02  Vadim Zeitlininitialize all fields of WINDOWPOS struct to avoid...
2007-10-02  Vadim Zeitlinfix several mingw32 warnings (patch from Tim Stahlhut)
2007-10-01  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT
2007-09-28  Vadim ZeitlinPCH-less build fix
2007-09-28  Vadim Zeitlincorrect properties were not set during initial add...
2007-09-28  Chris Elliottvc6 did not like this (void function returning a value)
2007-09-27  Vadim Zeitlinadded disambiguation for Clear() too
2007-09-26  Vadim Zeitlinrefactor wxMSW code to extract parts common to wxTextCt...
2007-09-26  Vadim Zeitlinremove wxComboBox-specific hack, override DoSetToolTip...
2007-09-21  Vadim Zeitlinadded more convenient wxDL_INIT_FUNC[_AW] macros and...
2007-09-21  Vadim Zeitlinmade gs_msgXXX variables static
2007-09-21  Vadim Zeitlinallow using wxTaskBarIcon under Win95 by loading Shell_...
2007-09-21  Vadim Zeitlinpredefine _WIN32_IE before including shellapi.h too...
2007-09-21  Julian SmartOptimized update events by only sending them to visible...
2007-09-21  Julian SmartCorrected bug in in revision 47973
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-09-20  Vadim Zeitlinadded missing wxUSE_RICHEDIT test
2007-09-19  Vadim Zeitlinuse fabs() instead of abs() to fix mingw32 compilation...
2007-09-19  Vadim Zeitlinshut down GDI+ from a module instead of doing it during...
2007-09-18  Vadim Zeitlinfix for the last commit: reset the dummy wxRICHTEXT_DEF...
2007-09-18  Julian SmartwxBORDER_THEME now means 'use an appropriate themed...
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-17  Vadim Zeitlindon't access m_clientDataItemsType directly
2007-09-16  Vadim Zeitlindon't use NULL when we mean 0
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-09-16  Vadim Zeitlinuse ListView_RedrawItems() to implement wxListCtrl...
2007-09-15  Vadim Zeitlinget rid of the built-in drop target in rich text contro...
2007-09-15  Vadim Zeitlinalways return positive pixel size, even for negative...
2007-09-14  Vadim Zeitlinfix unused parameter warning
2007-09-13  Vadim Zeitlinremove the drag-and-drop compatibility hack for extract...
2007-09-12  Vadim Zeitlinfix assert for bitmaps buttons created without bitmap...
2007-09-10  Vadim Zeitlinmap wxFONTENCODING_ISO2022_JP to the correct Windows...
2007-09-10  Vadim Zeitlinchop off the unwanted \r from GetLineText() return...
next