| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | PencilToolbar: GtkAction migration | Alexander Valavanis | 2019-02-05 | 1 | -3/+3 |
| * | NodeToolbar: GtkAction migration | Alexander Valavanis | 2019-02-04 | 4 | -122/+1 |
| * | rm unused InkRadioAction | Alexander Valavanis | 2019-02-03 | 3 | -257/+0 |
| * | MeasureToolbar: GtkAction migration | Alexander Valavanis | 2019-02-03 | 4 | -383/+1 |
| * | TweakToolbar: GtkAction migration | Alexander Valavanis | 2019-02-02 | 2 | -12/+16 |
| * | clang-tidy recent changes | Alexander Valavanis | 2019-02-01 | 1 | -1/+0 |
| * | GradientToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 1 | -1/+1 |
| * | ArcToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 1 | -1/+1 |
| * | PaintbucketToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 1 | -1/+1 |
| * | EraserToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 1 | -1/+1 |
| * | Box3DToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 1 | -1/+1 |
| * | Temporary fix for crash on quit. | Tavmjong Bah | 2019-01-28 | 2 | -0/+10 |
| * | SpiralToolbar: GtkAction migration | Alexander Valavanis | 2019-01-27 | 1 | -1/+1 |
| * | StarToolbar: GtkAction migration | Alexander Valavanis | 2019-01-27 | 1 | -1/+1 |
| * | Add swatches and styling to directly created toolbars | Alexander Valavanis | 2019-01-27 | 1 | -5/+38 |
| * | Toolbars: Fix alt+x focus switching | Alexander Valavanis | 2019-01-27 | 3 | -3/+48 |
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-01-27 | 2 | -2/+25 |
| |\ | |||||
| | * | Finich CSS refactor | Jabier Arraiza | 2019-01-27 | 1 | -0/+2 |
| | * | Fix compiling errors | Jabier Arraiza | 2019-01-27 | 1 | -3/+3 |
| | * | Improvements to CSS to easy tweak widgets | Jabier Arraiza | 2019-01-27 | 1 | -5/+5 |
| | * | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 2019-01-27 | 3 | -7/+28 |
| * | | toolbox - add comment | Alexander Valavanis | 2019-01-27 | 1 | -0/+6 |
| * | | RectToolbar: GtkAction migration (first pass) | Alexander Valavanis | 2019-01-26 | 1 | -1/+1 |
| |/ | |||||
| * | Only connect color profile event when building against LCMS. | Emmanuel Gil Peyrot | 2019-01-23 | 1 | -1/+1 |
| * | SelectToolbar: GtkAction migration | Alexander Valavanis | 2019-01-22 | 1 | -1/+1 |
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2019-01-22 | 2 | -53/+2 |
| |\ | |||||
| | * | Move main menu bar from desktop-widget to inkscape-window. | Tavmjong Bah | 2019-01-22 | 2 | -53/+2 |
| * | | Get rid of unused empty toolbox creation | Alexander Valavanis | 2019-01-22 | 1 | -22/+5 |
| |/ | |||||
| * | Tidy up toolbox utilities | Alexander Valavanis | 2019-01-22 | 2 | -133/+0 |
| * | Tidy up toolbox code | Alexander Valavanis | 2019-01-22 | 2 | -8/+0 |
| * | Cleanup unused toolbar code | Alexander Valavanis | 2019-01-21 | 2 | -15/+0 |
| * | No longer use widget data to store pointer to window. | Tavmjong Bah | 2019-01-20 | 1 | -16/+0 |
| * | Use document rather than namedview in creating desktop widget. | Tavmjong Bah | 2019-01-20 | 2 | -5/+8 |
| * | Get rid of unneccessary type conversions (SPDesktopWidget <-> SPViewWidget). | Tavmjong Bah | 2019-01-19 | 2 | -5/+4 |
| * | derive all toolbars from Inkscape::Toolbar | Alexander Valavanis | 2019-01-19 | 7 | -431/+36 |
| * | Misc. typo and whitespace fixes | luz.paz | 2019-01-14 | 1 | -2/+2 |
| * | Remove dependence on window.h. | Tavmjong Bah | 2019-01-08 | 1 | -3/+4 |
| * | Fix compile error for Gtk versions <3.20 | octycs | 2019-01-06 | 1 | -1/+1 |
| * | Add documentation to toolbox code | Alexander Valavanis | 2019-01-06 | 1 | -4/+65 |
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 6 | -52/+51 |
| * | Minor style fixes | Marc Jeanmougin | 2019-01-01 | 1 | -1/+1 |
| * | Move Preview to Inkscape namespace | Alexander Valavanis | 2019-01-01 | 3 | -653/+0 |
| * | C++ify EekPreview | Alexander Valavanis | 2019-01-01 | 2 | -444/+238 |
| * | Fix permission on non-executable file | Alexander Valavanis | 2018-12-29 | 1 | -0/+0 |
| * | Fix namespace naming consistency | Alexander Valavanis | 2018-12-29 | 2 | -74/+71 |
| * | Update README | Alexander Valavanis | 2018-12-29 | 1 | -1/+0 |
| * | Move Button to Inkscape namespace | Alexander Valavanis | 2018-12-29 | 6 | -397/+34 |
| * | C++ify button widget | Alexander Valavanis | 2018-12-29 | 5 | -196/+204 |
| * | SPDesktopWidget: Migrate ruler events to sigc++ | Alexander Valavanis | 2018-12-28 | 2 | -170/+205 |
| * | desktop-widget: Use members instead of static variables for ruler events | Alexander Valavanis | 2018-12-28 | 2 | -33/+42 |
