summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold
2011-03-01Many of us still use compilers that don't support C++0x properly.Kohei Yoshida
2011-03-01Remove "using namespace ::rtl"Julien Nabet
2011-03-01make sure to include the headerCaolán McNamara
2011-03-01add font capabilitiesCaolán McNamara
2011-03-01Get better hints as to what script a font is likely tuned forCaolán McNamara
2011-02-27Add Missing "using ::rtl::OString;"Joseph Powers
2011-02-27Remove "using namespace ::rtl"Julien Nabet
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold
2011-02-25some fixes for checkboxes and radiobuttons in popups (bnc#581833)Luboš Luňák
2011-02-23Add missing #include <boost/ptr_container/ptr_vector.hpp>Joseph Powers
2011-02-22Update mpItemList from std::vector to boost::ptr_vector.Rafael Dominguez
2011-02-22try to work around IM problems with KDE4 integration (bnc#665112)Luboš Luňák
2011-02-22report properly button positions in Qt scrollbars (bnc#550828)Luboš Luňák
2011-02-22fix fdo#32640 - un-necessary reverse lookup on startupMichael Meeks
2011-02-19Remove DECLARE_LIST( SalFontCache, SalFontCacheItem* )Joseph Powers
2011-02-19Remove DECLARE_LIST( SalFontCache, ExtendedFontStruct* )Joseph Powers
2011-02-19Remove DECLARE_LIST( SalDisplays, SalDisplay* )Joseph Powers
2011-02-19Remove DECLARE_LIST( ImplTBList, ToolBox* )Joseph Powers
2011-02-19Some more #include <tools/list.hxx> cleanupJoseph Powers
2011-02-18Remove DECLARE_LIST( ImplStatusItemList, ImplStatusItem* )Joseph Powers
2011-02-18Remove DECLARE_LIST( ImplSplitList, SplitWindow* )Joseph Powers
2011-02-18Resolves: fdo#33898 Try and use EUDC as first-level glyph fallback fontCaolán McNamara
2011-02-17Remove DECLARE_LIST( ImplBtnDlgItemList, ImplBtnDlgItem* )Joseph Powers
2011-02-17Remove DECLARE_LIST( ImplAccelList, Accelerator* )Joseph Powers
2011-02-17Remove DECLARE_LIST( ImplAccelList, ImplAccelEntry* )Joseph Powers
2011-02-17Remove DECLARE_LIST( ImplMoreWindowList, Window* )Joseph Powers
2011-02-17fdo#32552 alt key opens "File" menuJulien Nabet
2011-02-17Remove DECLARE_LIST( ImplIdleList, ImplIdleData* )Joseph Powers
2011-02-16Use GDK_HAND2 mouse cursor instead of GDK_HAND1Kurosawa Takeshi
2011-02-16Remove SCO supportThomas Arnhold
2011-02-16Remove HPUX supportThomas Arnhold
2011-02-16Remove TEST* and DEBUG*Thomas Arnhold
2011-02-16Remove HDU_DEBUGThomas Arnhold
2011-02-15clean the code a bitRadek Doulik
2011-02-15remove Collator headersCaolán McNamara
2011-02-15these fairly heavy weight Collator Wrappers aren't usedCaolán McNamara
2011-02-15dragonfly stuffFrancois Tigeot
2011-02-15use Natural sort as default sort for listboxes, etc.Caolán McNamara
2011-02-15destroy the VCL UNO wrapper as late as possibleDavid Tardon
2011-02-14visibility markup is in the wrong placeCaolán McNamara
2011-02-14Correctly display shortcut keys for ';' '[' and ']'. (fdo#32891)Kohei Yoshida
2011-02-14cppcheck: post- to pre- *crement changeKevin Hunter
2011-02-11(std|boost)::hash on a const char* hashes the pointer not the contentsCaolán McNamara
2011-02-10cppcheck: post- to pre- *crement change.Kevin Hunter
2011-02-10catch exceptions from failing UNO-ness, fdo#33785 backstop.Michael Meeks
2011-02-10fix memleakTakeshi Abe
2011-02-10remove dead codeTakeshi Abe
2011-02-09Perhaps the font layout capabilities should be read only once per font?Kohei Yoshida
2011-02-09Fixed a build breakage on Windows re FontLayoutCapabilities change.Kohei Yoshida