summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah2014-12-252-17/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13822.1.4)
* | | | | | | | | | Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().Tavmjong Bah2014-12-241-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13822.1.2)
* | | | | | | | | | Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-2177-305/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13820)
* | | | | | | | | | Purge sp_desktop_controlsLiam P. White2014-12-2112-21/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13819)
* | | | | | | | | | Purge sp_desktop_message_stackLiam P. White2014-12-216-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13817)
* | | | | | | | | | Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-2110-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13816)
* | | | | | | | | | Purge sp_desktop_drawingLiam P. White2014-12-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13813)
* | | | | | | | | | Purge sp_desktop_canvasLiam P. White2014-12-216-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13811)
* | | | | | | | | | Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-2113-30/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13810)
* | | | | | | | | | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-2147-169/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13809)
* | | | | | | | | | disable rev 13709, following Bug 1365451, comments 13-16Alvin Penner2014-12-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13806)
* | | | | | | | | | when inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443)Alvin Penner2014-12-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1367443 (bzr r13800)
* | | | | | | | | | Preferences. Fix for Bug #1401782 (Take from selection button should be ↵Nicolas Dufour2014-12-121-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | greyed out at startup). Fixed bugs: - https://launchpad.net/bugs/1401782 (bzr r13797)
* | | | | | | | | | Change grids to use 'user units'. Grids using absolute units are read in butTavmjong Bah2014-12-112-6/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | may be scaled incorrectly due to change of 90 to 96 dpi. (bzr r13795)
* | | | | | | | | | undo previous commit. figured out how to set the "decoration" icon size from ↵Johan B. C. Engelen2014-12-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gtkrc theme file (bzr r13793)
* | | | | | | | | | LayerSelector (bottom left): change size of visibility and lock icons to ↵Johan B. C. Engelen2014-12-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ICON_SIZE_SMALL_TOOLBAR to make the size changeable from the GTK2 theme file, and make the size fall in line with rest of UI. I saw no effect on the looks of the UI with default gtkrc on Windows, but greatly improves icon sizing on hi-dpi theme settings. (bzr r13792)
* | | | | | | | | | do not recalculate page height unless it is necessary. (Bug 1384915, comment 24)Alvin Penner2014-12-061-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13789)
* | | | | | | | | | Fix snapping bug in pen toolDiederik van Lierop2014-12-041-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1260544 (bzr r13785)
* | | | | | | | | | avoid recalculating viewbox if it is not necessary. (Bug 1384915, comment 24)Alvin Penner2014-11-282-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1384915 (bzr r13776)
* | | | | | | | | | Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ↵Tavmjong Bah2014-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by function. (bzr r13774)
* | | | | | | | | | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13768)
* | | | | | | | | | Update to trunk r13766Liam P. White2014-11-2617-30/+34
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.24)
| * | | | | | | | | | Fix applying LPE to clones (through the "+" button in the LPE dialog).Johan B. C. Engelen2014-11-251-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The caller to sp_selection_clone_original_path_lpe expects a new path to be selected, and it will change the SVG "id" of that selected path. The bug was that sp_selection_clone_original_path_lpe no longer selected the new path, it maintained the selection of the path to be "clone_original_path'ed". And thus the path referenced by the original clone got its ID changed. Horror resulted. Fixed by selecting the newly created path, as before. Added code to the caller that checks if the newly selected path is not nullptr, and that it is not the same as the selected path before the call. (bzr r13761)
| * | | | | | | | | | Disable preference widget to allow saving fonts in non-px unitsJosh Andler2014-11-251-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | (bzr r13760)
| * | | | | | | | | Fix a bug in pen/cil modes triangle in/outJabier Arraiza Cenoz2014-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13752)
| * | | | | | | | | Units: make it absolutely clear that Document properties unit dropdown is ↵Johan B. C. Engelen2014-11-2414-26/+26
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751)
* | | | | | | | | Update to trunk r13750Liam P. White2014-11-2413-153/+228
|\| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.23)
| * | | | | | | | Revert old behavior: changing "Default units" changes *only* the displayed ↵Johan B. C. Engelen2014-11-221-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | units. It should not change the units used in SVG. We will need to create another setting for that at some later point. (bzr r13748)
| * | | | | | | | properly name the document units as "Document units" in the UI. The setting ↵Johan B. C. Engelen2014-11-211-1/+1
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is not meant to mean "default units" although it seems to be treated as that *as well*. (bzr r13744)
| * | | | | | | Rename variable to better express its use. (units -> page_size_units)Tavmjong Bah2014-11-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13740)
| * | | | | | | modify sequence of events. (Bug 1247801)Alvin Penner2014-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1247801 (bzr r13735)
| * | | | | | | commented unused variablesJabier Arraiza Cenoz2014-11-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13728)
| * | | | | | | Purged GTKish SP_IS_RECT_CONTEXT/SP_RECT_CONTEXT macros.Jon A. Cruz2014-11-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13713)
| * | | | | | | Purged GTKish macros SP_SCRIPT/SP_IS_SCRIPT.Jon A. Cruz2014-11-151-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13712)
| * | | | | | | scale symbols when changing document units (Bug 1365451)Alvin Penner2014-11-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1365451 (bzr r13709)
| * | | | | | | Add inverse subdivision chamfer to fillet chamfer LPE, feature sugested by ↵Jabier Arraiza Cenoz2014-11-142-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ivan Louette. (bzr r13708)
| * | | | | | | Fixed bug in node point selection to LPE.Jabier Arraiza Cenoz2014-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13704)
| * | | | | | | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-104-112/+152
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13700)
| * | | | | | | Fix 32-bit build break.Jon A. Cruz2014-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13699)
| * | | | | | | fix a bug pointed by su_v in fillet chamfer dialog, about unitsJabier Arraiza Cenoz2014-11-092-18/+29
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13697)
* | | | | | | | Update to trunk r13690Liam P. White2014-11-0916-56/+70
|\| | | | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.22)
| * | | | | | | export dialog, small code cleanup, should be a noop. (check if pointer is ↵Johan B. C. Engelen2014-11-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nullptr, instead of checking the pre-condition for newing into the pointer) (bzr r13687)
| * | | | | | | Black list some properties that shouldn't appear in default styles.Tavmjong Bah2014-11-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13679)
| * | | | | | | fixed typo in src/ui/dialog/Makefile_insert -- dialpg to dialogRyan Lerch2014-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13675)
| * | | | | | | Fixing typos found by Firas Hanife.Nicolas Dufour2014-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13673)
| * | | | | | | Refactor to remove references to Desktop/Ui in Effect, bspline and ↵Jabier Arraiza Cenoz2014-11-051-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fillet-chamfer. Also fixed the selected node problem in units not px. Also fixed two var to not allow NULL pointed by Johan Engelen. (bzr r13672)
| * | | | | | | i18n. Fix for bug #1389509 (typos in trunk-r13669).Masato Hashimoto2014-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13670)
| * | | | | | | Remove unused variable and put well a constantJabier Arraiza Cenoz2014-11-031-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13669)
| * | | | | | | Update fillet/chamfer to allow subdivisions in chamfer mode. Jabier Arraiza Cenoz2014-11-032-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still happends bug affecting only selected nodes in document:units diferent than "px". I think the problem is node->position() send me a bad data if document units not px. (bzr r13665)
| * | | | | | | Correct check-for-layer that should have been check-for-group. Fixes bug ↵Jon A. Cruz2014-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #1388297. Fixed bugs: - https://launchpad.net/bugs/1388297 (bzr r13658)