| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix alignment of ruler ticks | Diederik van Lierop | 2019-05-20 | 2 | -18/+20 | |
| | | ||||||
| * | Remove support for LCMS 1 | Karl Cheng | 2019-05-12 | 2 | -19/+19 | |
| | | | | | | | | Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014 | |||||
| * | Retrieve pattern object from ID before casting | Karl Cheng | 2019-05-12 | 1 | -14/+18 | |
| | | | | | | | | | | The actual pattern object itself needs to be retrieved before casting as SP_PATTERN(). You can't magically get an SPPattern* out of a gchar*. Also move SP_IS_PATTERN() check to before it is used. Fixes: https://bugs.launchpad.net/inkscape/+bug/1378595 | |||||
| * | Make display unit change roll out to toolbars | Nathan Lee | 2019-04-30 | 2 | -2/+4 | |
| | | | | | | | | Add exception for measure tool, which uses preferences Fixes https://gitlab.com/inkscape/inbox/issues/393 Partial fix: https://gitlab.com/inkscape/inkscape/issues/208 | |||||
| * | Fixing coding style | Jabier Arraiza | 2019-04-27 | 1 | -2/+2 | |
| | | ||||||
| * | Fixes some crashes when selector is * and allow select multiple tags | Jabier Arraiza | 2019-04-27 | 1 | -9/+9 | |
| | | ||||||
| * | Restore select toolbar lock button | Nathan Lee | 2019-04-15 | 1 | -0/+3 | |
| | | | | | | | | | | Connection to other code (e.g. drag selection, pasting width) restored (dropped in GtkAction migration). Fixes https://gitlab.com/inkscape/inkscape/issues/161 Fixes https://gitlab.com/inkscape/inkscape/issues/173 | |||||
| * | Tidy UI for Object Properties/Attributes | Nathan Lee | 2019-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | fixed drag-and-drop crash in xml tree | Ryan O'Connor | 2019-04-01 | 1 | -20/+9 | |
| | | ||||||
| * | An a few more config.h fixes | Patrick Storz | 2019-03-28 | 1 | -0/+4 | |
| | | ||||||
| * | Add window class along dark/bright to mark APP is using symbolic icons or ↵ | Jabiertxof | 2019-03-27 | 1 | -0/+8 | |
| | | | | | regular to allow apply diferent rules in icon contesx. For example allow use icons by css only (and sufix properly with "-symbolic" when necesary | |||||
| * | Realign labels in "Fill and Stroke" dialog | Patrick Storz | 2019-03-22 | 3 | -51/+46 | |
| | | ||||||
| * | Fixed: circles and ellipses had wrong element names in XML editor (Issue #116) | Joseph Da Silva | 2019-03-20 | 1 | -19/+43 | |
| | | ||||||
| * | Merge: Avoid the “using std::*;” or “using namespace std;” construct | Martin Owens | 2019-03-06 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 2019-03-06 | 1 | -1/+1 | |
| | | | | | | | | | This makes the code a lot less readable and greppable for no reason. | |||||
| * | | Merge addition of center on page button | Martin Owens | 2019-03-06 | 2 | -1/+6 | |
| |\ \ | |/ |/| | ||||||
| | * | Changed tabs to spaces | WizardOhio24 | 2019-02-11 | 2 | -2/+2 | |
| | | | ||||||
| | * | Added Feature: Recenter page in window, Ctrl+4 shortcut | WizardOhio24 | 2019-02-11 | 2 | -1/+6 | |
| | | | ||||||
| * | | Stop crash, save dialog pos for floating dialog preference | Nathan Lee | 2019-02-27 | 2 | -27/+32 | |
| | | | | | | | | | | | | | | | | | | | Adds error checking and calls sp_ruler_remove_track_widget before track widget is removed. Fixes: https://gitlab.com/inkscape/inkscape/issues/90 https://bugs.launchpad.net/inkscape/+bug/1674155 | |||||
| * | | Give more descriptive names to document file related variables and functions. | Tavmjong Bah | 2019-02-20 | 2 | -5/+5 | |
| | | | | | | | | | Makes searching through code for them easier. | |||||
| * | | fixing coding style and translation and merge from master | Jabier Arraiza | 2019-02-18 | 1 | -12/+3 | |
| | | | ||||||
| * | | Adding styling refactoring, moving after to other branch the CSS part | Jabier Arraiza | 2019-02-18 | 1 | -5/+5 | |
| | | | ||||||
| * | | Header cleanup. | Tavmjong Bah | 2019-02-12 | 2 | -2/+0 | |
| |/ | ||||||
| * | MeshToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 1 | -1/+1 | |
| | | ||||||
| * | LPEToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 1 | -1/+1 | |
| | | ||||||
| * | SprayToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 1 | -1/+1 | |
| | | ||||||
| * | Toolbox: Move deprecated VerbAction to separate file | Alexander Valavanis | 2019-02-10 | 1 | -168/+1 | |
| | | ||||||
| * | ConnectorToolbar: GtkAction migration | Alexander Valavanis | 2019-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | CalligraphyToolbar: GtkAction migration | Alexander Valavanis | 2019-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | |
| | | | ||||||
