Age | Commit message (Expand) | Author |
2012-03-01 | New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem | Stephan Bergmann |
2012-02-28 | Avoid temporary rtl::OUString | Takeshi Abe |
2012-02-27 | CRLF to LF, no code changed | Korrawit Pruegsanusak |
2012-02-27 | drop UniString::CreateFromInt64 | Caolán McNamara |
2012-02-26 | Avoid temporary rtl::OUString | Julien Nabet |
2012-02-23 | Unify indentation | Tor Lillqvist |
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann |
2012-02-19 | Get rid of size() == 0 | Elton Chung |
2012-02-18 | Fix typos in comments | Elton Chung |
2012-02-15 | Various string function clean up | Stephan Bergmann |
2012-02-13 | Fix typos in comments | Elton Chung |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") | Takeshi Abe |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud |
2012-02-04 | add missing README to animation, sc, sd, slideshow, starmath, sw | Josh Heidenreich |
2012-01-31 | drop unnecessary includes | Caolán McNamara |
2012-01-30 | refactor ConvertLineEnd | Caolán McNamara |
2012-01-30 | fprintf -> SAL_INFO | Luboš Luňák |
2012-01-30 | remove '#define UNOOUSTRING ::rtl::OUString' | Ivan Timofeev |
2012-01-25 | String->rtl::OUString | Caolán McNamara |
2012-01-25 | reduce unnecessary includes | Caolán McNamara |
2012-01-23 | add the "Send Feedback..." help menu item | Ivan Timofeev |
2012-01-23 | make starmath ByteString free | Caolán McNamara |
2012-01-11 | Fix for fdo43460 Part XXXIV getLength() to isEmpty() | Olivier Hallot |
2012-01-06 | Removed unnecessary tools/link.hxx includes. | Marcel Metz |
2012-01-06 | Merge branch 'feature/gbuild_extensions' | Michael Stahl |
2012-01-06 | symbolic names instead of hex values for math symbols where possible | Luboš Luňák |
2012-01-06 | write TBAR rather as an accent, use over/underline for m:bar | Luboš Luňák |
2012-01-06 | smath does not handle accents in MathML | Joshua Cogliati |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz |
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara |
2012-01-04 | fix dep to svx/globlmn.hrc inside of tail_build | Norbert Thiebaud |
2011-12-29 | Some cppcheck cleaning | Julien Nabet |
2011-12-26 | catch exception by constant reference | Takeshi Abe |
2011-12-24 | Merge remote-tracking branch 'origin/master' into feature/gbuild_extensions | Peter Foley |
2011-12-23 | SV_DECL_VARARR->std::vector | August Sodora |
2011-12-22 | "*.*" is not "all files" (bnc#738021) | Luboš Luňák |
2011-12-20 | gbuild: these targets depend on svx/globlmn.hrc | Matúš Kukan |
2011-12-20 | remove obsolete comment | Luboš Luňák |
2011-12-20 | if a bracket pair has no left/right bracket, it needs to explicit (fdo#32636) | Luboš Luňák |
2011-12-20 | import m:eqArr (part of fdo#32636) | Luboš Luňák |
2011-12-20 | export vertical stack as m:eqArr, seems to fit much better | Luboš Luňák |
2011-12-20 | skip unknown elements when reading multiple elements from docx mathml | Luboš Luňák |
2011-12-20 | Link most libs and executables with gb_STDLIBS as presumably is intended | Tor Lillqvist |
2011-12-15 | Removed extra semicolons | Jesse |
2011-12-14 | configmgr.component is no longer an old one. | Stephan Bergmann |
2011-12-08 | add docx starmath testing documents | Luboš Luňák |
2011-12-07 | old class Stack pop'ed 0 from empty stack, which std::stack doesn't | Eike Rathke |