| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -7/+6 |
| * | | | Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ... | Alex Valavanis | 2012-02-15 | 1 | -2/+4 |
| * | | | Gtkmmification of object attributes dialog: image and link attributes now edi... | Kris De Gussem | 2012-01-19 | 1 | -0/+7 |
| * | | | add a menu item for using the Clone original LPE efficiently. | Johan B. C. Engelen | 2012-01-15 | 1 | -0/+5 |
| * | | | Object properties dialog now dockable (derived from Inkscape::UI:Widget::Pane... | Kris De Gussem | 2012-01-08 | 1 | -2/+3 |
| * | | | Janitorial tasks: get rid of deprecated repr wrapper functions | Kris De Gussem | 2012-01-03 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -348/+400 |
| * | | UI. Fix for bug #817249 (Help->About Inkscape icon missing in rev 10505, Win32). | Nicolas Dufour | 2011-08-29 | 1 | -1/+1 |
| * | | Remove nr-object.h and nr-macros.h | Krzysztof Kosi??ski | 2011-08-28 | 1 | -177/+55 |
| * | | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+1 |
| * | | Remove the icon-names.h thing, which was a mistake. | Krzysztof Kosi??ski | 2011-07-15 | 1 | -119/+119 |
| * | | Adding a "Remove All Guides" option to the Edit menu. | Felipe Corr??a da Silva Sanches | 2011-06-22 | 1 | -0/+5 |
| * | | The label ‘Guides Around Page’ does not include a verb. ‘Guides Around ... | Felipe Corr??a da Silva Sanches | 2011-06-22 | 1 | -1/+1 |
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -6/+17 |
| |\ \ |
|
| | * | | Introducing our new nice measurement tool! :-D | Felipe Corr??a da Silva Sanches | 2011-06-06 | 1 | -0/+11 |
| | * | | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -1/+1 |
| | * | | UI. New mnemonics (see Bug #768277 , Add mnemonics for menu items without ver... | Nicolas Dufour | 2011-04-21 | 1 | -5/+5 |
| | |/ |
|
| * / | No more PrintWin32, including no special cases for non-Unicode Windows anymore. | Jasper van de Gronde | 2011-04-15 | 1 | -5/+0 |
| |/ |
|
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -2/+2 |
| * | NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5) | Johan B. C. Engelen | 2011-02-21 | 1 | -5/+20 |
| * | Mnemonics in "Input devices", and LPE dialogs (Bug 170765) | Kris De Gussem | 2010-12-29 | 1 | -1/+1 |
| * | Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765) | Kris De Gussem | 2010-12-29 | 1 | -1/+1 |
| * | Mnemonics in fill and stroke dialog and menu | Kris De Gussem | 2010-12-17 | 1 | -1/+1 |
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -23/+26 |
| |\ |
|
| | * | C++ification of SPObject continued along with the onset of XML Privatisation.... | Abhishek Sharma Public | 2010-07-06 | 1 | -1/+2 |
| | * | New Class SPDocumentUndo created which takes care of c++fying some non SPDocu... | Abhishek Sharma Public | 2010-07-02 | 1 | -12/+12 |
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf... | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| * | | Tooltips inconsistency fix (Bug 340723) | Kris De Gussem | 2010-09-19 | 1 | -1/+1 |
| * | | Fixed valgrind-detected issue with tooltip shortcuts and profile manager on d... | Jon A. Cruz | 2010-09-10 | 1 | -19/+33 |
| * | | Connected two toolbar buttons with the associated verbs | Jasper van de Gronde | 2010-09-07 | 1 | -3/+3 |
| * | | Automatically add shortcuts to tooltips | Jasper van de Gronde | 2010-09-06 | 1 | -2/+18 |
| * | | Disabling Print Colors dialog due to lack of resolution from mailing list thr... | Josh Andler | 2010-07-07 | 1 | -5/+5 |
| |/ |
|
| * | Switching to new input dialog. Allows for a better UI and addresses bug #3348... | Jon A. Cruz | 2010-04-11 | 1 | -6/+0 |
| * | Initial cut of glyph selector dialog is in. Fixes bug #343186. | Jon A. Cruz | 2010-04-01 | 1 | -0/+6 |
| * | Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse. | Jon A. Cruz | 2010-03-19 | 1 | -1/+1 |
| * | Compilation fixes for Windows 64-bit by Fridrich | Krzysztof Kosi??ski | 2010-02-28 | 1 | -6/+6 |
| * | Adding the Interpolate tutorial in Help>Tutorials | Nicolas Dufour | 2010-01-24 | 1 | -2/+8 |
| * | Restore encapsulation of selection implementation. | Jon A. Cruz | 2010-01-15 | 1 | -62/+9 |
| * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 1 | -0/+26 |
| |\ |
|
| | * | - new: Print Colors Preview Dialog and rendermode | Felipe Corr??a da Silva Sanches | 2009-12-11 | 1 | -0/+10 |
| | * | Spray Tool by the students at Ecole Centrale de Lyon, Lyon, France | Josh Andler | 2009-11-30 | 1 | -0/+16 |
| * | | * Implement node snapping. | Krzysztof Kosi??ski | 2010-01-10 | 1 | -3/+4 |
| * | | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -40/+25 |
| |/ |
|
| * | since SP_VERB_XMPP_CLIENT is commented out in .h, it must be commented out he... | bulia byak | 2009-10-19 | 1 | -2/+2 |
| * | Updated buildtool's files to undefine whiteboard. Comment out OCAL Export dia... | Josh Andler | 2009-09-27 | 1 | -9/+9 |
| * | Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes wh... | Maximilian Albert | 2009-08-09 | 1 | -1/+1 |
| * | Revert recent refactoring changes by johnce because they break the build, whi... | Maximilian Albert | 2009-08-06 | 1 | -8/+8 |
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -8/+8 |
| * | Change 'Effect' to 'Extension' in Extensions menu. | Tavmjong Bah | 2009-06-09 | 1 | -6/+6 |
| * | Fixed ellipsis | Alexandre Prokoudine | 2009-05-28 | 1 | -1/+1 |