| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r9127)
|
| |
|
| |
(bzr r8984)
|
| |\
| |
| |
| |
| |
| | |
* Update to new snapping API
* Modify the join action slightly
(bzr r8846.2.11)
|
| | |
| |
| | |
(bzr r8954)
|
| | |
| |
| |
| |
| | |
- works with shapes. I still need to make it work with gradients and imported images
(bzr r8881)
|
| | |
| |
| | |
(bzr r8846.2.5)
|
| |/
|
| |
(bzr r8846.1.1)
|
| |
|
|
|
| |
change but fixes a weird crash on Windows
(bzr r8805)
|
| |
|
| |
(bzr r8626)
|
| |
|
|
|
| |
- constrained snap: use projected point to calculate the snap distance
(bzr r8526)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8404)
|
| |
|
| |
(bzr r7792)
|
| |
|
|
|
| |
snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call)
(bzr r7208)
|
| |
|
| |
(bzr r7107)
|
| |
|
| |
(bzr r7096)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix snapping to clip/mask with parent transform
* replace matrix_to_desktop call
sp-item.h
sp-item.cpp
* improve snapping to clip/mask with parent transform
* remove matrix_to_desktop/matrix_from_desktop
* use desktop->doc2dt() with sp_item_i2d_affine(...)
desktop.h
desktop.cpp
* new method: dt2doc()
selection-chemistry.cpp
* remove awkward matrix_to_desktop(matrix_from_desktop(...)) calls
(bzr r7016)
|
| |
|
| |
(bzr r6891)
|
| |
|
| |
(bzr r6885)
|
| |
|
| |
(bzr r6884)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
going to flatten and merge... Here's the list.
* Added a focus mode activated by Shift+F11. The goal of this mode is to
remove all toolbars for a short period so that you maximize screen area.
Useful on small screens. Also when you know lots of shortcuts.
* Created what I'm calling "Quick Zoom." The idea here is to have a modal
zoom for touching up something with fine detail and then returning to what
you're doing. This is activated with the letter "Q" on the keyboard. When
you release it, you return back to where you were. This will zoom in on
selected objects, or if you're in the node tool selected nodes.
* Added .svg on the temporary files in extensions. This'll make many of
them happier. This only works on recent versions of GLib, but shouldn't
break older ones more than they already are.
* Moved the Inkscape configuration directory on Linux from ~/.inkscape
to ~/.config/Inkscape. This is the new way to do things with the cross
desktop naming spec. I'm unsure whether we should be putting crash dumps
in .config or .cache though.
* Removed 'tools_switch_current' because every usage of it already had a
pointer to where it needed to go. Removes usage of globals.
* Made it so that dialogs will be transparent when not focused. This is
an alternate to having the docked, and one that I like better as I feel it
gives me more screen area. You can adjust how much transparency and the
speed of the animation in the preferences dialog. (Note: this requires
GTK+ 2.12 and a compositor, but gracefully degrades if you don't have
either)
(bzr r6882)
|
| |
|
| |
(bzr r6864)
|
| |
|
| |
(bzr r6839)
|
| |
|
| |
(bzr r6836)
|
| |
|
|
|
| |
this arenaitem from leaking, but this is now fixed properly in SPItem
(bzr r6819)
|
| |
|
| |
(bzr r6793)
|
| |
|
| |
(bzr r6569)
|
| |
|
| |
(bzr r6512)
|
| |
|
|
|
| |
documented by gdk, I just found it serendipitously when googling for some other code
(bzr r6357)
|
| |
|
| |
(bzr r5983)
|
| |
|
| |
(bzr r5922)
|
| |
|
|
|
| |
relative to objects when doing "Fit page to selection", and also keeps the objects in the same position on the screen
(bzr r5771)
|
| |
|
|
|
| |
snapindicator with pen tool
(bzr r5300)
|
| |
|
| |
(bzr r5266)
|
| |
|
| |
(bzr r5265)
|
| |
|
| |
(bzr r5092)
|
| |
|
| |
(bzr r5008)
|
| |
|
|
|
|
|
|
|
| |
remove some leftover code from point param code
remove test pointparam from LPEKnot
added SnapIndicator
added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped.
fix canvas-temporary-item-list.cpp
(bzr r4931)
|
| |
|
| |
(bzr r4918)
|
| |
|
|
|
| |
existing window
(bzr r4640)
|
| |
|
|
|
| |
change size
(bzr r4621)
|
| |
|
|
|
| |
but another bug is apparently present that causes a bug with similar trigger
(bzr r4540)
|
| |
|
|
|
|
|
| |
2) fix constrained snapping
3) improve snapping logic (again), or more specifically: better obey "always snap"
4) refactoring to reduce risk of bugs: renaming variables and methods for better readability, adding class members instead of using std::pairs, etc.
(bzr r4379)
|
| |
|
| |
(bzr r4266)
|
| |
|
|
|
|
|
|
| |
started in floating dialogs mode and use one dialog/desktop behavior
when started in dockable dialogs mode. Replace the panels use of the
SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop
activation events.
(bzr r4188)
|
| |
|
| |
(bzr r4138)
|
| |
|
| |
(bzr r4077)
|
| |
|
| |
(bzr r4010)
|
| |
|
| |
(bzr r3962)
|
| |
|
|
|
| |
sp-namedview.cpp
(bzr r3958)
|