| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | LPE Powerstroke dialog - Use Gtk::Grid | Alex Valavanis | 2017-03-12 | 3 | -11/+10 | |
| | | | | | | | (bzr r15589) | |||||
| | * | LPE Fillet/Chamfer dialog - Use Gtk::Grid | Alex Valavanis | 2017-03-12 | 2 | -11/+9 | |
| | | | | | | | (bzr r15588) | |||||
| | * | Add units (px) to size being shown in native Windows file open dialog and ↵ | Eduard Braun | 2017-03-02 | 1 | -12/+3 | |
| | | | | | | | | | | | fix wrong size being shown for EMF/WMF files (bzr r15560) | |||||
| | * | Fix for native Windows file open dialog only showing the first character of ↵ | Eduard Braun | 2017-03-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | the file name below the preview. There seems to be some confusion wheter the type specifier "%s" means char or wchar and the behavior even changes between different versions of MinGW (bzr r15559) | |||||
| | * | Fix SVG file preview in Windows native file open dialog. | Eduard Braun | 2017-03-01 | 1 | -103/+32 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/802904 (bzr r15558) | |||||
| | * | Fix encoding issues with title field in native Windows file save dialog. | Eduard Braun | 2017-02-28 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | We were neither using Unicode versions of the WinAPI function nor properly converting character encodings which resultet in garbled output in the title field in the best case and invalid SVG output in the worst case. Fixed bugs: - https://launchpad.net/bugs/576126 - https://launchpad.net/bugs/1627551 (bzr r15557) | |||||
| | * | Add some comment. Comment out unused signals. | Tavmjong Bah | 2017-02-28 | 2 | -5/+10 | |
| | | | | | | | (bzr r15554) | |||||
| | * | More consistent naming scheme. | Tavmjong Bah | 2017-02-28 | 2 | -17/+16 | |
| | | | | | | | (bzr r15552) | |||||
| | * | Add a very simple prototype dialog as an example and test of deriving from ↵ | Tavmjong Bah | 2017-02-27 | 3 | -0/+250 | |
| | | | | | | | | | | | | | | | Panel. To be disabled for releases. (bzr r15551) | |||||
| | * | Fix desktop/document tracking. | Tavmjong Bah | 2017-02-27 | 2 | -76/+133 | |
| | | | | | | | (bzr r15550) | |||||
| | * | Display both style sheet and style attribute property values in CSS pane. | Tavmjong Bah | 2017-02-24 | 4 | -37/+244 | |
| | | | | | | | (bzr r15545) | |||||
| | * | Display style attribute properties when object row selected. Allow their ↵ | Tavmjong Bah | 2017-02-23 | 2 | -20/+66 | |
| | | | | | | | | | | | deletion. (bzr r15542) | |||||
| | * | Ensure list of objects new selector matches is correct. | Tavmjong Bah | 2017-02-22 | 1 | -4/+3 | |
| | | | | | | | (bzr r15540) | |||||
| | * | Allow any valid CSS selector. | Tavmjong Bah | 2017-02-22 | 1 | -36/+7 | |
| | | | | | | | (bzr r15539) | |||||
| | * | Implement selector reordering via drag and drop. A few other tweeks. | Tavmjong Bah | 2017-02-19 | 3 | -11/+113 | |
| | | | | | | | (bzr r15533) | |||||
| | * | Implement Undo. Respond to external changes to <style> element. | Tavmjong Bah | 2017-02-18 | 2 | -38/+117 | |
| | | | | | | | (bzr r15528) | |||||
| | * | Rewrite and cleanup of style dialog. Still WIP. | Tavmjong Bah | 2017-02-14 | 4 | -919/+791 | |
| | | | | | | | | | | | Missing undo and document tracking. (bzr r15520) | |||||
| | * | AboutBox: Remove superfluous space in website URL | Eduard Braun | 2017-02-13 | 1 | -1/+1 | |
| | | | | | | | (bzr r15516) | |||||
| | * | Fix a memory leak introduced in r15421 and r15501 respectively | Eduard Braun | 2017-02-11 | 1 | -0/+4 | |
| | | | | | | | (bzr r15505) | |||||
| | * | Add missing "#include <glibmm/regex.h>" for previous commit | Eduard Braun | 2017-02-10 | 1 | -0/+1 | |
| | | | | | | | (bzr r15502) | |||||
| | * | Fix encoding/escaping issues with symbols loaded from .vss (Visio stencils) ↵ | Eduard Braun | 2017-02-10 | 1 | -19/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | files There were three issues: - When loading a .vss file an SVG document is created internally and the file name is used to derive this document's "title". This could result in illegal characters (e.g. the ampersand "&") in the title making the document fail to load. The title is now properly escaped. - Loading of files with non-ANSI characers in filename failed on Windows. Fix is equivalent to r15421, see also bug #1416949. - The .vss file name is also used to derive symbol IDs, which were not properly sanitized before (i.e. could cause broken hrefs later or even prevent to load the .vss file). Characters that do not match [a-zA-Z0-9_-] are now laways replaced with an underscore "_") which will result in valid IDs in almost all cases Fixed bugs: - https://launchpad.net/bugs/1662465 (bzr r15501) | |||||
| | * | Add naive selector validation on entry in style dialog. | Tavmjong Bah | 2017-02-08 | 1 | -23/+41 | |
| | | | | | | | (bzr r15497) | |||||
| | * | Allow dialog to be resizable. (Fixed inheritance.) Also basic housekeeping. | Tavmjong Bah | 2017-02-08 | 2 | -8/+33 | |
| | | | | | | | (bzr r15496) | |||||
| | * | Merge in GSoC style dialog. (Work in progress.) | Tavmjong Bah | 2017-02-04 | 5 | -0/+1439 | |
| | |\ | | | | | | | (bzr r15471) | |||||
| | | * | Add some more comments to improve code understanding | kamalpreetgrewal | 2016-08-20 | 4 | -66/+100 | |
| | | | | | | | | | | (bzr r14949.1.75) | |||||
| | | * | Pass remaining simple class selector tests | kamalpreetgrewal | 2016-08-19 | 1 | -15/+20 | |
| | | | | | | | | | | (bzr r14949.1.74) | |||||
| | | * | Complete passing of test to add ID selectors | kamalpreetgrewal | 2016-08-19 | 1 | -61/+55 | |
| | | | | | | | | | | (bzr r14949.1.73) | |||||
| | | * | Uncommenting for editing CSS properties | kamalpreetgrewal | 2016-08-18 | 1 | -2/+2 | |
| | | | | | | | | | | (bzr r14949.1.71) | |||||
| | | * | Passing test when adding id selectors | kamalpreetgrewal | 2016-08-18 | 2 | -127/+164 | |
| | | | | | | | | | | (bzr r14949.1.70) | |||||
| | | * | Pass tests while adding & removing objects from class selectors | kamalpreetgrewal | 2016-08-16 | 1 | -16/+33 | |
| | | | | | | | | | | (bzr r14949.1.68) | |||||
| | | * | Solve issue with addition of missing CSS properties | kamalpreetgrewal | 2016-08-16 | 1 | -6/+8 | |
| | | | | | | | | | | (bzr r14949.1.67) | |||||
| | | * | Merge changes from trunk | kamalpreetgrewal | 2016-08-16 | 2 | -4/+2 | |
| | | |\ | | | | | | | | | (bzr r14949.1.66) | |||||
| | | * | | Add changes for compilation with trunk | Tavmjong Bah & Kamalpreet Grewal | 2016-08-15 | 1 | -57/+63 | |
| | | | | | | | | | | | | | (bzr r14949.1.65) | |||||
| | | * | | Merge changes from trunk | kamalpreetgrewal | 2016-08-15 | 70 | -2849/+944 | |
| | | |\ \ | | | | | | | | | | | (bzr r14949.1.64) | |||||
| | | * | | | Solve crash when deleting CSS property | kamalpreetgrewal | 2016-08-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | (bzr r14949.1.63) | |||||
| | | * | | | Merge changes from trunk | kamalpreetgrewal | 2016-08-04 | 53 | -340/+54 | |
| | | |\ \ \ | | | | | | | | | | | | | (bzr r14949.1.62) | |||||
| | | * | | | | Add functionality to add and delete CSS property in CSS panel | kamalpreetgrewal | 2016-07-26 | 4 | -21/+170 | |
| | | | | | | | | | | | | | | | | | | | (bzr r14949.1.61) | |||||
| | | * | | | | Add robust implementation of _getSelectorVec() | Tavmjong Bah, Kamalpreet Grewal | 2016-07-25 | 1 | -74/+67 | |
| | | | | | | | | | | | | | | | | | | | (bzr r14949.1.60) | |||||
| | | * | | | | Add InkSelector class with some code improvements | kamalpreetgrewal | 2016-07-24 | 2 | -47/+60 | |
| | | | | | | | | | | | | | | | | | | | (bzr r14949.1.58) | |||||
| | | * | | | | Separate CSS dialog from Style Dialog visually | kamalpreetgrewal | 2016-07-20 | 3 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | (bzr r14949.1.56) | |||||
| | | * | | | | Update XML correctly when editing properties | kamalpreetgrewal | 2016-07-19 | 1 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | (bzr r14949.1.55) | |||||
| | | * | | | | Update XML & hence drawing when properties are edited in CSS panel | kamalpreetgrewal | 2016-07-19 | 4 | -21/+88 | |
| | | | | | | | | | | | | | | | | | | | (bzr r14949.1.54) | |||||
| | | * | | | | Merge changes from trunk | kamalpreetgrewal | 2016-07-19 | 4 | -4/+4 | |
| | | |\ \ \ \ | | | | | | | | | | | | | | | (bzr r14949.1.53) | |||||
| | | * | | | | | Add CSS panel with editing support (no changes reflected yet) | kamalpreetgrewal | 2016-07-17 | 6 | -0/+211 | |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.52) | |||||
| | | * | | | | | Change expander column of treeview and set indentation of child rows | kamalpreetgrewal | 2016-07-13 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.50) | |||||
| | | * | | | | | Correct deletion of child rows when parent selector is deleted | kamalpreetgrewal | 2016-07-13 | 1 | -4/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.49) | |||||
| | | * | | | | | Replace s1 with matchSelector | kamalpreetgrewal | 2016-07-13 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.48) | |||||
| | | * | | | | | Fix crash when deleting selector | kamalpreetgrewal | 2016-07-13 | 1 | -11/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.47) | |||||
| | | * | | | | | Delete objects from selector by clicking '-' in front of objects | kamalpreetgrewal | 2016-07-09 | 1 | -44/+104 | |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.44) | |||||
| | | * | | | | | Selects matching objects for single as well as double click on selector | kamalpreetgrewal | 2016-07-08 | 2 | -34/+59 | |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r14949.1.42) | |||||
