Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).
[wxWidgets.git] / src / xrc /
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2006-04-17  Vadim Zeitlinadded insert_at property for the object nodes (patch...
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-03-20  Václav Slavíkremoved Julian's hack that is no longer needed after...
2006-03-20  Václav Slavíkfixed GetBitmap() to respect the "param" argument if...
2006-03-08  Vadim Zeitlindon't crash in case of unknown sizer type (coverity...
2006-03-08  Vadim Zeitlindon't crash in case of incorrectly specified parent...
2006-03-07  Vadim Zeitlinfixed crash in case of not subclasses wxWizardPage...
2006-03-04  Vadim Zeitlinhandle size==-1 or absence of size parameter in font...
2006-03-04  Vadim Zeitlinrecognize wxBORDER_XXX as well as wxXXX_BORDER styles
2006-03-04  Václav Slavíkadded comments clarifying the code a bit
2006-02-15  Jouk Jansen Committing in .
2006-02-11  Vadim Zeitlincompilation fixes for wxUSE_DATETIME==0 (another part...
2006-02-08  Vadim Zeitlinadded support for <bg> tag for toolbars in XRC
2006-02-08  Vadim Zeitlinadded support disabled tag for toolbar elements in XRC
2006-02-05  Vadim Zeitlinrenamed AddSubPage() with pos parameter to InsertSubPage()
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2005-11-29  Vadim Zeitlinguard grid XRC handler by #if wxUSE_GRID
2005-11-24  Julian SmartApplied patch [ 1308152 ] wxGrid XRC handler patch...
2005-10-30  Vadim Zeitlinfix for incorrect member initialization order warning
2005-10-21  Włodzimierz SkibaUnified flags for orienting wxBookCtrls (with backward...
2005-10-20  Julian SmartSupport wxALWAYS_SHOW_SB
2005-10-13  Julian SmartAdded "enabled" support for submenus
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-16  Julian SmartAdded context help styles
2005-08-12  Julian SmartAdded support for "help" parameter (context help text).
2005-07-13  Vadim Zeitlinadded wxXmlResource::Unload() (replaces patch 1178853)
2005-05-31  Václav Slavíkfixed initialization of standard IDs to happen before...
2005-05-27  Julian SmartAdded wxSL_INVERSE
2005-05-22  Julian SmartApplied patch [ 1185219 ] maxlength property for xrc...
2005-05-22  Michael WetherellwxCheckListBox doesn't require wxUSE_OWNER_DRAWN when...
2005-04-04  Václav Slavíkfixed typo in dynamic cast
2005-04-03  Václav Slavíkthere's no reason to do wxRTTI lookup twice when once...
2005-04-03  Julian SmartRemoved unnecessary casts
2005-04-03  Julian SmartNot all implementations of wxMDIChildFrame derive from...
2005-04-02  Václav Slavíkadded MDI support to XRC
2005-03-28  Václav Slavíkadded wxTAB_TRAVERSAL to common styles
2005-03-28  Václav Slavíkcall SetupWindow
2005-03-28  Václav Slavíkadded wxWS_EX_VALIDATE_RECURSIVELY
2005-03-28  Václav Slavíkfixed dialog units in toplevel windows (bug #1170234)
2005-03-27  Václav Slavíkadded XRC handler for wxStdDialogButtonSizer
2005-03-22  Julian SmartInclude frame.h to get wxFRAME_SHAPED
2005-03-21  Vadim Zeitlinsupport wxFRAME_SHAPED, it works for dialogs too (patch...
2005-03-07  Julian SmartAdded metal styles
2005-03-01  Włodzimierz SkibawxChoicebook styles typo fix.
2005-03-01  Włodzimierz SkibaMore styles in XRC handlers of book controls.
2005-03-01  Vadim Zeitlinadded wxDP_ALLOWNONE (patch 1153889)
2005-02-28  Włodzimierz SkibaXRC for wxListbook [patch 1152306] and wxChoicebook...
2005-02-14  Dimitri Schoolwerthfixed MSVC6's "C4702: unreachable code" warnings
2005-02-10  Włodzimierz SkibawxEmptyString decorations.
2005-02-07  Václav Slavíkuse wxUSE_DATEPICKCTRL
2005-02-07  Václav Slavíkadded wxDatePickerCtrl XRC control
2005-01-17  Julian SmartAdded AddWindowStyles() call
2005-01-07  Václav Slavíkfixed condition for using #pragmas
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
2004-11-25  Vadim Zeitlinadded test for wxUSE_SCROLLBAR
2004-11-16  Włodzimierz SkibaWinCE fix. IsEmpty() -> empty().
2004-11-14  Václav Slavíkcompilation fix
2004-11-14  Václav Slavíkadded system colours and fonts support to XRC (based...
2004-11-12  Julian SmartNotebook page bitmaps now supported.
2004-11-07  Václav Slavíkuse wxART_BUTTON for stock bitmap buttons
2004-11-05  Václav Slavíkuse wxNewId() to implement XRCID
2004-11-04  Václav Slavíkdon't add empty image to tabs
2004-11-02  Jouk Jansen Committing in .
2004-10-31  Václav Slavíkadded 'icon' property to wxFrame and wxDialog in XRC
2004-10-30  David ElliottCodeWarrior dislikes #include <> syntax for in-tree...
2004-10-21  Václav SlavíkOS/2 needs wxUSE_OWNER_DRAWN, too
2004-10-19  Václav Slavíkadded wxTB_HORZ_TEXT
2004-10-18  Václav SlavíkXRC ignored menu bitmap on non-MSW platforms, fixed
2004-10-16  Václav Slavíkdon't use m_instanceAsWindow to convert dialog units...
2004-10-14  Václav Slavíkadded wxTB_HORZ_LAYOUT
2004-10-12  Václav Slavíkadded wxNB_TOP
2004-10-12  Václav Slavíkadded \ escaping in XRC (patch 1042675)
2004-10-08  Włodzimierz SkibaBetter markup.
2004-10-05  Václav Slavíkadded wxRB_SINGLE
2004-09-24  Włodzimierz SkibaAbove 2.3.0 SetBitmap is still for owner drawn only.
2004-09-23  Václav SlavíkwxUSE_XRC implies wxUSE_XML now
2004-09-22  Ryan NortonwxUSE_XML and wxUSE_XRC build fixes if expat is not...
2004-09-22  Włodzimierz SkibaCorrect #if markup to spin-based controls handling.
2004-09-18  Václav Slavíkmoving XRC to the core
2004-09-18  Václav Slavíkmoving XRC to the core
2004-09-05  Václav Slavíkadded all IDs
2004-09-04  Václav SlavíkwxArtProvider fix
2004-09-01  Robin Dunnrebaked, for addition of xh_tglbtn
2004-09-01  Robin DunnAdd 3-state styles, and wxALIGN_RIGHT
2004-09-01  Julian SmartAdded wxToggleButton handler
2004-08-31  Julian SmartAdded wxToggleButton handler
2004-08-25  Robin DunnwxScrolledWindow should allow the same styles as wxPane...
2004-08-24  Václav Slavíkadded wxListBox styles
2004-08-15  Václav Slavíkall windows can use wxCLIP_CHILDREN
2004-07-29  Julian SmartNeeds log.h
2004-07-25  Vadim Zeitlinadded status bar fields styles support (patch 988292)
2004-07-22  Václav Slavíkinstall headers in prefix/include/wx-version/wx/ instea...
2004-07-16  Václav Slavíkadded wxXRC_NO_RELOADING
next