Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-16 | -Werror,-Wunused-private-field (Clang towards 3.2) | Stephan Bergmann | |
Change-Id: I19db21f9b09a2d57f72f5ba8d8ba88583cdb5503 | |||
2012-08-13 | tweak old-school gstreamer link line | Michael Meeks | |
Change-Id: If3f42a53ccfb4829009171c9b8325b2cb06277c2 | |||
2012-08-10 | warning C4101: unreferenced local variable | Stephan Bergmann | |
Change-Id: Iaf3cc45545d4c2eedff12466c90eec1d442ae338 | |||
2012-08-10 | make avmedia build with gstreamer-0.10 | David Tardon | |
Change-Id: I6124904cecdb8ea66477f40b6771a103a8058c10 | |||
2012-08-09 | gstreamer: make gstreamer 1.0 and 0.10 dual compile | Michael Meeks | |
Add fallback activation of an _OLD media component to the core. Compile both a 0.10 and 1.0 version of the gstreamer component Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1 | |||
2012-08-09 | tentative initial attempt at re-work for new playbin | Tim-Philipp Müller | |
Change-Id: I257bdda8469be624d0cbeab21cff2c2e1c94cc6f | |||
2012-08-08 | reduce ascii noise and useless comments | Thomas Arnhold | |
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4 | |||
2012-08-08 | remove include comments and boxes | Thomas Arnhold | |
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7 | |||
2012-07-07 | removed unnecessary forward declarations of class | Takeshi Abe | |
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b | |||
2012-07-02 | targetted improvement of UNO API includes / usage | Michael Meeks | |
2012-07-01 | Remove unused defines | Thomas Arnhold | |
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7 | |||
2012-06-22 | .xml files don't need executable bits | Michael Stahl | |
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95 | |||
2012-06-21 | replace all but one .hdl include with equivalent .hpp includes. | Michael Meeks | |
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9 | |||
2012-06-18 | callcatcher: drop unused macro-generated GetChildWindowId methods | Caolán McNamara | |
add _WITHID variants for the cases where we (apparently?) still need them. Change-Id: I3b8290869368487f04ecd93a5f3a717de7fd10b4 | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: Ia73452f1cc83eff144e692c5ec19048c4ce0ca60 | |||
2012-06-02 | targeted string re-work | Norbert Thiebaud | |
Change-Id: Iece38bedf1f2380f8ecf3c6aef1e92688ed026db | |||
2012-05-14 | dxguid.lib not needed here | Matúš Kukan | |
Change-Id: I73ab08289965a311e36ea5f0187d57f7662208ab | |||
2012-04-29 | make gbuild the default assumption of build.pl | Bjoern Michaelsen | |
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b | |||
2012-04-25 | callcatcher: drop unused hasPreferredSize | Caolán McNamara | |
2012-04-24 | WaE: unused variable | Tor Lillqvist | |
2012-04-08 | LinkTarget.mk: remove gb_LinkTarget_add_package_headers | Michael Stahl | |
2012-04-08 | gbuild: "use" vs. "add": | Michael Stahl | |
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) | |||
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \; | |||
2012-03-28 | removed duplicate includes in avmedia / basic / canvas / chart2 / comphelper | Takeshi Abe | |
2012-03-26 | removed duplicate includes in avmedia | Takeshi Abe | |
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 | |