summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | I am not sure if it is possible to have a script element with more than a sin...Felipe Corr??a da Silva Sanches2011-06-191-0/+9
* | | | | | | | Patch sent by Fernando Lucchesi (GSoC student) and modified by me.Felipe Corr??a da Silva Sanches2011-06-193-21/+251
* | | | | | | | UI fix / mnemonicsKris De Gussem2011-06-182-5/+5
* | | | | | | | Dutch translation updateKris De Gussem2011-06-181-3640/+3498
* | | | | | | | user interface for selecting colors of guidelinesFelipe Corr??a da Silva Sanches2011-06-184-0/+37
* | | | | | | | cmake: correct syntax error.Campbell Barton2011-06-181-1/+1
* | | | | | | | * [INTL:sk] Slovak translation updateIvan Mas??r2011-06-172-4657/+2313
* | | | | | | | patch reviewed and accepted from fernandolbastos@gmail.com (GSoC student)Felipe Corr??a da Silva Sanches2011-06-172-8/+26
* | | | | | | | minor changes to cmake, use lib/ and bin/ in the build dir.Campbell Barton2011-06-172-9/+12
* | | | | | | | Conditionalize compilation of image magick sources in cmake.Jon A. Cruz2011-06-161-73/+82
* | | | | | | | Fix i18n macro include.Jon A. Cruz2011-06-161-0/+1
* | | | | | | | Translations. inkscape.pot and fr.po update.Nicolas Dufour2011-06-152-5617/+5403
* | | | | | | | add preference for relative guideline rotation snapping (see rev 10303)Johan B. C. Engelen2011-06-153-9/+25
* | | | | | | | Attempt to make ImageMagick and OpenMP optional with cmake.Jon A. Cruz2011-06-151-10/+14
* | | | | | | | Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-1521-95/+95
|\ \ \ \ \ \ \ \
| * | | | | | | | Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-1521-95/+95
* | | | | | | | | Remove deprecated glib macro wrappersAlex Valavanis2011-06-1471-272/+272
|\| | | | | | | |
| * | | | | | | | Remove deprecated glib macro wrappersAlex Valavanis2011-06-1471-272/+272
* | | | | | | | | shift+ctrl dragging a guideline: fix to snap to angles with original angle as...Johan B. C. Engelen2011-06-141-9/+14
|/ / / / / / / /
* | | | | | | | toggle units in the measure toolFelipe Corr??a da Silva Sanches2011-06-142-4/+29
* | | | | | | | patch for 771738, 635469, 700298, 705382, 716057 by GelluleJosh Andler2011-06-141-1/+1
* | | | | | | | cmake: use system includes (-isystem in gcc).Campbell Barton2011-06-142-3/+10
* | | | | | | | cmake: update ignore list.Campbell Barton2011-06-141-0/+8
* | | | | | | | cmake: use cmakes freetype moduleCampbell Barton2011-06-132-106/+8
* | | | | | | | cmake:Campbell Barton2011-06-136-33/+76
* | | | | | | | cmake: fix for install targetCampbell Barton2011-06-132-47/+54
* | | | | | | | adding preferences page for Measure Tool with option (enabled by default) to ...Felipe Corr??a da Silva Sanches2011-06-133-5/+25
* | | | | | | | cmake:Campbell Barton2011-06-135-547/+100
* | | | | | | | fixing the measure tool cursor to have a crosshair just like all other drawin...Felipe Corr??a da Silva Sanches2011-06-132-31/+31
* | | | | | | | using green color instead of parentheses to differentiate the angle label in ...Felipe Corr??a da Silva Sanches2011-06-131-1/+2
* | | | | | | | using "°" instead of "degrees" for labeling angles in the measure toolFelipe Corr??a da Silva Sanches2011-06-131-1/+1
* | | | | | | | adding shortcut for Measure Tool ("m" or "M")Felipe Corr??a da Silva Sanches2011-06-131-0/+3
* | | | | | | | cmake:Campbell Barton2011-06-133-3/+59
* | | | | | | | display angle info in the measurement toolFelipe Corr??a da Silva Sanches2011-06-131-4/+15
* | | | | | | | replace local CheckStructMember.cmake with cmake'sCampbell Barton2011-06-132-69/+7
* | | | | | | | ignore ./CMakeLists.txt.user (qtcreator stores settings here)Campbell Barton2011-06-132-1/+3
* | | | | | | | cmake: script to check for coverage in our cmake files (that we dont miss any...Campbell Barton2011-06-131-0/+265
* | | | | | | | more improvements in the measurement tool:Felipe Corr??a da Silva Sanches2011-06-132-48/+58
* | | | | | | | Replace deprecated gtk_signal APIAlex Valavanis2011-06-1329-361/+386
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace deprecated GtkSignalAlex Valavanis2011-06-1329-361/+386
|/ / / / / / / /
* | | | | | | | cmake: basic install targetCampbell Barton2011-06-132-10/+53
* | | | | | | | cmake:Campbell Barton2011-06-1337-527/+1419
* | | | | | | | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-1215-36/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-1215-36/+35
* | | | | | | | | cmake: remove FindBoost, is an old copy of the one that comes with cmake.Campbell Barton2011-06-131-403/+0
* | | | | | | | | cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-1321-80/+74
|/ / / / / / / /
* | | | | | | | Replace deprecated GtkTooltipsAlex Valavanis2011-06-1229-392/+252
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-0529-392/+252
* | | | | | | | | cmake:Campbell Barton2011-06-1349-416/+325
* | | | | | | | | cmake: fix for error reading non existing file which would error out cmake's ...Campbell Barton2011-06-131-1/+5