]> git.saurik.com Git - wxWidgets.git/history - include
Fixed silly cut n paste error.
[wxWidgets.git] / include /
2001-12-19  Ron LeeFixed silly cut n paste error.
2001-12-19  Vadim Zeitlincompilation fix
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-12-19  Vadim Zeitlinfixed redraw problems in wxStaticText
2001-12-18  Vadim Zeitlin1. fixed file descriptors leak in wxFileName::CreateTem...
2001-12-18  David WebsterTaking out __WXPM__ ifdef around wxUSE_UNICODE
2001-12-17  David WebsterOS/2 common controls code
2001-12-17  David WebsterOS/2 does not support Unicode
2001-12-17  Vadim Zeitlinfixes error/usage messages given by the cmd line parsin...
2001-12-17  Robert RoeblingHeader change for smooth Aqua buttons in wxTreeCtrl.
2001-12-17  Vadim Zeitlinadd missing header for !wxUSE_PCH case
2001-12-17  Vadim Zeitlinadded __TDATE__ and __TTIME__ and use them instead...
2001-12-17  Václav Slavíkapplied patch that adds wxTR_FULL_ROW_HIGHLIGHT to...
2001-12-17  Václav Slavíkadded wxUSE_UNICODE_MSLU
2001-12-17  Václav Slavíksafety check for wxUSE_UNICODE and wxUSE_UNICODE_MSLU
2001-12-17  Václav Slavíkmaking wxMSW MSLU(unicows)-friendly
2001-12-16  Robert Roebling Reimplemented wxFileName with m_relative field.
2001-12-15  Václav SlavíkDJGPP compilation fixes
2001-12-15  Václav Slavíkcorrect platform detection with DJGPP
2001-12-15  Václav Slavíklong long for DJGPP
2001-12-15  Vadim Zeitlinfixed flicker in wxTreeCtrl::SetItemXXX()
2001-12-15  Robert Roebling Aqua gets Aqua tree buttons automatically now.
2001-12-14  Václav Slavíkmove pmapi.h to mgl/private.h
2001-12-14  Vadim ZeitlinwxConfig clean up and bug fix for record defaults
2001-12-11  Ron Leepreemptive fix for wxPython compilation. It will break...
2001-12-09  Vadim Zeitlinfixed displaying text in non default charset in the...
2001-12-08  Vadim Zeitlinfixed bugs with setting the client size when the differ...
2001-12-08  Vadim Zeitlinfixes for handling WM_SYSCOLORCHANGE - now seems to...
2001-12-08  Václav Slavíkadded wxMGL_DOS platform
2001-12-07  Václav Slavíkcompilation fix for Watcom
2001-12-07  Stefan Csomoradded method for getting the help menu
2001-12-06  Robert RoeblingAdded wxSP_SASH_AQUA style
2001-12-05  Václav Slavíkcompilation fixes (I wonder how did you people ever...
2001-12-04  Václav SlavíkMS-DOS fix
2001-12-04  Vadim Zeitlinadded wxFileName::MakeRelativeTo() and the tests/docs...
2001-12-04  Ron Lee(Blind) fix for BCC compile glitch.
2001-12-04  Ron Leefix for wxDynamicCast making it safe to pass factory...
2001-12-04  Vadim Zeitlinfixed Assign(fullpath, fullname)
2001-12-03  Julian SmartAdded wxUSE_TIPWINDOW
2001-12-03  George TaskerRemoved semicolons from end of DECLARE_DYNAMIC_CLASS...
2001-12-03  Vadim Zeitlinfixed mem leak in wxDataObjectComposite
2001-12-02  Vadim Zeitlinfixed event processing for the target window
2001-12-02  Robin DunnwxTipWindow can now derived from wxFrame if not wxUSE_P...
2001-12-02  Vadim Zeitlinreally fixed wxLongLong
2001-12-01  Vadim Zeitlinfixed VC++ compilation
2001-12-01  Gilles Depeyrotdon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-12-01  Vadim Zeitlin1. added wxFileName::CreateTempFileName() and implement...
2001-12-01  Vadim Zeitlinadded wxStringBuffer helper
2001-12-01  Ron LeeAdded wxFile::write_excl and use it from wxTempFile...
2001-12-01  Ron Leefix wxUINT64_SWAP macro to use wxULongLong now that...
2001-12-01  Vadim Zeitlinfixed compilation warning about signed/unsigned comparison
2001-12-01  Julian SmartAttempted to fix splittree problem by not pushing event...
2001-12-01  Ron LeeAdded 2 extra macros to handle all the flavours of...
2001-12-01  Vadim Zeitlinadded wxUSE_TIPWINDOW
2001-12-01  Vadim Zeitlinfixed compilation after wxTipWindow base class change...
2001-12-01  Vadim Zeitlin1. GetCwd() now has the volume argument, Normalize...
2001-12-01  Vadim Zeitlinmore fixes for volume names handling
2001-11-30  Vadim Zeitlinadded wxWS_EX_TRANSIENT, added code for handling it...
2001-11-30  Vadim ZeitlinwxFILE_SEP_PATH_VMS must be '.', not '/'
2001-11-30  Robin DunnwxTipWindow is now a wxPopupTransientWindow instead...
2001-11-30  Vadim Zeitlinadded volume support and support for UNC paths under...
2001-11-30  Robin DunnFixed some warnings in wxSTC
2001-11-30  Robin DunnAnother blind attempt to fix AltGr issues in wxSTC...
2001-11-28  Julian SmartSmall change
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-27  Mattia BarbonFixes for Cygwin compilation
2001-11-27  Václav Slavíksecond halt of Chris' wxImage ICO patch
2001-11-27  Václav Slavíkadded two-step creation of wxHtmlWindow
2001-11-27  Vadim Zeitlinoops, forgot to commit the header for the notebook fix
2001-11-27  Robin DunnAdded IsVertical to wxMac's wxScrollBar. (It doesn...
2001-11-26  Vadim Zeitlinsuperposition of text styles in wxTextCtrl now works...
2001-11-26  Vadim Zeitlinremoved unneeded include from the header
2001-11-26  Ron Leeadded wx(U)int64, then added it to wxDataStream so...
2001-11-25  Vadim Zeitlinadded wxCmdLineParser::ConvertStringToArgs(), wxApp...
2001-11-25  Vadim Zeitlinchanged wxYES_NO to be equal to wxYES | wxNO freeing...
2001-11-25  Vadim Zeitlinfixed wxTE_LINESCROLL definition to not conflict with...
2001-11-25  Gilles Depeyrotremoved trailing ; after DECLARE_NO_COPY_CLASS
2001-11-25  Gilles Depeyrotuse "..." instead of <...> for wx includes
2001-11-25  Robin DunnAdded ability for wxSTC's scrollbars to be supplieed...
2001-11-25  Vadim ZeitlinwxUniv compilation fixes
2001-11-25  Vadim Zeitlinadded GetHpalette[Of] macros
2001-11-25  Vadim Zeitlincompilation fix for wxUSE_TEXTBUFFER=0
2001-11-24  Václav SlavíkwxToolBar support in wxUniv/wxFrame
2001-11-24  Václav Slavíkbetter behaviour of wxMGL's wxTimer w.r.t. memory alloc...
2001-11-24  Mattia BarbonMust honour wxUSE_TOOLTIPS in tooltip.h
2001-11-24  Julian SmartInclude windows.h before sql headers, if compiling...
2001-11-23  Stefan Csomorcarbon compat routine define
2001-11-23  Stefan Csomoradded virtual DoSetSize method in order to allow for...
2001-11-23  Václav Slavíkapplied Greg's refinment of hist treectrl patch
2001-11-23  Jouk Jansen Committing in .
2001-11-23  Vadim Zeitlinadded comment for OnScroll
2001-11-23  Julian SmartFixed Plot compilation, aliased OnScroll to HandleOnScroll
2001-11-23  Julian SmartAdded event Clone functions
2001-11-23  George Tasker"char *" changed to "wxChar *" in several places
2001-11-23  George TaskerMS Access support fix
2001-11-22  Julian Smart#ifdefed out the joystick code, and removed the wxBitma...
2001-11-22  Vadim Zeitlinadded wxSockAddress copy ctor which, in particular...
2001-11-22  Václav Slavíkchange to /usr/share/wx/version
2001-11-21  Vadim Zeitlinfixed wxDropFilesEvent dtor, added copy ctor and implem...
2001-11-21  Vadim Zeitlinfixed wxTaskBarIcon compilation
next