]> git.saurik.com Git - wxWidgets.git/history - include
Add quantize and treebase
[wxWidgets.git] / include /
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...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-08-07  Julian SmartAdded first stab at GetBoundingRect for generic tree...
2000-08-06  Kevin Hocksupport for drawing arbitary object on DC's
2000-08-04  Julian SmartGeneric tree control fixes
2000-08-04  Julian SmartModified generic wxTreeCtrl to work under non-Unix...
2000-08-04  Michael BedwardRemoved redundant m_left etc. variables
2000-08-03  Václav Slavíkfixed low resolution problem with wxPostScriptDC
2000-08-03  Julian SmartAdded ability to call wxWindow::OnPaint under Windows...
2000-08-02  Julian SmartMade some member variables protected so derived classes...
2000-07-30  Unknown (NI)added a wrapper class for opengl contexts (like that...
2000-07-29  Julian SmartFloodFill correction, wxQuantize correction
2000-07-29  Julian SmartAdded version of Quantize that manages the palette...
2000-07-29  Julian SmartAdded Set/Get/HasOption members and moved palette to...
2000-07-28  Julian SmartAdded wxQuantize, wxSplashScreen, wxEffects & added...
2000-07-28  Michael BedwardRenamed existing wxGrid::SelectBlock to HighlightBlock.
2000-07-27  Julian SmartGeneric dirctrl corrections
2000-07-27  Michael BedwardChanged wxGridCellAttr::HasAlignment to treat values...
2000-07-27  Michael BedwardChanged cell and label alignment functions to use wxALI...
2000-07-25  Václav SlavíkwxGTK compilation fix (undefined wxDirDialogDefaultFold...
2000-07-24  Guillermo Rodrigue... Corrected comment about Norlander headers (no changes...
2000-07-24  Julian SmartUpdated version number.
2000-07-23  Julian SmartAdded wxGenericDirCtrl, wxGenericDirDialog and associat...
2000-07-22  Julian SmartCygwin 1.1 mods (main branch)
2000-07-21  David Websterfixes for trailing commas for OS/2 from WX_2_2_BRANCH
2000-07-21  Michael BedwardAdded ForceRefresh() to request immediate repainting...
2000-07-20  Unknown (NI)applied the patch by Garrick Meeker
2000-07-19  Ove KaavenReally cheesy attempt to make wxDC::DrawText() utilize...
2000-07-19  Ove KaavenMay as well also add a GTK_CLASS_TYPE macro for compati...
2000-07-19  Ove KaavenAdded "stand-ins" for a couple of Pango (Owen Taylor...
2000-07-19  Ove Kaavengtkfeatures.h does not exist under gtk+ 1.3.1, #ifndef...
2000-07-19  Ove KaavenwxGTKDash is also a gint8 under WXGTK20
2000-07-19  Ove KaavenReplaced WXGTK13 with WXGTK20
2000-07-15  Bryan Pettymerged 2.2 branch
2000-05-17  Guilhem LavauxAdded WXDLLEXPORT symbol for DynLib classes
2000-05-05  Julian SmartMisc fixes
2000-04-11  Vadim Zeitlinconst cast inside WXWIN_COMPATIBILITY
2000-03-22  David WebsterReworked Frame class
2000-03-21  Julian SmartAdded WXDLLEXPORT keywords
2000-03-20  Julian SmartDocview mended (grrr) and OGL studio partially working...
2000-03-20  David WebsterOS/2 Updates
2000-03-19  Vadim ZeitlinwxFTP::Close() shouldn't hide base wxSocket function
2000-03-19  Vadim Zeitlin1. corrected HAVE_PW_GECOS detection in configure ...
2000-03-19  Julian SmartSome VC++ makefile fixes; minor comment mods to setup0.h
2000-03-19  Stefan NeisChnaged includes to work without precompiled headers
2000-03-19  Robin DunnwxUSE_DYNAMIC_CLASSES was left out.
2000-03-19  Vadim Zeitlin1. fixed crash in wxDateTime::ParseDate
2000-03-18  Stefan NeisRemoved redundant member variable.
2000-03-18  Stefan NeisNo precompiled headers for gcc, even if compiling WXPM.
2000-03-18  Stefan NeisAdded a couple of fixes.
2000-03-18  Julian SmartAdded def files for making OpenGL DLLs (Mingw32); added...
2000-03-17  Vadim ZeitlinHTTP_PROXY bug (freeze on program startup) should be...
2000-03-17  Julian SmartSome doc fixes; BC++, Watcom C++, Mingw32 fixes
2000-03-17  Vadim ZeitlinwxHandleFatalExceptions() added, documented
2000-03-17  Stefan Neisbool-> int, gcc doesn't like bool in _C_ code.
2000-03-17  George TaskerRCS left a turd in the previous checkin
2000-03-17  George TaskerFixed compilation in release mode
2000-03-17  Julian SmartDoc updates; new grid disabled for BC++/WIN16 (too...
2000-03-17  Mark Johnson db.h
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-16  George TaskerFixed a typo in wxDbConnectionsInUse()
2000-03-16  George TaskerCleaned up the API for class/structure/function names...
2000-03-16  George TaskerCleaned up the API for class/structure/function names...
2000-03-16  Jouk Jansen Committing in .
2000-03-15  Unknown (NI)included missing header files - without them mingw32...
2000-03-15  Ron Leeremoved TAB_TRAVERSAL style
2000-03-15  Julian SmartSome C++Builder fixes
2000-03-15  Julian SmartVarious compiler changes
2000-03-15  Vadim Zeitlin1. wxFTP works (somehow)
2000-03-15  David Websterno message
2000-03-15  Guillermo Rodrigue... list.h was included twice
2000-03-15  Guillermo Rodrigue... Forgot to commit this one - changes for wxBase
2000-03-15  Vadim Zeitlinsome fwd declarations added to the header
2000-03-14  Robert Roebling Fixed missing paint events when overriding DoMoveWindow()
2000-03-14  Vadim ZeitlinwxDropSource should have def ctor
2000-03-14  Guillermo Rodrigue... Changed declaration of functions taking an empty arglis...
2000-03-14  Guillermo Rodrigue... Added gsockmsw which now contains all GUI-specific...
2000-03-14  Guillermo Rodrigue... src\unix\gsocket.c
2000-03-14  Vadim Zeitlin1. status bar can now be positioned on top (and anywher...
2000-03-13  Stefan NeisImproved selection mode handling in wxGrid::SelectBlock
2000-03-13  Vadim Zeitlin1. some patches from Janos Vegh to docview template...
2000-03-13  Ron Leemoved wxDash typedef to gdicmn.h
2000-03-13  Stefan NeisMore compilation fixes.
2000-03-13  Robin DunnAdded methods for folding
2000-03-13  David Websterno message
2000-03-12  Julian SmartAdded project files for STC; fixed wxStringList memory...
2000-03-12  Ron Leeseparated wxDash type from platform specific wxGTKDash...
2000-03-12  Julian SmartMade iniconf compile on BC++ 5.01 (involved adding...
next