summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/livepatheffect-add.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add multiview modes to LPE selectorJabiertxof2019-09-181-1/+1
|
* Add prefs switcherJabier Arraiza2019-09-181-3/+6
|
* Lpe dialog listableJabiertxof2019-09-181-0/+2
|
* Allow easy apply last LPE usedJabiertxof2019-05-131-0/+1
|
* fix coding styleJabier Arraiza2019-05-091-1/+1
|
* Remove unclear functionJabiertxof2019-05-091-1/+0
|
* Add styling and options to hangle keyboard on LPE dialogJabiertxof2019-05-091-2/+5
|
* remove wrong from clipboard pasteJabiertxof2019-03-271-2/+1
|
* Allow add LPE with one clickJabiertxof2019-03-271-0/+2
|
* Show LPE popups on overJabier Arraiza2019-03-081-2/+2
|
* Fixing windows glitchesJabiertxof2019-02-191-1/+0
|
* Fixes LPE Dialog search focus and window sice improvements pointed by PatrickJabiertxof2019-02-191-0/+1
|
* Update issues on CIJabiertxof2019-02-181-25/+25
|
* Add switch icon to fix broken imageJabiertxof2019-02-181-1/+1
|
* Add apply functionsJabiertxof2019-02-181-2/+9
|
* Add apply functionJabiertxof2019-02-181-1/+4
|
* Improving window positionJabiertxof2019-02-181-0/+2
|
* Adding Ramon Miranda sugestionsJabiertxof2019-02-181-0/+3
|
* Working with event boxesJabier Arraiza2019-02-181-2/+4
|
* add sorting and favoritesJabier Arraiza2019-02-181-2/+11
|
* Add info popupJabier Arraiza2019-02-181-0/+5
|
* adding symbolsJabier Arraiza2019-02-181-2/+3
|
* fixing coding style and translation and merge from masterJabier Arraiza2019-02-181-32/+27
|
* Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-02-181-31/+11
|
* 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
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-8/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Improve keyboard navigation in LPE dialog.Liam P. White2014-04-251-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1310688 (bzr r13305)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Fix false gtk deprecation warnings from gtkmm headersAlex Valavanis2012-03-121-4/+0
| | | (bzr r11070)
* Fix for 927074 : resize buttons, and add on tree double clickJohn Smith2012-03-021-1/+7
| | | (bzr r11040)
* Fix for 927074 : Simplify Path Effects dialogJohn Smith2012-03-021-0/+122
(bzr r11037)