| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 2017-09-24 | 4 | -5/+5 |
| | | |||||
| * | Fix for bug #1715433 Clone original LPE can no longer be used to fill a ↵ | Jabier Arraiza | 2017-09-21 | 1 | -3/+5 |
| | | | | | powerstroke path | ||||
| * | Add default extension for native win32 file save dialog. | Eduard Braun | 2017-09-15 | 1 | -0/+1 |
| | | | | | | | | We manually appended an extension already (so functionality does not change), however GetSaveFileNameW also adds the chosen name (which was the name without extension before) to the list of recently used documents which resulted in unusable links. | ||||
| * | Fix a bug when creating a cloned LPE with fill between many | Jabier Arraiza | 2017-09-09 | 1 | -1/+1 |
| | | |||||
| * | Alow shink in document dialog on expanders close | Jabier Arraiza | 2017-08-15 | 1 | -3/+5 |
| | | |||||
| * | fix set_set_ | Marc Jeanmougin | 2017-08-07 | 1 | -1/+1 |
| | | |||||
| * | objects dialog: Gtk+ < 3.16 compat | Alexander Valavanis | 2017-08-06 | 1 | -0/+4 |
| | | |||||
| * | fixes the exclusion list for localized templates | Marc Jeanmougin | 2017-07-31 | 1 | -1/+1 |
| | | |||||
| * | layers dialog: Gtk < 3.16 fallback | Alexander Valavanis | 2017-07-29 | 1 | -0/+4 |
| | | |||||
| * | filter-effects-dialog: Avoid copy-constructor | Alexander Valavanis | 2017-07-29 | 2 | -15/+15 |
| | | |||||
| * | UX compres document dialog from Ronaldo idea with target to backport to 0.92.2 | Jabier Arraiza | 2017-07-26 | 2 | -20/+42 |
| | | |||||
| * | Minor code cleanup after baeb92c8b275ada9a09187772e11f8b32b7ae6ef | Eduard Braun | 2017-07-19 | 1 | -11/+1 |
| | | |||||
| * | Merge branch 'shortcuts' (!41) | Eduard Braun | 2017-07-11 | 4 | -24/+10 |
| |\ | |||||
| | * | Only update shortcuts tree view once after updating (significantly reduces ↵ | Eduard Braun | 2017-07-09 | 1 | -1/+5 |
| | | | | | | | | | the time it takes to switch shortcut files or even set a shortcut) | ||||
| | * | Merge branch 'master' into shortcuts | Eduard Braun | 2017-07-09 | 54 | -487/+985 |
| | |\ | |||||
| | * | | Allow to set shortcuts for characters that need to be escaped (e.g. "<>&") | Eduard Braun | 2017-06-23 | 1 | -1/+1 |
| | | | | |||||
| | * | | Improve and simplify shortcut handling. | Eduard Braun | 2017-06-23 | 4 | -22/+4 |
| | | | | | | | | | | | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts. | ||||
| * | | | Drop obsolete SizeGroup::set_ignore_hidden | Alexander Valavanis | 2017-07-10 | 1 | -1/+0 |
| | | | | |||||
| * | | | input devices: Update treeview usage | Alexander Valavanis | 2017-07-10 | 1 | -54/+4 |
| | | | | |||||
| * | | | Update GtkMenu usage | Alexander Valavanis | 2017-07-10 | 2 | -20/+27 |
| | | | | |||||
| * | | | Update popup menu usage | Alexander Valavanis | 2017-07-09 | 1 | -1/+5 |
| | | | | |||||
| * | | | SVGFountDrawingArea: handle draw signal | Alexander Valavanis | 2017-07-09 | 2 | -5/+3 |
| | | | | |||||
| * | | | Get rid of obsolete rules_hint in TreeView | Alexander Valavanis | 2017-07-09 | 1 | -1/+0 |
| | | | | |||||
| * | | | Update GtkDialog usage | Alexander Valavanis | 2017-07-09 | 5 | -6/+6 |
| | | | | |||||
| * | | | Update Gtk margin handling | Alexander Valavanis | 2017-07-09 | 1 | -1/+11 |
| | | | | |||||
| * | | | Drop GdkWindow update stuff. Now handled automatically | Alexander Valavanis | 2017-07-09 | 1 | -1/+0 |
| | |/ |/| | |||||
| * | | Fix Gtk alignment API | Alexander Valavanis | 2017-07-08 | 16 | -44/+56 |
| | | | |||||
| * | | Fix gtk margin API | Alexander Valavanis | 2017-07-06 | 1 | -0/+17 |
| | | | |||||
| * | | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 6 | -40/+33 |
| | | | |||||
| * | | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 4 | -26/+35 |
| | | | |||||
| * | | filter-effects-dialog: Set a fixed bg color to avoid deprecated Gtk API ↵ | Alexander Valavanis | 2017-07-06 | 1 | -3/+3 |
| | | | | | | | | | (theme could allow gradients/imgs) | ||||
| * | | Use std::transform instead of a for loop | Tobias Ellinghaus | 2017-07-05 | 1 | -6/+7 |
| | | | |||||
| * | | Clean up color profiles code | Tobias Ellinghaus | 2017-07-05 | 2 | -16/+21 |
| | | | | | | | | | | | This is a late 2nd part for 86a74b4a93ab62c8ef7819dc549fe7b3ace24916 and gets rid of the non-descriptive std::pair<ustring, bool> | ||||
| * | | 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 | 2 | -0/+142 |
| |\ \ | |||||
| | * | | Skip empty template information | Christophe Lebras | 2017-07-02 | 1 | -4/+0 |
| | | | | |||||
| | * | | Manage template informations | Christophe Lebras | 2017-07-02 | 1 | -19/+7 |
| | | | | | | | | | | | | | | | | | | | Template informations are added to the saved file. File name is is the same as template name Template is saved as default.svg only if requested by user. | ||||
| | * | | Add function to save template | Christophe Lebras | 2017-07-02 | 2 | -13/+15 |
| | | | | | | | | | | | | | | | | Saves template as default. Does not save template informations yet. | ||||
| | * | | Add Save Template Dialog | Christophe Lebras | 2017-07-02 | 2 | -0/+156 |
| | | | | | | | | | | | | | This add just dialog widget only, don't save template yet. | ||||
| * | | | Fix windows builds with filename in symbols dialog | Martin Owens | 2017-07-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Move directory scanners to new get_filenames(...) calls | Martin Owens | 2017-07-02 | 3 | -170/+73 |
| |/ / | |||||
| * | | Fix a compiling error on debian testing | Jabier Arraiza | 2017-07-01 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Alexander Valavanis | 2017-06-29 | 4 | -8/+184 |
| |\ \ | |||||
| | * | | 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 | 10 | -63/+72 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-06-29 | 21 | -106/+291 |
| | |\ \ \ | |||||
| | * | | | | glade WIP | Marc Jeanmougin | 2017-06-29 | 2 | -34/+41 |
| | | | | | | |||||
| | * | | | | First version (non-working) | Marc Jeanmougin | 2017-06-28 | 4 | -8/+174 |
| | | | | | | |||||
| * | | | | | aboutbox: Gtk3 fixes | Alexander Valavanis | 2017-06-29 | 1 | -0/+27 |
| | |_|/ / |/| | | | |||||
