Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / xrc /
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...
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-21  Vadim Zeitlinallow having children of status bar in XRC (patch 1704125)
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-03-30  Vadim Zeitlindon't use deprecated wxSizerItem::SetWindow/Sizer/Space...
2007-03-27  Václav Slavíkfixed compilation with 2.8 compatibility off: wxTR_EXTE...
2007-03-26  Václav Slavíkuse wxString for wxXmlResource::Set/GetDomain(), it...
2007-03-10  Vadim Zeitlinadded wxDIRCTRL_EDIT_LABELS style support (patch 1676853)
2007-03-07  Vadim Zeitlinremoved deprecated wxADJUST_MINSIZE
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-02-16  Julian SmartAdded support for hover bitmap
2007-02-11  Vadim Zeitlinfit the control when its real contents is attached...
2007-02-06  Robin DunnAdd wxHL_* styles
2007-01-21  Vadim Zeitlinreverted last commit, using result of NewControlId...
2007-01-18  Václav Slavíkcompilation fix for !wxUSE_STATBOX
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2006-11-18  Michael WetherellAdd wxFS_SEEKABLE to wxFileSystem::OpenFile calls for...
2006-11-15  Robert Roebling [ 1596568 ] Fix for bug 1595339
2006-11-09  Jouk Jansen Committing in .
2006-11-09  Julian SmartDon't compile rich text handler unless wxUSE_RICHTEXT_X...
2006-11-09  Vadim Zeitlintemporarily disable XRC richtext handler to avoid break...
2006-11-08  Julian SmartAdded wxRichTextCtrl XRC handler
2006-11-02  Jouk Jansen Committing in .
next