| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Standard: Cpp11 | Thomas Holder | 2018-12-24 | 1 | -1/+1 |
| | | | | | Fixes formatting of UTF-8 literals (u8"...") | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -0/+1 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | BreakBeforeBraces: Stroustrup -> WebKit | Thomas Holder | 2018-11-02 | 1 | -1/+1 |
| | | | | | Don't break before "catch" and "else" | ||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -1/+1 |
| |\ | | | | | (bzr r13341.1.278) | ||||
| | * | Change clang-format configuration | Johan B. C. Engelen | 2014-10-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prefer ParamColor::ParamColor(const gchar *name, const gchar *guitext, const gchar *desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar *gui_tip, Inkscape::Extension::Extension *ext, Inkscape::XML::Node *xml) : Parameter(name, guitext, desc, scope, gui_hidden, gui_tip, ext) , _value(0) , _changeSignal(0) { over ParamColor::ParamColor(const gchar *name, const gchar *guitext, const gchar *desc, const Parameter::_scope_t scope, bool gui_hidden, const gchar *gui_tip, Inkscape::Extension::Extension *ext, Inkscape::XML::Node *xml) : Parameter(name, guitext, desc, scope, gui_hidden, gui_tip, ext), _value(0), _changeSignal(0) { (bzr r13592) | ||||
| * | | update clang format spec for latest clangformat version | Johan B. C. Engelen | 2014-06-05 | 1 | -0/+9 |
| |/ | | | (bzr r13341.1.48) | ||||
| * | improve clang-format settings | Johan B. C. Engelen | 2013-11-01 | 1 | -4/+4 |
| | | | | (bzr r12762) | ||||
| * | add clang-format file, not sure if all settings are set the way we want them ↵ | Johan B. C. Engelen | 2013-10-31 | 1 | -0/+43 |
| to be (bzr r12757) | |||||
