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 |
2008-09-30 |
Václav Slavík | wxToolBar XRC handler should call SetupWindow() to... |
tree | commitdiff |
2008-09-30 |
Václav Slavík | wxWizard XRC handler should call SetupWindow() to handl... |
tree | commitdiff |
2008-09-29 |
Václav Slavík | wxART_MISSING_IMAGE is not a valid wxArtClient value... |
tree | commitdiff |
2008-09-11 |
Jouk Jansen | update OpenVMS compile support |
tree | commitdiff |
2008-09-10 |
Václav Slavík | fixed typo in XRC error message |
tree | commitdiff |
2008-09-09 |
Václav Slavík | wxDir/FilePickerCtrl's message should be translatable |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | add support for using bitmap2 for checked menu item... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | added enabled and hidden attributes to radio box items... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | PCH-less build fix after the last commit |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | extract parts of wxXRC depending on wxAdv in a separate... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | add more stock items (#9799) |
tree | commitdiff |
2008-07-09 |
Václav Slavík | use iterators instead of c_str() in wxXmlResource:... |
tree | commitdiff |
2008-07-09 |
Vadim Zeitlin | unescape the value of wxHyperlinkCtrl label (#9683) |
tree | commitdiff |
2008-07-06 |
Vadim Zeitlin | don't use deprecated wxToolBar::AddTool() overload... |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | deprecate wxTE_AUTO_SCROLL as it's always on in the... |
tree | commitdiff |
2008-06-26 |
Vadim Zeitlin | still support wxNB_XXX and wxADJUST_MINSIZE in XRC... |
tree | commitdiff |
2008-06-07 |
Vadim Zeitlin | specify the name of the control (#9515) |
tree | commitdiff |
2008-05-22 |
Vadim Zeitlin | add handling of wxWrapSizer flags (part of ticket 9468) |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | extracted wxWrapSizer in separate files and somewhat... |
tree | commitdiff |
2008-05-06 |
Václav Slavík | compilation fixes for !wxUSE_FONTMEM case |
tree | commitdiff |
2008-05-03 |
Vadim Zeitlin | replaced test for inexistent wxUSE_LOCALE with the... |
tree | commitdiff |
2008-04-20 |
Václav Slavík | fixed wxHyperlinkCtrl XRC handler to not crash |
tree | commitdiff |
2008-04-12 |
Vadim Zeitlin | don't use wxLocale if wxUSE_LOCALE==0 |
tree | commitdiff |
2008-03-24 |
Vadim Zeitlin | fix (one off, so not really important) memory leak... |
tree | commitdiff |
2008-03-09 |
Robin Dunn | Enable XRC to call wxStaticText::Wrap |
tree | commitdiff |
2008-03-05 |
Václav Slavík | added wxRESERVE_SPACE_EVEN_IF_HIDDEN support to XRC |
tree | commitdiff |
2008-01-14 |
Václav Slavík | fixed wxXmlResource::GetText() in ANSI build to correct... |
tree | commitdiff |
2008-01-11 |
Václav Slavík | fixed memory leak in wxXmlResource introduced when... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | PCH-less compilation fix after last commit |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | add support of wxTE_PROCESS_ENTER (1/2 of patch 1831995) |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-gener... |
tree | commitdiff |
2007-12-31 |
Václav Slavík | fixed incorrect use of wxVector<> in wxXRC |
tree | commitdiff |
2007-12-21 |
Václav Slavík | fixed XRC handler for sizers to do the expected thing... |
tree | commitdiff |
2007-12-12 |
Václav Slavík | fixed test for toplevel windows to use IsTopLevel... |
tree | commitdiff |
2007-12-06 |
Robin Dunn | Add wxID_EDIT to the list of stock IDs |
tree | commitdiff |
2007-12-04 |
Václav Slavík | added <scrollrate> parameter to wxScrolledWindow XRC... |
tree | commitdiff |
2007-11-16 |
Vadim Zeitlin | added logic to manage automatically allocated ids in... |
tree | commitdiff |
2007-09-25 |
Jouk Jansen | git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets... |
tree | commitdiff |
2007-09-20 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
tree | commitdiff |
2007-09-16 |
Vadim Zeitlin | added XRCSIZERITEM() allowing to directly retrieve... |
tree | commitdiff |
2007-09-10 |
Václav Slavík | use wxVector<T> instead of wxList in wxXmlResource... |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | don't change locale in XRC GetFloat() method, change... |
tree | commitdiff |
2007-09-09 |
Vadim Zeitlin | don't give spurious error message if non-empty status... |
tree | commitdiff |
2007-08-16 |
Vadim Zeitlin | add XRC handler for wxSearchCtrl (extended patch 1751516) |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | set the correct properties for the source files |
tree | commitdiff |
2007-08-15 |
Vadim Zeitlin | added missing headers (patch 1774617) |
tree | commitdiff |
2007-08-13 |
Julian Smart | Added XRC handler for wxPropertySheetDialog (Sander... |
tree | commitdiff |
2007-07-14 |
Václav Slavík | renamed wxXmlProperty to wxXmlAttribute, plus implied... |
tree | commitdiff |
2007-07-09 |
Julian Smart | Added gravity |
tree | commitdiff |
2007-06-30 |
Václav Slavík | XRC: Handle wxFLP_USE_TEXTCTRL in wxFilePickerCtrl... |
tree | commitdiff |
2007-06-15 |
Václav Slavík | use char* instead of wxChar* for XRC IDs to save space... |
tree | commitdiff |
2007-05-26 |
Vadim Zeitlin | fix typo: s/radion/radio/ |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | deprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just... |
tree | commitdiff |
2007-04-27 |
Václav Slavík | PCH-less compilation fixes |
tree | commitdiff |
2007-04-21 |
Vadim Zeitlin | allow having children of status bar in XRC (patch 1704125) |
tree | commitdiff |
2007-04-11 |
Vadim Zeitlin | don't use obsolete functions (mostly copystring() and... |
tree | commitdiff |
2007-04-05 |
Václav Slavík | provide both const char* and const wchar_t* implicit... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't use deprecated wxSizerItem::SetWindow/Sizer/Space... |
tree | commitdiff |
2007-03-27 |
Václav Slavík | fixed compilation with 2.8 compatibility off: wxTR_EXTE... |
tree | commitdiff |
2007-03-26 |
Václav Slavík | use wxString for wxXmlResource::Set/GetDomain(), it... |
tree | commitdiff |
next |