| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | documentation | Kris De Gussem | 2012-01-17 | 1 | -7/+8 | |
| | | | | | | | | | | (bzr r10899) | |||||
| * | | | Fix updating object properties window when its desktop is not the active desktop | Kris De Gussem | 2012-01-13 | 2 | -19/+79 | |
| | | | | | | | | | | (bzr r10881) | |||||
| * | | | UI. Message dialog modification (see Bug #911123). | Nicolas Dufour | 2012-01-09 | 2 | -10/+41 | |
| | | | | | | | | | | (bzr r10866) | |||||
| * | | | warnings fix | Kris De Gussem | 2012-01-08 | 1 | -2/+2 | |
| | | | | | | | | | | (bzr r10865) | |||||
| * | | | another fix after moving files (btool did not fail) | Kris De Gussem | 2012-01-08 | 1 | -2/+2 | |
| | | | | | | | | | | (bzr r10864) | |||||
| * | | | fix paths after moving files | Kris De Gussem | 2012-01-08 | 1 | -1/+1 | |
| | | | | | | | | | | (bzr r10863) | |||||
| * | | | Object properties dialog now dockable (derived from ↵ | Kris De Gussem | 2012-01-08 | 4 | -0/+507 | |
| | | | | | | | | | | | | | | | | Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862) | |||||
| * | | | Unweirdification of Preferences dialog's menu (Bug #259480). | Nicolas Dufour | 2012-01-08 | 2 | -662/+634 | |
| | | | | | | | | | | (bzr r10861) | |||||
| * | | | dropped deprecated function sp_repr_get_double_attribute | Kris De Gussem | 2012-01-07 | 1 | -12/+14 | |
| | | | | | | | | | | (bzr r10858) | |||||
| * | | | Some documentation | Kris De Gussem | 2012-01-06 | 4 | -131/+106 | |
| | | | | | | | | | | (bzr r10851) | |||||
| * | | | Fixed null-pointer ctor crashes. | Jon A. Cruz | 2012-01-03 | 1 | -6/+18 | |
| | | | | | | | | | | (bzr r10828) | |||||
| * | | | More deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 12 | -100/+47 | |
| | | | | | | | | | | (bzr r10827) | |||||
| * | | | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 12 | -30/+13 | |
| | | | | | | | | | | (bzr r10826) | |||||
| * | | | win32 saving: clean up filename handling on opening save dialog | Johan B. C. Engelen | 2012-01-02 | 1 | -2/+11 | |
| | | | | | | | | | | (bzr r10820) | |||||
| * | | | Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith. | Nicolas Dufour | 2012-01-02 | 2 | -0/+8 | |
| | | | | | | | | | | (bzr r10819) | |||||
| * | | | Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ↵ | Nicolas Dufour | 2012-01-02 | 3 | -3/+6 | |
| | |/ |/| | | | | | | | John Smith. (bzr r10818) | |||||
| * | | mixed usage of class and struct for same object | Kris De Gussem | 2011-12-11 | 2 | -2/+2 | |
| | | | | | | | (bzr r10766.1.1) | |||||
| * | | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 3 | -3/+3 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| * | | Add possibility to check validity of attributes and usefulness of properties. | Tavmjong Bah | 2011-11-29 | 2 | -0/+47 | |
| | | | | | | | | | | | | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753) | |||||
| * | | cppcheck: initialisation and warning cleanup | Kris De Gussem | 2011-11-18 | 3 | -5/+4 | |
| | | | | | | | (bzr r10744) | |||||
| * | | dropped unused variables | Kris De Gussem | 2011-11-18 | 1 | -6/+0 | |
| | | | | | | | (bzr r10743) | |||||
| * | | various: warnings and initalization | Kris De Gussem | 2011-11-13 | 3 | -69/+57 | |
| | | | | | | | (bzr r10737) | |||||
| * | | fix LPE toggle icon | Johan B. C. Engelen | 2011-11-05 | 1 | -1/+1 | |
| | | | | | | | (bzr r10727) | |||||
| * | | increase max values in rows&cols dialog. increase significant digits | Johan B. C. Engelen | 2011-11-05 | 1 | -4/+4 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/268576 (bzr r10726) | |||||
| * | | make significant digits consistent for grids | Johan B. C. Engelen | 2011-11-04 | 1 | -0/+7 | |
| | | | | | | | (bzr r10716) | |||||
| * | | add a cppcheck suppression for memleak that is not a memleak | Johan B. C. Engelen | 2011-10-28 | 1 | -0/+2 | |
| | | | | | | | (bzr r10700) | |||||
| * | | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 3 | -11/+1 | |
| | | | | | | | (bzr r10697) | |||||
| * | | Cleanup pass on documentation that was dumping garbage into doxygen output. | Jon A. Cruz | 2011-10-25 | 1 | -4/+4 | |
| | | | | | | | (bzr r10696) | |||||
| * | | Documentation update pass. | Jon A. Cruz | 2011-10-23 | 2 | -9/+0 | |
| | | | | | | | (bzr r10692) | |||||
| * | | Warning cleanup. | Jon A. Cruz | 2011-10-23 | 1 | -4/+4 | |
| | | | | | | | (bzr r10691) | |||||
| * | | cppcheck | Kris De Gussem | 2011-10-18 | 6 | -15/+15 | |
| | | | | | | | (bzr r10681) | |||||
| * | | 1) make snapping to clip/mask paths optional (see document properties dialog ↵ | Diederik van Lierop | 2011-10-08 | 2 | -2/+9 | |
| | | | | | | | | | | | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672) | |||||
| * | | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 1 | -0/+3 | |
| | | | | | | | | | | | the contents forward.h at all). (bzr r10667) | |||||
| * | | More forward.h purging. | Jon A. Cruz | 2011-10-04 | 1 | -0/+1 | |
| | | | | | | | (bzr r10665) | |||||
| * | | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 36 | -150/+178 | |
| | | | | | | | (bzr r10660) | |||||
| * | | 1) Fix absolute scaling in transform dialog | Diederik van Lierop | 2011-09-04 | 1 | -43/+48 | |
| | | | | | | | | | | | 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box (bzr r10615) | |||||
| * | | Completely remove libnr | Krzysztof Kosi??ski | 2011-08-28 | 5 | -38/+34 | |
| |\ \ | | | | | | | (bzr r10589) | |||||
| | * | | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+0 | |
| | | | | | | | | | | (bzr r10582.1.6) | |||||
| | * | | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 5 | -36/+34 | |
| | | | | | | | | | | | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| * | | | remove double backslash in pathname (Bug 805095) | Alvin Penner | 2011-08-26 | 1 | -0/+2 | |
| |/ / | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/805095 (bzr r10583) | |||||
| * | | Merge rendering cache branch (GSoC 2011) | Krzysztof Kosi??ski | 2011-08-25 | 7 | -68/+65 | |
| |\ \ | | | | | | | (bzr r10579) | |||||
| | * | | Reduce default rendering cache size to 64 MiB | Krzysztof Kosi??ski | 2011-08-25 | 1 | -2/+2 | |
| | | | | | | | | | | (bzr r10347.1.39) | |||||
| | * | | Fix large memory leaks in the swatches panel | Krzysztof Kosi??ski | 2011-08-16 | 3 | -25/+20 | |
| | | | | | | | | | | (bzr r10347.1.35) | |||||
| | * | | Add user preference for rendering cache size | Krzysztof Kosi??ski | 2011-08-16 | 2 | -29/+34 | |
| | | | | | | | | | | (bzr r10347.1.34) | |||||
| | * | | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 2 | -14/+11 | |
| | | | | | | | | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | |||||
| | * | | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -2/+2 | |
| | | | | | | | | | | (bzr r10347.1.21) | |||||
| * | | | Refactoring of the snapping preferences; mainly about storing all toggles in ↵ | Diederik van Lierop | 2011-08-22 | 2 | -6/+1 | |
| | | | | | | | | | | | | | | | | a single array, instead of each having its own member variable (bzr r10569) | |||||
| * | | | Filters. Fix for bug #713064 (Filter Effect Turbulence Base frequency ↵ | Nicolas Dufour | 2011-08-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | limited to 0.400). (bzr r10557) | |||||
| * | | | Prevent creation of preview images if 'Enable preview' is not enabled. Fixes ↵ | Jon A. Cruz | 2011-08-14 | 1 | -5/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | bug #826027. Fixed bugs: - https://launchpad.net/bugs/826027 (bzr r10541) | |||||
| * | | | UI uniformisation / addition of mnemonics (Bug #170765) | Kris De Gussem | 2011-07-28 | 1 | -24/+53 | |
| |/ / | | | | | | | | | Removed unnecessary command in path effects (bzr r10515) | |||||
