| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prevent crash when get_primary_monitor() returns nullptr. | Tavmjong Bah | 2017-07-04 | 1 | -1/+4 |
| * | Merge branch 'ccrb/inkscape-save-document-as-template' | Martin Owens | 2017-07-02 | 3 | -0/+144 |
| |\ | |||||
| | * | Skip empty template information | Christophe Lebras | 2017-07-02 | 1 | -4/+0 |
| | * | Manage template informations | Christophe Lebras | 2017-07-02 | 1 | -19/+7 |
| | * | Add function to save template | Christophe Lebras | 2017-07-02 | 2 | -13/+15 |
| | * | Add Save Template Dialog | Christophe Lebras | 2017-07-02 | 3 | -0/+158 |
| * | | Fix windows builds with filename in symbols dialog | Martin Owens | 2017-07-02 | 1 | -1/+1 |
| * | | Merge https://gitlab.com/inkscape/inkscape into selectable-knots | Jabier Arraiza | 2017-07-02 | 3 | -170/+73 |
| |\ \ | |||||
| | * | | Move directory scanners to new get_filenames(...) calls | Martin Owens | 2017-07-02 | 3 | -170/+73 |
| | |/ | |||||
| * | | Merge https://gitlab.com/inkscape/inkscape into selectable-knots | Jabier Arraiza | 2017-07-01 | 1 | -2/+1 |
| |\| | |||||
| | * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Sylvain Chiron | 2017-07-01 | 52 | -276/+447 |
| | |\ | |||||
| | | * | Fix a compiling error on debian testing | Jabier Arraiza | 2017-07-01 | 1 | -1/+1 |
| | * | | Updated libs from the Adaptagrams project: libavoid, libcola and libvspc; cha... | Sylvain Chiron | 2017-07-01 | 1 | -2/+1 |
| * | | | Improving CR feedback. thanks! | Jabier Arraiza | 2017-07-01 | 5 | -39/+7 |
| * | | | Finish add selectable knot shapes | Jabier Arraiza | 2017-07-01 | 4 | -14/+22 |
| * | | | Merge https://gitlab.com/inkscape/inkscape into selectable-knots | Jabier Arraiza | 2017-07-01 | 1 | -35/+73 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Hackfest: Add start of dropping tool | Martin Owens | 2017-06-30 | 1 | -35/+73 |
| * | | | working on knots selection | Jabier Arraiza | 2017-07-01 | 5 | -13/+57 |
| * | | | Starting selectable knots | Jabier Arraiza | 2017-06-30 | 2 | -9/+9 |
| |/ / | |||||
| * | | Hackfest: Show dropper color in cursor, while moving the mouse. | Martin Owens | 2017-06-30 | 2 | -43/+35 |
| * | | Hackfest: Refactor cursors so the hot spot is inside the xpm | Martin Owens | 2017-06-30 | 29 | -93/+59 |
| * | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2017-06-29 | 5 | -8/+186 |
| |\ \ | |||||
| | * | | Filter editor fix for gcc 5 | Martin Owens | 2017-06-29 | 1 | -2/+6 |
| | * | | Disable "new" filter editor | Marc Jeanmougin | 2017-06-29 | 1 | -1/+0 |
| | * | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-06-29 | 16 | -114/+84 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-06-29 | 43 | -1260/+1552 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | * | | | glade WIP | Marc Jeanmougin | 2017-06-29 | 2 | -34/+41 |
| | * | | | First version (non-working) | Marc Jeanmougin | 2017-06-28 | 5 | -8/+176 |
| * | | | | aboutbox: Gtk3 fixes | Alexander Valavanis | 2017-06-29 | 1 | -0/+27 |
| | |_|/ |/| | | |||||
| * | | | knot-properties: Use Gtk::Grid | Alexander Valavanis | 2017-06-29 | 2 | -11/+11 |
| * | | | Rm remaining imagemenuitem usage | Alexander Valavanis | 2017-06-29 | 3 | -35/+42 |
| * | | | Use Gtk orientable widgets | Alexander Valavanis | 2017-06-29 | 4 | -15/+17 |
| * | | | previewholder: Rm unused (and wrongly constructed) var | Alexander Valavanis | 2017-06-29 | 1 | -1/+0 |
| * | | | interface: Rm unused function | Alexander Valavanis | 2017-06-29 | 1 | -29/+0 |
| * | | | Dock: Rm unnecessary enum | Alexander Valavanis | 2017-06-29 | 5 | -23/+14 |
| | |/ |/| | |||||
| * | | Hackfest icon work: restore selected menu icons and make theming easier | Alexander Valavanis | 2017-06-29 | 43 | -1260/+1552 |
| |\ \ | |/ |/| | |||||
| | * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 38 | -184/+344 |
| | * | contextmenu: Rm icons per GNOME HIG | Alexander Valavanis | 2017-06-28 | 1 | -19/+1 |
| | * | Add a show-icon attribute to menu XML | Alexander Valavanis | 2017-06-28 | 1 | -11/+34 |
| | * | Revert "menu-items: C++ify" | Alexander Valavanis | 2017-06-28 | 2 | -79/+50 |
| | * | Revert "Rm unused fn" | Alexander Valavanis | 2017-06-28 | 1 | -0/+29 |
| | * | Rm unused fn | Alexander Valavanis | 2017-06-28 | 1 | -29/+0 |
| | * | menu-items: C++ify | Alexander Valavanis | 2017-06-28 | 2 | -50/+79 |
| | * | Partial fix for menu items and split contextmenu into separate file | Alexander Valavanis | 2017-06-27 | 6 | -1080/+1191 |
| | * | Initial addition of menu icons | Alexander Valavanis | 2017-06-27 | 1 | -32/+48 |
| * | | Refactor profile directory use and promote IO::Resource get_path and get_file... | Martin Owens | 2017-06-28 | 7 | -29/+27 |
| |/ | |||||
| * | GdkScreen deprecation fixes | Alexander Valavanis | 2017-06-27 | 2 | -7/+42 |
| * | select-tool: Only stop the rubberband when it was started | Uli Schlachter | 2017-06-26 | 1 | -1/+3 |
| * | Do not strip file extension in CUSTOM_TYPE Windows native file save dialogs | Eduard Braun | 2017-06-20 | 1 | -4/+9 |
| * | Fix a crash in CUSTOM_TYPE Windows native file save dialogs | Eduard Braun | 2017-06-20 | 1 | -6/+6 |
