summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Initial code to fixJabiertxof2019-07-083-24/+116
|
* Fix coding styleJabiertxof2019-07-053-12/+11
|
* Allow styling def sections and go to the eleemntJabiertxof2019-07-053-2/+74
|
* Fix various minor typosYuri Chornoivan2019-07-015-10/+10
|
* Remove gimp ruler.Tavmjong Bah2019-06-291-1/+1
|
* Make tick color the symbolic icon color if symbolic icons are used.Tavmjong Bah2019-06-291-1/+1
|
* hatch.jsValentin Ionita2019-06-281-3/+5
| | | | | | Polyfill to render hatches by converting paths to patterns. Used standardjs for linting, but kept the semicolons. Part of 2019 GSoC project.
* Fix coding styleJabiertxof2019-06-242-13/+14
|
* Fixes for scrolling on selectors and style dialogsJabiertxof2019-06-244-33/+160
|
* fix mising changes in previous commitJabier Arraiza2019-06-231-1/+1
|
* Fix coding styleJabier Arraiza2019-06-232-9/+6
|
* Remove experimental code to work in MR and fixes for selectorsJabier Arraiza2019-06-239-76/+85
|
* Merge branch 'gtk3-deprecated' of gitlab.com:Qantas94Heavy/inkscapeMarc Jeanmougin2019-06-203-28/+32
|\
| * Remove deprecated usage of custom Gtk::IconSizeKarl Cheng2019-06-162-25/+27
| | | | | | | | | | | | | | | | | | | | Custom Gtk::IconSize values have been deprecated since GTK 3.10. Also fix incorrect usage of pixel values to the Gtk::IconSize() constructor (introduced in de13793763), these are in fact meant to be enum values. Refs: https://gitlab.com/inkscape/inkscape/commit/de137937630524727b287fb2e03ec470554683a8
| * Replace deprecated Gtk::Label numeric align valuesKarl Cheng2019-06-161-3/+5
| |
* | Merge branch 'refactoring' of gitlab.com:shlomif/inkscapeMarc Jeanmougin2019-06-203-14/+14
|\ \
| * | Refactoring: replace funcs with methods.Shlomi Fish2019-06-123-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
| * | Refactor: convert rotate_rel() to a method.Shlomi Fish2019-06-121-1/+1
| | |
* | | Improving stylingJabiertxof2019-06-181-3/+8
| | |
* | | Fix compiling issuesJabiertxof2019-06-181-3/+4
| | |
* | | Base of theming refactorJabiertxof2019-06-183-77/+41
| | |
* | | fix #305 Transform->Skew->Horizontal directionThomas Holder2019-06-171-2/+4
| | |
* | | Improve default colors and remove symlink iconsJabier Arraiza2019-06-161-8/+8
| | |
* | | Improve nextgen icon setJabier Arraiza2019-06-161-0/+7
| | |
* | | Fix a style bugJabier Arraiza2019-06-161-1/+1
| | |
* | | Add next gen theme for Adam BellisJabier Arraiza2019-06-162-2/+28
| |/ |/|
* | Fix a bug when multiple stylesheetJabier Arraiza2019-06-162-0/+4
| |
* | Better word last commitJabiertxof2019-06-131-1/+1
| |
* | Warn if CSS value in stylesheet is wrongJabiertxof2019-06-131-1/+5
| |
* | Gix a bug dragging/droping selectorsJabiertxof2019-06-121-0/+1
| |
* | Update objects style when remove from selectorJabiertxof2019-06-121-1/+6
|/
* Fix coding styleJabiertxof2019-06-111-7/+3
|
* Allow not reorder commented styles and refresh stiles on selectors dragJabiertxof2019-06-112-46/+50
|
* Fixing coding styleJabiertxof2019-06-111-39/+32
|
* Add @doctormo UX improvementsJabiertxof2019-06-113-306/+361
|
* trying to improbe @doctormo feedbackJabier Arraiza2019-06-114-15/+43
|
* Fix coding styleJabier Arraiza2019-06-112-7/+7
|
* Add panned to XMLDialog and ArrtDialogJabier Arraiza2019-06-115-36/+74
|
* Move XMLDialog and Attributes Dialog to Gtk::PanedJabier Arraiza2019-06-104-22/+69
|
* Add shortcutJabiertxof2019-06-101-1/+1
|
* Dialogs improvementJabiertxof2019-06-102-5/+4
|
* Fix pos on toggleJabiertxof2019-06-101-0/+1
|
* Fix dialog orderJabier Arraiza2019-06-102-2/+2
|
* Fixing coding styleJabier Arraiza2019-06-105-98/+88
|
* Move from XMLDialog to another paned dialogJabier Arraiza2019-06-107-192/+211
|
* Minor cleanup (remove unneeded win32-specific defines)Patrick Storz2019-06-091-4/+1
|
* fix rebaseJabier Arraiza2019-06-081-1/+0
|
* fix coding styleJabier Arraiza2019-06-082-47/+40
|
* Fixes on selector dialog based in LGM inputJabier Arraiza2019-06-082-246/+352
|
* Style fixes.Shlomi Fish2019-06-063-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to @Qantas94Heavy 's comments. ---- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.