| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fixes the exclusion list for localized templates | Marc Jeanmougin | 2017-07-31 | 1 | -1/+1 |
| | | |||||
| * | Fix translation of menus.xml | Eduard Braun | 2017-07-30 | 1 | -1/+6 |
| | | | | | | | | - prefix with underscores to make detectable by intltool-update (was lost with 78cebbf91af8d91681d4ff18b7c1a8b25f2c431a) - fix 'sp_ui_build_dyn_menus()' to account for this and stick with current project standards: translate '_name' but not 'name' | ||||
| * | 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 |
| | | |||||
| * | Show a control point for the center of a spiral | Antonio Ospite | 2017-07-28 | 1 | -0/+47 |
| | | | | | | | | | Spirals in Inkscape define a center point but the user cannot easily control the position of the center. Show a control point for the center so it's easier to move the shape around and snap it by its center. | ||||
| * | UX compres document dialog from Ronaldo idea with target to backport to 0.92.2 | Jabier Arraiza | 2017-07-26 | 4 | -26/+43 |
| | | |||||
| * | interface: add support for old Gtk+ | Alex Valavanis | 2017-07-25 | 1 | -0/+5 |
| | | |||||
| * | Add C++ based Gtk::Action for choosing one item out of many. | Tavmjong Bah | 2017-07-24 | 3 | -0/+372 |
| | | | | | | | | | | | Options: Show icons and/or labels. Use combbox or radio buttons. Replacement for C based ege-select-one-action. Update text toolbar to use this class, allowing bar to be narrower. | ||||
| * | Adjust the tooltip strings of the objects center point | Antonio Ospite | 2017-07-20 | 1 | -3/+3 |
| | | |||||
| * | Show a control point for the center of a rectangle | Antonio Ospite | 2017-07-20 | 1 | -0/+39 |
| | | | | | | | | | | Other shapes like ellipses and stars now show a center point but the user still cannot easily control the position of a rectangle by using its center. Show a control point for the center so it's easier to move the shape around and snap it by its center. | ||||
| * | Minor code cleanup after baeb92c8b275ada9a09187772e11f8b32b7ae6ef | Eduard Braun | 2017-07-19 | 1 | -11/+1 |
| | | |||||
| * | Merge branch 'shortcuts' (!41) | Eduard Braun | 2017-07-11 | 7 | -51/+22 |
| |\ | |||||
| | * | 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 | 123 | -2107/+2685 |
| | |\ | |||||
| | * | | 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 | 7 | -49/+16 |
| | | | | | | | | | | | | | Should fix many issues with unusuable keys, especially on non-English keyboard layouts. | ||||
| * | | | Use new GdkSeat API and update gimpcolorwheel comments | Alexander Valavanis | 2017-07-10 | 1 | -4/+36 |
| | | | | |||||
| * | | | Drop obsolete SizeGroup::set_ignore_hidden | Alexander Valavanis | 2017-07-10 | 1 | -1/+0 |
| | | | | |||||
| * | | | Drop obsolete resize_mode usage | Alexander Valavanis | 2017-07-10 | 1 | -7/+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 |
| | | | | |||||
| * | | | Rm obsolete function | Alexander Valavanis | 2017-07-09 | 1 | -9/+0 |
| | | | | |||||
| * | | | Update Gtk button press handling | Alexander Valavanis | 2017-07-09 | 2 | -6/+6 |
| | | | | |||||
| * | | | Update GtkDialog usage | Alexander Valavanis | 2017-07-09 | 5 | -6/+6 |
| | | | | |||||
| * | | | Update Gtk margin handling | Alexander Valavanis | 2017-07-09 | 3 | -6/+53 |
| | | | | |||||
| * | | | Update for Gtk alignment changes | Alexander Valavanis | 2017-07-09 | 5 | -26/+27 |
| | | | | |||||
| * | | | Drop GdkWindow update stuff. Now handled automatically | Alexander Valavanis | 2017-07-09 | 1 | -1/+0 |
| | |/ |/| | |||||
| * | | Fix Gtk alignment API | Alexander Valavanis | 2017-07-08 | 21 | -55/+84 |
| | | | |||||
| * | | Fix gtk margin API | Alexander Valavanis | 2017-07-06 | 1 | -0/+17 |
| | | | |||||
| * | | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 10 | -84/+70 |
| | | | |||||
| * | | Gtkmm deprecation fixes | Alexander Valavanis | 2017-07-06 | 6 | -62/+59 |
| | | | |||||
| * | | 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) | ||||
| * | | Remove more checks if icon exists in default theme. | Tavmjong Bah | 2017-07-06 | 4 | -33/+13 |
| | | | |||||
| * | | Don't check if icon exists in default theme since that prevents use of ↵ | Tavmjong Bah | 2017-07-06 | 1 | -8/+2 |
| | | | | | | | | | fallback icons. | ||||
| * | | Upgrade dropper with fixed for each of the modes | Martin Owens | 2017-07-05 | 2 | -106/+104 |
| | | | |||||
| * | | cursors: rm deprecated gtkstyle custom black/white | Alexander Valavanis | 2017-07-05 | 2 | -7/+5 |
| | | | |||||
| * | | Use std::transform instead of a for loop | Tobias Ellinghaus | 2017-07-05 | 2 | -11/+14 |
| | | | |||||
| * | | Clean up color profiles code | Tobias Ellinghaus | 2017-07-05 | 3 | -20/+31 |
| | | | | | | | | | | | This is a late 2nd part for 86a74b4a93ab62c8ef7819dc549fe7b3ace24916 and gets rid of the non-descriptive std::pair<ustring, bool> | ||||
| * | | Fix a bug with select knots and modifiers | Jabier Arraiza | 2017-07-04 | 2 | -8/+6 |
| | | | |||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | | 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 | 3 | -0/+158 |
| | | | | | | | | | | | | | 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 |
| | | | | |||||
| * | | | Merge https://gitlab.com/inkscape/inkscape into selectable-knots | Jabier Arraiza | 2017-07-02 | 3 | -170/+73 |
| |\ \ \ | |||||
