]> git.saurik.com Git - wxWidgets.git/history - src/msw
add meta to manifests
[wxWidgets.git] / src / msw /
2008-02-19  Vadim Zeitlinimplement wxRadioBox::Reparent(): it didn't reparent...
2008-02-16  Julian SmartRemoved unnecessary include
2008-02-15  Vadim Zeitlindon't clutter the code with (apparently) unnecessary...
2008-02-14  Julian SmartCut down on unnecessary update events
2008-02-13  Vadim Zeitlinuse listctrl coordinates for the wxEVT_COMMAND_LIST_COL...
2008-02-11  Vadim Zeitlinset selection anchor to the focused item in SetItemState()
2008-02-10  Vadim Zeitlinpass correct data size to DdeClientTransaction() in...
2008-02-09  Vadim Zeitlinadd GetMDIParent() and use it to reduce the number...
2008-02-09  Vadim Zeitlindon't lose the contents of the combobox if it was set...
2008-02-06  Vadim Zeitlincorrection after the previous commit which introduced...
2008-02-06  Vadim Zeitlinfix GetTLWParentIfNotBeingDeleted() to work correctly...
2008-02-05  Vadim Zeitlinlength passed to WideCharToMultiByte() was off by one...
2008-02-04  Vadim Zeitlinuse BSTR length to also deal with NULs inside BSTRs...
2008-02-04  Vadim Zeitlinuse WideCharToMultiByte() instead of wcstombs() to...
2008-02-03  Vadim Zeitlinadded wxGLCanvas::IsDisplaySupported() (patch 1879906)
2008-02-03  Vadim Zeitlinbuild fix for wxUSE_INTL==0 (patch 1878908)
2008-02-02  Václav Slavíkfixed wxTextCtrl to not process clipboard events twice...
2008-01-31  Václav SlavíkwxUniv/MSW compilation fix after wxDC changes
2008-01-30  Julian SmartAdded checks to encoding conversion to avoid crash
2008-01-28  Vadim Zeitlinfix compilation error for wxUSE_DC_CACHEING==0; use...
2008-01-26  Vadim Zeitlinset listview extended styles after switching to report...
2008-01-26  Vadim Zeitlinfix assert when using owner-drawn menu items with the...
2008-01-24  Vadim Zeitlingenerate focus and kill focus events for wxTextCtrl...
2008-01-19  Vadim Zeitlinskip focus events after handling them in wxTextCtrl...
2008-01-17  Vadim Zeitlinrestored wxEnhMetaFileDC::Close() lost in wxDC reorgani...
2008-01-16  Vadim Zeitlindon't enable disabled windows when showing them (patch...
2008-01-16  Vadim Zeitlindon't create unnecessary temporary wxFont (patch theFont)
2008-01-14  Paul Cornettmake XPM data pointer parameter fully const
2008-01-12  Stefan NeisBlind compilation fixes.
2008-01-08  Vadim Zeitlinrestore SetSelection(-1, -1) behaviour which was broken...
2008-01-08  Vadim Zeitlincompilation fix after wxWindowIDRef changes
2008-01-08  Vadim Zeitlincompilation fix for STL build; also don't pass unknown...
2008-01-07  Vadim Zeitlininitialize wxMSWSystemMenuFontModule stuff on demand...
2008-01-07  Vadim Zeitlinadjust the minimal menu item height to be lesser than...
2008-01-07  Vadim Zeitlindon't use wxSubwindows with a single element to store...
2008-01-07  Vadim Zeitlinstore ids of sub-items directly in wxSubwindows instead...
2008-01-06  Vadim Zeitlinfix crash in wxExecuteModule::OnExit() (never noticed...
2008-01-06  Vadim Zeitlinfix wxExecute thread shutdown and free wxExecuteData...
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2008-01-06  Vadim Zeitlinadd wxDL_QUIET flag; use RawGetSymbol() instead of...
2008-01-06  Vadim Zeitlindraw the bitmap manually under Win9x and 2000 because...
2008-01-06  Vadim Zeitlinfix comparison of BYTE variable with -1 after last...
2008-01-05  Vadim Zeitlinfix handling of OEM VKs in wxCharCodeWXToMSW() (patch...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-03  Vadim Zeitlindon't hardcode 16/32 as sizes for small/normal icons...
2007-12-31  Vadim Zeitlinensure that gsockmsw.obj is linked in, it was optimized...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-22  Robert RoeblingCompilo
2007-12-22  Vadim Zeitlinallow centering wxMessageDialog on its parent window...
2007-12-22  Vadim Zeitlinunset the window as invoking window of wxCurrentPopupMe...
2007-12-22  Vadim Zeitlinmade SetCurrent() and SwapBuffers() return boolean...
2007-12-22  Vadim Zeitlinhandle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVari...
2007-12-22  Vadim Zeitlinadded wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_...
2007-12-22  Vadim Zeitlindiscard any pending messages for the socket being destr...
2007-12-20  Julian SmartCorrected wxRTTI for wxNotebook so dynamic casting...
2007-12-20  Paul Cornettremove unused variables, tabs
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-18  Stefan Csomormoving things to private headers
2007-12-18  Robert RoeblingUse IsOk() instead of Ok()
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-15  Vadim Zeitlinfix gcc warning about possibly uninitialized variables
2007-12-15  Vadim Zeitlinfix signed/unsigned comparison warnings
2007-12-13  Robin DunnApplied patch [ 1845819 ] wxMSW Top level window freeze...
2007-12-12  Vadim Zeitlinreplace wrong WXDLLEXPORT declarations with correct...
2007-12-11  Vadim Zeitlinfix unused variable warning if !HAS_AUTOCOMPLETE
2007-12-09  Vadim Zeitlindon't use the native implementation if wxTaskBarIcon...
2007-12-09  Vadim Zeitlindon't use FillRect() in DoDrawRectangle() but always...
2007-12-08  Vadim Zeitlincall Clear() in dtor: this is necessary at least to...
2007-12-08  Vadim Zeitlinadd wxUSE_TASKBARICON_BALLOONS to make it possible...
2007-12-07  Chris ElliottSF patch 1840451
2007-12-06  Václav Slavíkfixed wxSpinCtrl's client size computation in wxMSW...
2007-12-04  Vadim Zeitlinuse CreateWindow() instead of CreateStatusWindow()...
2007-12-03  Vadim Zeitlindon't use 8 bit characters in sources, this results...
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-12-03  Paul Cornettnon-pch build fix
2007-12-03  Paul Cornettnon-pch build fixes
2007-12-02  Vadim Zeitlinadded wxNotificationMessage::AlwaysUseGeneric() MSW...
2007-12-02  Vadim Zeitlinremoved the "Silver theme fix" which made the controls...
2007-12-02  Vadim Zeitlincorrect the wxEVT_TASKBAR_BALLOON_CLICK handler name...
2007-12-02  Vadim Zeitlinimplemented wxNotificationMessage for wxMSW using wxTas...
2007-12-02  Vadim Zeitlindelete the TLW used by taskbar icons instead of destroy...
2007-12-02  Vadim Zeitlinadded wxApp::GetShell32Version() to test for shell32...
2007-12-02  Vadim Zeitlindefine NIN_BALLOONXXX constants if the SDK doesn't
2007-12-01  Vadim Zeitlinadded wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will...
2007-12-01  Vadim Zeitlinadded MSW-specific wxTaskBarIcon::ShowBalloon() method...
2007-12-01  Vadim Zeitlinuse correct text format depending on build in XTYP_EXEC...
2007-11-30  Vadim Zeitlinremove default wxDC ctor to make it impossible to const...
2007-11-30  Vadim Zeitlinuse WS_SYSMENU if wxCLOSE_BOX style is given, otherwise...
2007-11-30  Stefan Csomoradaptions for latest dc changes
2007-11-30  Stefan Csomoradaptions for latest dc changes
2007-11-30  Stefan Csomoradaptions for latest dc changes
2007-11-30  Stefan Csomoradaptions for latest dc changes
2007-11-30  Vadim Zeitlinfix an unused variable warning in release build
2007-11-30  Robert RoeblingDC reorganization
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-28  Vadim Zeitlindefine AW_XXX constants if SDK doesn't (fixes VC6 compi...
2007-11-28  Julian SmartFixed bug in border style translation
2007-11-28  Vadim Zeitlinset disposition to OPEN_ALWAYS for write and read-write...
next