summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* desktopwidget: C++ify a few membersAlexander Valavanis2018-12-012-121/+135
|
* SPButton: GObject style fixAlexander Valavanis2018-11-281-19/+12
|
* desktop-widget: Move function to correct headerAlexander Valavanis2018-11-271-0/+5
|
* EgeOutputAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-252-19/+29
|
* EgeAdjustmentAction: Replace deprecated g_type_class_add_private and adhere ↵Alexander Valavanis2018-11-252-145/+157
| | | | to GObject conventions
* InkRadioAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-252-22/+23
|
* InkAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-252-22/+23
|
* EekPreview: rm unused function headerAlexander Valavanis2018-11-251-1/+0
|
* EekPreview: Replace deprecated g_type_class_add_private and adhere to ↵Alexander Valavanis2018-11-252-22/+10
| | | | GObject conventions
* InkToggleAction: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-252-25/+26
|
* widgets/gimp/ruler: Replace deprecated g_type_class_add_privateAlexander Valavanis2018-11-251-14/+17
|
* Rewrite of Gimp Color Wheel in C++.Tavmjong Bah2018-11-163-1583/+0
|
* cleanup StrokeStyle::updateAllMarkersThomas Holder2018-11-101-24/+30
| | | | rearrange code to minimize redundant actions
* Fix Bug #1796261 update markers in groupsSamuel Buttigieg2018-11-101-22/+42
|
* Fix codding styleJabiertxof2018-11-099-21/+14
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-099-9/+9
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-099-11/+23
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* Clarify licensesMax Gaukler2018-11-0863-83/+245
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Use C++11 raw string for embeded SVG.Tavmjong Bah2018-11-061-25/+27
|
* Use monospace digits font in messages and spinbuttonsJabier Arraiza2018-11-031-4/+6
|
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-225-5/+0
|
* Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵Rick Yorgason2018-10-181-2/+2
| | | | clearer.
* New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason2018-10-181-0/+2
| | | | mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters.
* Removal of code but breaks gradientsMartin Owens2018-10-052-6/+8
|
* Move macros.h and remove unneeded macrosEduard Braun2018-10-013-3/+2
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-0115-52/+1
|
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-012-0/+4
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-249-32/+4
|
* Fix window resize canvas orientation interferenceThomas Holder2018-09-211-1/+4
| | | | https://bugs.launchpad.net/inkscape/+bug/1792514
* Remove sp-xmlview-attr with attrdialog (C++) and improve interfaceMartin Owens2018-09-143-339/+0
|
* Remove colors from gtklistviewMartin Owens2018-09-122-7/+6
|
* Allow adding new propertiesMartin Owens2018-09-122-12/+68
|
* New option to invert y-axisThomas Holder2018-09-121-2/+6
| | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
* Refactor xml editor, improve UI and prepare for future additionsMartin Owens2018-09-115-230/+93
|
* Fix bug pointed by suv in ↵Jabiertxof2018-08-171-1/+1
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_95077426
* Fix bug pointed by moini in ↵Jabiertxof2018-08-093-2/+3
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271
* Fixes pointed by TavJabier Arraiza2018-08-051-9/+2
|
* coding style fixesJabier Arraiza2018-08-052-5/+7
|
* Fixes compiling bugsJabier Arraiza2018-08-051-3/+9
|
* Refactor with Tav helpJabier Arraiza2018-08-052-6/+18
|
* Revert changesJabier Arraiza2018-08-052-44/+9
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-052-9/+44
| | | | pref optional to scale dashes on stroke scale
* DropperToolbar: GtkAction migrationAlexander Valavanis2018-07-293-1/+19
|
* Fixing coding styleJabier Arraiza2018-07-212-37/+20
|
* adding gtk-themeJabier Arraiza2018-07-2111-46/+65
|
* Move global functions into SPImage methods.Emmanuel Gil Peyrot2018-06-211-1/+1
|
* Move global functions into SPGradient methods.Emmanuel Gil Peyrot2018-06-211-3/+3
|
* Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2018-06-202-12/+12
|
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-201-2/+2
|
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-1/+1
|