]> git.saurik.com Git - wxWidgets.git/history - src/msw
Added wxGridBagSizer, a grid sizer where item positions can be
[wxWidgets.git] / src / msw /
2003-11-05  Dimitri SchoolwerthFixed bug introduced by previous commit (Swapped if...
2003-11-04  Dimitri SchoolwerthwxWindowsPrinter::Print ignored the "All pages" option...
2003-11-01  Vadim Zeitlindon't show hidden child frames when the parent is restored
2003-10-31  Václav Slavíkdon't use deprecated symbols
2003-10-31  Vadim Zeitlinremoved InitBase()
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-10-29  Vadim Zeitlinchanged case of the cursor names to be consistent with...
2003-10-29  Robin DunnFixed compile error
2003-10-28  Vadim Zeitlindon't give error msg when deleting non existing keys...
2003-10-24  Vadim Zeitlincompilation fix for some Unicode builds
2003-10-22  Mattia Barbon Fixed condition not to be always false.
2003-10-22  Vadim Zeitlinaccount for parent area origin when creating controls...
2003-10-21  Vadim Zeitlinfree the DIB for raw bitmaps even if they don't use...
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-10-18  Vadim Zeitlinuse wxColourDatabase::Find() instead of deprecated...
2003-10-16  Vadim Zeitlinadded wxSYS_ICONTITLE_FONT (patch 816026)
2003-10-16  Vadim ZeitlinVC++ release mode warning fix
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-16  Vadim Zeitlinmoved DLL import/export declarations from wx/defs.h...
2003-10-16  Vadim Zeitlindon't complain if file doesn't exist in DeleteFile...
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...
next