summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Making display narrowerJon A. Cruz2007-04-101-0/+1
| | | (bzr r2843)
* Updating incon when property changesJon A. Cruz2007-04-101-0/+24
| | | (bzr r2842)
* better paintbucket by bill baxterbulia byak2007-04-091-38/+38
| | | (bzr r2841)
* Updated simple action to work like toggle and radion versionsJon A. Cruz2007-04-092-27/+50
| | | (bzr r2840)
* Remove 'default scale origin' from selector tool's preferencesDiederik van Lierop2007-04-092-8/+2
| | | (bzr r2839)
* Eliminate drift of origin if mirroring occurs during scaling/stretchingDiederik van Lierop2007-04-091-4/+15
| | | (bzr r2838)
* fix crash temporarily until next refactoring phaseMenTaLguY2007-04-0919-19/+19
| | | (bzr r2837)
* * src/isnan.h: Fix isnan definition for GCC 3.x on OS X. Patch #1693278.mjwybrow2007-04-091-0/+4
| | | (bzr r2835)
* fix bug where nearest_point_on_path returned bogus t values on sharp bendsbulia byak2007-04-081-5/+12
| | | (bzr r2834)
* Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX ↵Diederik van Lierop2007-04-087-97/+159
| | | | | or GEOMETRIC_BBOX (bzr r2833)
* Corrected jumping and alignment of coordinates in status.Jon A. Cruz2007-04-081-50/+53
| | | | | Fixes bug 1696115 (bzr r2832)
* Updated overwrite confirmation dialog to be similar to the new stock GTK+ oneJon A. Cruz2007-04-073-39/+34
| | | | | addresses RFE 1692837 (bzr r2831)
* Corrected case where extension would not be added for opened filetypes not ↵Jon A. Cruz2007-04-061-6/+5
| | | | | in default list (i.e. jpeg) (bzr r2830)
* remove forced blurring from edge detection - tracing removes speckles anywaybulia byak2007-04-061-7/+1
| | | (bzr r2829)
* Adding more robust and detailed checks and messages.Jon A. Cruz2007-04-061-1/+12
| | | (bzr r2828)
* Additional null pointer checkingJon A. Cruz2007-04-062-1/+24
| | | (bzr r2827)
* Prevent null pointer dereferencingJon A. Cruz2007-04-061-1/+1
| | | (bzr r2826)
* some people reported crashes when adding nonexisting dirs to dialog - though ↵bulia byak2007-04-061-2/+6
| | | | | it did not crash for me (bzr r2825)
* implement GEOMETRIC_BBOXbulia byak2007-04-062-31/+33
| | | (bzr r2823)
* fix 1695287bulia byak2007-04-061-3/+6
| | | (bzr r2822)
* Removed use of union in paint type/structJon A. Cruz2007-04-052-21/+21
| | | (bzr r2821)
* Replacing old multifunction widget with separate widget & modelJon A. Cruz2007-04-057-126/+916
| | | (bzr r2820)
* removed the software-only licenses which are not legally clear for ↵Jon Phillips2007-04-041-20/+0
| | | | | content/artwork, note, they still work, just not giving ppl. the wrong choices in UI (bzr r2819)
* remove warningBob Jamison2007-04-031-1/+1
| | | (bzr r2818)
* fix 1675213: update symm nodes when moving with Ctrl and when adding new nodebulia byak2007-04-021-3/+7
| | | (bzr r2813)
* Removed C99 isnormal from nr-filter-gaussian.cpp (bug 1678363)Niko Kiirala2007-04-021-3/+3
| | | (bzr r2812)
* fix 1472297bulia byak2007-04-021-4/+8
| | | (bzr r2811)
* fix 1243587 and misc fixesbulia byak2007-04-021-15/+8
| | | (bzr r2810)
* fix 1390904bulia byak2007-04-021-5/+24
| | | (bzr r2809)
* fix 1516323bulia byak2007-04-012-5/+1
| | | (bzr r2808)
* fix annoying superfluous separatorbulia byak2007-04-011-1/+2
| | | (bzr r2807)
* removed leftover debug messages. Toggling new grids now works. Almost ready ↵Johan B. C. Engelen2007-04-017-12/+42
| | | | | to comment-out old grid code. (bzr r2806)
* patch 1690246 from Max + read_geometry fixes for consistent placementbulia byak2007-04-012-2/+4
| | | (bzr r2801)
* when the gradient just has start and end stops if you delete one it will now ↵Johan B. C. Engelen2007-04-011-3/+23
| | | | | color the object the remaining stop's color. (bzr r2799)
* added clarifying commentJohan B. C. Engelen2007-04-011-1/+1
| | | (bzr r2798)
* allow easy access to templates profile dir from save dialogbulia byak2007-04-011-0/+5
| | | (bzr r2797)
* when creating .inkscape profile dir, also create empty subdirs for templates ↵bulia byak2007-04-011-0/+23
| | | | | etc. (bzr r2796)
* make rotations, scales and flips work with the object's rotation axisbulia byak2007-03-311-11/+21
| | | (bzr r2795)
* add missing undo transaction for Ctrl+clickbulia byak2007-03-311-0/+1
| | | (bzr r2793)
* Change paint bucket path union to properly create only one undo event, ↵John Bintz2007-03-313-16/+25
| | | | | rather than two (bzr r2792)
* Change tool switch message for paint bucketJohn Bintz2007-03-311-1/+1
| | | (bzr r2791)
* bug #1524444 (partially solved): while uniformly scaling (with ctrl-key), ↵Diederik van Lierop2007-03-312-14/+15
| | | | | the correct scaling must be applied BEFORE trying to snap (bzr r2790)
* bugfix: escape string parameters on the commandline. For linux, the ↵Johan B. C. Engelen2007-03-301-2/+20
| | | | | dollarsign is escaped aswell. Probably needs to check for other OS'es aswell. On MS Windows, no escaping of dollarsign should be performed. (bzr r2789)
* add a snappoint at the rotation-axis of any shapeDiederik van Lierop2007-03-303-2/+6
| | | (bzr r2788)
* fix the undo-while-drawing crash in star and spiralbulia byak2007-03-302-2/+2
| | | (bzr r2787)
* allow easy access to our examples folder from Open dialogbulia byak2007-03-302-0/+7
| | | (bzr r2786)
* a better and more complete fix for 1690914bulia byak2007-03-301-2/+2
| | | (bzr r2785)
* fix 1690914bulia byak2007-03-301-1/+1
| | | (bzr r2784)
* fix warning when redoing undone rect drawbulia byak2007-03-301-2/+3
| | | (bzr r2783)
* backout inadvertent change to domconfig.hBob Jamison2007-03-301-1/+1
| | | (bzr r2782)