2010-05-03 |
Vadim Zeitlin | Use wxString::ToCDouble() instead of emulating it. |
blob | commitdiff | raw |
2010-02-11 |
Václav Slavík | Fixed possible buffer overflow in wxXmlResource::GetXRC... |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Julian Smart | Applied #9789: missing wxBORDER_THEME style in XRC |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Vadim Zeitlin | Add wxXmlResource::LoadObjectRecursively(). |
blob | commitdiff | raw | diff to current |
2009-08-28 |
Vadim Zeitlin | Compilation fixes for wxUSE_FONTMAP==0. |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Vadim Zeitlin | Reset static flag on cleanup. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-06-13 |
Vadim Zeitlin | added own{fg,bg,font} allowing to set non-inheritable... |
blob | commitdiff | raw | diff to current |
2009-05-13 |
Vadim Zeitlin | fix handling of wxBitmap nodes broken by previous chang... |
blob | commitdiff | raw | diff to current |
2009-05-07 |
Vadim Zeitlin | add support for loading wxListCtrl items and wxImageLis... |
blob | commitdiff | raw | diff to current |
2009-05-03 |
Václav Slavík | optimized <object_ref> handling for the common case... |
blob | commitdiff | raw | diff to current |
2009-05-03 |
Václav Slavík | fixed XRC errors location reporting when using <object... |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Václav Slavík | set icons bundle, not single icon, for frames loaded... |
blob | commitdiff | raw | diff to current |
2009-03-16 |
Václav Slavík | fixed wxXRC compilation with --disable-filesystem ... |
blob | commitdiff | raw | diff to current |
2009-03-15 |
Václav Slavík | better XRC errors reporting: report location of the... |
blob | commitdiff | raw | diff to current |
2009-03-13 |
Václav Slavík | added wxXmlResource::LoadAllFiles() |
blob | commitdiff | raw | diff to current |
2009-03-04 |
Francesco Montorsi | remove wxSYS_DEFAULT_PALETTE: it's supported only by... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Václav Slavík | added wxXmlResource::LoadFile() to avoid URL-vs-filenam... |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Václav Slavík | fixed wxXmlResource::Load's detection of filenames... |
blob | commitdiff | raw | diff to current |
2009-02-22 |
Vadim Zeitlin | add public wxXmlResource::GetResourceNode() which can... |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Francesco Montorsi | always remember to test IsOk() after using wxFileInputS... |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Vadim Zeitlin | no changes, just added a TODO comment |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Vadim Zeitlin | added wxXmlResource::FindXRCIDById() (#10026) |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Vadim Zeitlin | return false if the file passed to Load() doesn't exist... |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Vadim Zeitlin | added enabled and hidden attributes to radio box items... |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Vadim Zeitlin | extract parts of wxXRC depending on wxAdv in a separate... |
blob | commitdiff | raw | diff to current |
2008-08-01 |
Vadim Zeitlin | add more stock items (#9799) |
blob | commitdiff | raw | diff to current |
2008-07-09 |
Václav Slavík | use iterators instead of c_str() in wxXmlResource:... |
blob | commitdiff | raw | diff to current |
2008-05-06 |
Václav Slavík | compilation fixes for !wxUSE_FONTMEM case |
blob | commitdiff | raw | diff to current |
2008-05-03 |
Vadim Zeitlin | replaced test for inexistent wxUSE_LOCALE with the... |
blob | commitdiff | raw | diff to current |
2008-04-12 |
Vadim Zeitlin | don't use wxLocale if wxUSE_LOCALE==0 |
blob | commitdiff | raw | diff to current |
2008-03-24 |
Vadim Zeitlin | fix (one off, so not really important) memory leak... |
blob | commitdiff | raw | diff to current |
2008-01-14 |
Václav Slavík | fixed wxXmlResource::GetText() in ANSI build to correct... |
blob | commitdiff | raw | diff to current |
2008-01-11 |
Václav Slavík | fixed memory leak in wxXmlResource introduced when... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-gener... |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Václav Slavík | fixed incorrect use of wxVector<> in wxXRC |
blob | commitdiff | raw | diff to current |
2007-12-06 |
Robin Dunn | Add wxID_EDIT to the list of stock IDs |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Vadim Zeitlin | added logic to manage automatically allocated ids in... |
blob | commitdiff | raw | diff to current |
2007-09-20 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Václav Slavík | use wxVector<T> instead of wxList in wxXmlResource... |
blob | commitdiff | raw | diff to current |
2007-09-09 |
Vadim Zeitlin | don't change locale in XRC GetFloat() method, change... |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Václav Slavík | renamed wxXmlProperty to wxXmlAttribute, plus implied... |
blob | commitdiff | raw | diff to current |
2007-06-15 |
Václav Slavík | use char* instead of wxChar* for XRC IDs to save space... |
blob | commitdiff | raw | diff to current |
2007-04-27 |
Václav Slavík | PCH-less compilation fixes |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Václav Slavík | use wxString for wxXmlResource::Set/GetDomain(), it... |
blob | commitdiff | raw | diff to current |
2007-01-21 |
Vadim Zeitlin | reverted last commit, using result of NewControlId... |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
blob | commitdiff | raw | diff to current |
2006-11-18 |
Michael Wetherell | Add wxFS_SEEKABLE to wxFileSystem::OpenFile calls for... |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Robert Roebling | [ 1581391 ] wxAnimationCtrl XRC handler |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Robin Dunn | Make it possible to tell wxXmlResource which domain... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
Vadim Zeitlin | Added wxID_PAGE_SETUP standard id |
blob | commitdiff | raw | diff to current |
2006-07-28 |
Václav Slavík | reverted the change to not use wxList until dynarray... |
blob | commitdiff | raw | diff to current |
2006-07-27 |
Václav Slavík | don't use untyped wxList in wxXmlResource |
blob | commitdiff | raw | diff to current |
2006-07-15 |
Václav Slavík | added default value argument to wxXmlResourceHandler... |
blob | commitdiff | raw | diff to current |
2006-07-03 |
Włodzimierz Skiba | Include wx/image.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-24 |
Michael Wetherell | Make IsOfClass out-of-line to defend against gcc 3... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Włodzimierz Skiba | Include wx/bitmap.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | wxFontEnumerator::GetFacenames/Encodings() now return... |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Włodzimierz Skiba | Include wx/settings.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-22 |
Włodzimierz Skiba | Include wx/dialog.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | allow to specify the value for unknown ids in GetXRCID... |
blob | commitdiff | raw | diff to current |
2006-05-05 |
Włodzimierz Skiba | Include wx/frame.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Włodzimierz Skiba | Include wx/panel.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Włodzimierz Skiba | [ 1473731 ] 'wxColourBase and wxString <-> wxColour... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-17 |
Vadim Zeitlin | added insert_at property for the object nodes (patch... |
blob | commitdiff | raw | diff to current |
2006-03-20 |
Václav Slavík | removed Julian's hack that is no longer needed after... |
blob | commitdiff | raw | diff to current |
2006-03-20 |
Václav Slavík | fixed GetBitmap() to respect the "param" argument if... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
Vadim Zeitlin | handle size==-1 or absence of size parameter in font... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
Vadim Zeitlin | recognize wxBORDER_XXX as well as wxXXX_BORDER styles |
blob | commitdiff | raw | diff to current |
2006-02-11 |
Vadim Zeitlin | compilation fixes for wxUSE_DATETIME==0 (another part... |
blob | commitdiff | raw | diff to current |
2006-01-21 |
Julian Smart | Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set... |
blob | commitdiff | raw | diff to current |
2005-10-20 |
Julian Smart | Support wxALWAYS_SHOW_SB |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-12 |
Julian Smart | Added support for "help" parameter (context help text). |
blob | commitdiff | raw | diff to current |
2005-07-13 |
Vadim Zeitlin | added wxXmlResource::Unload() (replaces patch 1178853) |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Václav Slavík | fixed initialization of standard IDs to happen before... |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Václav Slavík | added wxTAB_TRAVERSAL to common styles |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Václav Slavík | added wxWS_EX_VALIDATE_RECURSIVELY |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Václav Slavík | fixed dialog units in toplevel windows (bug #1170234) |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Dimitri Schoolwerth | fixed MSVC6's "C4702: unreachable code" warnings |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Václav Slavík | fixed condition for using #pragmas |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Włodzimierz Skiba | Old API depreciated. Use of new API. Source cleaning. |
blob | commitdiff | raw | diff to current |
2004-11-16 |
Włodzimierz Skiba | WinCE fix. IsEmpty() -> empty(). |
blob | commitdiff | raw | diff to current |
2004-11-14 |
Václav Slavík | compilation fix |
blob | commitdiff | raw | diff to current |
2004-11-14 |
Václav Slavík | added system colours and fonts support to XRC (based... |
blob | commitdiff | raw | diff to current |
2004-11-05 |
Václav Slavík | use wxNewId() to implement XRCID |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Václav Slavík | don't use m_instanceAsWindow to convert dialog units... |
blob | commitdiff | raw | diff to current |
2004-10-12 |
Václav Slavík | added \ escaping in XRC (patch 1042675) |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Václav Slavík | wxUSE_XRC implies wxUSE_XML now |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Ryan Norton | wxUSE_XML and wxUSE_XRC build fixes if expat is not... |
blob | commitdiff | raw | diff to current |
2004-09-18 |
Václav Slavík | moving XRC to the core |
blob | commitdiff | raw | diff to current |
2004-09-05 |
Václav Slavík | added all IDs |
blob | commitdiff | raw | diff to current |
2004-09-04 |
Václav Slavík | wxArtProvider fix |
blob | commitdiff | raw | diff to current |
2004-08-15 |
Václav Slavík | all windows can use wxCLIP_CHILDREN |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Václav Slavík | added wxXRC_NO_RELOADING |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Włodzimierz Skiba | wxID_ANY, wxDefaultSize, wxDefaultPosition, wxNOT_FOUND... |
blob | commitdiff | raw | diff to current |
next |