]> git.saurik.com Git - wxWidgets.git/history - contrib/src/xml/xmlres.cpp
use SetForegroundWindow instead of BringWindowToTop
[wxWidgets.git] / contrib / src / xml / xmlres.cpp
2001-06-08  Kendall BennettMerged latest changes from SciTech code base into wxWin...
2001-06-05  Robin DunnAdded functions to initialize the local wxModules since...
2001-06-01  Václav Slavíkadded wxNO_BORDER style
2001-05-20  Václav SlavíkNew code for inserting unknown controls into resources
2001-05-06  Václav Slavíkfixed loading of resource from zip files (now handles...
2001-05-02  Václav Slavíkswitched wxXML to expat parser ; some minor formatting...
2001-04-21  George TaskerFixed a possible double deletion of 'file'
2001-04-13  George TaskerFixed a BCC compilation ambiguity for wxString [int...
2001-02-21  Václav Slavíkfixed compilation problem (frame.h not included)
2001-01-28  Václav Slavík_T() -> wxT()
2001-01-27  George TaskerAdded wxFrame support contributed by Aleks
2001-01-19  Václav Slavíkmoved XMLIDs counter inside GetXMLID to prevent initial...
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-10-07  Václav Slavíkchange in XRC format
2000-10-01  Václav Slavíkfixed LoadPanel (created two instances previously and...
2000-09-29  Václav Slavíkremoved loading from in-memory document (illicit idea)
2000-09-26  Václav Slavíkadded ability to read resources directly from wxXmlDocu...
2000-09-17  Václav Slavíkadded <bitmap> and <icon> resources
2000-08-27  Václav Slavíkadded AddWindowStyles
2000-08-15  Václav Slavíkadded wxXmlResourceHandler::GetDimension for 1D values...
2000-08-11  Václav Slavíkfixed loading of bitmaps from mem_fs
2000-08-06  Václav Slavíkremoved debug message ; improved resource loading logic
2000-08-05  Václav Slavíkgot rid of wxXmlResourceHandler::CheckPlatform, the...
2000-07-26  Václav Slavíkstandardized syntax of bool properties: '1' means true...
2000-07-25  Václav Slavíkadded XML resources library