]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2003-07-26  Robin DunnMOre fixes for DLL builds
2003-07-25  Václav Slavíkadded descriptions
2003-07-25  Robin DunnFixes to allow STC to be built as a DLL
2003-07-25  Robin DunnFixes to allow OGL building as a DLL
2003-07-25  Mattia Barbon STL compilation fixes.
2003-07-25  David ElliottFixed operator[] recursion
2003-07-25  Václav Slavík1. use three numbers version in win32 DLLs on unstable...
2003-07-25  Vadim Zeitlinwarning fixes (closes 767152)
2003-07-25  Vadim Zeitlincolumns are in report mode, not list (bug 776081)
2003-07-25  Václav Slavíksymlink fixes
2003-07-25  Václav Slavíkbetter attempts to try .utf-8 suffix
2003-07-25  Václav Slavíkfixed wxSTC compilation with MSVC
2003-07-25  Václav Slavíkfixed pch warnings
2003-07-25  Václav Slavíkdon't use precompiled headers with wxSTC
2003-07-25  Robin Dunnbuild fixes and reSWIGs for wxMSW
2003-07-25  Robin DunnBuild fixes and reSWIGs for wxMac
2003-07-24  Vadim Zeitlinif IsAlwaysOnline() returns true, IsOnline() should...
2003-07-24  Mattia Barbon Compilation fix.
2003-07-24  Mattia Barbon Create a new wxStringBase class, providing a STL...
2003-07-24  Mattia Barbon Removed workaround for a (now fixed) wxMotif problem.
2003-07-24  Mattia Barbon Fixed wrong wxList<T>::compatibility_iterator::GetPre...
2003-07-24  Mattia Barbon Removed (wrong) wxHashTable::compatibility_iterator...
2003-07-24  David ElliottBetter stub for wxDisplaySize
2003-07-24  David ElliottAdded build instructions, readme, and TODO
2003-07-24  Julian SmartDeal with a zero to-page
2003-07-24  Stefan Csomornew xml in main tree adaptions
2003-07-24  Stefan Csomorexpat define MACOS_CLASSIC added
2003-07-24  Stefan Csomorrenderer added, expat and xml
2003-07-24  Julian SmartFixed preview navigation as per ancient bug report
2003-07-24  Stefan Csomormac config file for expat
2003-07-24  Vadim Zeitlinmore compilation fixes
2003-07-24  Robin DunnLots of changes for wxPython to start using many of...
2003-07-24  Vadim Zeitlinfix some warnings
2003-07-24  Robin DunnLots of changes for wxPython to start using many of...
2003-07-23  Robin DunnAdded missing header files
2003-07-23  Julian SmartPrinting improvements: GetPageInfo() gets called after...
2003-07-23  Mattia Barbon Remove single-argument constructor of wxHashMap:...
2003-07-23  Vadim Zeitlincompilation fix...
2003-07-23  Vadim Zeitlinattempt to fix waiting for a thread in another non...
2003-07-23  Mattia Barbon Fixed memory leaks when wxUSE_STL=1.
2003-07-23  Mattia Barbon various compilation/warning fixes.
2003-07-23  Václav Slavíkmodule.h is not included by wxprec.h
2003-07-23  Vadim Zeitlinanother compilation fix
2003-07-23  Vadim Zeitlincompilation fixes
2003-07-23  Václav SlavíkwxUSE_XML
2003-07-23  Robin Dunnreturn sensible (fake) values for DBCS query methods
2003-07-23  Václav Slavíkfix warning on watcom
2003-07-23  Václav Slavíkincluding header once is enough
2003-07-23  Václav Slavík(blind) fix for mingw
2003-07-23  Vadim Zeitlinfixed completely broken CheckForTransparency()
2003-07-22  Vadim Zeitlinfixed wxSTAY_ON_TOP for the dialogs
2003-07-22  Vadim Zeitlinfailed attempts to implement native GTK look for the...
2003-07-22  Vadim Zeitlinrestore some of the styles; added support for splitters...
2003-07-22  Vadim Zeitlinmore warning fixes
2003-07-22  Václav Slavíkfixes to setup_h rule
2003-07-22  Vadim ZeitlinwxAutomationObject is not VC++-only
2003-07-22  David ElliottwxCocoa: Added preliminary Blit support
2003-07-22  Julian SmartApplied patch [ 774886 ] wxnotebook bug
2003-07-22  Julian SmartSorted out misc/oglmisc mess
2003-07-22  Julian SmartApplied patch [ 774837 ] OGL wxLineShape::HitTest:...
2003-07-22  Václav Slavíkfixes to dependency problems in win32 makefiles
2003-07-22  David ElliottAdded NSImage definition
2003-07-22  Václav Slavíkmsvc compilation fix
2003-07-22  Václav SlavíkWatcom compilation fix
2003-07-22  Václav Slavíkmultilib mode compilation fix
2003-07-22  Václav Slavíkexpat compilation fix for win32
2003-07-22  Václav Slavíkcompilation fixes for Vadim's changes and Borland C++
2003-07-22  Robert Roebling Applied pop menu patch.
2003-07-22  Chris Elliottborland does not like ; at end of macros
2003-07-22  Vadim Zeitlindon't sort filenames returned from the dialog
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-07-22  Robin DunnCompile fixes
2003-07-22  Robin DunnPatch #775355 Unicode fix for STC
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-21  Vadim Zeitlinsuppress warning about not being able to generate copy...
2003-07-21  Vadim Zeitlinmust derive from wxDC, not wxDCBase
2003-07-21  Vadim Zeitlinadded default parameters to wxBrush/wxPen ctors
2003-07-21  Vadim Zeitlinvirtualized splitter drawing; removed/deprecated some...
2003-07-21  Václav Slavíkexpand wildcards on windows (patch #773160)
2003-07-21  Václav Slavíkdetect broken expat.h
2003-07-21  Václav Slavíkinstall resource files with wxMSW
2003-07-21  David Elliottdcmemory.cpp is now dcmemory.mm
2003-07-21  David ElliottwxCocoa: Preliminary wxMemoryDC implementation
2003-07-21  Vadim Zeitlingave default parameters for wxBrush() ctor from wxColou...
2003-07-21  Vadim Zeitlingave default parameters for wxBrush() ctor from wxColou...
2003-07-21  Mattia Barbon wxX11 and wxMotif STL-ification, part 1. it does...
2003-07-21  Mattia Barbon Compilation fixes for wxUSE_STL=1 and for
2003-07-21  Vadim Zeitlingave default parameters for wxPen() ctor from wxColour...
2003-07-21  Vadim Zeitlinadded wxMirrorDC
2003-07-21  Václav Slavíkfixed inclusion of expat include dir
2003-07-21  David ElliottDon't depend on wx/dcmemory.h to include wx/dcclient...
2003-07-21  Václav Slavíkfixed inclusion of expat include dir
2003-07-21  Václav Slavíkapplied Mandrake patch to expat, fixes compilation
2003-07-21  David ElliottImplemented wxDC stack with focus locking and unlocking
2003-07-21  David ElliottRemove CR at end of each line (had been checked in...
2003-07-21  Vadim Zeitlincompilation fix for VC6
2003-07-21  Vadim Zeitlinonly define operator bool() if operator long() is not...
2003-07-21  Vadim Zeitlinno real changes; just reformatting
2003-07-21  Vadim Zeitlininitialize ICONINFO to avoid Purify warnings
2003-07-21  Vadim Zeitlinbitmaps of size 0 shouldn't be valid
next