]> git.saurik.com Git - wxWidgets.git/history - src/msw
applied patch 528960 (a few minor bug fixes)
[wxWidgets.git] / src / msw /
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
2002-02-24  Vadim Zeitlinadded wxUSE_FSVOLUME
2002-02-23  Vadim Zeitlinadded EVT_MENU_OPEN and EVT_MENU_CLOSE events
2002-02-23  Vadim Zeitlinpart of the fix to the initial colour selection in...
2002-02-23  Vadim Zeitlinimplemented wxWindowDC and wxClientDC::GetSize() proper...
2002-02-23  Václav Slavíkfix for (MSLU?) BEGIN/ENDEDITLABEL in Unicode build
2002-02-22  Vadim Zeitlin1. made wxDebugMsg, wxError and wxFatalError deprecated...
2002-02-22  Vadim Zeitlinmisc fixes for (absense of) the borders
2002-02-21  Vadim ZeitlinwxCursor(wxImage) added (Chris Elliott, patch 517439)
2002-02-21  Julian SmartRemoved bizarre test code of which I have no recollecti...
2002-02-20  Julian SmartNanoX modificati
2002-02-20  Vadim Zeitlin*do* generate the LEAVE events even when the mouse...
2002-02-20  Vadim Zeitlinfixed mouse input handling in wxUniv: the static boxes...
2002-02-20  Vadim Zeitlindon't use border styles for windows in wxUniversal
2002-02-20  Vadim Zeitlinuse WS_CLIPSIBLINGS for wxStaticLine as well
2002-02-20  Vadim Zeitlinremoved unused test code (no real changes)
2002-02-20  Vadim Zeitlindon't inherit the controls colours from the parent...
2002-02-20  Vadim Zeitlin1. always create the buttons with WS_CLIPSIBLINGS style...
2002-02-17  Václav Slavíkmore MSLU fixes and moved MSLU stuff into separate...
2002-02-17  Václav SlavíkUnicode fixes and warnings cleanup
2002-02-17  Václav Slavíkmore MSLU fixes and moved MSLU stuff into separate...
2002-02-17  Václav Slavíkcache return value of wxGetOsVersion
2002-02-17  Vadim Zeitlincompilation warnings fixed
2002-02-17  Vadim Zeitlinfixes for MSWGetCreateWindowFlags signature change
2002-02-17  Vadim Zeitlinbetter handling for the style changing during run-time
2002-02-17  Mattia BarbonBlind fix for Win32 daily builds
2002-02-17  Václav Slavíkmove wxMGL's wxTimer to src/generic
2002-02-16  Mattia BarbonFix Cygwin and MinGW compilation
2002-02-16  Mattia BarbonFixed toolbar crash for MinGW/Cygwin
2002-02-16  Vadim Zeitlinrefresh the item whose image depends on the expanded...
2002-02-15  Václav Slavíkmore MSLU fixes
2002-02-14  Vadim Zeitlinundid my fix for loading 16x16 icons which results...
2002-02-14  Vadim ZeitlinwxFrame base class is xTLW, not wxWindow
2002-02-13  Vadim Zeitlinadded wxFSVolume patch from George Policello (untested...
2002-02-13  Vadim Zeitlinfixed loading the icons with non default size
2002-02-11  Robin Dunnbugfix for SetString in a wxCheckListBox
2002-02-10  Václav Slavíkrespect minimal wxTLW size in wxUniv
2002-02-09  Robert Roebling tmake update.
2002-02-08  Vadim Zeitlincleanups after SciTech commit :-(
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-06  Vadim Zeitlincompilation fix for BC++ (hopefully)
2002-02-06  Vadim Zeitlincompilation fix after m_lDlgCode removal
2002-02-06  Vadim ZeitlinIMPLEMENT_DYNAMIC_CLASS fixes
2002-02-06  Vadim Zeitlingot rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
2002-02-05  Mattia Barbon* SPACE -> TAB in filelist.txt
2002-02-05  Vadim Zeitlincompilation fix for wxUniv
2002-02-04  Vadim Zeitlinfixed for compilation without wxUSE_WCHAR_T and minor...
2002-02-04  Vadim Zeitlintotal wxBrush cleanup: made private stuff private,...
2002-02-04  Vadim Zeitlinchanged CloneRefData() to take a const pointer
2002-02-04  Vadim ZeitlinScrollWindow() should use the rect it scrolls as the...
2002-02-03  Vadim Zeitlinoops, Clone/CreateRefData() were not overridden in...
2002-02-02  Vadim Zeitlin1. fixed bug in wxDC::SetMapMode() which broke the...
2002-02-02  Vadim ZeitlinwxDC::SetClippingRegion() in wxMSW works like in wxGTK...
2002-02-01  Vadim Zeitlinremoved GetString(), it doesn't belong here
2002-02-01  Julian SmartAdded missing '!' to HasCapture() in window.cpp
2002-01-31  Julian SmartApplied wxPoem, wxSystemSettings, sizing, install doc...
2002-01-31  Vadim Zeitlindon't return HTCLIENT for radiobox - this breaks redraw...
2002-01-31  Julian SmartRegenerated FL docs; applied patch [ #511363 ] Dialogs...
2002-01-31  Vadim Zeitlinimplemented wxRegion::Offset() for MSW and documented it
2002-01-29  Julian SmartRemoved references to helpxlp
2002-01-29  Ron Leefix for mingw which has TBSTYLE_FLAT but not TBSTYLE_TR...
2002-01-29  Mattia BarbonUpdated projects/makefiles
2002-01-28  Mattia BarbonFix MinGW compilation.
2002-01-28  Vadim Zeitlinremoved non existing unzip.h from the filelist.txt...
2002-01-28  Gilles Depeyrotaxis orientation must not be taken into account for...
2002-01-28  Vadim ZeitlinWindows XP appearance fixes for status and tool bars...
2002-01-27  Julian SmartApplied patch to implement wxChoice::SetString and...
2002-01-26  Vadim Zeitlinimplemented IsFixedWidth() correctly for MSW
2002-01-26  Vadim Zeitlinuse DEFAULT_CHARSET instead of ANSI_CHARSET
2002-01-26  Vadim Zeitlinpatch to fix various filename-related functions for...
2002-01-24  Václav Slavíkadded dummy <style> handler in order to hide CSS code
2002-01-21  Vadim Zeitlincompilation fix for Borland (hopefully)
2002-01-21  Ron Leeadded missing header.
2002-01-21  Vadim Zeitlinadded an explicit accessor to query the default key...
next