Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-23 | .component files don't need executable bits | Michael Stahl | |
2012-03-23 | .hrc files don't need executable bits | Michael Stahl | |
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-06 | more idle code documentation improvement | Michael Meeks | |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann | |
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem. | |||
2012-02-27 | Removed unused code. | Bartolomé Sánchez Salado | |
2012-02-18 | Removed unused code from avmedia. | elbarto | |
2012-02-17 | Make avmedia module buildable with dbglevel=3 again. | Thorsten Behrens | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-01-24 | finalize gcc 4.7 string literal operators | Thomas Arnhold | |
2012-01-15 | WaE: deprecated function | David Tardon | |
2012-01-11 | fix windows build error | Caolán McNamara | |
2012-01-07 | cppcheck: cstyleCast | August Sodora | |
2012-01-06 | Removed unnecessary tools/debug.hxx includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-04 | gbuild: define NOMINMAX in windows.mk | Michael Stahl | |
2011-12-22 | "*.*" is not "all files" (bnc#738021) | Luboš Luňák | |
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)"). | |||
2011-12-21 | fix build with msvc | Peter Foley | |
2011-12-16 | avmedia: QuickTime: use gb_Library_add_objcxxobjects | Michael Stahl | |
2011-12-14 | Revert "we have gb_Library_add_objcxxobjects for this" | Matúš Kukan | |
This reverts commit cd105c5ad2dc7176837a570e6507bd2ca0cd357f. We can't use gb_Library_add_objcxxobjects here because gb_ObjCxxObject_get_source has .mm suffix | |||
2011-12-14 | we have gb_Library_add_objcxxobjects for this | Matúš Kukan | |
2011-12-09 | Fix for fdo43460, Part I, getLength to isEmpty | Olivier Hallot | |
Part I Modules unoControl, accessibility and avmedia | |||
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | mediaitem.cxx: unnecessary casting | Michael Stahl | |
2011-12-06 | impress210: #i115617# set zoom to fit_to_window | Ocke.Janssen@oracle.com | |
# HG changeset patch # User Ocke.Janssen@oracle.com # Date 1297164393 -3600 # Node ID 2f0f385e8b25938777bb9fed6a86a2ff43e0b7cd # Parent dae1ffc5c15d000bb154beecb3da3b4f84336b38 impress210: #i115617# set zoom to fit_to_window | |||
2011-12-06 | refactor media embedding completely: | Michael Stahl | |
Do the tempfile handling in SdrMediaObj, not in the window; this has the advantage that it works even in the presence of clipboard documents without SfxBaseModels and thus without storage (sc, sw). The SdrMediaObj instances share ownership of a temp file. | |||
2011-12-06 | SdrMediaObj: copy/paste support | Michael Stahl | |
This only works properly in Impress, because Calc and Writer lack a SfxBaseModel on their clipboard document. | |||
2011-12-02 | Fixed build breakage, and remove warning. | Kohei Yoshida | |
OUString never understands generic int type; it thinks it's too ambiguous, depending on 32-bit or 64-bit build environment. | |||
2011-12-03 | actually play embedded media: | Michael Stahl | |
In order to do this, the media is written to a temp file by avmedia::MediaWindowBaseImpl. This requires some rather ugly hacks to transport the Storage that contains the media to the avmedia stuff, including adding a XModel reference to avmedia::MediaItem. | |||
2011-12-03 | add avmedia::EmbedMedia | Michael Stahl | |
This new function is used by sc,sd,sw to embed media in the document storage. | |||
2011-12-03 | avmedia::MediaItem: add pImpl | Michael Stahl | |
2011-12-03 | MediaWindow::executeMediaURLDialog: add link button | Michael Stahl | |
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |
2011-11-24 | ditch dbg_dump | Caolán McNamara | |
2011-11-23 | Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros. | Stephan Bergmann | |
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually. | |||
2011-11-22 | Remove no longer necessary "(void) x; // avoid warnings". | Stephan Bergmann | |
2011-11-22 | New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx. | Stephan Bergmann | |
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString. | |||
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-10-26 | fix mangled gstreamer service name, fixing embedded video | Michael Meeks | |
2011-10-06 | STRSAFE_NO_DEPRECATE | Tor Lillqvist | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-09-29 | Use NSString's UTF8String method instead of the deprecated cString | Tor Lillqvist | |
2011-09-22 | Always link with user32 | Tor Lillqvist | |
2011-09-20 | Remove RCS header | Thomas Arnhold | |
2011-08-22 | Actually these methods are supposed to have private visibility. | Kohei Yoshida | |
2011-08-22 | Linker error on windows. | Kohei Yoshida | |
2011-08-22 | Don't mark methods PUBLIC when the whole class is marked PUBLIC. | Kohei Yoshida | |
MSVC refuses to compile otherwise. |