]> git.saurik.com Git - wxWidgets.git/history - include
Can't just wxASSERT(0). Give "constant in conditional expression" errors on some...
[wxWidgets.git] / include /
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
2001-11-21  Vadim Zeitlin1. removed wxObject::CopyObject() and Clone() - some...
2001-11-21  Vadim Zeitlinexpanded the comment about redefining the client data...
2001-11-21  Vadim Zeitlinreplaced wxSocketEvent::CopyObject() with Clone()
2001-11-21  Vadim Zeitlin1. restored wxEvent::operator=()
2001-11-21  Václav SlavíkwxMouseEvent's coordinates are now relative to client...
2001-11-21  Václav Slavíkmore programmer-friendly wxApp::SetDisplayMode
2001-11-21  Václav Slavíkremoved GDI lists from wxMGL
2001-11-20  Václav Slavíkfixes for ambiquity in wxComboBox (is it correct this...
2001-11-20  Václav Slavíkcompilation fix for wxMotif
2001-11-20  Václav Slavíkfine-tuned API from the ICO patch
2001-11-20  Vadim Zeitlinbackwards incompatible change to wxWizardPage reverted
2001-11-19  Václav SlavíkwxMGL support for std dialogs
2001-11-19  Julian SmartProject file corrections, doc corrections
2001-11-18  Vadim Zeitlinfixes for wxEvent and wxKeyEvent operator=()
2001-11-18  Stefan Csomoradded a preImage of the selection in order to avoid...
2001-11-18  Robert Roebling This form of the event cloning patch survived my
2001-11-18  Robert Roebling Applied Chris' patch for support for ICO loading.
2001-11-18  Gilles Depeyrotremoved duplicated prototype
2001-11-18  Gilles Depeyrotadded missing include (for instance, needed in the...
2001-11-18  Ron LeeDon't add -MMD until we are just about ready to build...
2001-11-17  Robert Roebling More changes to various controls for more reliably
2001-11-17  Gilles Depeyrotadded const for constant char pointer function parameters
2001-11-17  Václav Slavíkadded temporary implementation of wxChoice for wxUniv
2001-11-17  Robert Roebling Changed/Fixed way in which wxListBox blocks events
2001-11-17  Robert Roebling Added ::IsOk() to wxDataStream for error checking in
2001-11-17  Ron LeeAdded WX_DEFINE_*_USER_EXPORTED_ARRAY macros for extern...
2001-11-16  David WebsterImplementing some more controls and an MDI child frame...
2001-11-16  David WebsterTRUE and FALSE; not true and false.
2001-11-16  Vadim Zeitlinadded wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme...
2001-11-16  Vadim Zeitlincompilation fix for wxMotif
2001-11-16  Vadim Zeitlincompilation fix for wxFrame under wxMotif
2001-11-16  Vadim ZeitlinFlush() argument should have a default value for compat...
2001-11-15  Václav Slavíkuse XPMs in wxMGL
2001-11-15  Vadim Zeitlinmoved EnableCloseButton() from wxialog to wxTLW
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-11-14  Robin DunnGetSelection --> GetStringSelection
2001-11-14  Robin DunnA little fix for Vadim's fix
2001-11-14  Vadim ZeitlinwxPopupWindow::GetPosition() should return point in...
2001-11-14  Vadim Zeitlinadded wxTextCtrl::GetSelection() returning a wxString...
2001-11-14  Vadim Zeitlinfixed wxFrame::IconizeChildFrames() bug which would...
2001-11-13  Robert Roebling Applied patch from SF on menu command not blocked
2001-11-12  Gilles Depeyrotcorrected Carbon to/from POSIX path conversions for...
2001-11-11  Václav SlavíkwxTimer for wxMGL
2001-11-10  Václav Slavíkminor fixs
2001-11-09  Vadim Zeitlins/Chiniese/Chinese/g
2001-11-09  Vadim Zeitlinapplied DBCS patch
2001-11-09  Robert Roebling Removed unused variable.
2001-11-08  Robert Roebling wxListBox mouse events now report coords relative
2001-11-07  Jouk Jansen Committing in .
2001-11-06  Mattia Barbon* Fixed wxStaticBitmap::SetBitmap so that it does not...
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
next