summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Display style attribute properties when object row selected. Allow their dele...Tavmjong Bah2017-02-231-3/+7
* Implement selector reordering via drag and drop. A few other tweeks.Tavmjong Bah2017-02-191-2/+24
* Implement Undo. Respond to external changes to <style> element.Tavmjong Bah2017-02-181-0/+4
* Rewrite and cleanup of style dialog. Still WIP.Tavmjong Bah2017-02-141-45/+48
* Allow dialog to be resizable. (Fixed inheritance.) Also basic housekeeping.Tavmjong Bah2017-02-081-8/+22
* Add some more comments to improve code understandingkamalpreetgrewal2016-08-201-4/+7
* Passing test when adding id selectorskamalpreetgrewal2016-08-181-1/+1
* Add functionality to add and delete CSS property in CSS panelkamalpreetgrewal2016-07-261-0/+2
* Add InkSelector class with some code improvementskamalpreetgrewal2016-07-241-4/+11
* Separate CSS dialog from Style Dialog visuallykamalpreetgrewal2016-07-201-0/+2
* Update XML & hence drawing when properties are edited in CSS panelkamalpreetgrewal2016-07-191-0/+3
* Add CSS panel with editing support (no changes reflected yet)kamalpreetgrewal2016-07-171-0/+2
* Selects matching objects for single as well as double click on selectorkamalpreetgrewal2016-07-081-2/+2
* Fix deletion and selection of objects clicking on styledialog rows and vice-v...kamalpreetgrewal2016-07-051-5/+7
* Add support to select corresponding treeview rows when objects are selectedkamalpreetgrewal2016-07-011-3/+5
* Solve some compiler errorskamalpreetgrewal2016-06-301-1/+1
* If selectors(children) of a row in treeview are deleted, XML repr is updated ...kamalpreetgrewal2016-06-301-1/+1
* Update XML repr when objects are added to selector & some code cleanupkamalpreetgrewal2016-06-281-0/+2
* Select objects corresponding to selector selected in treeviewkamalpreetgrewal2016-06-261-1/+5
* Add/Remove objects to/from selectorkamalpreetgrewal2016-06-261-3/+8
* Implement deletion of style selector both from repr and treeviewkamalpreetgrewal2016-06-151-0/+2
* Add selector to single style element & replace storage map by a vectorkamalpreetgrewal2016-06-151-3/+5
* Delete selector from style dialog (not from repr yet)kamalpreetgrewal2016-06-111-0/+7
* Populate style dialog with existing selectors in stylesheetkamalpreetgrewal2016-06-101-2/+2
* Add selector to style elementkamalpreetgrewal2016-06-101-0/+2
* Set class attribute values of selected objects using style dialogkamalpreetgrewal2016-06-061-0/+1
* Register style dialog with support to add selectorkamalpreetgrewal2016-06-041-0/+69