summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * LPE Powerstroke dialog - Use Gtk::GridAlex Valavanis2017-03-123-11/+10
| * LPE Fillet/Chamfer dialog - Use Gtk::GridAlex Valavanis2017-03-122-11/+9
| * Add units (px) to size being shown in native Windows file open dialog and fix...Eduard Braun2017-03-021-12/+3
| * Fix for native Windows file open dialog only showing the first character of t...Eduard Braun2017-03-011-2/+2
| * Fix SVG file preview in Windows native file open dialog.Eduard Braun2017-03-011-103/+32
| * Fix encoding issues with title field in native Windows file save dialog.Eduard Braun2017-02-281-6/+6
| * Add some comment. Comment out unused signals.Tavmjong Bah2017-02-282-5/+10
| * More consistent naming scheme.Tavmjong Bah2017-02-282-17/+16
| * Add a very simple prototype dialog as an example and test of deriving from Pa...Tavmjong Bah2017-02-273-0/+250
| * Fix desktop/document tracking.Tavmjong Bah2017-02-272-76/+133
| * Display both style sheet and style attribute property values in CSS pane.Tavmjong Bah2017-02-244-37/+244
| * Display style attribute properties when object row selected. Allow their dele...Tavmjong Bah2017-02-232-20/+66
| * 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-193-11/+113
| * Implement Undo. Respond to external changes to <style> element.Tavmjong Bah2017-02-182-38/+117
| * Rewrite and cleanup of style dialog. Still WIP.Tavmjong Bah2017-02-144-919/+791
| * AboutBox: Remove superfluous space in website URLEduard Braun2017-02-131-1/+1
| * Fix a memory leak introduced in r15421 and r15501 respectivelyEduard Braun2017-02-111-0/+4
| * Add missing "#include <glibmm/regex.h>" for previous commitEduard Braun2017-02-101-0/+1
| * Fix encoding/escaping issues with symbols loaded from .vss (Visio stencils) f...Eduard Braun2017-02-101-19/+28
| * 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-082-8/+33
| * Merge in GSoC style dialog. (Work in progress.)Tavmjong Bah2017-02-045-0/+1439
| |\
| | * Add some more comments to improve code understandingkamalpreetgrewal2016-08-204-66/+100
| | * 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-182-127/+164
| | * 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
| | * Merge changes from trunkkamalpreetgrewal2016-08-162-4/+2
| | |\
| | * | Add changes for compilation with trunkTavmjong Bah & Kamalpreet Grewal2016-08-151-57/+63
| | * | Merge changes from trunkkamalpreetgrewal2016-08-1570-2849/+944
| | |\ \
| | * | | Solve crash when deleting CSS propertykamalpreetgrewal2016-08-041-1/+1
| | * | | Merge changes from trunkkamalpreetgrewal2016-08-0453-340/+54
| | |\ \ \
| | * | | | Add functionality to add and delete CSS property in CSS panelkamalpreetgrewal2016-07-264-21/+170
| | * | | | Add robust implementation of _getSelectorVec()Tavmjong Bah, Kamalpreet Grewal2016-07-251-74/+67
| | * | | | Add InkSelector class with some code improvementskamalpreetgrewal2016-07-242-47/+60
| | * | | | Separate CSS dialog from Style Dialog visuallykamalpreetgrewal2016-07-203-4/+6
| | * | | | Update XML correctly when editing propertieskamalpreetgrewal2016-07-191-7/+6
| | * | | | Update XML & hence drawing when properties are edited in CSS panelkamalpreetgrewal2016-07-194-21/+88
| | * | | | Merge changes from trunkkamalpreetgrewal2016-07-194-4/+4
| | |\ \ \ \
| | * | | | | Add CSS panel with editing support (no changes reflected yet)kamalpreetgrewal2016-07-176-0/+211
| | * | | | | 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-082-34/+59