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