summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | cmake: fix for install targetCampbell Barton2011-06-132-47/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10296)
* | | | | | | | | adding preferences page for Measure Tool with option (enabled by default) to ↵Felipe Corr??a da Silva Sanches2011-06-133-5/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignore first and last points when calculating/displaying distances (bzr r10295)
* | | | | | | | | cmake:Campbell Barton2011-06-135-547/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove hard coded include and libraries. - remove gtk/imagemagic modules (use cmakes). (bzr r10294)
* | | | | | | | | fixing the measure tool cursor to have a crosshair just like all other ↵Felipe Corr??a da Silva Sanches2011-06-132-31/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | drawing tools fixes bug #796446 (bzr r10293)
* | | | | | | | | using green color instead of parentheses to differentiate the angle label in ↵Felipe Corr??a da Silva Sanches2011-06-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the measure tool (bzr r10292)
* | | | | | | | | using "°" instead of "degrees" for labeling angles in the measure toolFelipe Corr??a da Silva Sanches2011-06-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adding parentheses to the angle lable in order to make it clearly distinguishable in comparison to the length labels (bzr r10291)
* | | | | | | | | adding shortcut for Measure Tool ("m" or "M")Felipe Corr??a da Silva Sanches2011-06-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10290)
* | | | | | | | | cmake:Campbell Barton2011-06-133-3/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cmake files were using the inkscape-version.cpp file generated by autoconfigure. now generate our own. Also remove bad include. (bzr r10289)
* | | | | | | | | display angle info in the measurement toolFelipe Corr??a da Silva Sanches2011-06-131-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10288)
* | | | | | | | | replace local CheckStructMember.cmake with cmake'sCampbell Barton2011-06-132-69/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10287)
* | | | | | | | | ignore ./CMakeLists.txt.user (qtcreator stores settings here)Campbell Barton2011-06-132-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also correction to windows path. (bzr r10286)
* | | | | | | | | cmake: script to check for coverage in our cmake files (that we dont miss ↵Campbell Barton2011-06-131-0/+265
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | any headers or source files) (bzr r10285)
* | | | | | | | | more improvements in the measurement tool:Felipe Corr??a da Silva Sanches2011-06-132-48/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * select elements crossed by the line segment drawn with the tool * allow user to select font size for the length labels (in the toolbar) * use temporary canvas items (bzr r10284)
* | | | | | | | | Replace deprecated gtk_signal APIAlex Valavanis2011-06-1329-361/+386
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r10283)
| * | | | | | | | | Replace deprecated GtkSignalAlex Valavanis2011-06-1329-361/+386
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | (bzr r10282.1.1)
* | | | | | | | | cmake: basic install targetCampbell Barton2011-06-132-10/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10282)
* | | | | | | | | cmake:Campbell Barton2011-06-1337-527/+1419
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
* | | | | | | | | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-1215-36/+35
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r10280)
| * | | | | | | | | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-1215-36/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10277.1.1)
* | | | | | | | | | cmake: remove FindBoost, is an old copy of the one that comes with cmake.Campbell Barton2011-06-131-403/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10279)
* | | | | | | | | | cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-1321-80/+74
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | (bzr r10278)
* | | | | | | | | Replace deprecated GtkTooltipsAlex Valavanis2011-06-1229-392/+252
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10277)
| * | | | | | | | | Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-0529-392/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* | | | | | | | | | cmake:Campbell Barton2011-06-1349-416/+325
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
* | | | | | | | | | cmake: fix for error reading non existing file which would error out cmake's ↵Campbell Barton2011-06-131-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first run. (bzr r10275)
* | | | | | | | | | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-1229-87/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
* | | | | | | | | | cmake: commented unused files/dirs, double checked all files compile this timeCampbell Barton2011-06-128-62/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10273)
* | | | | | | | | | work in progress cmake commit:Campbell Barton2011-06-1250-1233/+1417
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
* | | | | | | | | | support python3.x for other i18n scriptsCampbell Barton2011-06-122-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10271)
* | | | | | | | | | On arch linux python3 is default, changes so this works on py3 (first ↵Campbell Barton2011-06-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit, simple test) (bzr r10270)
* | | | | | | | | | Update to win32 build defines for libwpg issue.Jon A. Cruz2011-06-113-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10269)
* | | | | | | | | | Fix debus warnings and build errors.Jon A. Cruz2011-06-111-93/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10268)
* | | | | | | | | | Minor change to initialize libwgp config variable.Jon A. Cruz2011-06-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10267)
* | | | | | | | | | Modified build to conditionally build against either libwpg 0.1.x or 0.2.x. ↵Jon A. Cruz2011-06-102-5/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug #778951. Fixed bugs: - https://launchpad.net/bugs/778951 (bzr r10266)
* | | | | | | | | | improving measurement toolFelipe Corr??a da Silva Sanches2011-06-101-15/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10265)
* | | | | | | | | | improving the measurement toolFelipe Corr??a da Silva Sanches2011-06-091-3/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now it detects intersections and displays crosses indicating them the length value displayed corresponds to the first line-segment TODO: display all segment lengths (bzr r10264)
* | | | | | | | | | Save a copy dialog now opens in current directory if this option is set for ↵Johan B. C. Engelen2011-06-082-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | save as... dialog. (there is also the possibility to manually change the preferences file to change this option independently from save as... dialog) Fixed bugs: - https://launchpad.net/bugs/791098 (bzr r10263)
* | | | | | | | | | Fix const on new icon.Jon A. Cruz2011-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10262)
* | | | | | | | | | German translation updateUweSch mail@uwe-schoeler.de2011-06-071-1064/+1068
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10261)
* | | | | | | | | | adding cursor for the measure tool that I forgot to commit in the previous ↵Felipe Corr??a da Silva Sanches2011-06-061-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revision. (bzr r10260)
* | | | | | | | | | Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches2011-06-0613-11953/+70295
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10259)
* | | | | | | | | | Extensions. Adding i18n support to voronoi2svg.py and interp_att_g.py. New ↵Nicolas Dufour2011-06-056-1994/+2021
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | INX version for the Voronoi extension. Translations. inkscape.pot and fr.po update. (bzr r10258)
* | | | | | | | | | fix: latex width output to postscript big point 'bp'.Johan B. C. Engelen2011-06-051-2/+2
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792384 (bzr r10257)
* | | | | | | | | Possible Win32 compile fix.Jon A. Cruz2011-06-043-19/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10256)
* | | | | | | | | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-04150-279/+145
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
| * | | | | | | | | Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-03139-266/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* | | | | | | | | | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-0458-147/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* | | | | | | | | | german translation updateUweSch mail@uwe-schoeler.de2011-06-031-507/+574
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | (bzr r10253)
* | | | | | | | | add multiple glyph layers at once (from characters found in user input string)Felipe Corr??a da Silva Sanches2011-06-021-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10252)
* | | | | | | | | some fixes to the svgfont2layers extension.Felipe Corr??a da Silva Sanches2011-06-021-18/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It still needs some performance optimization, as it is very slow. For that reason the current code has an arbitrary restriction to import only the first 30 glyphs from an svgfont. (bzr r10251)