Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-07 | Remove reference to unavailable bugtrackers | Martin Kepplinger | |
This removes references to some internel bugtrackers that are (according to http://wiki.documentfoundation.org/Development/FAQ ) not available to the community in writer/starmath. This is contributed under the terms of the MPL 1.1 / GPLv3+ / LGPLv3+ triple license. | |||
2011-03-02 | Remove "using namespace ::rtl" | Julien Nabet | |
2011-03-02 | Removed - /* ### ACHTUNG: Neuer Text in Resource? - lines from ./writer | Christina Rossmanith | |
2011-03-02 | Move DBG_ERROR to OSL_FAIL | Thomas Arnhold | |
2011-02-23 | this can be const | Caolán McNamara | |
2011-02-18 | Remove some #include <tools/list.hxx> | Joseph Powers | |
2011-02-18 | Translated several German comments in Math. | Tobias Kranz | |
2011-02-17 | German comments translated (writer-startmath-inc) | Tobias Kranz | |
2011-02-16 | Make Undo & Redo work with the visual formula editor | Luke Dixon | |
and update todo list. | |||
2011-02-13 | Remove unused SM_RECT_DEBUG | Thomas Arnhold | |
2011-02-13 | Remove NEVER | Thomas Arnhold | |
2011-02-13 | Remove whitespaces from includes | Thomas Arnhold | |
2011-02-12 | Remove #include "bootstrp/sstring.hxx" | Joseph Powers | |
This file is no longer needed outside of tools. | |||
2011-02-10 | Some cppcheck cleaning | Julien Nabet | |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | |
2011-02-09 | Removing the ext_std masterpiece | Fridrich Štrba | |
2011-02-09 | prewin.h already includes <windows.h> | Tor Lillqvist | |
2011-02-08 | Clean-up bogus comments in writer. | Guillaume Poussel | |
2011-02-08 | Adapt to move of prewin.h and postwin.h | Tor Lillqvist | |
2011-02-06 | Remove DEBUG_TL | Thomas Arnhold | |
2011-02-06 | Remove dead code | Thomas Arnhold | |
2011-02-01 | Clean up makefiles | Thomas Arnhold | |
2011-01-31 | WaE: /* inside // | Caolán McNamara | |
2011-01-30 | Enable line deletion in starmath | Jonas Finnemann Jensen | |
* Implemented SmCursor::DeletePrev, for deletion of lines * Fixed nasty bug in SmCursor::InsertRow * Code cleanup in cursor.cxx | |||
2011-01-29 | WaE: various new gcc 4.6.0 warnings | Caolán McNamara | |
2011-01-29 | Add some brackets back to SmNodeToTextVisitor | Luke Dixon | |
For SmOperNodes, I shouldn't have removed these brackets. Add brackets around SmBinVerNodes and SmBinDiagonalNodes, removing the ones from SmBinHorNodes and SmUnHorNodes made these ones necessary. Add brackets when an SmExpressionNode has an SmBinHorNode child. | |||
2011-01-27 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-24 | Remove TL_NOT_YET_USED directive. | Thomas Arnhold | |
2011-01-24 | Remove some more dead code. | Thomas Arnhold | |
2011-01-18 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/writer | Thomas Arnhold | |
Conflicts: sw/source/core/layout/ssfrm.cxx | |||
2011-01-18 | Remove duplicated includes and defines. Identified with "cat $i | grep ↵ | Thomas Arnhold | |
'^#include' | sort | uniq -d". | |||
2011-01-18 | we can pass this by reference instead | Caolán McNamara | |
2011-01-14 | WaE: C4244 conversion from int to USHORT | Caolán McNamara | |
2011-01-11 | fix warning | Caolán McNamara | |
2010-12-29 | use ext_std inside CppUnit::assertion_traits struct | Miklos Vajna | |
2010-12-24 | relocate this header inside guards | Caolán McNamara | |
2010-12-23 | fix typo | Caolán McNamara | |
2010-12-23 | add mode-lines in here | Caolán McNamara | |
2010-12-23 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-23 | cppcheck: the scope of this variable can be reduced | Caolán McNamara | |
2010-12-23 | cppcheck: the scope of this variable can be reduced | Caolán McNamara | |
2010-12-21 | disable the tests that may vary, depending on the systems printer | Caolán McNamara | |
2010-12-20 | set licence text | Caolán McNamara | |
2010-12-20 | cppcheck: always build these tests now | Caolán McNamara | |
2010-12-20 | cppunit: make sure to regenerate .rdb if makefile changes | Caolán McNamara | |
2010-12-20 | make buildable under windows | Caolán McNamara | |
2010-12-20 | The change from List to vector changes order of error messages | Caolán McNamara | |
Which IMO is probably a good thing as the first error is now at the start, and the last at the end. Which is way more sane, so change test rather than change code. | |||
2010-12-20 | Merge commit 'libreoffice-3.3.0.2' | Jan Holesovsky | |
Conflicts: starmath/source/parse.cxx sw/source/core/text/makefile.mk sw/source/filter/rtf/swparrtf.cxx sw/source/filter/ww8/rtfattributeoutput.cxx | |||
2010-12-19 | Put brackets around binoms in SmNodeToTextVisitor, with test | Luke Dixon | |
2010-12-15 | #i115956# token translation fixed | os | |