]> git.saurik.com Git - wxWidgets.git/history - src/msw
wxX11:
[wxWidgets.git] / src / msw /
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...
2002-01-19  Vadim Zeitlinmaintaint the mouse capture stack in all ports, not...
2002-01-19  Vadim Zeitlinfixed compilation with wxUSE_WCHAR_T=0
2002-01-19  Vadim Zeitlinfixed GetDiskFreeSpaceEx calling convention (Markus...
2002-01-18  Vadim Zeitlindon't set WS_POPUP for all windows (fix for my last...
2002-01-17  Vadim Zeitlindon't generate clicked events when we just get the...
2002-01-17  Vadim Zeitlinfixed frame border styles (allow creating a friend...
2002-01-17  Václav Slavíkcompilation fix
2002-01-17  Václav Slavíkfixed to the IFF handler, moved into one file
2002-01-16  Robin DunnAdded wxThread::GetCurrentId(), which returns an ID...
2002-01-16  Robin DunnAdded wx/dirctrl.h to filelist.txt so it will get insta...
2002-01-15  George Taskerdummy(dll).obj is now created in wxWin/$D rather than...
2002-01-13  Vadim Zeitlin0. extracted toolbar colour mapping stuff to its own...
2002-01-13  Vadim Zeitlincompilation fix
2002-01-13  Vadim Zeitlinreally fixed toolbar mapping bug (finally, it was the...
2002-01-13  Vadim Zeitlinfixed toolbar mapping bug (optimizer bug?) in the relea...
2002-01-13  Vadim Zeitlinremoved MSWDetachWindowMenu() (part of the MDI change...
2002-01-13  Vadim Zeitlinfixed several resource leaks related to MDI menus
2002-01-13  Vadim Zeitlinfixed wxRichEditModule::Load(): should return an error...
2002-01-12  Vadim ZeitlinSetValue() doesn't call Clear()
2002-01-10  Vadim Zeitlinmoved toolbar adjustments for the client size from...
2002-01-09  Vadim Zeitlinadded, implemented, documented wxTE_RICH2 and wxTextCtr...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-07  Robin DunnClean up $(WXDIR)\$D too
2002-01-07  Vadim Zeitlinunfortunately the fuzzy colour comparison is really...
2002-01-06  Václav Slavíkcopyright update
2002-01-06  Václav Slavík1. fixed CR/LF mess (sorry)
2002-01-05  Robin DunnFixed gs_metricsMap so the constants line up correctly...
2002-01-05  Robin DunnAdded missing wxNativeFontInfo::GetFamily(). I think...
2002-01-05  Václav SlavíkMSLU fixes for RichEdit
2002-01-05  Václav SlavíkMSLU fixes
2002-01-05  Vadim Zeitlinfixed incorrect calls to SelectObject(hdc, NULL)
2002-01-05  Vadim Zeitlinfixed resource leak in CreateIconFromBitmap() (Dimitri)
2002-01-04  Julian SmartReversed breakage
2002-01-04  Julian SmartFixes for GNUPro 00r1
2002-01-04  Vadim Zeitlinfixed the dialog event table (bug #498611)
2002-01-04  Julian SmartCorrected (maybe) the object.h token syntax; corrected...
2002-01-03  Václav Slavíkfixed MSW makefiles
2002-01-03  Vadim Zeitlinmoved Watcom thread stack size fix from .h to the .cpp
2002-01-03  Ron LeeAdded (and documented :) optional stack size specificat...
2002-01-03  Vadim Zeitlinfixed SetInsertionPoint() for the rich text controls...
2002-01-03  Vadim Zeitlinsuppressed wrong debug error messages from SetFocus
2002-01-02  Vadim Zeitlinfixed NotMSW flag handling in the common files (now...
2002-01-01  Václav Slavíkregenerated makefiles (forgot to do it after changing...
2001-12-31  Vadim Zeitlinattemps to speed up wxToolBar::MapBitmap() - failed
2001-12-30  Vadim Zeitlin1. wxSystemSettings class API face lift: better names...
2001-12-30  Vadim Zeitlincompilation fixes for !wxUSE_FONTMAP
2001-12-30  Vadim Zeitlinfixed wxComboBox initial autosizing (patch 496702)
2001-12-30  Vadim ZeitlinwxFontEnumerator returns all fonts, not TrueType only
2001-12-29  Ron Leeremoved dependency on windows.h from dynload.h
2001-12-27  Václav Slavíkfixed another 2 instances of wxStrncpy bug
2001-12-27  Václav SlavíkIdiot I am; my previous commit certainly broke non...
2001-12-27  Václav Slavíkfix for unicode crashes by Dimitri
2001-12-25  Vadim Zeitlindon't make control dirty after a call to SetValue()
2001-12-24  Vadim ZeitlinDoSetClientSize() may take 4 iterations to set the...
2001-12-24  Vadim Zeitlinchanged the default font facename for the decorative...
2001-12-24  Vadim Zeitlincode clean up, avoid duplicating the same code in font...
next