| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-09-07 | Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ↵ | Jabier Arraiza | 1 | -1/+1 | |
| add new content II (formating) | |||||
| 2019-09-07 | Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ↵ | Jabier Arraiza | 1 | -2/+10 | |
| add new content | |||||
| 2019-08-29 | add improvements to selectors and merge stylesheet on copy to work between docs | Jabier Arraiza | 1 | -0/+2 | |
| 2019-08-29 | Fixes on UX inb CSS dialog | Jabiertxof | 1 | -9/+4 | |
| 2019-08-29 | Improve CSS and Selectors dialog | Jabiertxof | 1 | -4/+34 | |
| 2019-08-29 | Noumerous bugfixes pointed in Rocket Chat | Jabier Arraiza | 1 | -6/+13 | |
| 2019-08-28 | Fix a bug on add selector on windows, also some ui improvements | Jabiertxof | 1 | -0/+3 | |
| 2019-08-28 | Fix issues pointed by @ede123 and cssinate | Jabiertxof | 1 | -9/+13 | |
| 2019-08-22 | Panned styling to CSS and XML dialogs | Jabiertxof | 1 | -1/+0 | |
| 2019-08-22 | Merge XML and CSS widgets improvements from ↵ | Jabier Arraiza | 1 | -87/+69 | |
| https://gitlab.com/inkscape/inkscape/merge_requests/801 | |||||
| 2019-07-08 | comment uneeded header | Jabier Arraiza | 1 | -1/+1 | |
| 2019-07-08 | Improve scrool on selectors | Jabiertxof | 1 | -0/+2 | |
| 2019-07-08 | Allow good render of multiples stylesheets | Jabiertxof | 1 | -2/+0 | |
| 2019-07-08 | allow multiple style tags | Jabier Arraiza | 1 | -20/+1 | |
| 2019-07-08 | Add initial commit | Jabiertxof | 1 | -18/+33 | |
| 2019-07-08 | Fixing coding style | Jabiertxof | 1 | -1/+1 | |
| 2019-07-08 | Adding styles default | Jabiertxof | 1 | -15/+17 | |
| 2019-06-24 | Fix coding style | Jabiertxof | 1 | -7/+7 | |
| 2019-06-24 | Fixes for scrolling on selectors and style dialogs | Jabiertxof | 1 | -12/+87 | |
| 2019-06-23 | Fix coding style | Jabier Arraiza | 1 | -4/+4 | |
| 2019-06-23 | Remove experimental code to work in MR and fixes for selectors | Jabier Arraiza | 1 | -26/+34 | |
| 2019-06-16 | Fix a bug when multiple stylesheet | Jabier Arraiza | 1 | -0/+2 | |
| 2019-06-12 | Gix a bug dragging/droping selectors | Jabiertxof | 1 | -0/+1 | |
| 2019-06-12 | Update objects style when remove from selector | Jabiertxof | 1 | -1/+6 | |
| 2019-06-11 | Allow not reorder commented styles and refresh stiles on selectors drag | Jabiertxof | 1 | -2/+3 | |
| 2019-06-11 | Add @doctormo UX improvements | Jabiertxof | 1 | -6/+3 | |
| 2019-06-11 | trying to improbe @doctormo feedback | Jabier Arraiza | 1 | -2/+16 | |
| 2019-06-11 | Fix coding style | Jabier Arraiza | 1 | -3/+2 | |
| 2019-06-11 | Add panned to XMLDialog and ArrtDialog | Jabier Arraiza | 1 | -9/+27 | |
| 2019-06-10 | Move XMLDialog and Attributes Dialog to Gtk::Paned | Jabier Arraiza | 1 | -2/+2 | |
| 2019-06-10 | Add shortcut | Jabiertxof | 1 | -1/+1 | |
| 2019-06-10 | Dialogs improvement | Jabiertxof | 1 | -1/+1 | |
| 2019-06-10 | Fix pos on toggle | Jabiertxof | 1 | -0/+1 | |
| 2019-06-10 | Fix dialog order | Jabier Arraiza | 1 | -1/+1 | |
| 2019-06-10 | Fixing coding style | Jabier Arraiza | 1 | -76/+69 | |
| 2019-06-10 | Move from XMLDialog to another paned dialog | Jabier Arraiza | 1 | -142/+162 | |
| 2019-06-08 | fix rebase | Jabier Arraiza | 1 | -1/+0 | |
| 2019-06-08 | fix coding style | Jabier Arraiza | 1 | -37/+34 | |
| 2019-06-08 | Fixes on selector dialog based in LGM input | Jabier Arraiza | 1 | -243/+340 | |
| 2019-06-06 | Style fixes. | Shlomi Fish | 1 | -1/+1 | |
| 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. | |||||
| 2019-06-06 | Refactoring: call setAttribute() directly. | Shlomi Fish | 1 | -3/+3 | |
| Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- 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. | |||||
| 2019-06-02 | fix coding style | Jabier Arraiza | 1 | -2/+2 | |
| 2019-06-02 | Fixing coding style | Jabier Arraiza | 1 | -35/+36 | |
| 2019-06-02 | Improvements to hadle whols CSS file | Jabier Arraiza | 1 | -81/+46 | |
| 2019-06-02 | working on selector dialog | Jabier Arraiza | 1 | -9/+11 | |
| 2019-06-02 | add improvements pointed by Thomas Holder | Jabier Arraiza | 1 | -3/+3 | |
| 2019-06-02 | Fix a bug on undo, backpoer from master | Jabier Arraiza | 1 | -4/+4 | |
| 2019-06-02 | fix merge | Jabier Arraiza | 1 | -11/+39 | |
| 2019-06-02 | add unhandled multiselector | Jabier Arraiza | 1 | -2/+15 | |
| 2019-06-02 | Merge from master | Jabier Arraiza | 1 | -1/+1 | |
