]> git.saurik.com Git - wxWidgets.git/history - include
really fix wxPython dist target
[wxWidgets.git] / include /
2001-10-31  Gilles Depeyrotcorrected access to NULL parameters in wxGetOsVersion
2001-10-31  Stefan Csomorremoved subprojects for ldef and cdef, changed to in...
2001-10-31  Ron Leemade declaration of WXDLL_ENTRY_FUNCTION match it defin...
2001-10-31  Gilles Depeyrotcorrections for path handling under Mac OS X
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  Vadim Zeitlinapplied wxDirSelector() patch and regenerated the makef...
2001-10-30  Vadim Zeitlinadded and partly implemented the time functions for...
2001-10-29  Vadim Zeitlinremoved wxListEvent::m_oldItemIndex from docs, it is...
2001-10-29  Vadim Zeitlinadded WXEXPORT to wxGetClassFirst() declaration to...
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-28  Václav Slavíkminor wxMGL fixes -- controls sample is now OK
2001-10-28  Stefan Csomoradded conversion routines to CIconHandle, removing...
2001-10-28  Stefan Csomoradded conversion routines to CIconHandle
2001-10-27  Robin DunnFirst pass at wxPython for Mac (darwin only so far...
2001-10-26  Vadim ZeitlinwxToolBarTool::IsXXX() should return bool, not int
2001-10-26  Robin DunnAdded wxDragLink
2001-10-24  Mattia BarbonVarious cygwin compilation fixes.
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 Zeitlinsimplified WXDLLEXPORT/IMPORT defines, added WXEXPORT...
2001-10-22  David Websterno message
2001-10-22  David WebsterSome OS/2 Modifications
2001-10-21  Gilles Depeyrotuse "..." instead of <...> for wx headers
2001-10-21  Robin DunnAdded wxClientDataContainer to wxSizer, so sizers can...
2001-10-21  Robin Dunn#undef Yield
2001-10-21  Vadim Zeitlinfixed "toolbar getting focus" bug for the (N+1)-th...
2001-10-20  Václav Slavíkadded wxApp::Yield
2001-10-20  Mattia BarbonCygwin does support 64 bit ints
2001-10-20  Stefan Csomoradded correct wchar include for metrowerks compilers
2001-10-20  Stefan Csomorremoved duplicated DYNCLASS macro
2001-10-20  Gilles Depeyrotremoved extra DECLARE_DYNAMIC_CLASS
2001-10-19  Václav Slavíkwe no longer need wxFrameNative
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-10-19  Vadim Zeitlinwho forward declared wcslen() without using extern...
2001-10-19  Vadim Zeitlinoops, typo fix
2001-10-19  Vadim Zeitlinadded wxStreamToTextRedirector
2001-10-19  Stefan Csomorcorrected default arguments, so that setting GetStdIcon...
2001-10-19  Vadim Zeitlinsimplified wxTextCtrl::Create() to use wxControl::MSWCr...
2001-10-18  Mattia BarbonAdded RTTI macros to wxSplashScreen.
2001-10-18  Mattia BarbonCheck for wxUSE_SPLASH
2001-10-18  Mattia BarbonForgot to commit
2001-10-18  Robin DunnUpdated to version 1.40 of Scintilla
2001-10-18  Vadim Zeitlinadded and documented wxTE_NOHIDESEL
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-16  Vadim Zeitlinreverted my accidental changes
2001-10-15  Václav Slavíkadded GetStdIcon support to wxRenderer
2001-10-15  Václav Slavíkcompilation fix for wxMGL
2001-10-14  Václav Slavíkadded wxHtmlWindow::AppendToPage
2001-10-14  Václav Slavíkdecouple wxTLW,Frame::ShowFullScreen in wxMSW
2001-10-14  Vadim Zeitlin1. added wxStatusBarUniv
2001-10-14  Gilles Depeyrotinclude wxWindows headers using "..." instead of <...>
2001-10-14  Gilles Depeyrotcorrected comment
2001-10-14  Gilles Depeyrotcorrections for Mac OS X
2001-10-14  Gilles Depeyrotuse native dialogs instead of generic ones under Mac...
2001-10-12  Robin DunnSecond phase of OOR completed. (Original python object...
2001-10-12  Vadim Zeitlinadded base parameter to wxString::To[U]Long
2001-10-12  Robin DunnAdded style parameter to wxPopupWindow ctors so they...
2001-10-12  David WebsterNew wxUSE entries to support some new wx features.
2001-10-12  David WebsterNot really needed in CVS
2001-10-12  Vadim Zeitlinmade wxString::assign() more efficient (don't force...
2001-10-12  David WebsterSome updates
2001-10-12  Robin DunnMoved client data stuff directly into wxEvtHandler...
2001-10-11  Ron Leeadded DEFINE_LOCAL_EVENT_TYPE() macro
2001-10-10  Vadim Zeitlinmore missing WXDLLEXPORT(_DATA)
2001-10-10  Stefan Csomorno precompiled MacHeaders anymore (guarantees synched...
2001-10-10  Vadim Zeitlinfix to allow code using EVT_END_PROCESS to compie with...
2001-10-10  Vadim Zeitlinadded missing WXDLLEXPORT
2001-10-10  Vadim Zeitlinadded missing WXDLLEXPORT
2001-10-10  Robin DunnRemoved client data stuff from wxMenuBase since it...
2001-10-09  Robin DunnFixed compile errors, warnings and other DSMs, and...
2001-10-09  Robin DunnMoved the [Set|Get]Client[Data|Object] and such out...
2001-10-08  Vadim Zeitlinadded and documented wxWS_EX_BLOCK_EVENTS flag
2001-10-08  Vadim Zeitlindon't check for Meta key in wxKeyEvent::HasModifiers()
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-10-07  Václav Slavíkgive focus to show top level windows
2001-10-06  Václav Slavíkmore wxMGL fixes
2001-10-06  Václav Slavíkmodified wxFrame/Univ to send wxSizeEvent when adding...
2001-10-06  Václav Slavíkfatal bug in wxMGL that caused hard to track crashes
2001-10-06  Václav Slavíkyou meant pragma interface, not pragma implementation
2001-10-05  Václav SlavíkwxHTML now outputs unrecognized entities verbosely
2001-10-05  Jouk Jansen Committing in .
2001-10-04  Václav Slavíkfixed unimportant typo
2001-10-04  Gilles Depeyrotstandard settings for wxMac compilation using CodeWarrior
2001-10-04  George TaskerSpelling typos in comments fixed
2001-10-04  Robin DunnChanged how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla
2001-10-04  George TaskerAdded code to handle SQLSERVER, ACCESS, and MSDE allowi...
2001-10-02  Vadim Zeitlinmissing extern "C" added to fix linking problems with...
2001-10-02  Gilles Depeyrotinclude wx headers using "..." instead of <...>
2001-10-01  Václav Slavíkadded wxSystemSettings::HasFrameDecorations (anybody...
2001-10-01  Václav SlavíkwxMGL update
2001-10-01  Václav SlavíkwxPopupWindow for wxMGL
2001-10-01  Vadim Zeitlinrestored #include "chkconf.h"
2001-09-30  Václav Slavíkimplemented wxTLW::InteractiveMove and mostly finished...
2001-09-30  Václav Slavíkimplemented wxTLW::InteractiveMove and mostly finished...
2001-09-30  Vadim Zeitlincompilation fix for !wxUSE_HELP
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
next