2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
tree | commitdiff |
2010-07-12 |
Vadim Zeitlin | Fix wxToggleButtonXmlHandler compilation with wxUniv. |
tree | commitdiff |
2010-05-27 |
Jouk Jansen | use wxToggleButtonXmlHandler::DoCreateBitmapToggleButto... |
tree | commitdiff |
2010-05-16 |
Robert Roebling | Applied #11755: wxBitmapToggleButton Xml Handler |
tree | commitdiff |
2010-05-03 |
Vadim Zeitlin | Use wxString::ToCDouble() instead of emulating it. |
tree | commitdiff |
2010-02-11 |
Václav Slavík | Make it possible to subclass wxMenuBar in XRC (patch... |
tree | commitdiff |
2010-02-11 |
Václav Slavík | Fixed possible buffer overflow in wxXmlResource::GetXRC... |
tree | commitdiff |
2010-01-18 |
Vadim Zeitlin | Add support for stretchable spacers to XRC wxToolBar... |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | make sure it is compilable w/o menus (eg on iPhone) |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #9789: missing wxBORDER_THEME style in XRC |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Recognize old wx{CHB,LB}_XXX styles in XRC. |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Use UTF-8 for all non-ASCII characters in the sources. |
tree | commitdiff |
2009-09-14 |
Vadim Zeitlin | Add wxXmlResource::LoadObjectRecursively(). |
tree | commitdiff |
2009-08-28 |
Vadim Zeitlin | Compilation fixes for wxUSE_FONTMAP==0. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Reset static flag on cleanup. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-06-17 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
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 |
next |