summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-8/+8
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-4/+6
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
* Misc. typosUnknown2017-11-071-2/+2
* Refactor Util::ptr_sharedJan Lingscheid2017-10-181-6/+6
* Update GtkDialog usageAlexander Valavanis2017-07-091-2/+2
* Use Gtk orientable widgetsAlexander Valavanis2017-06-291-0/+2
* Remove old icon handling codeAlexander Valavanis2017-06-291-2/+1
* Update dialog when object is added, deleted, or changed.Tavmjong Bah2017-06-141-0/+137
* Prevent crash due to clones.Tavmjong Bah2017-06-141-0/+1
* Strip comments when parsing CSS. Allow no space after an element name if foll...Tavmjong Bah2017-06-071-1/+7
* Fix desktop/document tracking.Tavmjong Bah2017-02-271-61/+109
* Display both style sheet and style attribute property values in CSS pane.Tavmjong Bah2017-02-241-26/+208
* Display style attribute properties when object row selected. Allow their dele...Tavmjong Bah2017-02-231-17/+59
* Ensure list of objects new selector matches is correct.Tavmjong Bah2017-02-221-4/+3
* Allow any valid CSS selector.Tavmjong Bah2017-02-221-36/+7
* Implement selector reordering via drag and drop. A few other tweeks.Tavmjong Bah2017-02-191-6/+86
* Implement Undo. Respond to external changes to <style> element.Tavmjong Bah2017-02-181-38/+113
* Rewrite and cleanup of style dialog. Still WIP.Tavmjong Bah2017-02-141-838/+691
* Add naive selector validation on entry in style dialog.Tavmjong Bah2017-02-081-23/+41
* Allow dialog to be resizable. (Fixed inheritance.) Also basic housekeeping.Tavmjong Bah2017-02-081-0/+11
* Add some more comments to improve code understandingkamalpreetgrewal2016-08-201-50/+66
* Pass remaining simple class selector testskamalpreetgrewal2016-08-191-15/+20
* Complete passing of test to add ID selectorskamalpreetgrewal2016-08-191-61/+55
* Uncommenting for editing CSS propertieskamalpreetgrewal2016-08-181-2/+2
* Passing test when adding id selectorskamalpreetgrewal2016-08-181-126/+163
* Pass tests while adding & removing objects from class selectorskamalpreetgrewal2016-08-161-16/+33
* Solve issue with addition of missing CSS propertieskamalpreetgrewal2016-08-161-6/+8
* Add changes for compilation with trunkTavmjong Bah & Kamalpreet Grewal2016-08-151-57/+63
* Solve crash when deleting CSS propertykamalpreetgrewal2016-08-041-1/+1
* Add functionality to add and delete CSS property in CSS panelkamalpreetgrewal2016-07-261-20/+126
* Add robust implementation of _getSelectorVec()Tavmjong Bah, Kamalpreet Grewal2016-07-251-74/+67
* Add InkSelector class with some code improvementskamalpreetgrewal2016-07-241-43/+49
* Separate CSS dialog from Style Dialog visuallykamalpreetgrewal2016-07-201-3/+3
* Update XML correctly when editing propertieskamalpreetgrewal2016-07-191-7/+6
* Update XML & hence drawing when properties are edited in CSS panelkamalpreetgrewal2016-07-191-4/+73
* Add CSS panel with editing support (no changes reflected yet)kamalpreetgrewal2016-07-171-0/+55
* Change expander column of treeview and set indentation of child rowskamalpreetgrewal2016-07-131-0/+2
* Correct deletion of child rows when parent selector is deletedkamalpreetgrewal2016-07-131-4/+27
* Replace s1 with matchSelectorkamalpreetgrewal2016-07-131-3/+4
* Fix crash when deleting selectorkamalpreetgrewal2016-07-131-11/+16
* Delete objects from selector by clicking '-' in front of objectskamalpreetgrewal2016-07-091-44/+104
* Selects matching objects for single as well as double click on selectorkamalpreetgrewal2016-07-081-32/+57
* Fix issues related to updating style content and selection of rows in treeviewkamalpreetgrewal2016-07-061-27/+35
* Fix deletion and selection of objects clicking on styledialog rows and vice-v...kamalpreetgrewal2016-07-051-44/+115
* Add support to select corresponding treeview rows when objects are selectedkamalpreetgrewal2016-07-011-8/+47
* Solve a spacing issue & fix buttons to add selectors when existing drawing is...kamalpreetgrewal2016-07-011-1/+2
* Solve some compiler errorskamalpreetgrewal2016-06-301-7/+5