| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 5 | -0/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 7 | -10/+10 |
| | | | | (bzr r10067) | ||||
| * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 1 | -1/+1 |
| | | | | (bzr r10066) | ||||
| * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -7/+7 |
| | | | | (bzr r10064) | ||||
| * | Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵ | Nicolas Dufour | 2011-02-21 | 2 | -0/+151 |
| | | | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 2 | -4/+4 |
| | | | | (bzr r10025) | ||||
| * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 2 | -1/+2 |
| | | | | | | header. (bzr r9978.1.1) | ||||
| * | Mnemonics in fill and stroke dialog and menu | Kris De Gussem | 2010-12-17 | 2 | -2/+3 |
| | | | | (bzr r9964) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 13 | -104/+130 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 11 | -52/+52 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 2 | -5/+5 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 2 | -8/+8 |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | A proper fix for dock item mising icon problem. Fixes bug #658055. | Jon A. Cruz | 2010-12-06 | 1 | -12/+18 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/658055 (bzr r9937) | ||||
| * | | Fix crash when floating dialog icon is not found | Krzysztof Kosi??ski | 2010-11-21 | 1 | -5/+11 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/658055 (bzr r9909) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 39 | -39/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | | UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 ) | Kris De Gussem | 2010-10-25 | 3 | -4/+4 |
| | | | | | | | (bzr r9851) | ||||
| * | | i18n. Metadata labels now fully translatable (with colon). | Nicolas Dufour | 2010-10-24 | 1 | -1/+1 |
| | | | | | | | (bzr r9848) | ||||
| * | | Fix for Bug #586955 (the unit for user defined document size is not ↵ | Nicolas Dufour | 2010-09-26 | 1 | -0/+9 |
| | | | | | | | | | | | refreshed if document is reopen). (bzr r9793) | ||||
| * | | i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not ↵ | Nicolas Dufour | 2010-09-24 | 1 | -10/+10 |
| | | | | | | | | | | | applied properly). (bzr r9781) | ||||
| * | | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 2010-08-22 | 2 | -30/+16 |
| |/ | | | (bzr r9722) | ||||
| * | Fixing order from r9463, correct order is Width -> Height -> Units. (Bug ↵ | Alex Leone | 2010-06-01 | 1 | -1/+1 |
| | | | | | | | | | #587874) Fixed bugs: - https://launchpad.net/bugs/587874 (bzr r9464) | ||||
| * | In the document properties dialog, changes tab order to units, width, ↵ | Alex Leone | 2010-06-01 | 2 | -1/+11 |
| | | | | | | | | | height. (Bug #587874) Fixed bugs: - https://launchpad.net/bugs/587874 (bzr r9463) | ||||
| * | Makes the "Fit Page to Selection" margin options load from the opened file. ↵ | Alex Leone | 2010-06-01 | 2 | -19/+61 |
| | | | | | | | | | (Bug #499942) Fixed bugs: - https://launchpad.net/bugs/499942 (bzr r9462) | ||||
| * | Changed default font from Bitstream Vera Sans to Sans. Not | Tavmjong Bah | 2010-04-14 | 1 | -1/+1 |
| | | | | | | | everyone has Bitstream Vera Sans and having a non-existant default font can cause problems. (bzr r9328) | ||||
| * | Initial cut of glyph selector dialog is in. Fixes bug #343186. | Jon A. Cruz | 2010-04-01 | 1 | -6/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9268) | ||||
| * | C++-ification of paint selector. | Jon A. Cruz | 2010-03-22 | 1 | -4/+7 |
| | | | | (bzr r9221) | ||||
| * | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 2010-03-09 | 1 | -7/+7 |
| | | | | (bzr r9169) | ||||
| * | add widget controls for LPE VectorParam. Hide these controls for LPE Hatches. | Johan B. C. Engelen | 2010-02-14 | 5 | -2/+119 |
| | | | | (bzr r9086.1.1) | ||||
| * | Patch by Alex Leone to add margins to resize page options in Document Properties | Josh Andler | 2010-01-08 | 2 | -26/+69 |
| | | | | (bzr r8952) | ||||
| * | updating my email address in file headers | Felipe Corr??a da Silva Sanches | 2009-12-13 | 1 | -1/+1 |
| | | | | (bzr r8889) | ||||
| * | Patch by Dan_Krause to add Arch Paper sizes | Josh Andler | 2009-11-28 | 1 | -0/+20 |
| | | | | (bzr r8843.1.1) | ||||
| * | patch by Adrian Johnson for 166678 | bulia byak | 2009-09-05 | 1 | -12/+11 |
| | | | | (bzr r8561) | ||||
| * | Fix for Bug #166678 (Paper size or orientation are not used when printing) ↵ | Nicolas Dufour | 2009-08-12 | 1 | -11/+12 |
| | | | | | | by Adrian Johnson. (bzr r8473) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 15 | -53/+53 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 8 | -25/+25 |
| | | | | (bzr r8408) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 7 | -28/+28 |
| | | | | (bzr r8407) | ||||
| * | Implement guide behaviour as discussed on the mailing list | Maximilian Albert | 2009-07-16 | 1 | -0/+1 |
| | | | | (bzr r8293) | ||||
| * | Contextual split of translatable message | Alexandre Prokoudine | 2009-07-08 | 1 | -1/+1 |
| | | | | (bzr r8232) | ||||
| * | * [INTL:*] translator comments for all context strings added | Ivan Mas??r | 2009-06-03 | 2 | -4/+16 |
| | | | | (bzr r7985) | ||||
| * | When changing document size, the origin (lower left corner) should be ↵ | Diederik van Lierop | 2009-05-09 | 1 | -0/+6 |
| | | | | | | stationary. This way the guides will keep their relative position w.r.t. the objects (bug #167762), and also everything will be redrawn properly (bug #179373) (bzr r7840) | ||||
| * | Fix compile on Windows (the last paramteter is not defaulted in older | Krzysztof Kosi??ski | 2009-04-25 | 1 | -1/+1 |
| | | | | | | versions of gtkmm) (bzr r7774) | ||||
| * | Fix missing dock icons (bug #364075) | Krzysztof Kosi??ski | 2009-04-25 | 1 | -29/+9 |
| | | | | (bzr r7772) | ||||
| * | Handle case when an icon is not populated | Jon A. Cruz | 2009-04-19 | 1 | -2/+9 |
| | | | | (bzr r7737) | ||||
| * | switch opacity and blur sliders to delayed update, which makes them much ↵ | bulia byak | 2009-03-09 | 2 | -4/+6 |
| | | | | | | more resposive and easier to handle; also, remove the old workaround for gtk crash which is no more, allowing interruptibility and thus also improving responsiveness (bzr r7446) | ||||
| * | Several icon name fixes | Krzysztof Kosi??ski | 2009-02-26 | 1 | -2/+5 |
| | | | | (bzr r7373) | ||||
| * | Move files from the src/dialogs/ directory to the places where they | Krzysztof Kosi??ski | 2009-02-21 | 6 | -6/+724 |
| | | | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337) | ||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -6/+1 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | Make all icons themable (except the filter icons). | Krzysztof Kosi??ski | 2009-02-19 | 2 | -11/+6 |
| | | | | (bzr r7332) | ||||
| * | Warning cleanup | Jon A. Cruz | 2009-02-11 | 1 | -1/+1 |
| | | | | (bzr r7274) | ||||
| * | do not return any non-normal blend mode if we do not show blend mode chooser | bulia byak | 2009-02-10 | 2 | -5/+11 |
| | | | | (bzr r7267) | ||||
