Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-31 | remove unused l10ntools | Andras Timar | |
2011-05-31 | vcl::DeleteOnDeinit for static BitmapEx objects | Luboš Luňák | |
they should not outlive VCL cleanup (need X connection, etc.) | |||
2011-05-31 | implement vcl::DeleteOnDeinit::reset() | Luboš Luňák | |
the class is pretty bad API without it | |||
2011-05-31 | proper debug output again, enabled by mistake | Luboš Luňák | |
2011-05-31 | move kde_headers.h to other inc/unx/kde headers | Luboš Luňák | |
2011-05-31 | use enum instead of strings for desktop types | Luboš Luňák | |
welcome to the future! (well, almost) | |||
2011-05-31 | SAL_DLLEXTENSION should not be used here | Luboš Luňák | |
probably result of a bad merge | |||
2011-05-31 | desktop detector stuff is desktop_detector, not vclplug_kde | Luboš Luňák | |
2011-05-31 | #include "" -> #include <> for non-local includes | Luboš Luňák | |
2011-05-31 | do not have a .cxx file just for #including a .moc file | Luboš Luňák | |
2011-05-31 | fix include path for KDE3 build | Luboš Luňák | |
2011-05-31 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui | Jan Holesovsky | |
2011-05-31 | Merge commit 'libreoffice-3.4.0.2' | Jan Holesovsky | |
Conflicts: svtools/source/filter/wmf/winmtf.hxx tools/source/fsys/urlobj.cxx unotools/source/config/configmgr.cxx unotools/source/config/makefile.mk vcl/inc/vcl/cursor.hxx vcl/source/gdi/outdevnative.cxx vcl/source/window/abstdlg.cxx vcl/source/window/toolbox.cxx vcl/unx/generic/printer/ppdparser.cxx vcl/unx/generic/printer/printerinfomanager.cxx | |||
2011-05-30 | Fixes to make it compile on Windows | Tor Lillqvist | |
2011-05-30 | Link with the "version" library on Windows | Tor Lillqvist | |
2011-05-30 | Match the less clash-prone gobject DLL name we now produce | Tor Lillqvist | |
2011-05-30 | Link with graphite2_off on Windows, too | Tor Lillqvist | |
2011-05-30 | White space cleanup. | Joseph Powers | |
No code changes | |||
2011-05-30 | Code cleanup | Korrawit Pruegsanusak | |
* Remove dead code lying since 2001 * Remove duplicate if checking * So unindent the code Released under LGPLv3+/MPL | |||
2011-05-29 | add custom rule to build moc stuff for kde4 | Caolán McNamara | |
2011-05-29 | make this compile | Caolán McNamara | |
2011-05-28 | Fix compilation errors on Windows, linking errors remain | Tor Lillqvist | |
2011-05-28 | chmod -x | Tor Lillqvist | |
2011-05-28 | Attempt to fix vcl build on Windows | Tor Lillqvist | |
2011-05-28 | fix 2 bugs, there are still for a complete compilation with kde4 | Julien Nabet | |
2011-05-28 | Replace cstdio with iostream in fastserializer.cxx | Nigel Hawkins | |
2011-05-28 | fix build with ENABLE_DBUS | David Tardon | |
2011-05-28 | this must be #if defined(DBG_UTIL) for now | David Tardon | |
If this bold font testing is actually useful, IMHO the best approach is to make it depend on an env. variable, e.g., SAL_TEST_BOLDAPPFONT. Otherwise it should just be scrapped. | |||
2011-05-27 | fix tab vs sapce in Makefile | Norbert Thiebaud | |
2011-05-27 | Fix dbgutil build after m106 merge | Thorsten Behrens | |
2011-05-27 | Fix build breakage with debug enabled. | Nigel Hawkins | |
2011-05-27 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-gui | Jan Holesovsky | |
Conflicts: vcl/source/control/makefile.mk vcl/unx/generic/printer/ppdparser.cxx | |||
2011-05-27 | Merge remote-tracking branch 'origin/integration/dev300_m106' | Jan Holesovsky | |
Conflicts: cppcanvas/source/mtfrenderer/implrenderer.cxx i18npool/inc/i18npool/lang.h i18npool/source/isolang/isolang.cxx svtools/source/filter/exportdialog.cxx svtools/source/graphic/grfmgr.cxx vcl/aqua/source/dtrans/aqua_service.cxx vcl/aqua/source/window/salframe.cxx vcl/inc/sft.hxx vcl/inc/unx/pspgraphics.h vcl/inc/vcl/cursor.hxx vcl/inc/vcl/gdimtf.hxx vcl/inc/vcl/settings.hxx vcl/prj/d.lst vcl/source/app/settings.cxx vcl/source/control/edit.cxx vcl/source/gdi/gdimtf.cxx vcl/source/window/cursor.cxx vcl/source/window/window.cxx vcl/unx/generic/fontmanager/fontconfig.cxx vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx vcl/unx/kde4/KDESalGraphics.cxx | |||
2011-05-27 | Remove last trace of SvXub_StrLensSort. LGPLv3+/MPL. | Nigel Hawkins | |
2011-05-27 | Remove last traces of SvULongsSort. LGPLv3+/MPL. | Nigel Hawkins | |
2011-05-27 | Remove use of SvULongsSort in svlbox.cxx. LGPLv3+/MPL. | Nigel Hawkins | |
2011-05-27 | Fix build breakage (dbgutil build) | Thorsten Behrens | |
2011-05-27 | Make sure we dont oob when erasing. | Rafael Dominguez | |
Signed-off-by: Noel Power <noel.power@novell.com> | |||
2011-05-26 | Revert TreeList to vector<> conversion. | Joseph Powers | |
This fixes a bug in Options->Path. I'll need to rework the conversion later. | |||
2011-05-26 | Remove a GtkToggleToolButton widget which wasn't used | Lucas Baudin | |
2011-05-26 | Fix a gtk warning | Lucas Baudin | |
2011-05-26 | remove __cdecl and use SAL_CALL instead | Chr. Rossmanith | |
2011-05-26 | Don't build qa executables for iOS | Tor Lillqvist | |
2011-05-25 | dispose and clear DockableWindowListeners on ::dispose as well | Caolán McNamara | |
2011-05-25 | add salhelper::LinkResolver | Caolán McNamara | |
2011-05-24 | move this to salhelper | Caolán McNamara | |
2011-05-24 | Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2) | Petr Mladek | |
Notes: split repo tag: libs-gui_libreoffice-3.4.0.2 | |||
2011-05-24 | add a single place to attempt to resolve links | Caolán McNamara | |
2011-05-24 | WaE: enable exceptions | Caolán McNamara | |
2011-05-24 | Remove unneeded forward reference to class UniqueIndex. | Joseph Powers | |