2008-05-06 |
Václav Slavík | compilation fixes for !wxUSE_FONTMEM case |
blob | commitdiff | raw |
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 |
2004-06-10 |
Julian Smart | OR extra style with existing value or some implementati... |
blob | commitdiff | raw | diff to current |
2004-05-18 |
Robin Dunn | Add wxFULL_REPAINT_ON_RESIZE |
blob | commitdiff | raw | diff to current |
2004-04-06 |
Dimitri Schoolwerth | applied patch #929947: "Various cleaning of warnings... |
blob | commitdiff | raw | diff to current |
2004-02-29 |
Václav Slavík | compilation fix for wxUSE_FILESYSTEM=0 |
blob | commitdiff | raw | diff to current |
2004-02-11 |
Václav Slavík | make it possible to override translatable status of... |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Julian Smart | Added wxWS_EX_BLOCK_EVENTS style |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Julian Smart | Applied patch [ 843965 ] RC/WXRC/XML related contribs... |
blob | commitdiff | raw | diff to current |
2003-11-08 |
Mattia Barbon | wxXRC STL-ification. |
blob | commitdiff | raw | diff to current |
2003-10-13 |
Václav Slavík | fixed double filename->URL conversion |
blob | commitdiff | raw | diff to current |
2003-10-10 |
Václav Slavík | return false from wxXmlResource::Load if the resource... |
blob | commitdiff | raw | diff to current |
2003-08-26 |
Robin Dunn | Better #if checks for mac in ProcessPlatformProperty |
blob | commitdiff | raw | diff to current |
2003-08-26 |
Václav Slavík | __WINDOWS__, not __WXMSW__ |
blob | commitdiff | raw | diff to current |
2003-07-20 |
Václav Slavík | moved XML classes to the core |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Václav Slavík | must convert filename to URL |
blob | commitdiff | raw | diff to current |
2003-06-12 |
Václav Slavík | added wxRTTI to XRC handlers (patch #752996 by David... |
blob | commitdiff | raw | diff to current |
2003-05-07 |
Václav Slavík | fix for multiple initialization |
blob | commitdiff | raw | diff to current |
2003-04-12 |
Václav Slavík | better error message |
blob | commitdiff | raw | diff to current |
2003-03-30 |
Václav Slavík | attempt to fix platform property problem on MacOSX |
blob | commitdiff | raw | diff to current |
2003-03-27 |
Václav Slavík | fixed loading of resource from ZIP files on MacOS |
blob | commitdiff | raw | diff to current |
2003-03-22 |
Václav Slavík | XRCID lookup now handles standard IDs correctly |
blob | commitdiff | raw | diff to current |
2003-03-21 |
Václav Slavík | no need to check for 2.3.0 anymore |
blob | commitdiff | raw | diff to current |
2003-01-18 |
Václav Slavík | use wxFileName::MakeAbsolute istead of Normalize |
blob | commitdiff | raw | diff to current |
2003-01-15 |
Václav Slavík | 1. made XRC immune against changing CWD |
blob | commitdiff | raw | diff to current |
2002-12-26 |
Václav Slavík | fixed XRCID() lookup of numeric control IDs |
blob | commitdiff | raw | diff to current |
2002-12-17 |
Julian Smart | Partially applied [ 632321 ] XRC object_ref fix |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Václav Slavík | removed a forgotten relict of past: xmlbin format exten... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-25 |
Václav Slavík | added wxFrame* wxXmlResource::LoadFrame(parent,name) |
blob | commitdiff | raw | diff to current |
next |