Age | Commit message (Expand) | Author |
2015-02-12 | Math: Make use of officecfg API and remove unneeded code | Marcos Paulo de Souza |
2015-02-11 | coverity#1267649 Logically dead code | Caolán McNamara |
2015-02-09 | Mark it as static | Takeshi Abe |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-02-06 | coverity#1267644 Logically dead code | Caolán McNamara |
2015-02-05 | Updated all precompiled headers. | Ashod Nakashian |
2015-02-03 | starmath: Refactor common code inside cfgitem | Marcos Paulo de Souza |
2015-01-29 | callcatcher: large newly detected unused methods post de-virtualization | Caolán McNamara |
2015-01-27 | Fix a single quote slipped in | Takeshi Abe |
2015-01-26 | fix coverity#1266487 | Caolán McNamara |
2015-01-26 | coverity#1266461 Improper use of negative value | Caolán McNamara |
2015-01-26 | coverity#1266487 Use of untrusted scalar value | Caolán McNamara |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin |
2015-01-24 | Typo: syncro->synchro | Julien Nabet |
2015-01-21 | Some more loplugin:cstylecast: starmath | Stephan Bergmann |
2015-01-17 | Drop unused inline functions | Takeshi Abe |
2015-01-15 | remove unnecessary casts | Noel Grandin |
2015-01-15 | protected -> private | Takeshi Abe |
2015-01-15 | no need to compare it with true | Takeshi Abe |
2015-01-13 | fdo#70185: starmath: unit test writing | Takeshi Abe |
2015-01-12 | convert SETTINGS_ #defines to 'enum class' | Noel Grandin |
2015-01-12 | fdo#84938: replace DATACHANGED_ constants with 'enum class' | Noel Grandin |
2015-01-09 | override the overloading of "overload" to decrease cognitive (over-)load | Michael Stahl |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin |
2015-01-07 | fdo#84938: convert STREAM_ #defines to 'enum class' | Noel Grandin |
2015-01-06 | fdo#84938: convert EXPORT_ #defines to 'enum class' | Noel Grandin |
2015-01-06 | fdo#84938: convert IMPORT_ constants to 'enum class' | Noel Grandin |
2015-01-05 | fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class' | Noel Grandin |
2015-01-03 | drop unused includes | Takeshi Abe |
2015-01-01 | starmath: boost::shared_ptr to std::shared_ptr | Takeshi Abe |
2014-12-30 | drop an unused define | Takeshi Abe |
2014-12-28 | kill unused CMD_SID_* defines | Takeshi Abe |
2014-12-23 | fdo#39440 reduce scope of local variables | Michael Weghorn |
2014-12-22 | prefer constant to macro | Takeshi Abe |
2014-12-18 | starmath: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-17 | RID_CMDBOXWINDOW is so hacky and src entry so small just hardcode in cxx | Caolán McNamara |
2014-12-17 | try to get reasonable sizes for docking windows | Caolán McNamara |
2014-12-17 | implement loading docking windows from .ui format | Caolán McNamara |
2014-12-16 | Omit unused default value | Takeshi Abe |
2014-12-15 | starmath: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-12-11 | Remove resizable:False property from dialogs containing GtkEntry. | Jan Holesovsky |
2014-12-10 | Typo: postion(s)=>position(s) | Julien Nabet |
2014-12-09 | changed timers to idles | Tobias Madl |
2014-12-09 | capitalize Infinite tooltip in Elements panel of Math | Stanislav Horacek |
2014-12-04 | -Wunused-macros | Takeshi Abe |
2014-12-03 | loplugin: cstylecast | Noel Grandin |
2014-12-01 | fix the order of arguments: expected and actual | Takeshi Abe |
2014-11-28 | recycle SmVisitorTest for unit test | Takeshi Abe |
2014-11-26 | Correct and reenable SmNodeToTextVisitor's test for RSUP | Takeshi Abe |