| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | comment | bulia byak | 2008-11-29 | 1 | -1/+1 |
| | | | | (bzr r6919) | ||||
| * | fix setting blend mode to Normal | bulia byak | 2008-11-29 | 1 | -0/+2 |
| | | | | (bzr r6918) | ||||
| * | Rearrange to enable code that does not directly rely on lcms. | Jon A. Cruz | 2008-11-27 | 1 | -8/+3 |
| | | | | (bzr r6910) | ||||
| * | Fix compile with lcms disabled. | Maximilian Albert | 2008-11-27 | 3 | -1/+7 |
| | | | | (bzr r6909) | ||||
| * | List color profile search locations in preference tooltip | Jon A. Cruz | 2008-11-27 | 1 | -1/+16 |
| | | | | (bzr r6908) | ||||
| * | marked forgotten translatable message | Alexandre Prokoudine | 2008-11-25 | 1 | -1/+1 |
| | | | | (bzr r6901) | ||||
| * | Add an option to the preferences to _only_ snap the node closest to the ↵ | Diederik van Lierop | 2008-11-24 | 2 | -3/+6 |
| | | | | | | mouse pointer (bzr r6899) | ||||
| * | adding "remove" context menu in the embedded color profiles box | Felipe Corr??a da Silva Sanches | 2008-11-24 | 2 | -39/+132 |
| | | | | (bzr r6897) | ||||
| * | 1) Improve the way the distance to the pointer is taken into account when ↵ | Diederik van Lierop | 2008-11-23 | 2 | -2/+7 |
| | | | | | | | | | finding the best snap 2) Use this distance also when snapping nodes in the path editor 3) Add a slider in the preferences dialog to control the weighing of this distance (bzr r6895) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 26 | -113/+1866 |
| | | | | (bzr r6891) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 7 | -15/+36 |
| | | | | (bzr r6887) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 77 | -1111/+1215 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 11 | -82/+94 |
| | | | | (bzr r6884) | ||||
| * | Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵ | Ted Gould | 2008-09-25 | 4 | -3/+111 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | * Lots of documentation for the Inkscape::XML namespace | Krzysztof Kosi??ski | 2008-09-23 | 1 | -7/+6 |
| | | | | | | | * Doxygen fixes for a few files * Garbage-collected allocator for STL containers (bzr r6877) | ||||
| * | Made bitmap printing use the DPI setting (bug 258916) | Niko Kiirala | 2008-09-22 | 1 | -3/+7 |
| | | | | (bzr r6870) | ||||
| * | on closing and document change, if this was the last view on this document, ↵ | bulia byak | 2008-09-21 | 1 | -5/+9 |
| | | | | | | delete document to free up memory (bzr r6866) | ||||
| * | Fixes for missing icons and icon size issues. | Jon A. Cruz | 2008-09-21 | 1 | -13/+13 |
| | | | | (bzr r6859) | ||||
| * | release reprs properly | bulia byak | 2008-09-20 | 2 | -0/+5 |
| | | | | (bzr r6855) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 2 | -6/+6 |
| | | | | (bzr r6839) | ||||
| * | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 2008-09-18 | 3 | -20/+20 |
| | | | | (bzr r6836) | ||||
| * | Some NR::Point ==> Geom::Point replacements | Maximilian Albert | 2008-09-18 | 1 | -2/+2 |
| | | | | (bzr r6835) | ||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 11 | -183/+236 |
| | | | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823) | ||||
| * | remove extra unref; now ref/unref is done by show/hide; this used to stop ↵ | bulia byak | 2008-09-16 | 1 | -1/+0 |
| | | | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-09-14 | 1 | -1/+1 |
| | | | | (bzr r6809) | ||||
| * | More sensible behaviour of the treat-selection-as-group option in align & ↵ | Maximilian Albert | 2008-09-13 | 1 | -2/+5 |
| | | | | | | distribute dialog (bzr r6803) | ||||
| * | Add option to align & distribute dialog to treat the selection as a group ↵ | Maximilian Albert | 2008-09-13 | 2 | -5/+32 |
| | | | | | | (closes LP 255933) (bzr r6800) | ||||
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 1 | -2/+2 |
| | | | | (bzr r6793) | ||||
| * | First patch for Bug 209199: Update Win32 Save As dialog to include a Title ↵ | Jeff Schiller | 2008-09-11 | 6 | -59/+175 |
| | | | | | | edit box (and label). This edit box is sync'ed with the RDF and doc-level title and allows a user to edit the title prior to save. This patch does not update the GTK dialogs (that will be submitted in a subsequent patch). (bzr r6791) | ||||
| * | Slightly smaller page size entries | Maximilian Albert | 2008-09-08 | 1 | -7/+7 |
| | | | | (bzr r6779) | ||||
| * | Fix LP #258124 and crash when copying LPEs | Maximilian Albert | 2008-09-08 | 2 | -2/+2 |
| | | | | (bzr r6778) | ||||
| * | Select landscape by default for certain page formats | Maximilian Albert | 2008-09-05 | 1 | -4/+28 |
| | | | | (bzr r6763) | ||||
| * | Add page sizes for various business card formats as per request in LP #172225 | Maximilian Albert | 2008-09-05 | 1 | -0/+5 |
| | | | | (bzr r6762) | ||||
| * | The page size table in Document Properties should use the available vertical ↵ | Maximilian Albert | 2008-09-05 | 2 | -4/+10 |
| | | | | | | space (bzr r6761) | ||||
| * | Add a zoom correction option to preferences (used when zooming to 1:1 etc. ↵ | Maximilian Albert | 2008-09-04 | 4 | -4/+259 |
| | | | | | | to display items in their true sizes) (bzr r6758) | ||||
| * | removed unnecessary pointer, changed to by reference. (the pointer was not ↵ | Johan B. C. Engelen | 2008-09-01 | 1 | -1/+1 |
| | | | | | | allowed to be NULL, so reference is better) (bzr r6752) | ||||
| * | Ulf Ericson's patch for implementing missing properties in the new pdf exporter | bulia byak | 2008-08-29 | 1 | -1/+1 |
| | | | | (bzr r6726) | ||||
| * | Modify the parameters required for setting up the SnapManager | Diederik van Lierop | 2008-08-28 | 1 | -1/+1 |
| | | | | (bzr r6722) | ||||
| * | added missing semicolons in translatable messages | Alexandre Prokoudine | 2008-08-28 | 1 | -27/+27 |
| | | | | (bzr r6720) | ||||
| * | Fixed clipboard code to properly load needed extensions. Fixes bug #171662 | Jon A. Cruz | 2008-08-28 | 1 | -2/+21 |
| | | | | (bzr r6719) | ||||
| * | Cleanup of named icon background rendering and added pref for workaround | Jon A. Cruz | 2008-08-25 | 2 | -1/+4 |
| | | | | (bzr r6715) | ||||
| * | whitespace cleanup | Maximilian Albert | 2008-08-18 | 1 | -1/+1 |
| | | | | (bzr r6663) | ||||
| * | Groundwork for new LPETool tool (which consists of subtools that are ↵ | Maximilian Albert | 2008-08-18 | 2 | -1/+6 |
| | | | | | | constructed from LPEs) (bzr r6645) | ||||
| * | family name field on svgfonts dialog now properly saves attribute. Should do ↵ | Felipe Corr??a da Silva Sanches | 2008-08-15 | 2 | -14/+76 |
| | | | | | | the same for other fields on next commits. (bzr r6631) | ||||
| * | gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialog | Maximilian Albert | 2008-08-09 | 1 | -1/+3 |
| | | | | (bzr r6602) | ||||
| * | Snap to intersections of any kind of path (were we previously only could ↵ | Diederik van Lierop | 2008-08-08 | 1 | -3/+3 |
| | | | | | | snap to intersections of line-segments) (bzr r6597) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 4 | -7/+7 |
| | | | | (bzr r6593) | ||||
| * | Fix regression in object snapper which caused self-snapping | Diederik van Lierop | 2008-08-07 | 1 | -5/+5 |
| | | | | (bzr r6587) | ||||
| * | 1) When pasting, use an offset that is a multiple of the grid pitch (got ↵ | Diederik van Lierop | 2008-08-06 | 1 | -27/+53 |
| | | | | | | | | lost during a previous round of refactoring) 2) Refactor some of the pasting code (bzr r6580) | ||||
| * | optionally (default off) relink duplicated clones to the duplicated original | bulia byak | 2008-08-05 | 2 | -0/+7 |
| | | | | (bzr r6570) | ||||
