| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 8 | -19/+19 | |
| | | | | | | | | | | | | | | | | (bzr r9546.1.2) | |||||
| | * | | | | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 4 | -19/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | |||||
| * | | | | | Fix version check for wheel selector. | Jon A. Cruz | 2010-12-08 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | (bzr r9943) | |||||
| * | | | | | Workaround for GTK not scaling the color wheel to match available space. | Jon A. Cruz | 2010-12-07 | 1 | -0/+47 | |
| | | | | | | | | | | | | | | | | (bzr r9942) | |||||
| * | | | | | Remove custom color wheel widget in favor of the (relatively) recent GtkHSV. ↵ | Jon A. Cruz | 2010-12-06 | 6 | -1259/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug #170046. Fixed bugs: - https://launchpad.net/bugs/170046 (bzr r9941) | |||||
| * | | | | | Stop background rendering once crash handler is triggered. | Jon A. Cruz | 2010-12-06 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | (bzr r9940) | |||||
| * | | | | | C++ cleanup on patch. | Jon A. Cruz | 2010-12-02 | 1 | -14/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/665316 - https://launchpad.net/bugs/669537 (bzr r9932) | |||||
| * | | | | | Fix crashes caused by spinbutton focus problems. | Krzysztof Kosi??ski | 2010-11-25 | 1 | -9/+10 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Adnois Papaderos. Fixed bugs: - https://launchpad.net/bugs/665316 - https://launchpad.net/bugs/669537 (bzr r9923) | |||||
| | * | | | | | Fix Bug #669537 - crash when activating "snap to path" | Adonis Papaderos | 2010-11-25 | 1 | -9/+10 | |
| | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | mode after changing stroke width (no focus-out-event) (bzr r9917.3.1) | |||||
| * / | | | | Fix Bug #447385 - Drag'n'drop from swatches doesn't always work | Adonis Papaderos | 2010-11-25 | 1 | -18/+7 | |
| |/ / / / | | | | | | | | | (bzr r9917.1.1) | |||||
| * | | | | Fix ruler redraw issue on GTK 2.22 | Krzysztof Kosi??ski | 2010-11-18 | 1 | -506/+176 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/627134 (bzr r9905) | |||||
| * | | | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 43 | -43/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | |||||
| * | | | | Cleanups from backports. | Jon A. Cruz | 2010-10-29 | 2 | -24/+22 | |
| | | | | | | | | | | | | | (bzr r9863) | |||||
| * | | | | UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 ) | Kris De Gussem | 2010-10-25 | 3 | -21/+21 | |
| | | | | | | | | | | | | | (bzr r9851) | |||||
| * | | | | Fix for bug #362995 (Default Units in Document Properties ignored). | Nicolas Dufour | 2010-09-24 | 1 | -2/+37 | |
| | | | | | | | | | | | | | (bzr r9780) | |||||
| * | | | | Prevent opacity slider changes from going into undo as separate items. Fixes ↵ | Jon A. Cruz | 2010-09-15 | 1 | -15/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #629300. Fixed bugs: - https://launchpad.net/bugs/629300 (bzr r9762) | |||||
| * | | | | Stop overrun. | Jon A. Cruz | 2010-09-12 | 1 | -4/+0 | |
| | | | | | | | | | | | | | (bzr r9756) | |||||
| * | | | | Connected two toolbar buttons with the associated verbs | Jasper van de Gronde | 2010-09-07 | 1 | -6/+12 | |
| | | | | | | | | | | | | | (bzr r9747) | |||||
| * | | | | Automatically add shortcuts to tooltips | Jasper van de Gronde | 2010-09-06 | 2 | -6/+8 | |
| | | | | | | | | | | | | | (bzr r9745) | |||||
| * | | | | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 2010-08-22 | 3 | -19/+6 | |
| | |_|/ |/| | | | | | (bzr r9722) | |||||
| * | | | Correct behavior of gradient stops to extract color from swatch when color ↵ | Jon A. Cruz | 2010-07-18 | 1 | -27/+10 | |
| | | | | | | | | | | | | | | | | is drag-n-drop'ed or selected. (bzr r9620) | |||||
| * | | | CSS length attributes must have units. | Tavmjong Bah | 2010-07-10 | 1 | -2/+2 | |
| | | | | | | | | | | (bzr r9605) | |||||
| * | | | Revert device-color for now. | Jon A. Cruz | 2010-07-07 | 1 | -20/+6 | |
| | | | | | | | | | | | | | | | | "commit the awesomesauce" (bzr r9587) | |||||
| * | | | Tuning fill-n-stroke to support non-solid swatches. | Jon A. Cruz | 2010-07-07 | 5 | -44/+67 | |
| | | | | | | | | | | (bzr r9586) | |||||
| * | | | Suppress gradient direction line for 'solid' gradients. | Jon A. Cruz | 2010-07-04 | 2 | -28/+26 | |
| | | | | | | | | | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564) | |||||
| * | | | Create only single-stop gradients when using Fill-n-Stroke to convert solid ↵ | Jon A. Cruz | 2010-07-03 | 1 | -7/+11 | |
| | | | | | | | | | | | | | | | | to a swatch. Preserve CMS colors. (bzr r9560) | |||||
| * | | | Added hidden preference to re-enable floating dialogs on problematic window ↵ | Jon A. Cruz | 2010-07-02 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | managers. (bzr r9557) | |||||
| * | | | Rough pass of Fill-n-Stroke swatch conversion. | Jon A. Cruz | 2010-07-02 | 2 | -1/+6 | |
| |/ / | | | | | (bzr r9553) | |||||
| * / | Partial C++-ification of SPGradient | Jon A. Cruz | 2010-06-28 | 6 | -17/+17 | |
| |/ | | | (bzr r9542) | |||||
| * | Disable edit dialog when custom swatch is edited in fill-n-stroke. ↵ | Jon A. Cruz | 2010-06-17 | 1 | -18/+27 | |
| | | | | | | | | | Addressing bug #594443. Fixed bugs: - https://launchpad.net/bugs/594443 (bzr r9506) | |||||
| * | Fix crash when bringing up F&S dialog with the CMS picker as default when an ↵ | Jon A. Cruz | 2010-06-16 | 1 | -1/+2 | |
| | | | | | | object with no icc-color is selected. (bzr r9504) | |||||
| * | Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663. | Jon A. Cruz | 2010-06-16 | 2 | -54/+3 | |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/170781 - https://launchpad.net/bugs/171663 (bzr r9503) | |||||
| * | Added icons for Superscript and Subscript. | Tavmjong Bah | 2010-06-07 | 1 | -2/+2 | |
| | | | | (bzr r9490) | |||||
| * | "Fix" for bug #583593 (Default tool styles are not loaded for new users). | Tavmjong Bah | 2010-06-07 | 1 | -6/+9 | |
| | | | | | | | (Call sp_desktop_set_style() with write_current = false.) Tweak superscript/subscript shifts/sizes. (bzr r9489) | |||||
| * | Moved spray tool down, text tool up. | Tavmjong Bah | 2010-06-05 | 1 | -4/+18 | |
| | | | | (bzr r9479) | |||||
| * | Add support for baseline-shift attribute (all possible values). | Tavmjong Bah | 2010-06-04 | 1 | -1/+129 | |
| | | | | | | | | | Add superscript and subscript support to Text toolbar. Missing icons for superscript and subscript. Known bug: adding a character to a superscript or subscript text string resets baseline-shift attribute. (bzr r9475) | |||||
| * | Flowed text does not support dx (kerning), dy, and rotation attributes. | Tavmjong Bah | 2010-06-01 | 1 | -20/+36 | |
| | | | | | | Disable corresponding widgets if flowed text selected. (bzr r9468) | |||||
| * | copyedit tooltips | buliabyak | 2010-05-18 | 1 | -14/+14 | |
| | | | | (bzr r9428) | |||||
| * | Add icons for line-height, letter-spacing, etc. to text toolbar. | Tavmjong Bah | 2010-05-18 | 1 | -6/+12 | |
| | | | | | | Include units in tooltips. (bzr r9427) | |||||
| * | Text toolbar: | Tavmjong Bah | 2010-05-16 | 1 | -0/+22 | |
| | | | | | | | | | Write out deprecated sodipodi:linespacing attribute (otherwise new line-height value gets overwritten by old linespacing value if text duplicated). "Fixes" 575829. Add calls to sp_document_maybe_done for dx, dy, rotate attributes. (bzr r9424) | |||||
| * | A couple small bug fixes for new text toolbar widgets. | Tavmjong Bah | 2010-05-15 | 1 | -60/+70 | |
| | | | | (bzr r9420) | |||||
| * | Add dx (kerning), dy (vertical shifting), and rotate widgets to | Tavmjong Bah | 2010-05-14 | 1 | -3/+216 | |
| | | | | | | text toolbar along with routines needed by them. (bzr r9417) | |||||
| * | Get rid of unneeded labels when the icons are self-explanatory. | Tavmjong Bah | 2010-05-13 | 1 | -2/+2 | |
| | | | | (bzr r9410) | |||||
| * | Add ability to set icons to insensitive. Used to disable "Justify" | Tavmjong Bah | 2010-05-13 | 1 | -14/+23 | |
| | | | | | | button for non-flowed text in text-tool toolbar. (bzr r9408) | |||||
| * | moved some marshalling functions to generic glib calls | Nathan Hurst | 2010-04-29 | 1 | -1/+1 | |
| | | | | (bzr r9389) | |||||
| * | Unnecessary style selector removed from the Spray tool bar and preferences, ↵ | Nicolas Dufour | 2010-04-28 | 1 | -3/+9 | |
| | | | | | | and string disambiguation. (bzr r9386) | |||||
| * | inkscape-comboboxentry-action: | Tavmjong Bah | 2010-04-27 | 1 | -6/+19 | |
| | | | | | | | | | | Add option to add extra width to GtkComboBox. Add names to widgets so styles can be set with RC files. toolbox.cpp: Add extra width to font-family GtkComboBox. Change style of font-family drop-down from menu to list. (bzr r9384) | |||||
| * | some copyediting of labels | buliabyak | 2010-04-27 | 1 | -6/+6 | |
| | | | | (bzr r9383) | |||||
| * | Add alt-x shortcut to new text toolbar. | Tavmjong Bah | 2010-04-24 | 1 | -6/+7 | |
| | | | | (bzr r9369) | |||||
| * | Minor tweaks to text toolbar. | Tavmjong Bah | 2010-04-23 | 1 | -4/+4 | |
| | | | | (bzr r9366) | |||||
