summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed ↵Johan B. C. Engelen2008-02-278-365/+165
| | | | | RegisteredWdg. (bzr r4887)
* fix nodepath.h include dependencyJohan B. C. Engelen2008-02-271-1/+1
| | | (bzr r4886)
* fix initialization of nodehelperpath showingJohan B. C. Engelen2008-02-271-1/+1
| | | (bzr r4885)
* Fix passing of notebook extension parameters.Johan B. C. Engelen2008-02-274-29/+38
| | | (bzr r4884)
* Simplified tool selection and remember tool per device during a sessionJon A. Cruz2008-02-271-23/+17
| | | (bzr r4883)
* Warning cleanupJon A. Cruz2008-02-271-1/+1
| | | (bzr r4882)
* added type enums for arabic-form and orientation attributesFelipe Corr??a da Silva Sanches2008-02-272-27/+65
| | | (bzr r4881)
* tiny refactoringFelipe Corr??a da Silva Sanches2008-02-272-15/+2
| | | (bzr r4880)
* more boilerplate code for SVGFontsFelipe Corr??a da Silva Sanches2008-02-274-29/+102
| | | | | <glyph> node parameter loading (bzr r4879)
* Fixed initialization order problemJon A. Cruz2008-02-271-1/+1
| | | (bzr r4878)
* Fixed run-time errorJon A. Cruz2008-02-272-8/+8
| | | (bzr r4877)
* less arbitrary default perspectivebulia byak2008-02-271-3/+3
| | | (bzr r4875)
* enable entering 3D boxes as groupsbulia byak2008-02-271-2/+2
| | | (bzr r4874)
* more boilerplate for SVGFontsFelipe Corr??a da Silva Sanches2008-02-273-0/+323
| | | (bzr r4872)
* SVGFonts boilerplate codeFelipe Corr??a da Silva Sanches2008-02-261-0/+8
| | | (bzr r4871)
* new file. I forgot to add it on previous commitFelipe Corr??a da Silva Sanches2008-02-261-0/+211
| | | | | SVGFonts boilerplate code (bzr r4868)
* more SVGFonts boilerplate codeFelipe Corr??a da Silva Sanches2008-02-265-0/+26
| | | (bzr r4867)
* Finished translation stuff for filedialogimpl-win32.cppMarcin Floryan2008-02-261-3/+3
| | | (bzr r4865)
* Added missing src/ui/dialog/filedialogimpl-win32.cpp file to po/POTFILES.in ↵Marcin Floryan2008-02-261-3/+3
| | | | | and changed the former to mark all relevant strings for translation. (bzr r4864)
* Fix for bug 184668 (Tile clone random scaling broken)Tavmjong Bah2008-02-261-2/+2
| | | (bzr r4863)
* Activate desktops upon creation; this fixes bug #195373 but please double ↵Maximilian Albert2008-02-261-7/+5
| | | | | check that it doesn't break anything else (see corresponding post on the mailing list) (bzr r4862)
* Split the "Clones" string to introduce two contexted strings (Clones as ↵Marcin Floryan2008-02-263-2/+7
| | | | | objects to find and Clones as tool to use in ui/dialog/inkscape-preferences.cpp). Asses some comments for translators. (bzr r4861)
* Added preference UI item to toggle tablet tool switchingJon A. Cruz2008-02-264-13/+20
| | | (bzr r4858)
* Initial cut of switching tools to match tablet input device.Jon A. Cruz2008-02-261-0/+144
| | | (bzr r4857)
* starting work on svgfont boilerplate codeFelipe Corr??a da Silva Sanches2008-02-261-0/+32
| | | (bzr r4856)
* fix for bug #195314: feImage filter not updating filtered region when Felipe Corr??a da Silva Sanches2008-02-252-7/+16
| | | | | referenced object changes (bzr r4850)
* fix converting 3d boxes to path and ungrouping - do not lose selection, ↵bulia byak2008-02-254-16/+32
| | | | | preserve style, id and clip/mask (bzr r4849)
* fix-render-of-zero-dimension-rectsbulia byak2008-02-251-1/+4
| | | (bzr r4848)
* snap 3d box handlesbulia byak2008-02-251-3/+7
| | | (bzr r4847)
* comment fixbulia byak2008-02-251-1/+3
| | | (bzr r4846)
* Line-end fixJon A. Cruz2008-02-258-2237/+2237
| | | (bzr r4845)
* svg element referenced by id part of feImage filter rendering.Felipe Corr??a da Silva Sanches2008-02-255-9/+112
| | | | | | | | | | | This commit introduces some known bugs. I will fill a bug report about it, so that we don't forget it. Nominally they are: * seems to leak memory. I haven't found out how. Needs review. * it works when you create and use the filter, but it crashes when trying to open a file that already contains a filter using feImage referencing an svgelement. (bzr r4844)
* Whitespace cleanupJon A. Cruz2008-02-256-776/+773
| | | (bzr r4843)
* 3 new lpe gadgets: sketch, knot and vonkoch.JF Barraud2008-02-259-0/+947
| | | (bzr r4842)
* Further cleanup (left-over debugging message)Maximilian Albert2008-02-241-54/+8
| | | (bzr r4841)
* Only add to favorites if path is absoluteJon A. Cruz2008-02-241-14/+21
| | | (bzr r4840)
* pixblock-transform and scaler: convert src if needed, to match dest mode.JF Barraud2008-02-245-42/+84
| | | | | color matrix, comp. transfert and diplacement map: explicitely free some unused pixblock instead of resting on garbage collection... (bzr r4839)
* Warning and whitespace cleanupJon A. Cruz2008-02-2420-459/+474
| | | (bzr r4838)
* Fix LP #194718Maximilian Albert2008-02-234-10/+10
| | | (bzr r4836)
* * on-canvas clip and mask editing :) in the object menu you can find how to ↵Johan B. C. Engelen2008-02-2311-1/+114
| | | | | | | edit them. * show helperpath toggle on node-edit toolbar. so helperpath is now also available for normal paths (instead of only for LPE'd paths) (bzr r4834)
* Warning and space cleanupJon A. Cruz2008-02-232-12/+13
| | | (bzr r4833)
* Corrected Copyright years in file dialogs from 2007 -> 2008Joel Holdsworth2008-02-236-6/+10
| | | (bzr r4832)
* Added show-preview.bmp which was missed in the last commit!Joel Holdsworth2008-02-231-0/+0
| | | (bzr r4831)
* Merged in Native File Dialogs for Windows BranchJoel Holdsworth2008-02-2310-577/+2046
| | | (bzr r4830)
* partial fix sent by jfb for bug #188814Felipe Corr??a da Silva Sanches2008-02-232-0/+16
| | | (bzr r4829)
* Removed some (minor) build warnings for input.cp file.Marcin Floryan2008-02-231-2/+2
| | | (bzr r4827)
* warning cleanupMaximilian Albert2008-02-231-2/+2
| | | (bzr r4826)
* Clean up comments and remove (already commented) debugging messagesMaximilian Albert2008-02-2210-527/+13
| | | (bzr r4824)
* updating filters infobox iconsFelipe Corr??a da Silva Sanches2008-02-221-1/+1
| | | | | Adjustment of margin spacing (bzr r4823)
* Changed how tooltips for verbs are fetched to display translated versions ↵Marcin Floryan2008-02-224-2/+9
| | | | | correctly in the toolbox. Closes #169103. (bzr r4822)