| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 1 | -4/+15 |
| | | | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392) | ||||
| * | make blend versus blur more configurable on a case-by-case basis | MenTaLguY | 2008-01-01 | 1 | -1/+1 |
| | | | | (bzr r4357) | ||||
| * | separate blend history for objects versus layers | MenTaLguY | 2008-01-01 | 1 | -1/+2 |
| | | | | (bzr r4355) | ||||
| * | first crack at enabling blend for layers dialog | MenTaLguY | 2008-01-01 | 2 | -59/+9 |
| | | | | (bzr r4354) | ||||
| * | Add default CC metadata and license to preferences. | Bryce Harrington | 2007-12-31 | 1 | -1/+19 |
| | | | | | | (Closes LP: #169954) (bzr r4346) | ||||
| * | guidelinedialog aesthetics | Johan B. C. Engelen | 2007-12-28 | 2 | -31/+48 |
| | | | | (bzr r4327) | ||||
| * | Cleanup: | Tavmjong Bah | 2007-12-24 | 1 | -237/+509 |
| | | | | | | | | | | | | | | | | | | | | | | | | Consistant variable names. x, y used for positions. i, j used for column/row. Added check boxes to remove the automatic adding of tile width and height in calculating shift. Useful when placing clones on a circle or spiral (and in some cases when using the Exponent parameter where adding a -100% shift is not the same as excluding the shift). Added "Base" parameters to scaling. This allows drawing of logarithmic spirals such as found in nature (e.g. nautilus shell, pine cone). When non-zero, it changes the scale factor to be base^(scale-1). Added "Cumulate" to shift, scale, rotate. In the case of shifting, it allows uniformly scaled clones to be placed touching each other. For example, a "10% shift" normally results in clones being shifted by 10%, 20%, 30%, ... With the Cumulate box checked, the shifts become 10%, 10+20%, 10+20+30%, ... Adding "Cumulate" to the Scale and Rotation tabs may be of dubious value... but it can easily be removed. (bzr r4299) | ||||
| * | improve cosmetics of guide dialog | Johan B. C. Engelen | 2007-12-24 | 2 | -10/+22 |
| | | | | (bzr r4297) | ||||
| * | fix relative angle change in guideline dialog | Johan B. C. Engelen | 2007-12-23 | 1 | -1/+3 |
| | | | | (bzr r4292) | ||||
| * | Add UI for creating angled guidelines! | Johan B. C. Engelen | 2007-12-23 | 2 | -31/+83 |
| | | | | (bzr r4282) | ||||
| * | Fix typo in an array causing a write off the end. Causes bug if no | Bryce Harrington | 2007-12-22 | 1 | -1/+1 |
| | | | | | | sizes were loaded from the preferences file. Closes LP: #178139. (bzr r4277) | ||||
| * | guidelines: add methods to check horizontal/vertical, small fixes | Johan B. C. Engelen | 2007-12-21 | 1 | -3/+3 |
| | | | | (bzr r4271) | ||||
| * | guides: switch from using one position coordinate to Geom::Point point_on_line | Johan B. C. Engelen | 2007-12-19 | 1 | -5/+12 |
| | | | | (bzr r4258) | ||||
| * | Rework dialog management. Use singleton behavior for dialogs when | gustav_b | 2007-12-07 | 8 | -47/+22 |
| | | | | | | | | | 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) | ||||
| * | fix bug: mid and end markers showed previews from start markers | bulia byak | 2007-12-04 | 1 | -2/+4 |
| | | | | (bzr r4164) | ||||
| * | fix pmg | bulia byak | 2007-12-02 | 1 | -8/+12 |
| | | | | (bzr r4155) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-25 | 6 | -158/+164 |
| | | | | (bzr r4133) | ||||
| * | The dialog to panel refactoring: | gustav_b | 2007-11-22 | 7 | -41/+37 |
| | | | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126) | ||||
| * | Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535 | Johan B. C. Engelen | 2007-11-16 | 1 | -5/+6 |
| | | | | (bzr r4091) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-10 | 8 | -113/+105 |
| | | | | (bzr r4052) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 3 | -180/+161 |
| | | | | (bzr r4043) | ||||
| * | Adding stroke & fill context menu to swatch | Jon A. Cruz | 2007-10-13 | 1 | -0/+71 |
| | | | | (bzr r3901) | ||||
| * | fix drag-n-drop color problems | Jon A. Cruz | 2007-10-12 | 1 | -26/+19 |
| | | | | (bzr r3897) | ||||
| * | Change type of a number of rdf-related fields from char* to char const *. | Peter Moulder | 2007-10-11 | 1 | -9/+9 |
| | | | | (bzr r3877) | ||||
| * | noop: dialogs/rdf.cpp: Mark a few pointers as not being written through. ↵ | Peter Moulder | 2007-10-11 | 1 | -6/+6 |
| | | | | | | Make rdf_match_license have static (file-local) linkage. (bzr r3876) | ||||
| * | Initial support for icc color selection including CMYK | Jon A. Cruz | 2007-09-25 | 2 | -9/+2 |
| | | | | (bzr r3794) | ||||
| * | fix minor typo | Bob Jamison | 2007-09-24 | 1 | -1/+1 |
| | | | | (bzr r3792) | ||||
| * | Fixed unsafe hardcoding of buffer size | Jon A. Cruz | 2007-09-24 | 2 | -6/+6 |
| | | | | (bzr r3791) | ||||
| * | 3 digits precision | bulia byak | 2007-09-21 | 1 | -1/+1 |
| | | | | (bzr r3783) | ||||
| * | Killed old, now obsolete, object-properties (a.k.a F&S) dialog. | gustav_b | 2007-09-20 | 3 | -513/+0 |
| | | | | (bzr r3782) | ||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 3 | -40/+71 |
| | | | | (bzr r3753) | ||||
| * | **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵ | Peter Moulder | 2007-09-12 | 1 | -3/+3 |
| | | | | | | %.$(OBJEXT) instead of %.o. (bzr r3726) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 2 | -14/+14 |
| | | | | (bzr r3706) | ||||
| * | Dockable dialogs patch applied | gustav_b | 2007-08-29 | 6 | -32/+34 |
| | | | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) | ||||
| * | fix 1777084 | bulia byak | 2007-08-20 | 1 | -0/+7 |
| | | | | (bzr r3545) | ||||
| * | Rolled back a couple of nasties from a bad patch...oops! Added author of the | Jon Phillips | 2007-08-14 | 1 | -19/+1 |
| | | | | | | last code, Jason Kivlighn from his patch to fix cc namespacing... (bzr r3465) | ||||
| * | Applied patches for default metadata and for fix on creative commons namespace. | Jon Phillips | 2007-08-14 | 1 | -51/+69 |
| | | | | (bzr r3464) | ||||
| * | Filter effects: | Nicholas Bishop | 2007-08-08 | 1 | -3/+1 |
| | | | | | | * Removed the "Filter" option from the Blend mode combobox in the Fill and Stroke dialog. (bzr r3419) | ||||
| * | bug 1243190: add tref element support; limited editing support thus far ↵ | Richard Hughes | 2007-07-11 | 1 | -1/+2 |
| | | | | | | (patch by gbanaszk) (bzr r3227) | ||||
| * | Fixed broken Shift+LeftClick to set stroke function | Joel Holdsworth | 2007-07-05 | 1 | -1/+3 |
| | | | | (bzr r3187) | ||||
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 2007-06-27 | 4 | -7/+7 |
| | | | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116) | ||||
| * | more unreffing temporary styles properly | bulia byak | 2007-06-27 | 4 | -7/+7 |
| | | | | (bzr r3114) | ||||
| * | initial filter UI code drop from Nick | MenTaLguY | 2007-06-24 | 1 | -65/+78 |
| | | | | (bzr r3095) | ||||
| * | merge OpenFont license support | MenTaLguY | 2007-06-24 | 1 | -0/+18 |
| | | | | (bzr r3094) | ||||
| * | Right clicking on the swatch now correctly sets the outline colour. | Joel Holdsworth | 2007-06-24 | 1 | -18/+23 |
| | | | | (bzr r3091) | ||||
| * | Using the blur slider no longer destroys filters already applied to the object | Niko Kiirala | 2007-06-23 | 1 | -2/+2 |
| | | | | (bzr r3086) | ||||
| * | Handle the case of gnome_vfs_init failing. (Fixes Debian bug ↵ | Peter Moulder | 2007-06-21 | 1 | -1/+6 |
| | | | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415640.) (bzr r3082) | ||||
| * | Clone Tiler: Change bbox calculation from the default APPROXIMATE_BBOX to ↵ | Peter Moulder | 2007-05-23 | 1 | -1/+7 |
| | | | | | | GEOMETRIC_BBOX, as requested in bug #1722238. (bzr r3036) | ||||
| * | removed the software-only licenses which are not legally clear for ↵ | Jon Phillips | 2007-04-04 | 1 | -20/+0 |
| | | | | | | content/artwork, note, they still work, just not giving ppl. the wrong choices in UI (bzr r2819) | ||||
| * | fix 1516323 | bulia byak | 2007-04-01 | 1 | -1/+1 |
| | | | | (bzr r2808) | ||||
