]> git.saurik.com Git - wxWidgets.git/history - src
Added static lib to shared build targets for wxMSW builds.
[wxWidgets.git] / src /
2001-11-03  Ron Leeadded missing header
2001-11-03  Vadim Zeitlindon't send fictious menu events when another WM_COMMAND...
2001-11-02  Stefan Csomorcorrected findfirst/next on mac
2001-11-02  Gilles Depeyrotupdated and renamed CodeWarrior 5.3 project
2001-11-02  Stefan Csomorcorrected rebuild of more than one-level hiearchical...
2001-11-02  Vadim Zeitlincheck for wxOnAssert reentrancy
2001-11-02  Vadim Zeitlinfixed wxString::resize() which was completely broken
2001-11-02  Vadim Zeitlindon't make the log dialog taller than the screen (patch...
2001-11-02  Vadim Zeitlinsupport for vetoing grid cell editing (patch 469049)
2001-11-02  Vadim Zeitlinmore efficient SetStatusText for the generic wxStatusBa...
2001-11-02  Vadim Zeitlinfix a bug for bitmap changing in wxWizard (patch 474975)
2001-11-02  Vadim ZeitlinwxWizard help patch (474974)
2001-11-02  Vadim ZeitlinwxWizardPage may be loaded from resource (patch 470683)
2001-11-02  Vadim Zeitlinreplaced a static buffer with wxString
2001-11-02  Vadim Zeitlinapplied patch to make wxGLCanvas derive from wxWindow...
2001-11-02  Vadim Zeitlinpatch from Søren Erland Vestø for additional wxCalendar...
2001-11-02  Robin DunnAdded wxEntryStart, wxEntryInitGui, and wxEntryCleanup...
2001-11-02  Robin DunnwxDragLink for wxGTK
2001-11-02  Robin DunnCreate the directories fo rthe .pch, etc. files if...
2001-11-02  Robin DunnSetEventObject for wxCalendarCtrl
2001-11-02  Vadim Zeitlinreplaced wxList for storing HWND <-> wxWindow with...
2001-11-02  Vadim Zeitlinignore the border flags for the toolbar
2001-11-02  Vadim ZeitlinBC++ compilation fix
2001-10-31  Gilles Depeyrotchanged ar options to reduce build verbosity
2001-10-31  Gilles Depeyrotadded comment concerning native line endings under...
2001-10-31  Gilles Depeyrotcorrected access to NULL parameters in wxGetOsVersion
2001-10-31  Gilles Depeyrotremoved subprojects for ldef and cdef, changed to in...
2001-10-31  David WebsterSome more Multi-Line Text control fixes
2001-10-31  Stefan Csomorremoved subprojects for ldef and cdef, changed to in...
2001-10-31  Stefan Csomorremoved subprojects for ldef and cdef
2001-10-31  Gilles Depeyrotuse wxFILE_SEP_PATH instead of ':' separator for wxMac
2001-10-31  Gilles Depeyrotcorrections for path handling under Mac OS X
2001-10-31  Vadim Zeitlinmade wxFileName::Set/GetTimes() work under Win32
2001-10-31  Vadim Zeitlinfixed typos in wxBase template and project file
2001-10-30  Václav Slavíkcleanup in wxMGL code
2001-10-30  Václav Slavíkchanged wxSystemSettings::HasFrameDecorations to more...
2001-10-30  Václav Slavíkadded inactive titlebar text colour
2001-10-30  Mattia BarbonFixed wxMask::Create(bitmap,colour)
2001-10-30  Vadim Zeitlinapplied wxDirSelector() patch and regenerated the makef...
2001-10-30  Vadim Zeitlinadded stat.h include
2001-10-30  Vadim Zeitlinfixed compilation problem in SetTimes
2001-10-30  Vadim Zeitlinminor cleanup
2001-10-30  George TaskerChanges to make commandline compilation with VC6 match...
2001-10-30  Vadim Zeitlinadded wx/platform.h to the list of files and regenerate...
2001-10-30  Vadim Zeitlinadded and partly implemented the time functions for...
2001-10-30  Vadim Zeitlinapplied Watcom thread patches and made thread entry...
2001-10-29  David WebsterYet another .def file for OS/2 VA
2001-10-29  Gilles Depeyrotpath/file corrections for Darwin/Mac OS X
2001-10-29  Gilles Depeyrotcorrected wxMacFSSpec2MacFilename and wxMacFilename2FSS...
2001-10-29  Vadim Zeitlinextracted platform/compiler detection macros from wx...
2001-10-29  Vadim Zeitlinimproved sizing of wxBusyInfo window and updated the...
2001-10-29  David WebsterSome more frame formating
2001-10-28  Václav Slavíkminor wxMGL fixes -- controls sample is now OK
2001-10-28  Gilles Depeyrotcorrected realization of vertical toolbars (were always...
2001-10-28  Stefan Csomoradded clientdata to makefile
2001-10-28  Stefan Csomoradded conversion routines to CIconHandle, removing...
2001-10-28  Stefan Csomoradded conversion routines to CIconHandle, removing...
2001-10-27  Václav Slavíkadded msw/gccpriv.h and others to headers list
2001-10-27  Václav Slavíkfix for colspan or rowspan = 0 in HTML tables
2001-10-27  Václav Slavíkfix for animated GIFs with frames of different dimensions
2001-10-27  Václav Slavíkapplied wxListCtrl label editing patch
2001-10-27  Vadim Zeitlinfixed wxNotebook bg colour
2001-10-27  Robin DunnFirst pass at wxPython for Mac (darwin only so far...
2001-10-27  Vadim Zeitlindon't make the dialogs appear in the taskbar
2001-10-27  Vadim Zeitlinposition the controls correctly in the vertical toolbars
2001-10-26  David Websterremoved defs.h include
2001-10-26  Robin DunnAdded wxDragLink
2001-10-24  Mattia BarbonRegenerated from filelist.txt
2001-10-24  Mattia BarbonVarious cygwin compilation fixes.
2001-10-24  Vadim Zeitlinfixed CURSOR resource leak
2001-10-24  Robin DunnChanged CanPaste to just check IsSupported.
2001-10-23  Václav Slavíkfix for typo
2001-10-23  Robin DunnAdded DnD related events to wxSTC
2001-10-23  Vadim Zeitlinapplied patch 473558: fixes for CW compilation under MSW
2001-10-23  Vadim Zeitlinfixed nice bug in wxGTK which always draw the text...
2001-10-22  David WebsterNew Module Definition file for VisualAge .dll builds
2001-10-22  David WebsterElimiante include of defs.h for VisualAge compiles
2001-10-22  Robin DunnIt's better to scroll by a little too much than by...
2001-10-22  David WebsterSome OS/2 Modifications for coordinate normalizations...
2001-10-21  Robert Roebling Correction for wxFileConfig where UNIX was taken
2001-10-21  Gilles Depeyrotadded missing type for static variable
2001-10-21  Gilles Depeyrotconditional compilation for Mac OS X
2001-10-21  Gilles Depeyrotcorrected dynamic class implementation
2001-10-21  Robin DunnAdded wxClientDataContainer to wxSizer, so sizers can...
2001-10-21  Vadim Zeitlinblind fix for the initial dialog position
2001-10-20  Václav SlavíkwxRegion fixes (off by one)
2001-10-20  Václav Slavíkreverted Kendall's commit
2001-10-20  Václav Slavíkfix for MGL bug when rendering text with solid background
2001-10-20  Václav Slavíkadded wxApp::Yield
2001-10-20  Stefan Csomorcorrected file type pop up for only one liners, added...
2001-10-20  Stefan Csomorcorrected #ifdef TARGET_CARBON to #if TARGET_CARBON
2001-10-20  Stefan Csomorchanged menu creation for choice and combobox (unique...
2001-10-20  Robin DunnPut the vertical limit back in for the AutoCOmp list box
2001-10-20  Vadim Zeitlinfixd creation of controls with default initial size
2001-10-20  Vadim Zeitlindon't use hidden windows as implicit dialog parents...
2001-10-20  Vadim Zeitlindon't use windows about to be destroyed as implicit...
2001-10-19  Václav Slavíkwe no longer need wxFrameNative
2001-10-19  Vadim Zeitlinuse statvfs() if statfs() is not available (Solaris)
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-10-19  Vadim Zeitlinfix for BSD compilation
next