summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixes on UX inb CSS dialogJabiertxof2019-08-291-0/+1
|
* Improve CSS and Selectors dialogJabiertxof2019-08-291-1/+2
|
* Noumerous bugfixes pointed in Rocket ChatJabier Arraiza2019-08-291-2/+1
|
* Merge XML and CSS widgets improvements from ↵Jabier Arraiza2019-08-221-5/+14
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/801
* finish rebase from masterJabier Arraiza2019-07-081-1/+0
|
* Add initial commitJabiertxof2019-07-081-0/+1
|
* Fix coding styleJabiertxof2019-07-051-2/+2
|
* Allow styling def sections and go to the eleemntJabiertxof2019-07-051-0/+5
|
* Fix various minor typosYuri Chornoivan2019-07-011-3/+3
|
* Fixes for scrolling on selectors and style dialogsJabiertxof2019-06-241-1/+2
|
* Add @doctormo UX improvementsJabiertxof2019-06-111-1/+3
|
* trying to improbe @doctormo feedbackJabier Arraiza2019-06-111-0/+2
|
* Fixing coding styleJabier Arraiza2019-06-101-1/+1
|
* Move from XMLDialog to another paned dialogJabier Arraiza2019-06-101-0/+4
|
* Fix coding styleJabier Arraiza2019-06-031-3/+3
|
* Improvements to CSS dialogJabier Arraiza2019-06-031-4/+8
|
* Attemp to add values from enumsJabier Arraiza2019-06-031-2/+2
|
* Fixing coding styleJabier Arraiza2019-06-021-9/+6
|
* Add popup with CSS propertiesJabier Arraiza2019-06-021-1/+25
|
* Fixing coding styleJabier Arraiza2019-06-021-35/+38
|
* Improvements to hadle whols CSS fileJabier Arraiza2019-06-021-3/+5
|
* Fixes locatesd with Thomas at HakfestJabier Arraiza2019-06-021-1/+1
|
* add improvements pointed by Thomas HolderJabier Arraiza2019-06-021-7/+8
|
* First full workingJabier Arraiza2019-06-021-0/+4
|
* add storingJabier Arraiza2019-06-021-6/+13
|
* simplification of codeJabier Arraiza2019-06-021-10/+3
|
* starting refactorJabier Arraiza2019-06-021-2/+0
|
* Add visualization of style dialogJabier Arraiza2019-06-021-1/+7
|
* working on new UIJabier Arraiza2019-06-021-32/+12
|
* Working on selectors and unhandled onesJabier Arraiza2019-06-021-91/+116
|
* Backup fro full refactorJabier Arraiza2019-06-021-4/+6
|
* reorder dialogsJabier Arraiza2019-06-021-94/+59
|
* Adding a TreeModelFilterJabier Arraiza2019-06-021-14/+23
|
* Working on simplifyJabier Arraiza2019-06-021-3/+7
|
* Including widgetsJabiertxof2019-06-021-45/+67
|
* Add CSSDialog simplifyJabier Arraiza2019-06-021-8/+3
|
* Rename files to fit better his functionJabier Arraiza2019-04-201-138/+92
|
* Fix CI problemsJabier Arraiza2019-03-241-5/+5
|
* final improvements to style dialogJabier Arraiza2019-03-241-1/+5
|
* Add base of workingJabier Arraiza2019-03-241-3/+4
|
* Merge from masterJabier Arraiza2019-02-201-2/+1
|
* Include selectors dialog (aka styledialog) into the xml-tree notebook and ↵Martin Owens2019-02-201-4/+4
| | | | remove menu items
* Remove css dialog from style dialog.Martin Owens2019-02-201-10/+0
|
* 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-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | 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.
* Use Gtk orientable widgetsAlexander Valavanis2017-06-291-3/+3
|
* Update dialog when object is added, deleted, or changed.Tavmjong Bah2017-06-141-0/+12
|
* Fix desktop/document tracking.Tavmjong Bah2017-02-271-15/+24
| | | (bzr r15550)
* Display both style sheet and style attribute property values in CSS pane.Tavmjong Bah2017-02-241-1/+3
| | | (bzr r15545)