summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* comment uneeded headerJabier Arraiza2019-07-083-15/+10
|
* fix issue on theme changeJabier Arraiza2019-07-086-40/+48
|
* Improve scrool on selectorsJabiertxof2019-07-081-0/+2
|
* fix compiling issueJabier Arraiza2019-07-081-2/+2
|
* fix compiling problemJabier Arraiza2019-07-081-1/+0
|
* finish rebase from masterJabier Arraiza2019-07-084-6/+2
|
* comment alternate colorsJabier Arraiza2019-07-083-4/+61
|
* Fix coding styleJabiertxof2019-07-082-14/+12
|
* Allow pop in front and disable color buttons viewJabiertxof2019-07-083-21/+21
|
* Refctor of Adam Belis icons to fit new system and fix bug compilingJabiertxof2019-07-081-1/+1
|
* Bug fixing of update colorsJabiertxof2019-07-082-116/+144
|
* Bug fixes and add Adam Belis icon setJabiertxof2019-07-081-6/+9
|
* Fix coding styleJabiertxof2019-07-082-6/+5
|
* Improvements to temming allow diferent on dark themesJabiertxof2019-07-083-82/+45
|
* Coding Style FixesJabiertxof2019-07-085-30/+35
|
* Add coloring default to themeJabiertxof2019-07-086-164/+166
|
* working wth colors for iconsJabier Arraiza2019-07-085-162/+206
|
* add improvements to color handlingJabiertxof2019-07-085-32/+59
|
* Allow good render of multiples stylesheetsJabiertxof2019-07-084-14/+11
|
* improve speed not reloading root if only one style tagJabier Arraiza2019-07-082-3/+5
|
* allow multiple style tagsJabier Arraiza2019-07-085-184/+141
|
* Add initial commitJabiertxof2019-07-089-83/+130
|
* Fixing coding styleJabiertxof2019-07-082-2/+2
|
* Adding styles defaultJabiertxof2019-07-086-31/+37
|
* Fix coding styleJabiertxof2019-07-085-51/+39
|
* Initial code to fixJabiertxof2019-07-0810-55/+224
|
* Display spiro pen preview right after backspaceNathan Lee2019-07-061-6/+7
| | | | Fix https://gitlab.com/inkscape/inkscape/issues/282
* Fix coding styleJabiertxof2019-07-054-16/+17
|
* Allow styling def sections and go to the eleemntJabiertxof2019-07-055-5/+79
|
* Use GtkStack for toolbar, fixes https://gitlab.com/inkscape/inkscape/issues/125Marc Jeanmougin2019-07-041-23/+11
|
* Fix link export codeMarc Jeanmougin2019-07-042-6/+10
|
* Export links to pdf. Fixes https://gitlab.com/inkscape/inbox/issues/583Marc Jeanmougin2019-07-033-6/+45
|
* Implement fixes/suggestions by MarenPatrick Storz2019-07-031-51/+50
|
* Add additional informational strings for --help outputPatrick Storz2019-07-031-0/+11
|
* Refine option groupingPatrick Storz2019-07-031-66/+69
| | | | Includes some improvements and consistency fixes for help strings.
* Allow option sections without a name (just outputs an empty line)Patrick Storz2019-07-032-3/+7
|
* Avoid outputting control characters to non-tty destinations.Patrick Storz2019-07-031-0/+11
|
* Group command line options in --help outputPatrick Storz2019-07-032-41/+60
| | | | | | | This implements a workaround for functionality that seems to be missing in glib/gtk: We add the group headers as additional option entries and modify their short name to produce the desired output.
* Crashfix SIOX Trace (free memory properly)Nathan Lee2019-07-031-2/+1
| | | | https://gitlab.com/inkscape/inkscape/issues/293
* Crashfix when importing/selecting large pngNathan Lee2019-07-022-3/+3
| | | | | Uses size_t as per Thomas Holder's suggestion. Fixes gitlab.com/inkscape/inkscape/issues/192.
* Fix various minor typosYuri Chornoivan2019-07-0161-129/+129
|
* Remove gimp ruler.Tavmjong Bah2019-06-299-1613/+24
|
* Make tick color the symbolic icon color if symbolic icons are used.Tavmjong Bah2019-06-292-2/+2
|
* Make ruler tickes line up with other GUI elements (e.g. grids).Tavmjong Bah2019-06-291-1/+1
|
* Fix rendering on high DPI screens.Tavmjong Bah2019-06-292-8/+11
|
* Reimplement ruler in C++.Tavmjong Bah2019-06-295-5/+595
|
* hatch.jsValentin Ionita2019-06-288-11/+12395
| | | | | | Polyfill to render hatches by converting paths to patterns. Used standardjs for linting, but kept the semicolons. Part of 2019 GSoC project.
* mesh.js updateValentin Ionita2019-06-264-821/+1163
| | | | | | | Updated formatting and migrated to ES6 syntax for classes, variable declarations, arrow functions, iterators. Fixed variable redeclarations and undefined getComputedStyle, removed unnecessary escapes from RegEx. Used standardjs for linting, but kept the semicolons.
* Fix coding styleJabiertxof2019-06-242-13/+14
|
* Fixes for scrolling on selectors and style dialogsJabiertxof2019-06-244-33/+160
|