]> git.saurik.com Git - wxWidgets.git/history - src/msw
Undo/Redo update handlers now set the text as well
[wxWidgets.git] / src / msw /
2002-04-11  Vadim Zeitlindon't use socket function when wxUSE_SOCKETS==0
2002-04-11  Vadim Zeitlingenerate the focus events for wxComboBox, also solves...
2002-04-10  Robert Roebling Added "metal" theme.
2002-04-10  Robin DunnOops, forgot the braces.
2002-04-10  Robin DunnMoved check for m_lastKeydownProcessed to WM_CHAR case...
2002-04-10  Vadim Zeitlinno changes
2002-04-10  Vadim Zeitlindon't send dummy scroll events from wxNotebook when...
2002-04-09  Vadim ZeitlinwxSizeEvent now carries the total size, not just the...
2002-04-09  Václav Slavíkfixed incorrect wxCHECK (was a wrong negation before)
2002-04-09  Vadim Zeitlinadded support for the multiline button labels
2002-04-08  Julian SmartMore BC++ makefile tweaks
2002-04-08  Julian SmartBC++ 32-bit makefile now copies setup.h to the correct...
2002-04-08  Vadim ZeitlinwxMSW doesn't send CHAR events for Caps/Scroll/NumLock...
2002-04-07  Václav SlavíkDon't allow expanding/collapsing hidden root
2002-04-07  Vadim Zeitlinadded wxTextCtrl::EmulateKeyPress
2002-04-07  Vadim Zeitlinadded raw key code and flags support (based on patch...
2002-04-07  Vadim Zeitlinrefresh the dialog children forcefully even if wxCLIP_C...
2002-04-06  Vadim Zeitlinrefresh the dialogs after resize - this is the only...
2002-04-06  Vadim Zeitlincleaned up the checkbox creation code (~70 lines of...
2002-04-06  Vadim Zeitlinno significant changes
2002-04-06  Vadim Zeitlinfixed bug with initial path being a root directory...
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-06  Václav Slavíkreverted Julian's unintentional breakage of wxChoice
2002-04-05  Julian SmartMade sure the 'best' size doesn't get set for wxChoice
2002-04-05  Vadim Zeitlinmore fixes to handling the paths with trailing slashes...
2002-04-04  Julian SmartNo change
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2002-04-03  Robin DunnSince wxConditionInternal is a friend of wxMutex and...
2002-04-03  Vadim Zeitlinfixed a race condition resulting in returning incorrect...
2002-04-02  Vadim Zeitlinchanged wxCondition API to take a reference, not pointe...
2002-04-02  Vadim Zeitlinadded wxSemaphore (with docs), new version of wxConditi...
2002-04-02  Robin DunnwxWindowMSW now eats EVT_CHAR if the key was handled...
2002-04-01  Julian SmartSeparated wxImage::FloodFill from image.cpp
2002-04-01  Vadim Zeitlinfixed wxCheckListBox behaviour in presense of wxLB_SORT...
2002-04-01  Vadim Zeitlinsleep while waiting for the spawned process to terminat...
2002-04-01  Vadim Zeitlinrestored full redraw on repain behaviour by default...
2002-03-31  Robert Roebling Minor tweak (up-ported from 2.2.9) to make
2002-03-30  Vadim Zeitlinfix for the paths with trailing (back)slashes
2002-03-30  Vadim Zeitlinfixed an apparent bug in DetermineScaling()
2002-03-30  Robin DunnSet flags and libs for using unicows if MSLU=1
2002-03-28  Mattia BarbonFix for daily builds
2002-03-28  Vadim Zeitlinunapplied part of Dimitri's patch at his request
2002-03-28  Vadim Zeitlinfixed a (harmless) BoundsChecker warning
2002-03-28  Vadim Zeitlinuse PALETTERGB instead of RGB when creating wxMask...
2002-03-27  Vadim Zeitlinfixed data format cast (patch 528965)
2002-03-27  Vadim ZeitlinUnicode compilation fixes (patch from Dimitri)
2002-03-27  Vadim Zeitlinremoved a few warnings and CW compilation problems...
2002-03-27  Vadim Zeitlincompilation warning fixed
2002-03-27  Vadim Zeitlincompilation warning about signed/unsigned comparison...
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-26  Vadim Zeitlinfixed compilation error
2002-03-26  Vadim Zeitlinfix for toolbar radio buttons event generation
2002-03-26  Vadim Zeitlinmade radio buttons and the toolbat text work for Win32...
2002-03-25  Vadim Zeitlinfixed compilation for wxMSW after the recent changes
2002-03-24  Vadim Zeitlinfixes to radio menu items
2002-03-24  Václav Slavíkchange wxICON_INFO to wxICON_INFORMATION in Mac and...
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-24  Václav Slavíkmove wxApp::GetStdIcon to wxArtProvider
2002-03-23  Vadim Zeitlincompatibility constructors for wxMenuItem() taking...
2002-03-23  Vadim Zeitlinadded wxEXEC_NOHIDE flag, modified wxExecute() to take...
2002-03-22  Julian SmartRemoved helpwxht.h/cpp (old wxHelpControllerHtml class)
2002-03-22  Václav SlavíkwxITEM_FOO instead of wxItem_Foo, for the sake of consi...
2002-03-22  Vadim Zeitlinavoid an assert in wxString::GetWriteBuf()
2002-03-21  Václav Slavíkadded wxArtProvider
2002-03-21  Vadim ZeitlinHDC leak fix
2002-03-21  Vadim Zeitlinimplemented radio menu items for wxMSW
2002-03-18  Robin DunnRegenerated file lists so features.h would be installed
2002-03-18  Vadim Zeitlin1. implemented radio menu items for wxGTK
2002-03-17  Ron LeeAdded wxBufferedDC class.
2002-03-17  Václav Slavíkrestored old casts (there was a reason for them)
2002-03-16  Vadim Zeitlinanother minor fix for wxTR_HIDE_ROOT case
2002-03-16  Vadim Zeitlinfix for GetParent() in wxTR_HIDE_ROOT case
2002-03-16  Vadim Zeitlinadded support for wxTR_HIDE_ROOT style (patch 529614)
2002-03-15  Vadim Zeitlinfixed a bug with client rect calculation in the recent...
2002-03-15  Vadim Zeitlinerase separators shown behind the controls added to...
2002-03-15  Václav Slavíkremoved no-longer-needed hack
2002-03-15  Robin DunnAdded wxCURSOR_RIGHT_ARROW, which is like the typical...
2002-03-13  Stefan Csomoradded correct fallback color settings for XP when used...
2002-03-13  Robin DunnSome fixes for wxURLDataObject when wxUSE_UNICODE==1
2002-03-10  Vadim Zeitlinbetter fix (i.e. one which actually works) for VC+...
2002-03-10  Václav Slavíkcompilation fix
2002-03-10  Vadim Zeitlinfix for using an invalid HWND in IsEditable
2002-03-09  Vadim Zeitlinfixed a few VC++ warnings (release mode only)
2002-03-09  Vadim Zeitlin[this message is for the previous commit as well]
2002-03-09  Vadim Zeitlindon't include wx/wx.h unnecessarily
2002-03-09  Vadim Zeitlinlook at HOME and USERPROFILE in wxGetHomeDir() (patch...
2002-03-09  Vadim Zeitlincompilation warning fix for the daily builds
2002-03-09  Robin DunnVisual C++ needs sys/stat.h too
2002-03-08  Václav Slavíkfixed MSVC compilation and warnings
2002-03-08  Mattia Barbon(Hopefully) last fix for daily builds
2002-03-07  Robin DunnRemoved unneeded assert
2002-03-06  Ron Leeremoved superfluous assignment handled in base class.
2002-03-06  Mattia BarbonMore fixes for daily builds
2002-03-06  Julian SmartApplied [ 520664 ] filedlg patch
2002-03-06  Vadim Zeitlinfixed creation of the dialogs with a simple (non 3D...
2002-03-05  Mattia BarbonMore blind fixes for daily builds
2002-03-05  Vadim Zeitlincompilation fix for WXWIN_COMPATIBILITY_2_2 == 0 case
2002-03-05  Vadim Zeitlinfix for wxScreenDC::GetSize
2002-03-04  Mattia BarbonBlind fix for daily builds
2002-03-04  Julian SmartRemoved obsolete -WE flags from WIN32 BC++ makefiles
next