]> git.saurik.com Git - wxWidgets.git/history - src
removed subprojects for ldef and cdef, changed to in-proc ldef
[wxWidgets.git] / src /
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
2001-10-19  Vadim Zeitlinadded wxStreamToTextRedirector
2001-10-19  Vadim Zeitlinsimplified wxTextCtrl::Create() to use wxControl::MSWCr...
2001-10-19  Robin DunnUse the black pen for the border on Windows now too.
2001-10-19  George TaskerAdded -DSTRICT to the WINFLAGS variable to match the...
2001-10-19  George TaskerRemoved a line of debug code that got left in
2001-10-18  Vadim Zeitlinfixed resource leak in wxBitmap::CopyFromIconOrCursor
2001-10-18  Vadim Zeitlinfix for the initial size of the dialogs
2001-10-18  Václav Slavíkadded screenshot capturing for debugging purposes
2001-10-18  Vadim Zeitlinfix for wxStatusBar linking problems under wxMac
2001-10-18  Mattia Barbon#elif -> #else
2001-10-18  Mattia BarbonAdded RTTI macros to wxSplashScreen.
2001-10-18  Mattia BarbonUpdated makefile.g95/vc to behave similarly to wxWindow...
2001-10-18  Robin DunnRemoved wxLB_SORT flag. Users of the Autocomplete...
2001-10-18  Robin DunnwxGTK's wxListBox now returns a meaningful value for...
2001-10-18  Stefan Csomorcorrected wxGetWorkingDirectory for mac (stripping...
2001-10-18  Robin DunnA fix for Scintilla's case insensitive sort routine
2001-10-18  Robin DunnUpdated to version 1.40 of Scintilla
2001-10-18  Vadim Zeitlinadded and documented wxTE_NOHIDESEL
2001-10-18  Vadim Zeitlincreate lib\...\setup.h from setup.h, not setup0.h which...
2001-10-17  Kendall BennettAdded missing OS/2 files for wxUniversal on OS/2
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-17  Guillermo Rodrigue... Added comment explaining that it's not necessary to...
2001-10-17  Vadim Zeitlinfix for linking problem under !MSW
2001-10-17  Julian SmartApplied patch sent to me for xpmdecod.cpp/VC++ compilat...
2001-10-17  Gilles Depeyrotadded wxStatusBarBase
2001-10-17  Robin DunnAnother attempt to handle key events correctly for...
next