summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-add.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-5/+1
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
|/ | | (bzr r15025)
* Improve keyboard navigation in LPE dialog.Liam P. White2014-04-251-0/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1310688 (bzr r13305)
* Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-081-0/+5
| | | (bzr r12181)
* Fix for 172222 : Move direct to specified layerJohn Smith2012-09-221-1/+2
| | | (bzr r11695)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-1/+1
| | | (bzr r11304)
* Fix deprecated Gtk::Widget flagsAlex Valavanis2012-03-121-2/+2
| | | (bzr r11073)
* Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis2012-03-121-1/+1
| | | (bzr r11070)
* Fix for 927074 : resize buttons, and add on tree double clickJohn Smith2012-03-021-0/+9
| | | (bzr r11040)