]> git.saurik.com Git - wxWidgets.git/history - src/msw
patch 816178 and tons of other fixes to owner drawn bitmaps appearance; some code...
[wxWidgets.git] / src / msw /
2003-10-16  Vadim Zeitlinpatch 816178 and tons of other fixes to owner drawn...
2003-10-15  Vadim Zeitlinremoved the weird m_style which was never initialized...
2003-10-13  Vadim Zeitlinshow the selected item with customs colour correctly...
2003-10-12  Vadim Zeitlinuse LVSICF_NOINVALIDATEALL in SetItemCount() to reduce...
2003-10-12  Mattia Barbon Compilation fixes.
2003-10-12  Vadim Zeitlinfixed conversion from Unicode in StreamOut() once again
2003-10-10  Vadim Zeitlinanother Unicode compilation fix for !wxUSE_ENHMETAFILE
2003-10-10  Julian SmartDon't set insertion point if the text is the same in...
2003-10-09  Vadim ZeitlinUnicode compilation fix for !wxUSE_ENHMETAFILE
2003-10-09  Vadim Zeitlinfix for showing a modal dialog from OnIdle() when anoth...
2003-10-08  Vadim Zeitlinfixed enumerating of entries/groups under '/' in wxRegC...
2003-10-07  Vadim Zeitlindon't always create MDI children with WS_THICKFRAME...
2003-10-07  Vadim Zeitlinno changes
2003-10-07  Vadim Zeitlinsend END_EDIT label if label editing is cancelled
2003-10-04  Robin DunnAdd some WXDLLIMPEXP's
2003-10-04  Vadim Zeitlinfixed inconsistencies with indices in wxTE_RICH2 contro...
2003-10-02  Vadim Zeitlinfixed off by 1 in new GetRange() for wxTE_RICH2 controls
2003-10-02  Vadim Zeitlindon't lose encoding information when getting/setting...
2003-09-30  Vadim Zeitlindon't draw raised border around disabled bitmaps (patch...
2003-09-30  Vadim Zeitlintreat 0xc0c0c0 as transparent colour by default
2003-09-29  Vadim Zeitlinsupport creating larger minidumps; support WX_CRASH_FLA...
2003-09-29  Vadim Zeitlinfixes in cleanup of DDE servers: don't delete them...
2003-09-28  Vadim Zeitlinreverted strange and IMO unnecessary OFN_OVERWRITEPROMP...
2003-09-28  Mattia Barbon MinGW compilation fixes.
2003-09-28  Vadim Zeitlinadded 3-state checkboxes (patch 813790)
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-27  Vadim Zeitlinsuppress compiler warning about uninit var
2003-09-27  Vadim Zeitlinfix for handling (Shift-)Ctrl-Tab when the notebook...
2003-09-27  Vadim Zeitlinminor fix for wxSlider sizing (patch 809202)
2003-09-26  Vadim Zeitlinmake it possible to give focus to the notebook itself...
2003-09-26  Vadim Zeitlinfixes to radio button handling (patch 803360)
2003-09-26  Vadim Zeitlinfix SetFocus() in wxDialog-derived class ctor (which...
2003-09-26  Vadim Zeitlinfixed (recently reintroduced) activation bug when the...
2003-09-25  Vadim Zeitlininitialize hidden window class name with NULL
2003-09-24  Vadim ZeitlinGetFilenames() always returned a single file only
2003-09-24  Vadim Zeitlinfixed spurious debug message when right clicking outsid...
2003-09-24  Vadim Zeitlinfinally reverted patch 782947 completely, it is broken...
2003-09-24  Vadim Zeitlinattempt to fix timers when creating them with a valid...
2003-09-24  Vadim Zeitlincompilation fix for BCC
2003-09-24  Chris Elliottfix digitalmars bug (ambiguous symbol)
2003-09-24  Vadim Zeitlinundid accidental change to assert in Start() during...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-23  Vadim Zeitlinrefactored code to create hidden window in one place...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-22  Vadim Zeitlinfixed bug in DeleteEntry()
2003-09-22  Vadim Zeitlincleanup: derive wxGauge from wxGaugeBase; removed redun...
2003-09-22  Vadim Zeitlinsupport full 32bit range in wxGauge
2003-09-22  Vadim Zeitlinadded wxOwnerDrawn::SetOwnerDrawn() and SetDisabledBitm...
2003-09-21  Vadim Zeitlinset event object for wxContextMenuEvent (patch 797697)
2003-09-21  Vadim Zeitlintrying to fix race conditions. double deletions and...
2003-09-21  Vadim ZeitlinIsVisible() shouldn't return true if item is out of...
2003-09-21  Vadim Zeitlindon't return & in strings returned by GetLabelTop(...
2003-09-21  Vadim Zeitlincheck the radio buttons when they get focus (closes...
2003-09-21  Vadim Zeitlingenerate standard mini dumps instead of writing our...
2003-09-20  Vadim Zeitlinfixed cleanup order to behave correctly in presence...
2003-09-20  Vadim Zeitlindon't use wx/scopeguard.h for OpenWatcom compatibility...
2003-09-20  Mattia Barbon Compilation fixes.
2003-09-20  Vadim ZeitlinUnicode compilation fix (bug 809707)
2003-09-19  Vadim Zeitlinuse wxCSConv instead of Win32 API
2003-09-19  Vadim ZeitlinwxTextCtrl::GetValue() lost (replaced with question...
2003-09-19  Vadim Zeitlinfix for generating set/kill focus events for wxRadioBox...
2003-09-19  Vadim Zeitlinattempt to fix race condition between Delete() and...
2003-09-18  Julian SmartApplied patch [ 807164 ] fixes for core library
2003-09-18  Julian SmartWinCE doesn't have GetMessageTime
2003-09-18  Julian SmartApplied patch [ 808328 ] restore border styles for...
2003-09-18  Vadim Zeitlintool windows shouldn't appear on the taskbar (patch...
2003-09-17  Vadim Zeitlinremoved wxMsgArray definition (now in evtloop.cpp)...
2003-09-17  Vadim Zeitlinuse wxModalEvtLoop, made more code exception safe
2003-09-17  Vadim Zeitlinadded OnExit(); made event loop exception safe; added...
2003-09-16  Vadim Zeitlinfixed fatal typo in wxYieldForCommandsOnly
2003-09-16  Vadim Zeitlinfixed modal dialogs after event loop change
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlinfixed return value of wxMDIChildFrame::HandleGetMinMaxI...
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-15  Julian SmartWinCE bitmap patch from Johannes Schindelin <Johannes...
2003-09-14  Vadim Zeitlinremoved the fudge from GetViewRect(), it isn't needed
2003-09-14  Vadim Zeitlinfixed GetItemSpacing() inconsistency by deprecating...
2003-09-14  Vadim Zeitlinadded wxListCtrl::GetViewRect()
2003-09-14  Vadim Zeitlinattempt to fix another occurence of WS_EX_CONTROLPARENT...
2003-09-12  Julian SmartApplied patch [ 804570 ] hidden function in src/msw...
2003-09-12  Julian SmartApplied patch [ 805147 ] GDI objects are not deselected...
2003-09-11  Mattia Barbon Cygwin compilation fix.
2003-09-11  Mattia Barbon Compilation fix for wxUSE_STL==1.
2003-09-11  Julian SmartApplied patch [ 800784 ] Fixes ::wxDirSelector style...
2003-09-11  Julian SmartApplied patch [ 771772 ] Crashes when setting icon...
2003-09-11  Julian SmartApplied patch [ 791847 ] Missing translation in filedlg.cpp
2003-09-11  Julian SmartApplied [ 798206 ] WinCE time.cpp
2003-09-10  Mattia Barbon More warning fixes from ABX.
2003-09-10  Vadim Zeitlinreverted previous fix for virtual list control with...
2003-09-10  Vadim Zeitlinattempts to fix virtual list control with Unicode and...
2003-09-10  Vadim Zeitlindocumented that wxHSCROLL disables wrapping; added...
2003-09-09  Václav Slavíkapplied Otto Wyss' patch to extend wxHelpController...
2003-09-04  Stefan Csomormacro naming changes
2003-09-04  Stefan Csomormacro naming changes
2003-09-03  Chris Elliottfix makefile for digitalmars to build joytest sample
2003-09-03  Chris Elliottfix makefile for digitalmars
2003-09-01  Robin DunnAdded handler for WM_PRINT to assist with offscreen...
next