Use UTF-8 for all non-ASCII characters in the sources.
[wxWidgets.git] / src / 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...
2008-09-29  Václav SlavíkwxART_MISSING_IMAGE is not a valid wxArtClient value...
2008-09-11  Jouk Jansenupdate OpenVMS compile support
2008-09-10  Václav Slavíkfixed typo in XRC error message
2008-09-09  Václav SlavíkwxDir/FilePickerCtrl's message should be translatable
2008-08-18  Vadim Zeitlinadd support for using bitmap2 for checked menu item...
2008-08-02  Vadim Zeitlinadded enabled and hidden attributes to radio box items...
2008-08-02  Vadim ZeitlinPCH-less build fix after the last commit
2008-08-02  Vadim Zeitlinextract parts of wxXRC depending on wxAdv in a separate...
2008-08-01  Vadim Zeitlinadd more stock items (#9799)
2008-07-09  Václav Slavíkuse iterators instead of c_str() in wxXmlResource:...
2008-07-09  Vadim Zeitlinunescape the value of wxHyperlinkCtrl label (#9683)
2008-07-06  Vadim Zeitlindon't use deprecated wxToolBar::AddTool() overload...
2008-06-28  Vadim Zeitlindeprecate wxTE_AUTO_SCROLL as it's always on in the...
2008-06-26  Vadim Zeitlinstill support wxNB_XXX and wxADJUST_MINSIZE in XRC...
2008-06-07  Vadim Zeitlinspecify the name of the control (#9515)
2008-05-22  Vadim Zeitlinadd handling of wxWrapSizer flags (part of ticket 9468)
2008-05-08  Vadim Zeitlinextracted wxWrapSizer in separate files and somewhat...
2008-05-06  Václav Slavíkcompilation fixes for !wxUSE_FONTMEM case
2008-05-03  Vadim Zeitlinreplaced test for inexistent wxUSE_LOCALE with the...
2008-04-20  Václav Slavíkfixed wxHyperlinkCtrl XRC handler to not crash
2008-04-12  Vadim Zeitlindon't use wxLocale if wxUSE_LOCALE==0
2008-03-24  Vadim Zeitlinfix (one off, so not really important) memory leak...
2008-03-09  Robin DunnEnable XRC to call wxStaticText::Wrap
2008-03-05  Václav Slavíkadded wxRESERVE_SPACE_EVEN_IF_HIDDEN support to XRC
2008-01-14  Václav Slavíkfixed wxXmlResource::GetText() in ANSI build to correct...
2008-01-11  Václav Slavíkfixed memory leak in wxXmlResource introduced when...
2008-01-06  Vadim ZeitlinPCH-less compilation fix after last commit
2008-01-06  Vadim Zeitlinadd support of wxTE_PROCESS_ENTER (1/2 of patch 1831995)
2008-01-06  Vadim Zeitlinuse wxWindowIDRef to transparently implement auto-gener...
2007-12-31  Václav Slavíkfixed incorrect use of wxVector<> in wxXRC
2007-12-21  Václav Slavíkfixed XRC handler for sizers to do the expected thing...
2007-12-12  Václav Slavíkfixed test for toplevel windows to use IsTopLevel...
2007-12-06  Robin DunnAdd wxID_EDIT to the list of stock IDs
2007-12-04  Václav Slavíkadded <scrollrate> parameter to wxScrolledWindow XRC...
2007-11-16  Vadim Zeitlinadded logic to manage automatically allocated ids in...
2007-09-25  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-09-16  Vadim Zeitlinadded XRCSIZERITEM() allowing to directly retrieve...
2007-09-10  Václav Slavíkuse wxVector<T> instead of wxList in wxXmlResource...
2007-09-09  Vadim Zeitlindon't change locale in XRC GetFloat() method, change...
2007-09-09  Vadim Zeitlindon't give spurious error message if non-empty status...
2007-08-16  Vadim Zeitlinadd XRC handler for wxSearchCtrl (extended patch 1751516)
2007-08-15  Vadim Zeitlinset the correct properties for the source files
2007-08-15  Vadim Zeitlinadded missing headers (patch 1774617)
2007-08-13  Julian SmartAdded XRC handler for wxPropertySheetDialog (Sander...
2007-07-14  Václav Slavíkrenamed wxXmlProperty to wxXmlAttribute, plus implied...
2007-07-09  Julian SmartAdded gravity
2007-06-30  Václav SlavíkXRC: Handle wxFLP_USE_TEXTCTRL in wxFilePickerCtrl...
2007-06-15  Václav Slavíkuse char* instead of wxChar* for XRC IDs to save space...
2007-05-26  Vadim Zeitlinfix typo: s/radion/radio/
2007-05-24  Vadim Zeitlindeprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just...
next