projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git]
/
src
/
xrc
/
xh_sizer.cpp
2013-07-26
Vadim Zeitlin
Remove all lines containing cvs/svn "$Id$" keyword.
blob
|
commitdiff
|
raw
2012-10-25
Vadim Zeitlin
Include wx/xml/xml.h from the XRC handlers that need it.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-19
Vadim Zeitlin
Allow specifying all wxFlexGridSizer parameters in...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-01
Vadim Zeitlin
Fix assert about passing long as "%d" in wxXRC code.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-30
Vadim Zeitlin
Create wxStaticBoxSizer elements as children of wxStati...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-24
Vadim Zeitlin
Make it easier to define custom wxSizerXmlHandler subcl...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-16
Václav Slavík
detect and report errors in XRC specification of grid...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-15
Václav Slavík
better XRC errors reporting: report location of the...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-24
Vadim Zeitlin
also call AddGrowableRow/Col() for wxGridBagSizer
blob
|
commitdiff
|
raw
|
diff to current
2008-12-23
Vadim Zeitlin
call wxFlexGridSizer::AddGrowableRow/Col() only after...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-02
Vadim Zeitlin
replace asserts in XRC code with wxLogError/Warning...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-26
Vadim Zeitlin
still support wxNB_XXX and wxADJUST_MINSIZE in XRC...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-22
Vadim Zeitlin
add handling of wxWrapSizer flags (part of ticket 9468)
blob
|
commitdiff
|
raw
|
diff to current
2008-05-08
Vadim Zeitlin
extracted wxWrapSizer in separate files and somewhat...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-05
Václav Slavík
added wxRESERVE_SPACE_EVEN_IF_HIDDEN support to XRC
blob
|
commitdiff
|
raw
|
diff to current
2007-12-21
Václav Slavík
fixed XRC handler for sizers to do the expected thing...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-12
Václav Slavík
fixed test for toplevel windows to use IsTopLevel...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-16
Vadim Zeitlin
added XRCSIZERITEM() allowing to directly retrieve...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-30
Vadim Zeitlin
don't use deprecated wxSizerItem::SetWindow/Sizer/Space...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-07
Vadim Zeitlin
removed deprecated wxADJUST_MINSIZE
blob
|
commitdiff
|
raw
|
diff to current
2007-01-18
Václav Slavík
compilation fix for !wxUSE_STATBOX
blob
|
commitdiff
|
raw
|
diff to current
2006-10-31
Vadim Zeitlin
checking that a wxWindow is of run-time type wxWindow...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-31
Julian Smart
Remove unnecessary restriction for sizer parent
blob
|
commitdiff
|
raw
|
diff to current
2006-10-03
Vadim Zeitlin
fixes for compilation with wxUSE_XXX==0 and some other...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-04
Michael Wetherell
Missing headers.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-08
Włodzimierz Skiba
Include wx/sizer.h and wx/layout.h according to precomp...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-31
Włodzimierz Skiba
Include wx/statbox.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-03-31
Włodzimierz Skiba
Removed every usage of obsolete wxTLW flags. 2.6 compat...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-08
Vadim Zeitlin
don't crash in case of unknown sizer type (coverity...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-03-27
Václav Slavík
added XRC handler for wxStdDialogButtonSizer
blob
|
commitdiff
|
raw
|
diff to current
2005-01-07
Václav Slavík
fixed condition for using #pragmas
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-06-12
Dimitri Schoolwerth
removed SetAutoLayout(true) calls when a corresponding...
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-04-14
Robin Dunn
Added wxSizerItem::SetMinSize that calls m_window-...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-07
Robin Dunn
Changed name to wxFIXED_MINSIZE since that is more...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-07
Robin Dunn
XRC needs to know about wxFIXED_SIZE too.
blob
|
commitdiff
|
raw
|
diff to current
2003-12-12
Václav Slavík
don't crash
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-07
Robin Dunn
Forgot to change the pos and span names
blob
|
commitdiff
|
raw
|
diff to current
2003-11-07
Robin Dunn
Refactored wxSizerXmlHandler and added support for...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-10
Václav Slavík
check for m_parentAsWindow!=NULL
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-04-22
Václav Slavík
modification to wxSizer handler needed for wxWizard
blob
|
commitdiff
|
raw
|
diff to current
2002-12-08
Václav Slavík
XRC assigns ID to wxStaticBox created by including...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-26
Václav Slavík
added wxADJUST_MINSIZE to XRC
blob
|
commitdiff
|
raw
|
diff to current
2002-03-24
Václav Slavík
fixed sizers-inside-wxFrame
blob
|
commitdiff
|
raw
|
diff to current
2001-12-29
Václav Slavík
use a programmer-friendly macro for subclassing
blob
|
commitdiff
|
raw
|
diff to current
2001-12-27
Václav Slavík
Changes to the XRC library:
blob
|
commitdiff
|
raw
|
diff to current
2001-11-23
Václav Slavík
cosmetic change: XML resource -> XRC resource
blob
|
commitdiff
|
raw
|
diff to current
2001-06-09
Václav Slavík
changed wxXML to XRC, wx/xml/*.h->wx/xrc/*.h
blob
|
commitdiff
|
raw
|
diff to current