summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed UI issuesJabier Arraiza2019-06-021-18/+18
|
* Improvements to hadle whols CSS fileJabier Arraiza2019-06-021-149/+187
|
* working on selector dialogJabier Arraiza2019-06-021-77/+79
|
* Fixes locatesd with Thomas at HakfestJabier Arraiza2019-06-021-12/+11
|
* add improvements pointed by Thomas HolderJabier Arraiza2019-06-021-107/+83
|
* First full workingJabier Arraiza2019-06-021-19/+103
|
* Working on add rowJabier Arraiza2019-06-021-3/+17
|
* add writing methodJabier Arraiza2019-06-021-3/+3
|
* add storingJabier Arraiza2019-06-021-35/+163
|
* simplification of codeJabier Arraiza2019-06-021-43/+8
|
* starting refactorJabier Arraiza2019-06-021-83/+9
|
* Removing unwanted selectorJabier Arraiza2019-06-021-9/+6
|
* Styling fixes and remove a crashJabier Arraiza2019-06-021-17/+19
|
* fix attributes and add ui fileJabier Arraiza2019-06-021-1/+58
|
* Add visualization of style dialogJabier Arraiza2019-06-021-84/+329
|
* working on new UIJabier Arraiza2019-06-021-59/+84
|
* Working on selectors and unhandled onesJabier Arraiza2019-06-021-263/+520
|
* Backup fro full refactorJabier Arraiza2019-06-021-51/+33
|
* Updating fixes on compilingJabier Arraiza2019-06-021-21/+2
|
* reorder dialogsJabier Arraiza2019-06-021-446/+64
|
* minor fixesJabier Arraiza2019-06-021-3/+2
|
* Adding a TreeModelFilterJabier Arraiza2019-06-021-16/+76
|
* Working on simplifyJabier Arraiza2019-06-021-45/+371
|
* Including widgetsJabiertxof2019-06-021-2/+3
|
* Add CSSDialog simplifyJabier Arraiza2019-06-021-30/+75
|
* Rename files to fit better his functionJabier Arraiza2019-04-201-1118/+242
|
* Fixing coding styleJabier Arraiza2019-03-241-1/+1
|
* Add some handling fixes to selector classesJabier Arraiza2019-03-241-2/+2
|
* Fix compiling problemJabier Arraiza2019-03-241-4/+4
|
* Fix CI problemsJabier Arraiza2019-03-241-78/+72
|
* Move multiple selector to unhadled selectorJabier Arraiza2019-03-241-24/+20
|
* final improvements to style dialogJabier Arraiza2019-03-241-49/+104
|
* Add base of workingJabier Arraiza2019-03-241-87/+130
|
* Remov force allocationJabiertxof2019-02-201-8/+0
|
* Merge from masterJabier Arraiza2019-02-201-2/+2
|
* minor fixesJabier Arraiza2019-02-201-3/+3
|
* Include selectors dialog (aka styledialog) into the xml-tree notebook and ↵Martin Owens2019-02-201-74/+29
| | | | remove menu items
* Remove css dialog from style dialog.Martin Owens2019-02-201-335/+0
|
* Move towards the css dialog being self-sufficient and disable style dialogMartin Owens2019-02-201-19/+19
|
* modernize loopsMarc Jeanmougin2019-01-021-7/+4
|
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
|
* This improve symbolic icon rendering moving it to CSS only. There is places ↵Jabiertxof2018-11-091-1/+1
| | | | in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack
* 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
* Merge branch 'cppcheck_memory' of gitlab.com:serval2412/inkscapeMarc Jeanmougin2018-09-271-0/+1
|\
| * cppcheck: 2 memleaks + copypastaJulien Nabet2018-09-261-0/+1
| | | | | | | | | | [ui/dialog/styledialog.cpp:926]: (error) Memory leak: textDialogPtr [seltrans.cpp:1458]: (error) Memory leak: bb
* | Refactor addtoicon and turn into more generic iconrenderer CellRendererMartin Owens2018-09-271-4/+6
|/
* adding gtk-themeJabier Arraiza2018-07-211-2/+2
|
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-1/+2
| | | | | This avoids having to pass variables by reference before copying them when calling a constructor.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+2
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-12/+12
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.