summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix alignment of ruler ticksDiederik van Lierop2019-05-202-18/+20
|
* Remove support for LCMS 1Karl Cheng2019-05-122-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 castingKarl Cheng2019-05-121-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 toolbarsNathan Lee2019-04-302-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 styleJabier Arraiza2019-04-271-2/+2
|
* Fixes some crashes when selector is * and allow select multiple tagsJabier Arraiza2019-04-271-9/+9
|
* Restore select toolbar lock buttonNathan Lee2019-04-151-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/AttributesNathan Lee2019-04-021-1/+1
|
* fixed drag-and-drop crash in xml treeRyan O'Connor2019-04-011-20/+9
|
* An a few more config.h fixesPatrick Storz2019-03-281-0/+4
|
* Add window class along dark/bright to mark APP is using symbolic icons or ↵Jabiertxof2019-03-271-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" dialogPatrick Storz2019-03-223-51/+46
|
* Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva2019-03-201-19/+43
|
* Merge: Avoid the “using std::*;” or “using namespace std;” constructMartin Owens2019-03-061-1/+1
|\
| * Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-1/+1
| | | | | | | | This makes the code a lot less readable and greppable for no reason.
* | Merge addition of center on page buttonMartin Owens2019-03-062-1/+6
|\ \ | |/ |/|
| * Changed tabs to spacesWizardOhio242019-02-112-2/+2
| |
| * Added Feature: Recenter page in window, Ctrl+4 shortcutWizardOhio242019-02-112-1/+6
| |
* | Stop crash, save dialog pos for floating dialog preferenceNathan Lee2019-02-272-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 Bah2019-02-202-5/+5
| | | | | | | | Makes searching through code for them easier.
* | fixing coding style and translation and merge from masterJabier Arraiza2019-02-181-12/+3
| |
* | Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-02-181-5/+5
| |
* | Header cleanup.Tavmjong Bah2019-02-122-2/+0
|/
* MeshToolbar: GtkAction migrationAlexander Valavanis2019-02-101-1/+1
|
* LPEToolbar: GtkAction migrationAlexander Valavanis2019-02-101-1/+1
|
* SprayToolbar: GtkAction migrationAlexander Valavanis2019-02-101-1/+1
|
* Toolbox: Move deprecated VerbAction to separate fileAlexander Valavanis2019-02-101-168/+1
|
* ConnectorToolbar: GtkAction migrationAlexander Valavanis2019-02-091-1/+1
|
* CalligraphyToolbar: GtkAction migrationAlexander Valavanis2019-02-091-1/+1
|
* PencilToolbar: GtkAction migrationAlexander Valavanis2019-02-051-3/+3
|
* NodeToolbar: GtkAction migrationAlexander Valavanis2019-02-044-122/+1
|
* rm unused InkRadioActionAlexander Valavanis2019-02-033-257/+0
|
* MeasureToolbar: GtkAction migrationAlexander Valavanis2019-02-034-383/+1
|
* TweakToolbar: GtkAction migrationAlexander Valavanis2019-02-022-12/+16
|
* clang-tidy recent changesAlexander Valavanis2019-02-011-1/+0
|
* GradientToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
|
* ArcToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
|
* PaintbucketToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
|
* EraserToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
|
* Box3DToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
|
* Temporary fix for crash on quit.Tavmjong Bah2019-01-282-0/+10
|
* SpiralToolbar: GtkAction migrationAlexander Valavanis2019-01-271-1/+1
|
* StarToolbar: GtkAction migrationAlexander Valavanis2019-01-271-1/+1
|
* Add swatches and styling to directly created toolbarsAlexander Valavanis2019-01-271-5/+38
|
* Toolbars: Fix alt+x focus switchingAlexander Valavanis2019-01-273-3/+48
|
* Merge branch 'master' of gitlab.com:inkscape/inkscapeAlexander Valavanis2019-01-272-2/+25
|\
| * Finich CSS refactorJabier Arraiza2019-01-271-0/+2
| |
| * Fix compiling errorsJabier Arraiza2019-01-271-3/+3
| |
| * Improvements to CSS to easy tweak widgetsJabier Arraiza2019-01-271-5/+5
| |
| * Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-01-273-7/+28
| |