2012-07-20 |
Václav Slavík | Call Realize() later in XRC toolbar handler (patch... |
tree | commitdiff |
2012-06-30 |
Vadim Zeitlin | Create wxStaticBoxSizer elements as children of wxStati... |
tree | commitdiff |
2012-02-10 |
Vadim Zeitlin | Fix wxHash{Set,Map} compilation with g++ 4.7 in C+... |
tree | commitdiff |
2012-01-15 |
Václav Slavík | Don't crash if XRC file contains '_' at the end of... |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Remove Palm OS port. |
tree | commitdiff |
2011-11-10 |
Vadim Zeitlin | Compilation fix for wxUSE_UNICODE=0 build after wxUSE_S... |
tree | commitdiff |
2011-11-10 |
Vadim Zeitlin | Fix compilation in wxUSE_STL case broken by r69663. |
tree | commitdiff |
2011-11-04 |
Vadim Zeitlin | Simplify wxIdRange code by using new XRCID_Assign(... |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | Add _PTR WX_DECLARE_HASH_SET variants to fix warnings... |
tree | commitdiff |
2011-10-20 |
Vadim Zeitlin | Add "checked" property for toolbar tool elements in... |
tree | commitdiff |
2011-09-30 |
Jouk Jansen | updates for OpenVMS |
tree | commitdiff |
2011-09-29 |
Vadim Zeitlin | Added XRC handler for wxTimePickerCtrl. |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
tree | commitdiff |
2011-08-30 |
Jouk Jansen | Update makefiles for OpenVMS |
tree | commitdiff |
2011-08-27 |
Vadim Zeitlin | Added wxFLP_SMALL and wxDIRP_SMALL styles for wx{File... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Add XRC handler for wxBannerWindow and a test for it... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | No changes, just factor our wxDirection parsing code... |
tree | commitdiff |
2011-08-13 |
Steve Lamerton | Merge in from trunk r68626 - r68683 |
tree | commitdiff |
2011-08-13 |
Vadim Zeitlin | Fix bitmap position attribute name in XRC handler. |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
tree | commitdiff |
2011-07-21 |
Vadim Zeitlin | Allow marking wxTreeBook nodes to expand initially... |
tree | commitdiff |
2011-07-16 |
Václav Slavík | Add support for column header images to wxListCtrl... |
tree | commitdiff |
2011-07-16 |
Václav Slavík | Fix wxListCtrlXmlHandler so that it accepts icon with... |
tree | commitdiff |
2011-07-16 |
Václav Slavík | Fix wxXmlResourceHandler::GetImageList() to use specifi... |
tree | commitdiff |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
tree | commitdiff |
2011-03-22 |
Václav Slavík | Fix <object_ref> processing to respect overridden attri... |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2011-02-05 |
Vadim Zeitlin | Deprecate second parameter of wxSlider::SetTickFreq(). |
tree | commitdiff |
2010-12-15 |
Jouk Jansen | Include compilation of tests for OpenVMS (part1) |
tree | commitdiff |
2010-11-20 |
Vadim Zeitlin | Don't keep entries for XRC resources that failed to... |
tree | commitdiff |
2010-11-08 |
Vadim Zeitlin | Fix crash in XRC ID range support code. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Compilation fix for STL build after ID range changes... |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Factor our hash function used for XRC ids hash map. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Fix memory leak of XRC ids introduced by the ID range... |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Add support for id ranges to XRC. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Make wxXmlResource::ReportError() wxXmlNode parameter... |
tree | commitdiff |
2010-11-03 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Make it easier to define custom wxSizerXmlHandler subcl... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Make wxXmlResourceHandler::IsOfClass() static. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Add XRC handler for wxToolbook. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Don't assume any particular default size for XRC image... |
tree | commitdiff |
2010-10-20 |
Vadim Zeitlin | Add XRC handler for wxCommandLinkButton. |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
tree | commitdiff |
2010-07-12 |
Vadim Zeitlin | Fix wxToggleButtonXmlHandler compilation with wxUniv. |
tree | commitdiff |
2010-05-27 |
Jouk Jansen | use wxToggleButtonXmlHandler::DoCreateBitmapToggleButto... |
tree | commitdiff |
2010-05-16 |
Robert Roebling | Applied #11755: wxBitmapToggleButton Xml Handler |
tree | commitdiff |
2010-05-03 |
Vadim Zeitlin | Use wxString::ToCDouble() instead of emulating it. |
tree | commitdiff |
2010-02-11 |
Václav Slavík | Make it possible to subclass wxMenuBar in XRC (patch... |
tree | commitdiff |
2010-02-11 |
Václav Slavík | Fixed possible buffer overflow in wxXmlResource::GetXRC... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Add support for stretchable spacers to XRC wxToolBar... |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | make sure it is compilable w/o menus (eg on iPhone) |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #9789: missing wxBORDER_THEME style in XRC |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Recognize old wx{CHB,LB}_XXX styles in XRC. |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Use UTF-8 for all non-ASCII characters in the sources. |
tree | commitdiff |
2009-09-14 |
Vadim Zeitlin | Add wxXmlResource::LoadObjectRecursively(). |
tree | commitdiff |
2009-08-28 |
Vadim Zeitlin | Compilation fixes for wxUSE_FONTMAP==0. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Reset static flag on cleanup. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-06-17 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | add support for bitmap and bitmapposition tags to the... |
tree | commitdiff |
2009-06-13 |
Vadim Zeitlin | added own{fg,bg,font} allowing to set non-inheritable... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added XRC handler for wxFileCtrl (closes #10785) |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | added multiple selections support to wxDirCtrl (closes... |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | added wxEditbaleListBox XRC handler |
tree | commitdiff |
2009-05-25 |
Vadim Zeitlin | add support for defining list control columns in XRC... |
tree | commitdiff |
2009-05-13 |
Vadim Zeitlin | don't use empty attribute name in wxIconXmlHandler... |
tree | commitdiff |
2009-05-13 |
Vadim Zeitlin | fix handling of wxBitmap nodes broken by previous chang... |
tree | commitdiff |
2009-05-07 |
Vadim Zeitlin | add support for loading wxListCtrl items and wxImageLis... |
tree | commitdiff |
2009-05-05 |
Václav Slavík | use <bitmapsize> to load bitmaps at the specified size... |
tree | commitdiff |
2009-05-03 |
Václav Slavík | optimized <object_ref> handling for the common case... |
tree | commitdiff |
2009-05-03 |
Václav Slavík | fixed XRC errors location reporting when using <object... |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | typo fix |
tree | commitdiff |
2009-04-25 |
Francesco Montorsi | use wxSTB_ as prefix for wxStatusBar styles; add suppor... |
tree | commitdiff |
2009-03-29 |
Václav Slavík | set icons bundle, not single icon, for frames loaded... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | use wxALIGN_LEFT/CENTRE/RIGHT instead of wxTE_XXX to... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | add alignment flags support to wxSpinCtrl[Double] ... |
tree | commitdiff |
2009-03-20 |
Robin Dunn | Use native EOL |
tree | commitdiff |
2009-03-20 |
Vadim Zeitlin | include wx/button.h to get wxBU_EXACTFIT declaration |
tree | commitdiff |
2009-03-20 |
Vadim Zeitlin | add wxBU_EXACTFIT support to wxToggleButton XRC handler... |
tree | commitdiff |
2009-03-16 |
Václav Slavík | detect and report errors in XRC specification of grid... |
tree | commitdiff |
2009-03-16 |
Václav Slavík | fixed wxXRC compilation with --disable-filesystem ... |
tree | commitdiff |
2009-03-15 |
Václav Slavík | better XRC errors reporting: report location of the... |
tree | commitdiff |
2009-03-13 |
Václav Slavík | added wxXmlResource::LoadAllFiles() |
tree | commitdiff |
2009-03-04 |
Francesco Montorsi | remove wxSYS_DEFAULT_PALETTE: it's supported only by... |
tree | commitdiff |
2009-02-26 |
Václav Slavík | added wxXmlResource::LoadFile() to avoid URL-vs-filenam... |
tree | commitdiff |
2009-02-26 |
Václav Slavík | fixed wxXmlResource::Load's detection of filenames... |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | add public wxXmlResource::GetResourceNode() which can... |
tree | commitdiff |
2009-01-27 |
Francesco Montorsi | include wx/mdi.h also for non-PCH builds |
tree | commitdiff |
2009-01-25 |
Jaakko Salli | Added XRC handler for wxComboCtrl (closes #10151) |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | always remember to test IsOk() after using wxFileInputS... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | also call AddGrowableRow/Col() for wxGridBagSizer |
tree | commitdiff |
2008-12-23 |
Vadim Zeitlin | call wxFlexGridSizer::AddGrowableRow/Col() only after... |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | compilation fixes for PCH-less build after r57074 |
tree | commitdiff |
2008-12-02 |
Vadim Zeitlin | replace asserts in XRC code with wxLogError/Warning... |
tree | commitdiff |
2008-12-02 |
Vadim Zeitlin | add support for creating drop down toolbar buttons... |
tree | commitdiff |
2008-12-02 |
Vadim Zeitlin | no changes, just added a TODO comment |
tree | commitdiff |
2008-10-14 |
Vadim Zeitlin | added wxXmlResource::FindXRCIDById() (#10026) |
tree | commitdiff |
2008-10-03 |
Vadim Zeitlin | return false if the file passed to Load() doesn't exist... |
tree | commitdiff |
2008-10-01 |
Václav Slavík | get rid of public constants for various XRC defaults... |
tree | commitdiff |
next |