Adjust x,y parameters by pizza scroll offset in DoSetSize
[wxWidgets.git] / src / xrc /
2012-02-10  Vadim ZeitlinFix wxHash{Set,Map} compilation with g++ 4.7 in C+...
2012-01-15  Václav SlavíkDon't crash if XRC file contains '_' at the end of...
2012-01-15  Vadim ZeitlinRemove Palm OS port.
2011-11-10  Vadim ZeitlinCompilation fix for wxUSE_UNICODE=0 build after wxUSE_S...
2011-11-10  Vadim ZeitlinFix compilation in wxUSE_STL case broken by r69663.
2011-11-04  Vadim ZeitlinSimplify wxIdRange code by using new XRCID_Assign(...
2011-10-27  Vadim ZeitlinAdd _PTR WX_DECLARE_HASH_SET variants to fix warnings...
2011-10-20  Vadim ZeitlinAdd "checked" property for toolbar tool elements in...
2011-09-30  Jouk Jansenupdates for OpenVMS
2011-09-29  Vadim ZeitlinAdded XRC handler for wxTimePickerCtrl.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-30  Jouk JansenUpdate makefiles for OpenVMS
2011-08-27  Vadim ZeitlinAdded wxFLP_SMALL and wxDIRP_SMALL styles for wx{File...
2011-08-22  Vadim ZeitlinAdd XRC handler for wxBannerWindow and a test for it...
2011-08-22  Vadim ZeitlinNo changes, just factor our wxDirection parsing code...
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-13  Vadim ZeitlinFix bitmap position attribute name in XRC handler.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-21  Vadim ZeitlinAllow marking wxTreeBook nodes to expand initially...
2011-07-16  Václav SlavíkAdd support for column header images to wxListCtrl...
2011-07-16  Václav SlavíkFix wxListCtrlXmlHandler so that it accepts icon with...
2011-07-16  Václav SlavíkFix wxXmlResourceHandler::GetImageList() to use specifi...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-22  Václav SlavíkFix <object_ref> processing to respect overridden attri...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-02-05  Vadim ZeitlinDeprecate second parameter of wxSlider::SetTickFreq().
2010-12-15  Jouk JansenInclude compilation of tests for OpenVMS (part1)
2010-11-20  Vadim ZeitlinDon't keep entries for XRC resources that failed to...
2010-11-08  Vadim ZeitlinFix crash in XRC ID range support code.
2010-11-07  Vadim ZeitlinCompilation fix for STL build after ID range changes...
2010-11-07  Vadim ZeitlinFactor our hash function used for XRC ids hash map.
2010-11-07  Vadim ZeitlinFix memory leak of XRC ids introduced by the ID range...
2010-11-07  Vadim ZeitlinAdd support for id ranges to XRC.
2010-11-07  Vadim ZeitlinMake wxXmlResource::ReportError() wxXmlNode parameter...
2010-11-03  Jouk JansenUpdate OpenVMS compile support
2010-10-24  Vadim ZeitlinMake it easier to define custom wxSizerXmlHandler subcl...
2010-10-24  Vadim ZeitlinMake wxXmlResourceHandler::IsOfClass() static.
2010-10-23  Vadim ZeitlinAdd XRC handler for wxToolbook.
2010-10-23  Vadim ZeitlinDon't assume any particular default size for XRC image...
2010-10-20  Vadim ZeitlinAdd XRC handler for wxCommandLinkButton.
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-07-12  Vadim ZeitlinFix wxToggleButtonXmlHandler compilation with wxUniv.
2010-05-27  Jouk Jansenuse wxToggleButtonXmlHandler::DoCreateBitmapToggleButto...
2010-05-16  Robert RoeblingApplied #11755: wxBitmapToggleButton Xml Handler
2010-05-03  Vadim ZeitlinUse wxString::ToCDouble() instead of emulating it.
2010-02-11  Václav SlavíkMake it possible to subclass wxMenuBar in XRC (patch...
2010-02-11  Václav SlavíkFixed possible buffer overflow in wxXmlResource::GetXRC...
2010-01-18  Vadim ZeitlinAdd support for stretchable spacers to XRC wxToolBar...
2009-12-09  Stefan Csomormake sure it is compilable w/o menus (eg on iPhone)
2009-09-24  Julian SmartApplied #9789: missing wxBORDER_THEME style in XRC
2009-09-21  Vadim ZeitlinRecognize old wx{CHB,LB}_XXX styles in XRC.
2009-09-18  Vadim ZeitlinUse UTF-8 for all non-ASCII characters in the sources.
2009-09-14  Vadim ZeitlinAdd wxXmlResource::LoadObjectRecursively().
2009-08-28  Vadim ZeitlinCompilation fixes for wxUSE_FONTMAP==0.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-05  Vadim ZeitlinReset static flag on cleanup.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-17  Jouk JansenUpdate OpenVMS compile support
2009-06-15  Vadim Zeitlinadd support for bitmap and bitmapposition tags to the...
2009-06-13  Vadim Zeitlinadded own{fg,bg,font} allowing to set non-inheritable...
2009-06-12  Vadim Zeitlinadded XRC handler for wxFileCtrl (closes #10785)
2009-06-06  Vadim Zeitlinadded multiple selections support to wxDirCtrl (closes...
2009-06-04  Vadim Zeitlinadded wxEditbaleListBox XRC handler
2009-05-25  Vadim Zeitlinadd support for defining list control columns in XRC...
2009-05-13  Vadim Zeitlindon't use empty attribute name in wxIconXmlHandler...
2009-05-13  Vadim Zeitlinfix handling of wxBitmap nodes broken by previous chang...
2009-05-07  Vadim Zeitlinadd support for loading wxListCtrl items and wxImageLis...
2009-05-05  Václav Slavíkuse <bitmapsize> to load bitmaps at the specified size...
2009-05-03  Václav Slavíkoptimized <object_ref> handling for the common case...
2009-05-03  Václav Slavíkfixed XRC errors location reporting when using <object...
2009-04-25  Francesco Montorsitypo fix
2009-04-25  Francesco Montorsiuse wxSTB_ as prefix for wxStatusBar styles; add suppor...
2009-03-29  Václav Slavíkset icons bundle, not single icon, for frames loaded...
2009-03-22  Vadim Zeitlinuse wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to...
2009-03-22  Vadim Zeitlinadd alignment flags support to wxSpinCtrl[Double] ...
2009-03-20  Robin DunnUse native EOL
2009-03-20  Vadim Zeitlininclude wx/button.h to get wxBU_EXACTFIT declaration
2009-03-20  Vadim Zeitlinadd wxBU_EXACTFIT support to wxToggleButton XRC handler...
2009-03-16  Václav Slavíkdetect and report errors in XRC specification of grid...
2009-03-16  Václav Slavíkfixed wxXRC compilation with --disable-filesystem ...
2009-03-15  Václav Slavíkbetter XRC errors reporting: report location of the...
2009-03-13  Václav Slavíkadded wxXmlResource::LoadAllFiles()
2009-03-04  Francesco Montorsiremove wxSYS_DEFAULT_PALETTE: it's supported only by...
2009-02-26  Václav Slavíkadded wxXmlResource::LoadFile() to avoid URL-vs-filenam...
2009-02-26  Václav Slavíkfixed wxXmlResource::Load's detection of filenames...
2009-02-22  Vadim Zeitlinadd public wxXmlResource::GetResourceNode() which can...
2009-01-27  Francesco Montorsiinclude wx/mdi.h also for non-PCH builds
2009-01-25  Jaakko SalliAdded XRC handler for wxComboCtrl (closes #10151)
2009-01-08  Francesco Montorsialways remember to test IsOk() after using wxFileInputS...
2008-12-24  Vadim Zeitlinalso call AddGrowableRow/Col() for wxGridBagSizer
2008-12-23  Vadim Zeitlincall wxFlexGridSizer::AddGrowableRow/Col() only after...
2008-12-03  Vadim Zeitlincompilation fixes for PCH-less build after r57074
2008-12-02  Vadim Zeitlinreplace asserts in XRC code with wxLogError/Warning...
2008-12-02  Vadim Zeitlinadd support for creating drop down toolbar buttons...
2008-12-02  Vadim Zeitlinno changes, just added a TODO comment
2008-10-14  Vadim Zeitlinadded wxXmlResource::FindXRCIDById() (#10026)
2008-10-03  Vadim Zeitlinreturn false if the file passed to Load() doesn't exist...
2008-10-01  Václav Slavíkget rid of public constants for various XRC defaults...
2008-09-30  Václav SlavíkwxToolBar XRC handler should call SetupWindow() to...
2008-09-30  Václav SlavíkwxWizard XRC handler should call SetupWindow() to handl...
next