summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added --export-area-canvas (-C). Aaron Spike2006-03-261-9/+24
| | | | | Area specifying options (--export-area, --export-area-canvas and --export-area-drawing) can now be used in combination with --export-id. (bzr r300)
* most of region selection completedBob Jamison2006-03-263-10/+106
| | | (bzr r299)
* pasting sizebulia byak2006-03-265-0/+116
| | | (bzr r298)
* menu rearrange, tips copyeditbulia byak2006-03-263-61/+64
| | | (bzr r297)
* fixed const declsBob Jamison2006-03-252-5/+20
| | | (bzr r295)
* Add PackedPixelMap to make pixbuf->pixel array conversion much cleaner. ↵Bob Jamison2006-03-257-66/+331
| | | | | Also make certain that packed pixels are unsigned long. (bzr r294)
* initial hookup of siox into Tracer. much work still to be done, and testing tooBob Jamison2006-03-252-23/+149
| | | (bzr r293)
* change radio button to check box. oopsBob Jamison2006-03-251-5/+5
| | | (bzr r292)
* add enableSiox() for testingBob Jamison2006-03-252-0/+16
| | | (bzr r291)
* new button for sioxBob Jamison2006-03-251-2/+26
| | | (bzr r290)
* change namesBob Jamison2006-03-242-1767/+0
| | | (bzr r289)
* change siox namesBob Jamison2006-03-243-10/+9
| | | (bzr r288)
* fix includeBob Jamison2006-03-241-1/+1
| | | (bzr r287)
* rename sioxBob Jamison2006-03-241-2/+2
| | | (bzr r286)
* renameBob Jamison2006-03-242-0/+1767
| | | (bzr r285)
* new filesBob Jamison2006-03-243-3/+14
| | | (bzr r284)
* add sioxBob Jamison2006-03-243-92/+225
| | | (bzr r283)
* Add sioxBob Jamison2006-03-243-1/+1770
| | | (bzr r282)
* fixing crash in situations where locale language has many plural forms ↵Andrius Ramanauskas2006-03-241-5/+5
| | | | | (example - Lithuanian) and translation is not yet provided (bzr r280)
* Bringing in new color classJon A. Cruz2006-03-245-24/+189
| | | (bzr r279)
* Purging unused variableJon A. Cruz2006-03-241-1/+0
| | | (bzr r278)
* remove confusing decimal digits in the number of scansbulia byak2006-03-231-1/+1
| | | (bzr r275)
* pjrm's fix from bug 1188811bulia byak2006-03-231-4/+4
| | | (bzr r274)
* use rotation center in keyboard rotation and transform dialogbulia byak2006-03-226-34/+53
| | | (bzr r273)
* rewrote sp_clippath_get_bbox correctly to fix 1455885bulia byak2006-03-221-6/+18
| | | (bzr r272)
* optimization: prevent taking bbox twice of the first object in selectionbulia byak2006-03-221-1/+3
| | | (bzr r271)
* more information on objects selected in groupsbulia byak2006-03-223-26/+65
| | | (bzr r270)
* Mask/Clippath transformations on masking/unmaskingAndrius Ramanauskas2006-03-225-26/+58
| | | (bzr r269)
* a more informative warningbulia byak2006-03-211-1/+1
| | | (bzr r268)
* Fixes to unmasking:Andrius Ramanauskas2006-03-211-13/+17
| | | | | | | - Fixed crash if unmask/unclip is used on unmasked object - Restoring mask/clippath object even if it is still referenced - Adding restored mask objects to selected item list (bzr r267)
* fixing misspelled name in copyright noticeAndrius Ramanauskas2006-03-201-2/+2
| | | (bzr r266)
* copy clippaths, masks, and mask gradients to defs_clipboardbulia byak2006-03-201-4/+18
| | | (bzr r265)
* do not embed transform if the item has clippath or mask (so that the ↵bulia byak2006-03-191-2/+3
| | | | | clippath/mask is affected by the same transform) (bzr r264)
* patch by Andrius R. for (un)clip and (un)mask commandsbulia byak2006-03-1913-3/+273
| | | (bzr r263)
* restore broken ngettextbulia byak2006-03-191-5/+20
| | | (bzr r262)
* fix clipping with unfilled pathsbulia byak2006-03-192-7/+8
| | | (bzr r261)
* remove the annoying canvas borderbulia byak2006-03-181-3/+1
| | | (bzr r260)
* better description for multiple selectionsbulia byak2006-03-171-10/+82
| | | (bzr r259)
* ensure document up-to-date if it's being loaded into a virgin desktopbulia byak2006-03-171-0/+2
| | | (bzr r258)
* describe clipped/masked objects in statusbarbulia byak2006-03-171-1/+12
| | | (bzr r257)
* add setting clip/mask bbox in sp_item_invoke_show to fix 1449541bulia byak2006-03-171-6/+30
| | | (bzr r256)
* coding stylebulia byak2006-03-161-73/+36
| | | (bzr r255)
* do the same fix for masks as for clippaths to silence 'update during update' ↵bulia byak2006-03-161-0/+1
| | | | | warnings (bzr r254)
* fix property name in init; do the same fix as in SPClipPath to silence ↵bulia byak2006-03-161-4/+13
| | | | | 'update during update' warnings (bzr r253)
* merged patch #1447043 from Andrius "knutux" R. to create sub-layersMenTaLguY2006-03-154-43/+158
| | | (bzr r251)
* patch by christoph-b3e to clone multiple selected objectsbulia byak2006-03-151-18/+28
| | | (bzr r244)
* increase cutoff depth of recursive clone descriptionsbulia byak2006-03-151-1/+1
| | | (bzr r243)
* minor comment tweakMenTaLguY2006-03-151-1/+1
| | | (bzr r242)
* Replace GC::Managed<>::clearOnceInaccessible with GC::soft_ptr<>MenTaLguY2006-03-158-45/+87
| | | (bzr r241)
* shared_ptr -> ptr_sharedMenTaLguY2006-03-1530-154/+154
| | | (bzr r240)