Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-21 | Remove CSET support | Thomas Arnhold | |
Obsolete IBM CSet C-Compiler | |||
2011-02-20 | Remove DECLARE_LIST( ImplTabBarList, ImplTabBarItem* ) | Joseph Powers | |
2011-02-19 | Some more #include <tools/list.hxx> cleanup | Joseph Powers | |
I basically removed them for everywhere and then added back in only the ones required to get it to build. I did a "make distclean" on Mac and it worked. | |||
2011-02-16 | Remove WTC support | Thomas Arnhold | |
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "WTC - watcom compiler (OS2, WNT?) - obsolete" | |||
2011-02-16 | Remove MTW support | Thomas Arnhold | |
http://www.openoffice.org/issues/show_bug.cgi?id=52746 "MTW - metrowerks compiler (mac OS9 ?) - obsolete" | |||
2011-02-16 | Remove unused USED ;) | Thomas Arnhold | |
2011-02-16 | Remove XX_OV | Thomas Arnhold | |
2011-02-16 | Remove DBG_MI | Thomas Arnhold | |
2011-02-16 | fixed spelling menues -> menus | Christina Rossmanith | |
2011-02-15 | use Natural sort as default sort for listboxes, etc. | Caolán McNamara | |
2011-02-15 | disable EMF+ rendering on windows - it doesn't work yet | Michael Meeks | |
2011-02-11 | try and use the same spacing between checkboxes and text as vcl does | Caolán McNamara | |
2011-02-10 | add sample Hangul text for hang script-tag | Caolán McNamara | |
2011-02-10 | preview area is a little overlarge | Caolán McNamara | |
2011-02-09 | Delete some unused code | Joseph Powers | |
Also some trailing whitespace in the editbrowsebox.hxx | |||
2011-02-09 | Resolves: fdo#33510 better font preview for Arabic/CTL fonts | Caolán McNamara | |
2011-02-09 | Remove DECLARE_LIST( ImpFilterList, ImpFilterItem* ) | Joseph Powers | |
2011-02-08 | Remove DECLARE_LIST( UniStringList, UniString* ) | Joseph Powers | |
2011-02-08 | translated parts of German comment in svtools/inc/ruler.hxx | Tobias Rosenberger | |
2011-02-08 | revert USHORT->size_t change, breaks build | Luboš Luňák | |
clone/components/cui/source/tabpages/borderconn.cxx:215:1: error: narrowing conversion of '-1u' from 'size_t' to 'short unsigned int' inside { } | |||
2011-02-08 | Remove DECLARE_LIST( ValueItemList, ValueSetItem* ) | Joseph Powers | |
2011-02-08 | GetTaskItem unused anywhere | Caolán McNamara | |
2011-02-08 | Move prewin.h and postwin.h to solenv and adapt | Tor Lillqvist | |
2011-02-08 | Fixed crasher introduced by commit #196197b2 | Cédric Bosdonnat | |
2011-02-08 | std::bit_vector -> ::std::vector<bool, std::allocator<bool> > | Fridrich Štrba | |
2011-02-07 | Remove DECLARE_LIST( ImplTaskSBItemList, ImplTaskSBFldItem* ) | Joseph Powers | |
2011-02-07 | Remove some dead code | Thomas Arnhold | |
2011-02-07 | Remove DECLARE_LIST( ImplTaskItemList, ImplTaskItem* ) | Joseph Powers | |
2011-02-07 | Fixed size computation for toolbar menus with controls | Cédric Bosdonnat | |
2011-02-07 | Fixed ToolbarMenu drawing text over controls if any | Cédric Bosdonnat | |
2011-02-06 | translate some German comments | Andreas Sliwka | |
2011-02-05 | Remove DECLARE_LIST( ImplHeadItemList, ImplHeadItem* ) | Joseph Powers | |
2011-02-05 | Remove DECLARE_LIST( ImplFontList, ImplFontNameListData* ) | Joseph Powers | |
2011-02-05 | Remove DECLARE_LIST( ImpLineList, ImpLineListData* ) | Joseph Powers | |
2011-02-05 | Remove DECLARE_LIST( ImpColorList, ImplColorListData* ) | Joseph Powers | |
2011-02-05 | Remove DECLARE_LIST( NewDocList_Impl, ::rtl::OUString* ) | Joseph Powers | |
2011-02-04 | Remove some more INCLUDED_HASH_MAP guards. | Joseph Powers | |
INCLUDED_HASH_MAP is used for <hash_map> also which can cause issues. unordered_map.hpp has it's own internal guard so its safe to just remove the exernal guard. | |||
2011-02-04 | Translated parts of German comment in inc/ruler.hxx | Tobias Rosenberger | |
2011-02-03 | Remove DECLARE_LIST( HistoryList_Impl, FolderHistory* ) | Joseph Powers | |
Also found some memory leeks... | |||
2011-02-04 | Bulk move libs-gui to boost unordered containers | Fridrich Strba | |
2011-02-03 | fix copy ctor and assignment sigs | Caolán McNamara | |
2011-02-03 | fix up some includes | Caolán McNamara | |
2011-02-03 | Related: fdo#33510 right align symbol preview area and center text on line | Caolán McNamara | |
Stick the symbol preview over on the right, do more careful shrinkage of fonts to fit height if neceessary, chop bits off the preview text to get it to fit in available space to make it looks pleasently aligned. Be way more careful about centering the text in the available area. | |||
2011-02-03 | Related: fdo#33510 identify known symbol fonts that don't advertise as such | Caolán McNamara | |
2011-02-02 | Remove DECLARE_LIST( StringList_Impl, OUString* ) | Joseph Powers | |
2011-02-02 | Remove some commented code | Joseph Powers | |
2011-02-02 | Remove DECLARE_LIST( RectangleList, Rectangle* ) | Joseph Powers | |
2011-02-02 | Convert tools/list.hxx usage to std::list | Jonathan Callen | |
2011-02-02 | Remove DECLARE_LIST( BrowserColumns, BrowserColumn* ) | Joseph Powers | |
2011-02-02 | Clean up makefiles | Thomas Arnhold | |