summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-add.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make funtion that add classes to top level windows in diallogs callable from ↵Jabier Arraiza2019-10-011-1/+5
| | | | non dialogs windows
* fix tooggled value and po glade fila addedJabier Arraiza2019-09-231-19/+6
|
* Improve speed of LPE add dialog removing file from loop that make creation ↵Jabier Arraiza2019-09-221-0/+1
| | | | of multimple uneededd hidden dialogs
* Make LPE Selector translatablePatrick Storz2019-09-221-1/+1
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/432
* Fix translating description on dialog add LPEJabier Arraiza2019-09-191-1/+2
|
* Fix initial state of List mode stored in prefs on start LPE dialogJabier Arraiza2019-09-191-0/+5
|
* Some styling to search barJabiertxof2019-09-181-1/+1
|
* Add multiview modes to LPE selector (styling)Jabiertxof2019-09-181-24/+17
|
* Add multiview modes to LPE selectorJabiertxof2019-09-181-61/+223
|
* Add prefs switcherJabier Arraiza2019-09-181-24/+118
|
* Lpe dialog listableJabiertxof2019-09-181-0/+16
|
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* Remove deprecated usage of custom Gtk::IconSizeKarl Cheng2019-06-161-7/+8
| | | | | | | | | | 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
* Allow translations in LPE add dialogJabier Arraiza2019-05-271-1/+1
|
* Allow easy apply last LPE usedJabiertxof2019-05-131-10/+11
|
* fix coding styleJabier Arraiza2019-05-091-5/+5
|
* Remove unclear functionJabiertxof2019-05-091-14/+0
|
* Add styling and options to hangle keyboard on LPE dialogJabiertxof2019-05-091-36/+87
|
* Select filter on each LPE add dialog to easy remove or modify. Also improve ↵Jabier Arraiza2019-05-011-0/+4
| | | | LPE to match better LPE aloable effect per type of objext and some strings fixes
* Simplify UI for LPE addJabiertxof2019-04-291-5/+4
|
* An a few more config.h fixesPatrick Storz2019-03-281-4/+0
|
* Allow add LPE with one clickJabiertxof2019-03-271-4/+36
|
* Show LPE popups on overJabier Arraiza2019-03-081-4/+5
|
* Fix window positioning in Linux odf LPEDialogJabier Arraiza2019-02-191-0/+1
|
* Fixing windows glitchesJabiertxof2019-02-191-10/+5
|
* Fixes LPE Dialog search focus and window sice improvements pointed by PatrickJabiertxof2019-02-191-7/+5
|
* Fix bugs pointed by PatrickJabier Arraiza2019-02-181-8/+27
|
* Remove a cout debug stringJabier Arraiza2019-02-181-1/+0
|
* Update issues on CIJabiertxof2019-02-181-82/+103
|
* Add descriptions and fixes to show disabled and rename dash to dashed stoke LPEJabiertxof2019-02-181-3/+14
|
* Add missing icons and add double languajeJabier Arraiza2019-02-181-49/+56
|
* Add switch icon to fix broken imageJabiertxof2019-02-181-6/+6
|
* Add apply functionsJabiertxof2019-02-181-31/+26
|
* Add apply functionJabiertxof2019-02-181-5/+68
|
* Improving window positionJabiertxof2019-02-181-1/+28
|
* Adding strings to favoritesJabiertxof2019-02-181-9/+42
|
* Adding Ramon Miranda sugestionsJabiertxof2019-02-181-9/+34
|
* Some styling tweaksJabier Arraiza2019-02-181-4/+12
|
* Working with event boxesJabier Arraiza2019-02-181-82/+116
|
* add sorting and favoritesJabier Arraiza2019-02-181-10/+154
|
* Add info popupJabier Arraiza2019-02-181-41/+45
|
* adding symbolsJabier Arraiza2019-02-181-39/+12
|
* fixing coding style and translation and merge from masterJabier Arraiza2019-02-181-37/+62
|
* Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-02-181-46/+81
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - 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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Reorder LPE enum to match definition in effect.cpp. also fix a bug pointed ↵Jabiertxof2017-05-071-2/+10
| | | | | by Ede_123 in IRC, LPE dialog show bad default selected LPE (bzr r15670)
* Rm more deprecated Gtk::StockAlex Valavanis2016-12-271-4/+2
| | | (bzr r15367)
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-5/+1
|\ | | | | (bzr r15038)