]> git.saurik.com Git - wxWidgets.git/history - contrib/src/xml
another attempt to fix wxPanel/wxFrame::m_winLastFocused handling
[wxWidgets.git] / contrib / src / xml /
2001-05-22  Václav Slavíkfixed wxSpinButton handler (did refer to spinbutton...
2001-05-22  Václav Slavíkfixed ID handling in 'unknown' handler
2001-05-20  Václav SlavíkNew code for inserting unknown controls into resources
2001-05-14  Julian SmartMisc release-related mods
2001-05-11  Václav Slavíkadded wxDEFAULT_FRAME_STYLE
2001-05-06  Václav SlavíkwxTAB_TRAVERSAL is default style for wxPanels from XRC
2001-05-06  Václav Slavíkadded <accel> attribute to wxMenuItem
2001-05-06  Václav Slavíkfixed loading of resource from zip files (now handles...
2001-05-05  Václav Slavíkupdated VC makefiles to compile expat
2001-05-05  Václav Slavíkminor change: buf[(size_t)pos] instead of buf.c_str...
2001-05-04  Václav Slavíkapplied patch #421410:
2001-05-02  Václav Slavíkswitched wxXML to expat parser ; some minor formatting...
2001-05-02  Václav Slavíkswitched wxXML to expat parser
2001-05-02  Václav Slavík*** empty log message ***
2001-04-21  George TaskerFixed a possible double deletion of 'file'
2001-04-21  George TaskerRemoved a duplicate "ADD_STYLE(wxLC_REPORT);" line
2001-04-21  Václav Slavíkapplied BCC fixes for wxXML
2001-04-13  George TaskerUpdated to alert the user to the need for them to edit...
2001-04-13  George TaskerFixed a BCC compilation ambiguity for wxString [int...
2001-04-11  George TaskerUpdated to alert the user to the need for them to edit...
2001-03-17  Václav Slavíkremoved out-of-date info
2001-02-21  Václav Slavíkfixed compilation problem (frame.h not included)
2001-02-19  George TaskerAdded xh_frame.obj to the list of target objects
2001-02-03  George TaskerInitial checkin of the wxFrame support added by Aleks G.
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...
2001-01-12  Václav Slavíkapplied patch to prevent crashing when libxml DLL doesn...
2001-01-03  Václav Slavíkadded SAX error callback (thanks go to Robert)
2000-11-25  Václav Slavíkadded growable cols and rows to wxFlexGridSizer XRC...
2000-10-13  Julian SmartDoc/distribution script mods
2000-10-10  Julian SmartAdded VC++ project files (seems logical)
2000-10-07  Václav Slavíkchange in XRC format
2000-10-07  Václav Slavíkfixed use of wxMenuItem::SetBitmap
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-27  Václav Slavíkadded bitmaps to menu items
2000-09-26  Václav Slavíkadded ability to read resources directly from wxXmlDocu...
2000-09-17  Václav Slavíkadded unknown widget support
2000-09-17  Václav Slavíkadded <bitmap> and <icon> resources
2000-09-17  Václav Slavíkadded wxStaticLine handler
2000-09-17  Václav Slavíkremoved bitmap scaling in bitmap button handler
2000-09-14  Václav Slavíkadded new controls: wxBitmapButton, wxCalendarCtrl...
2000-08-27  Václav Slavíkadded AddWindowStyles
2000-08-15  Václav Slavíkadded wxXmlResourceHandler::GetDimension for 1D values...
2000-08-15  Václav Slavíkadded 'centered' property to wxDialog handler
2000-08-12  Václav Slavíkfixed creation of toolbars under MSW
2000-08-12  Václav Slavíkfixed bug in zlib compressed binary xml resources savin...
2000-08-11  Václav Slavíkadded toolbar handling
2000-08-11  Václav Slavíkfixed loading of bitmaps from mem_fs
2000-08-11  Václav Slavíkadded binz handler to standard handlers initialized...
2000-08-11  Václav Slavíkfixed bug: wxButton hasn't name set correctly
2000-08-06  Václav Slavíkremoved debug message ; improved resource loading logic
2000-08-05  Václav Slavíkadded minsize variable for sizers and sizeritems
2000-08-05  Václav Slavíkgot rid of wxXmlResourceHandler::CheckPlatform, the...
2000-07-31  Václav Slavíkadded wxListBox handling
2000-07-27  Václav Slavíkradiobox default dimension changed from 0 to 1
2000-07-27  Václav Slavíkfixed setting value in spinctrl
2000-07-27  Václav Slavíknotebooksizer is now property of notebook, not special...
2000-07-27  Václav Slavíkstandardized projects
2000-07-27  Václav Slavíkfixed typo
2000-07-26  Václav Slavíkstandardized syntax of bool properties: '1' means true...
2000-07-26  Václav Slavíkchanged content of checklist, choice, combobox, radiobo...
2000-07-26  Václav Slavíkadded handling of wxGridSizer and wxFlexGridSizer
2000-07-26  Václav Slavíkxmlres: added support for wxMSW
2000-07-26  Václav Slavíkadded xmlres format docs (uncomplete)
2000-07-26  Julian SmartAdded additional wxXML makefiles and projects files...
2000-07-25  Václav Slavíkadded xml resources readme
2000-07-25  Václav Slavíkadded XML resources library