Age | Commit message (Expand) | Author | Files | Lines |
2015-06-09 | cppcheck: variableScope | Takeshi Abe | 1 | -1/+2 |
2015-06-08 | loplugin:cstylecast: deal with remaining pointer casts | Stephan Bergmann | 4 | -7/+7 |
2015-06-08 | cppcheck: noExplicitConstructor | Takeshi Abe | 1 | -1/+1 |
2015-06-08 | Unused includes | Miklos Vajna | 1 | -6/+0 |
2015-06-06 | Apply new VclPtr clang plugin to catch potential problems. | Noel Grandin | 1 | -4/+4 |
2015-06-02 | loplugin:loopvartoosmall | Noel Grandin | 7 | -12/+12 |
2015-06-01 | tdf#91053 cleanup bogus member ... | Takeshi Abe | 2 | -19/+13 |
2015-05-28 | Rewrite all calls like Dialog(params).Execute() | Philippe Jung | 1 | -1/+1 |
2015-05-27 | drop useless field bIsDebug | Takeshi Abe | 2 | -31/+1 |
2015-05-26 | kill forgotten, unused TDEBUG token | Takeshi Abe | 2 | -6/+4 |
2015-05-26 | loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfig | Noel Grandin | 16 | -188/+95 |
2015-05-20 | bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-point | Christian Lohmaier | 1 | -3/+3 |
2015-05-20 | convert DEFAULTCONSTANT constant to scoped enum | Noel Grandin | 2 | -2/+2 |
2015-05-20 | convert DRAWMODE constants to scoped enum | Noel Grandin | 2 | -3/+3 |
2015-05-19 | Update Apache Bugzilla’s URL | Adolfo Jayme Barrientos | 1 | -3/+3 |
2015-05-18 | Remove include stdio (part2) | Julien Nabet | 3 | -4/+0 |
2015-05-18 | refactor how font, fg. and bg. are applied in widgets/controls | Tomaž Vajngerl | 1 | -1/+3 |
2015-05-15 | fix starmath tests | Tomaž Vajngerl | 1 | -0/+10 |
2015-05-14 | more refactorings in starmath dialogs.. | Tomaž Vajngerl | 2 | -149/+84 |
2015-05-14 | SmShowFont: change to save the font and use it in Paint + HiDPI | Tomaž Vajngerl | 2 | -23/+23 |
2015-05-14 | cleanup starmath view/document | Tomaž Vajngerl | 3 | -133/+120 |
2015-05-14 | refactor starmath view/edit classes to use RenderContext | Tomaž Vajngerl | 3 | -155/+127 |
2015-05-14 | refacor starmath dialogs to use RenderContext | Tomaž Vajngerl | 1 | -31/+26 |
2015-05-14 | refactor ElementsDockingWindow to use RenderContext | Tomaž Vajngerl | 1 | -41/+29 |
2015-05-13 | tdf#68871 Nuke old Elements box from menu, rename new pane | Adolfo Jayme Barrientos | 2 | -2/+1 |
2015-05-13 | convert FRAME_DRAW constants to scoped enum | Noel Grandin | 1 | -2/+2 |
2015-05-12 | tdf#68871: Remove the old Elements panel from Math | Julien Nabet | 9 | -728/+0 |
2015-05-12 | Switch VclBuilder constructors to use VclPtr. | Michael Meeks | 1 | -4/+3 |
2015-05-11 | Revert "Switch VclBuilder constructors to use VclPtr." | Michael Meeks | 1 | -3/+3 |
2015-05-11 | Switch VclBuilder constructors to use VclPtr. | Michael Meeks | 1 | -3/+3 |
2015-05-11 | convert COMMAND_ constants to scoped enum | Noel Grandin | 2 | -4/+6 |
2015-05-11 | tdf#91052 - more macros for 'make' constructors. | Michael Meeks | 2 | -13/+7 |
2015-05-11 | sw,sc,sd,starmath: convert to vcl::RenderContext | Noel Grandin | 2 | -2/+2 |
2015-05-10 | No more need for EMPTYARG in C++11 | Stephan Bergmann | 2 | -17/+17 |
2015-05-07 | Unwind SotStorageStreamRef typedef | Stephan Bergmann | 3 | -6/+6 |
2015-05-07 | Unwind SotStorageRef typedef | Stephan Bergmann | 4 | -4/+4 |
2015-05-07 | Remove SvStorageRef alias | Stephan Bergmann | 3 | -3/+3 |
2015-05-07 | Remove SvStorageStream alias | Stephan Bergmann | 3 | -5/+5 |
2015-05-07 | Remove SvStorageStreamRef alias | Stephan Bergmann | 3 | -6/+6 |
2015-05-07 | drop unused debugging Color | Caolán McNamara | 1 | -3/+0 |
2015-05-06 | convert DEFAULTFONT_ constants to scoped enum | Noel Grandin | 2 | -29/+29 |
2015-05-06 | Use various typed ToolBox::Set*Hdl Links | Stephan Bergmann | 2 | -6/+4 |
2015-05-05 | vcl: rename other members of StateChangedType for consistency | Michael Stahl | 2 | -3/+3 |
2015-05-05 | loplugin:staticmethods | Noel Grandin | 23 | -61/+57 |
2015-05-05 | Use typed Idle::SetIdleHdl Link | Stephan Bergmann | 2 | -8/+5 |
2015-05-05 | Use typed Timer::SetTimeoutHdl Link | Stephan Bergmann | 2 | -7/+4 |
2015-05-04 | prefer OUStringBuffer to concatenating OUString in a loop | Takeshi Abe | 1 | -3/+7 |
2015-05-03 | starmath: Convert many services to constructors. | Jan Holesovsky | 4 | -184/+30 |
2015-05-02 | Audit LoseFocus - forms, reportdesign, sc, starmath, svtools. | Michael Meeks | 1 | -2/+3 |
2015-04-30 | Gradually typed Link | Stephan Bergmann | 3 | -13/+13 |