]> git.saurik.com Git - wxWidgets.git/history - include
Added matrix.cpp to compilables
[wxWidgets.git] / include /
2000-11-24  Robert Roebling dropped in new wxMatrix (from wxCanvas)
2000-11-23  Vadim Zeitlinmore fixes to stream code: allow deriving from wxStream...
2000-11-23  Vadim Zeitlincompilation fixes for wxMemoryStreams
2000-11-23  Vadim Zeitlinfixed memory allocation code of wxStreamBuffer to not...
2000-11-22  George TaskerFixed problems with the wxDb::Open(wxDb *copyDb) not...
2000-11-22  George TaskerAdded what I think is full support for Null column...
2000-11-20  George TaskerAdded From(), OrderBy() and Where() functions that...
2000-11-20  George TaskerAdded preliminary DB2 support.
2000-11-20  David WebsterMore OS/2 Updates
2000-11-19  Julian SmartRemoved #if wxUSE_TREECTRL (not in setup0.h, and not...
2000-11-18  Václav Slavíkadded wxCursor ctor for creation from bits array
2000-11-17  David WebsterNew, reworked frame class for wxOS2
2000-11-14  David WebsterTreeCtrl updates
2000-11-10  Vadim Zeitlinpart of the previous patch
2000-11-08  Vadim Zeitlincompilation fix for builds when WXWIN_COMPATIBILITY_2...
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-11-03  Vadim Zeitlinok, it does work - it's just that wxGTK doesn't
2000-11-03  Vadim Zeitlinadded wxGetMultiChoice() (which refuses to work for...
2000-10-31  Vadim Zeitlincompilation fix (sorry!)
2000-10-30  Robin DunnMerged some STC fixes over to the main branch
2000-10-30  Vadim ZeitlinwxDC::GetSize() should work now in wxGTK
2000-10-25  David Webstercompile bug fix
2000-10-25  David Websterno message
2000-10-24  David WebsterOS/2 updates for debugging and statusbar processing
2000-10-24  David WebsterUpdates for os/2 -- mostly to allow easier VA debugging
2000-10-23  Julian SmartApplying submitted wxOS2 mod
2000-10-20  Vadim Zeitlinfixed problem with calling SetFont() when (multiline...
2000-10-18  Julian SmartFixed memory bug
2000-10-17  Julian SmartMade wxGenericDirCtrl compile with Cygwin
2000-10-12  Vadim Zeitlinadded QueryRawValue() to wxRegKey and test code for...
2000-10-11  Vadim Zeitlinadded (MSW/GTK) and documented new frame and dialog...
2000-10-11  Vadim Zeitlinadded WS_POPUP style to resizeable dialogs
2000-10-10  Václav Slavíkadded wxHtmlWindow::HistoryCanBack/Forward
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-10-09  Julian SmartDoc corrections; added HelpGen project files
2000-10-08  Vadim ZeitlinwxFileDialog changed to use (new) wxCHANGE_DIR flag...
2000-10-07  Vadim Zeitlin1. more warnings fixed
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-10-07  Robin DunnAdded a WXDLLEXPORT
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-10-04  Vadim Zeitlinmerged in the commit from the 2.2 branch
2000-10-04  Julian SmartRemoved wxWS_EX_NO_AUTOFOCUS (use AcceptsFocus instead)
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
2000-10-03  Julian SmartSmall fixes to defs.h; change "windows.h" to <windows...
2000-10-02  David WebsterOS/2 Statusbar fixes
2000-09-28  Václav Slavíkadded wxListCtrl::AssignImageList
2000-09-28  Václav Slavíkadded wxTreeCtrl::AssignImageList
2000-09-28  Václav Slavíkadded wxNotebook::AssingImageList
2000-09-28  Václav Slavíkadded wxTreeCtrl::AssignImageList
2000-09-28  Václav Slavíkmodified wxHtmlHelpFrame to use AssignImageList
2000-09-27  Jouk Jansen Committing in .
2000-09-26  Robin Dunnnew and improved wxSTC
2000-09-25  Julian SmartAdded wxID_IGNORE
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-22  Vadim ZeitlinwxCaret now uses backing store instead of forcing windo...
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-09-13  Vadim Zeitlin1. wxFrame::IsIconized() fixed - seems to work
2000-09-13  Vadim ZeitlinwxTimer::Start() now calls Stop()
2000-09-12  Vadim Zeitlin1. removed 'B' flag from treebase.cpp and regenerated...
2000-09-12  Julian SmartAdded wxHelpControllerHelpProvider, added DisplayContex...
2000-09-11  Julian SmartwxHelpProvider now cleans itself up. wxTipWindow doesn't
2000-09-10  Vadim ZeitlinwxTipWindow added and is now used by wxSimpleHelpProvider
2000-09-10  Vadim Zeitlin1. added wxHelpProvider and (unfinished) wxSimpleHelpPr...
2000-09-08  Vadim Zeitlinfixed wxContextHelpButton bitmap (dis)appearance
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-08  Julian SmartPut wxContextHelp into cshelp.h/cpp, added wxContextHel...
2000-09-08  Robin DunnMoved from Scintilla version 1.25 to 1.32
2000-09-07  Julian SmartApplied memory allocation patch, and worked around...
2000-09-07  Julian SmartGot wxHelpContext working, plus wxFindWindowAtPointer...
2000-09-07  Julian SmartMade wxContextHelp implementation generic and added...
2000-09-06  Julian SmartImplemented wxHelpContext for wxGTK.
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-09-05  Julian SmartAdded rules to wxListCtrl (MSW now, GTK+ soon)
2000-09-05  Robert Roebling Applied DrawArc patch.
2000-09-01  David WebsterSeveral updates for fixing the subclassing problems...
2000-09-01  David WebsterFix to properly define WXFARPROC for OS/2
2000-09-01  Julian SmartCorrected typo
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-08-29  Julian SmartAdded wxCLIP_SIBLINGS. CVS also seems to think lots...
2000-08-25  Julian SmartAdded a flag to avoid Capture/Release asserts
2000-08-24  Jouk Jansen Committing in .
2000-08-24  Jouk Jansen Committing in .
2000-08-22  Julian SmartAdded Reset() to command line parser and called it...
2000-08-21  David Websterno message
2000-08-19  Robert RoeblingAdded wxChoice::GetCount() and Select()
2000-08-19  Kevin HockwxDrawObject::Draw vritual and non const wxDCBase
2000-08-18  Julian SmartImplemented IsVisible and GetFirst/NextVisibleItem...
2000-08-15  Václav Slavíkadded wxIcon::CopyFromBitmap to wxGTK
2000-08-14  Stefan Csomorthread support for mac finished
2000-08-12  Mark Johnson db.h
2000-08-11  Stefan Csomorchanged license type
2000-08-10  Jouk Jansen Committing in .
2000-08-10  Vadim ZeitlinwxMDIFrames define DoGetClientSize() and not GetClientS...
2000-08-10  Vadim Zeitlinsrc/gtk/mdi.cpp
2000-08-10  Stefan Csomorheader files for carbon targets
2000-08-10  Stefan CsomorwxMac merge
2000-08-09  Stefan Csomormerge of wxMac into main repository
2000-08-09  Stefan Csomormerge of wxMac into main repository
2000-08-09  Stefan Csomormerge of wxMac into main repository (Carbon Precompiled...
2000-08-08  Julian SmartChanged default value for eliminateBorders (MakeExtende...
next