Age | Commit message (Expand) | Author |
2014-07-31 | -Werror,-Wunused-private-field | Stephan Bergmann |
2014-07-30 | fix spelling error | Markus Mohrhard |
2014-07-30 | add scroll animation for benchmark | weigao |
2014-07-30 | add drag animation for benchmark | weigao |
2014-07-30 | add click event animation for benchmark | weigao |
2014-07-29 | Add chart import, percentage number formats, unit test. | Matúš Kukan |
2014-07-29 | Remove some unused code | Marcos Paulo de Souza |
2014-07-26 | bnc#885825: Write test for this. | Kohei Yoshida |
2014-07-26 | bnc#885825: Handle ODF import and export of data label border properties. | Kohei Yoshida |
2014-07-26 | bnc#885825: Support borders around data labels. | Kohei Yoshida |
2014-07-25 | WaE: private field 'mnSteps' is not used | Tor Lillqvist |
2014-07-25 | loplugin:unreffun Unreferenced function definition | Caolán McNamara |
2014-07-25 | possible problem with 2D vs 3D renderer | Markus Mohrhard |
2014-07-25 | fix indentation | Markus Mohrhard |
2014-07-24 | chart2: [loplugin:literaltoboolconversion] | Michael Stahl |
2014-07-24 | fix animation for GL3D chart | Markus Mohrhard |
2014-07-24 | avoid showing the picking frame for too long | Markus Mohrhard |
2014-07-24 | we don't need blocking user input anymore with the threaded rendering | Markus Mohrhard |
2014-07-24 | that join was not necessary | Markus Mohrhard |
2014-07-24 | prevent that deadlock by only rpotecting shared resources | Markus Mohrhard |
2014-07-24 | taking the mutex before calling update is a deadlock as well | Markus Mohrhard |
2014-07-23 | by default we want the non-benchmark mode | Markus Mohrhard |
2014-07-23 | that mutex is not necessary | Markus Mohrhard |
2014-07-23 | fix one more deadlock | Markus Mohrhard |
2014-07-23 | avoid deadlocks in BENCHMARK_MODE | Markus Mohrhard |
2014-07-23 | avoid deadlock in 3D charts | Markus Mohrhard |
2014-07-23 | modify the light to make the sence looks better | weigao |
2014-07-23 | add benchmark render thread | weigao |
2014-07-23 | Revert "opengl charts: Move the init from sc to chart2 ... | Markus Mohrhard |
2014-07-23 | Revert "Fix OpenGL chart reinitializing" | Markus Mohrhard |
2014-07-23 | Annotate. | Kohei Yoshida |
2014-07-23 | Add documentation. | Kohei Yoshida |
2014-07-23 | convert SfxItemState constants to a proper enum | Noel Grandin |
2014-07-23 | drop DLG_CHART_WIZARD via .res | Caolán McNamara |
2014-07-22 | Simplify. | Kohei Yoshida |
2014-07-22 | fdo#81547, part2: show only relevant widgets in layout tabpage | Katarina Behrens |
2014-07-22 | com::sun::star -> css. | Kohei Yoshida |
2014-07-22 | Remove "this->". Pointless. | Kohei Yoshida |
2014-07-22 | Wrong indent. | Kohei Yoshida |
2014-07-22 | callcatcher: update unused code | Caolán McNamara |
2014-07-22 | printf crept in. | Kohei Yoshida |
2014-07-22 | boost::checked_deleter will do. | Kohei Yoshida |
2014-07-21 | Perhaps it's time we put ItemConverter etc into the right namespace. | Kohei Yoshida |
2014-07-21 | LongAndWordyVariableNameReallyGetsToMyNerveReallyAndEvenMisspelled. | Kohei Yoshida |
2014-07-21 | scoped_ptr will do just fine here. | Kohei Yoshida |
2014-07-21 | More on removing (unreasonable) use of std::auto_ptr. | Kohei Yoshida |
2014-07-21 | Remove auto_ptr from CharacterPropertyItemConverter. | Kohei Yoshida |
2014-07-21 | Compiler macro in lieu of literal "Label" to make it easier to track it. | Kohei Yoshida |
2014-07-21 | Scope reduction by throwing early. | Kohei Yoshida |
2014-07-21 | split helper and fix build | Caolán McNamara |