Age | Commit message (Expand) | Author | Files | Lines |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák | 3 | -4/+4 |
2013-03-29 | ResMgr with LanguageTag | Eike Rathke | 1 | -1/+1 |
2013-03-27 | -Wunused-macros | Stephan Bergmann | 1 | -3/+2 |
2013-03-16 | Bin more pointless comments and ASCII graphics | Tor Lillqvist | 2 | -148/+0 |
2013-03-12 | fprintf -> SAL_WARN | Stephan Bergmann | 1 | -1/+4 |
2013-03-09 | fdo#43460: use isEmpty() | Thomas Arnhold | 1 | -2/+2 |
2013-03-08 | fdo#60691 add modelines to *.src and *.hrc files | Borim | 4 | -0/+12 |
2013-03-08 | add a few more missing media extensions. | Michael Meeks | 1 | -1/+2 |
2013-03-05 | fdo#38838, replacement of String with OUString | Ádám Csaba Király | 1 | -1/+1 |
2013-03-04 | fdo#38838, change String to OUString | Ádám Csaba Király | 2 | -2/+2 |
2013-03-04 | fdo#38838, replace String with OUString | Ádám Csaba Király | 1 | -13/+13 |
2013-03-03 | Related to fdo#60724: correct spelling | Thomas Arnhold | 1 | -1/+1 |
2013-03-02 | Typo fix: informations -> information and a few other adjacent typos. | Gregg King | 1 | -3/+3 |
2013-02-20 | -Werror,-Wsign-compare | Stephan Bergmann | 1 | -1/+1 |
2013-02-20 | fdo#36635 Added WMV/WMA/AAC to list of Movie and Sound File Types | Joel Madero | 1 | -2/+5 |
2013-02-18 | coverity#704551 Dereference after null check | Norbert Thiebaud | 1 | -1/+4 |
2013-01-28 | fdo#38838 Some removal/replacement of the String/UniString with OUString | Jean-Noël Rouvignac | 1 | -2/+2 |
2013-01-28 | fd0#46808, convert some getProcessServiceFactory | Noel Grandin | 1 | -32/+26 |
2013-01-21 | Changed SetText() / GetText() to take/return OUString | Chr. Rossmanith | 1 | -4/+4 |
2013-01-11 | QUARTZ is equivalent to MACOSX | Tor Lillqvist | 1 | -1/+1 |
2013-01-08 | avmedia: cleanup unused listener logic in gstreamer, and update docs. | Michael Meeks | 2 | -87/+15 |
2013-01-07 | fdo#57950: Remove last chained appends from avmedia | Marcos Paulo de Souza | 1 | -5/+1 |
2013-01-01 | RTL_CONSTASCII_(U)STRINGPARAM removed in avmedia | Chr. Rossmanith | 5 | -14/+14 |
2012-12-12 | Remove xml2cmp leftovers | Stephan Bergmann | 1 | -64/+0 |
2012-11-30 | c++ API: use css alias in generated headers, adds global css decl | Thorsten Behrens | 1 | -2/+0 |
2012-11-28 | We only support MSVC 2008 (_MSC_VER 1500) or later | Tor Lillqvist | 1 | -4/+0 |
2012-11-22 | AllSettings with LanguageTag | Eike Rathke | 1 | -1/+1 |
2012-11-16 | Adapt component prefix for old GStreamer, too | Stephan Bergmann | 1 | -1/+1 |
2012-10-24 | warning C4805: '!=': unsafe mix of bool and sal_Bool | Michael Stahl | 1 | -1/+1 |
2012-10-12 | elide all dependencies on .hdl files, they're ~all duplicated by .hpp | Michael Meeks | 1 | -1/+1 |
2012-10-01 | Use prefixes for the components here | Tor Lillqvist | 7 | -7/+7 |
2012-09-27 | ::rtl::OUString cleanup in basctl | Ricardo Montania | 1 | -2/+2 |
2012-09-26 | sal_Bool to bool and some rtl::OUStrings in avmedia | Ricardo Montania | 4 | -18/+18 |
2012-09-26 | WaE: comparison between signed and unsigned integer expressions | David Tardon | 1 | -1/+1 |
2012-09-25 | avmedia: first cut at gstreamer frame grabber. | Michael Meeks | 5 | -189/+255 |
2012-09-25 | re-base on ALv2 code. Includes: | Michael Meeks | 56 | -1298/+993 |
2012-09-23 | End of ::rtl::OUString to OUString in avmedia | Ricardo Montania | 5 | -30/+30 |
2012-09-21 | ::rtl::OUString to OUString in avmedia | Ricardo Montania | 3 | -24/+24 |
2012-09-20 | Some OUString cleanup and ::rtl::OUString to OUString in avmedia | Ricardo Montania | 5 | -12/+12 |
2012-09-19 | More ::rtl::OUString to OUString and some sal_Bool to bool in avmedia | Ricardo Montania | 5 | -23/+23 |
2012-09-18 | gstreamer: various fixes for 1.0 and cleanups | Michael Meeks | 1 | -19/+27 |
2012-09-18 | gstreamer: fix leaking pads. | Michael Meeks | 1 | -2/+4 |
2012-09-18 | warning C4805: unsafe mix of type bool and sal_Bool | Stephan Bergmann | 1 | -1/+1 |
2012-09-18 | Use UriReferenceFactory service ctor | Stephan Bergmann | 1 | -4/+3 |
2012-09-18 | avmedia: more sal_Bool -> bool reverts | Miklos Vajna | 3 | -5/+5 |
2012-09-18 | deprecate oustringostreaminserter.hxx | Norbert Thiebaud | 1 | -2/+1 |
2012-09-18 | avmedia: problematic sal_Bool -> bool conversion when interacting with UNO | Miklos Vajna | 3 | -9/+9 |
2012-09-18 | corrections ::rtl::OUString, sal_Bool and macros, in avmedia | Ricardo Montania | 6 | -45/+42 |
2012-09-15 | More ::rtl::OUString to OUString in avmedia | Ricardo Montania | 4 | -25/+25 |
2012-09-15 | More ::rtl::OUString to OUString in avmedia | Ricardo Montania | 3 | -29/+29 |