Border corrections, and more compact dialog sizes
[wxWidgets.git] / src / xrc /
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 .
2006-10-31  Vadim Zeitlinrecognize wxTB_TOP/LEFT/RIGHT/BOTTOM styles too
2006-10-31  Vadim Zeitlinchecking that a wxWindow is of run-time type wxWindow...
2006-10-31  Julian SmartRemove unnecessary restriction for sizer parent
2006-10-30  Vadim Zeitlina better compilation fix
2006-10-30  Robert Roebling Compile fix.
2006-10-30  Vadim ZeitlinVarious wxCollapsiblePane enhancements (re-patch 1577412):
2006-10-22  Vadim Zeitlinthere is no need to convert wxArrayString to wxString...
2006-10-22  Vadim Zeitlinadded wxSimpleHtmlListBox (patch 1576109 by Francesco)
2006-10-22  Vadim Zeitlinrearranged wxUSE_XXX tests in alphabetical order for...
2006-10-21  Robert Roebling[ 1581391 ] wxAnimationCtrl XRC handler
2006-10-16  Włodzimierz SkibaCVS tags cleaning (with other minor cleaning).
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-10-03  Vadim Zeitlinfixes for compilation with wxUSE_XXX==0 and some other...
2006-09-23  Robert Roebling [ 1559479 ] wxImageComboBox
2006-09-19  Jouk Jansen Include "xrc" support properly for OpenVMS
2006-09-04  Michael WetherellMissing headers.
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-21  Robin DunnMake it possible to tell wxXmlResource which domain...
2006-08-10  Vadim ZeitlinAdded wxID_PAGE_SETUP standard id
2006-08-04  Vadim Zeitlinundid last change and removed wxTE/CB_FILENAME style...
2006-07-30  Vadim Zeitlinreverted the move of wxComboBox styles from wx/defs...
2006-07-30  Robert Roebling Next compilo.
2006-07-29  Vadim Zeitlinmoved combobox styles from defs.to to combobox.h; added...
2006-07-28  Václav Slavíkreverted the change to not use wxList until dynarray...
2006-07-27  Václav Slavíkdon't use untyped wxList in wxXmlResource
2006-07-23  Alex BlighUse wxCHECK_VERSION not wxABI_VERSION to avoid xrc...
2006-07-22  Alex BlighClean up wxOwnerDrawnComboBox XRC handler as suggested...
2006-07-15  Václav Slavíkdon't require <value> node in wxColourPickerCtrl's...
2006-07-15  Václav Slavíkadded default value argument to wxXmlResourceHandler...
2006-07-15  Václav Slavíkuse <value> instead of <default-*> for initial value...
2006-07-15  Václav Slavíkfixed typos in *picker.cpp files' headers
2006-07-07  Włodzimierz SkibaBuild fix.
2006-07-07  Alex BlighAdded style wxTE_PROCESS_ENTER for wxOwnerDrawnComboBox
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-24  Michael WetherellMake IsOfClass out-of-line to defend against gcc 3...
2006-06-20  Włodzimierz SkibaRemoved outdated initialization.
2006-06-20  Włodzimierz Skiba[ 1487463 ] XRC handler for wxOwnerDrawnComboBox.
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-06-11  Vadim Zeitlinmake it possible to associate context help text with...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/mdi.h according to precompiled headers of...
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-06-07  Włodzimierz SkibaInclude wx/combobox.h according to precompiled headers...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
2006-06-07  Włodzimierz SkibaInclude wx/scrolwin.h and wx/dirdlg.h according to...
2006-06-06  Włodzimierz SkibaInclude wx/gauge.h according to precompiled headers...
2006-06-06  Włodzimierz SkibaInclude wx/slider.h according to precompiled headers...
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-06-05  Włodzimierz SkibaInclude wx/radiobut.h according to precompiled headers...
2006-06-01  Włodzimierz SkibaInclude wx/radiobox.h according to precompiled headers...
2006-06-01  Włodzimierz SkibaMinor source cleaning.
2006-06-01  Włodzimierz SkibaInclude wx/listbox.h according to precompiled headers...
2006-05-31  Vadim Zeitlinadded wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329...
2006-05-31  Włodzimierz SkibaInclude wx/statbox.h according to precompiled headers...
2006-05-31  Włodzimierz SkibaInclude wx/statbmp.h according to precompiled headers...
2006-05-30  Włodzimierz SkibaInclude wx/stattext.h according to precompiled headers...
2006-05-30  Włodzimierz SkibaInclude wx/scrolbar.h according to precompiled headers...
2006-05-30  Włodzimierz SkibaInclude wx/choice.h according to precompiled headers...
2006-05-29  Włodzimierz SkibaInclude wx/checklst.h according to precompiled headers...
2006-05-29  Włodzimierz SkibaNO_GCC_PRAGMA removed from hyperlink code. Clipboard...
2006-05-29  Włodzimierz SkibaInclude wx/checkbox.h according to precompiled headers...
next