Age | Commit message (Expand) | Author |
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 |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba |
2011-02-09 | Removing the ext_std masterpiece | Fridrich Štrba |
2011-02-09 | Since the prototypes are const, the method should also be const. | Joseph Powers |
2011-02-09 | GDIMetaFile::bUseCanvas related changes (prerequisite for fixing n#650049) | Radek Doulik |
2011-02-09 | revert this as its orthogonal to the font capabilities | Caolán McNamara |
2011-02-09 | Resolves: fdo#33510 A way to query about likely font layout capabilities | Caolán McNamara |
2011-02-09 | prewin.h already includes <windows.h> | Tor Lillqvist |
2011-02-08 | Move prewin.h and postwin.h to solenv and adapt | Tor Lillqvist |
2011-02-08 | do not derive from std::list | David Tardon |
2011-02-08 | Encapsulate calculation of gradient bounding box to Gradient::GetBoundRect | Takeshi Kurosawa |