]> git.saurik.com Git - wxWidgets.git/history - include
part of wxWizard loading from WXR patch I forgot to commit
[wxWidgets.git] / include /
2001-11-06  Ron Leefound another object that nobody appears to have ever...
2001-11-05  Václav Slavíkforgot to update univ/toplevel.h
2001-11-05  David WebsterListbox control code
2001-11-04  Stefan Csomoradded internal callback when toplevel windows move...
2001-11-04  Stefan Csomoradded internal callback when toplevel windows move...
2001-11-04  Gilles Depeyrotadded wcslen prototype declaration for Darwin/FreeBSD...
2001-11-04  Gilles Depeyrotwchar/wcslen corrections for Darwin (same as FreeBSD)
2001-11-04  Václav Slavíkimplemented display mode setting
2001-11-04  Václav Slavíkoh, better interface to GetDisplayMode (Vadim was right...
2001-11-03  Vadim Zeitlinremoved OnSetFocus() which doesn't exist any more
2001-11-03  Václav Slavíkadded wxApp::GetDisplayMode function for fullscreen...
2001-11-03  Vadim Zeitlinimplemented Freeze/Thaw() for the generic listctrl
2001-11-02  Václav Slavíkmingw compilation fixc
2001-11-02  Vadim Zeitlinsupport for vetoing grid cell editing (patch 469049)
2001-11-02  Vadim ZeitlinwxWizard help patch (474974)
2001-11-02  Vadim ZeitlinwxWizardPage may be loaded from resource (patch 470683)
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  Vadim Zeitlinreplaced wxList for storing HWND <-> wxWindow with...
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...
next