summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | 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: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-1320-80/+59
|/ / / / / / / / | | | | | | | | | | | | | | | | (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-1347-416/+318
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-1228-85/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1248-1196/+1320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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)
* | | | | | | | | Update to win32 build defines for libwpg issue.Jon A. Cruz2011-06-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10269)
* | | | | | | | | Fix debus warnings and build errors.Jon A. Cruz2011-06-111-93/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10268)
* | | | | | | | | Modified build to conditionally build against either libwpg 0.1.x or 0.2.x. ↵Jon A. Cruz2011-06-101-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | | | | | 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-0610-2/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10259)
* | | | | | | | | 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)
* | | | | | | | improve explanation of lpe parameterJohan B. C. Engelen2011-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r10250)
* | | | | | | | fix rendering of angled guidelinesFelipe Corr??a da Silva Sanches2011-06-011-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r10246)
* | | | | | | | Queue swatch updates during periods of high UI usage, such as dragging ↵Jon A. Cruz2011-05-302-3/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gradient handles. Fixes bug #734981. Fixed bugs: - https://launchpad.net/bugs/734981 (bzr r10244)
* | | | | | | | Port of 0.48.x branch revision 9781.Jon A. Cruz2011-05-2814-43/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup of legacy code and casting that was breaking 64-bit gradient use. Fixes bug #743530 and bug #778441. Fixed bugs: - https://launchpad.net/bugs/743530 - https://launchpad.net/bugs/778441 (bzr r10242)
* | | | | | | | Add "silent" option to extension inx file so that extension authors can ↵Felipe Corr??a da Silva Sanches2011-05-273-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opt-out of displaying the "working, please wait" dialog. Extensions that are tipically slow can still have the dialog show up by simply not adding this attribute to the inx file. (bzr r10240)
* | | | | | | | Applying patch from Gellule Xg to fix crash on 64-bit.Jon A. Cruz2011-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/629363 (bzr r10237)
* | | | | | | | add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen2011-05-266-9/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (and fix some label xml writing and rendering bugs) (bzr r10234)
* | | | | | | | unitmenu: add method to add a unitJohan B. C. Engelen2011-05-262-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r10232)
* | | | | | | | Fixing bug 600267: "Languages are not sorted alphabetically in Inkscape ↵Felipe Corr??a da Silva Sanches2011-05-231-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preferences" https://bugs.launchpad.net/inkscape/+bug/600267 Patch submitted by Fernando Lucchesi Bastos Jurema Applied with minor changes to use Glib::ustring instead of Glib::ustring* (bzr r10219)
* | | | | | | | actually fontforge flipping of y-axis for svgfont glyphs is compliant with ↵Felipe Corr??a da Silva Sanches2011-05-224-5/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the svg spec. So we need to do it also. (bzr r10218)
* | | | | | | | Merge fix for bug #781244 from Martin Owens - wrong conversionKrzysztof Kosi??ski2011-05-211-1/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of grow/shrink value for the paint bucket tool on startup (bzr r10217)
| * | | | | | | | Don't adjust the shink/grow value because we're saving the units.Martin Owens2011-05-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/781244 (bzr r10207.1.1)
* | | | | | | | | Remove flipping of y-axis from methods that get curves from selection in the ↵Felipe Corr??a da Silva Sanches2011-05-201-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svg fonts dialog. This flipping of y-axis seems to be a fontforge bug. (bzr r10216)
* | | | | | | | | Reinstating version bump.Jon A. Cruz2011-05-2011-93/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10215)
* | | | | | | | | fix rendering of SVG Fonts. Apparently the glyphs were wrongly rendered ↵Felipe Corr??a da Silva Sanches2011-05-192-18/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upside-down since I was trying to make it compatible with fontforge rendering. Now, reading again the SVG spec, it seems to me that it is fontforge that renders it incorrectly. I have also added support for rendering path tags that are children of glyph and missing-glyph nodes. And also use tags. But fontforge does not seem to understand use tags in glyph descriptions... compatibility issues that we have to figure out how to solve. (bzr r10211)
* | | | | | | | | Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-1911-8/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10210)
* | | | | | | | | Adding inkscape:label parameter to guidelines so that our guidelanes can ↵Felipe Corr??a da Silva Sanches2011-05-186-13/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209)
* | | | | | | | | Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-1811-93/+8
|/ / / / / / / / | | | | | | | | | | | | | | | | (bzr r10208)
* | | | | | | | Fix fallback to MRU locations.Jon A. Cruz2011-05-111-20/+36
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r10207)
* | | | | | | | Commit test.Jon A. Cruz2011-05-101-7/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r10206)
| * | | | | | | | Fix test case to compile.Jon A. Cruz2011-05-101-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10203.1.1)
* | | | | | | | | Convert fixed paths to relative, including ..Jon A. Cruz2011-05-101-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10205)
* | | | | | | | | Added simple usage of most recent file locations.Jon A. Cruz2011-05-101-4/+40
|/ / / / / / / / | | | | | | | | | | | | | | | | (bzr r10204)
* | | | | | | | Fix compilation on GCC 4.6Krzysztof Kosi??ski2011-05-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r10202)
* | | | | | | | corrected fill-rule handling in pdf export, fixes bug:436962Adib Taraben2011-05-071-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r10200)
| * | | | | | | | corrected fill-rule handling in pdf export, fixes bug:436962Adib Taraben2011-05-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r10198.1.1)
* | | | | | | | | Fix windows build.Jon A. Cruz2011-05-071-5/+4
|/ / / / / / / / | | | | | | | | | | | | | | | | (bzr r10199)