| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix for 934721 : Convert SpellCheck dialog to a dockable dialog | John Smith | 2012-02-21 | 1 | -1060/+0 |
| | | | | (bzr r11006) | ||||
| * | Fix for 171579 : Make inkscape remember dialogs window status | John Smith | 2012-02-17 | 1 | -0/+4 |
| | | | | (bzr r10992) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | (bzr r10963) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-08 | 1 | -2/+2 |
| | | | | (bzr r10952) | ||||
| * | More GSEAL issues | Alex Valavanis | 2012-01-04 | 1 | -3/+3 |
| | | | | (bzr r10836) | ||||
| * | Replace deprecated combo box API | Alex Valavanis | 2012-01-02 | 1 | -7/+22 |
| | | | | (bzr r10822) | ||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -2/+3 |
| | | | | (bzr r10660) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -2/+2 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -3/+3 |
| | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466) | ||||
| * | Gtk cleanup: gtk_object_get_data | Alex Valavanis | 2011-06-26 | 1 | -7/+7 |
| | | | | (bzr r10350.1.8) | ||||
| * | Gtk cleanup: gtk_object_set_data | Alex Valavanis | 2011-06-25 | 1 | -3/+3 |
| | | | | (bzr r10350.1.5) | ||||
| * | Replace deprecated GtkSignal | Alex Valavanis | 2011-06-13 | 1 | -3/+3 |
| | | | | (bzr r10282.1.1) | ||||
| * | Replace use of deprecated GtkTooltips API | Alex Valavanis | 2011-06-05 | 1 | -10/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -0/+1 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -1/+1 |
| | | | | (bzr r10067) | ||||
| * | Fix change in revision 9947 to be consistent with rest of the codebase. | Jon A. Cruz | 2010-12-12 | 1 | -2/+4 |
| | | | | (bzr r9950) | ||||
| * | Fix build failure | Krzysztof Kosi??ski | 2010-12-12 | 1 | -1/+2 |
| | | | | (bzr r9947) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -8/+11 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 1 | -1/+1 |
| | | | | | | | (bzr r9546.1.4) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -3/+3 |
| | | | | | | | | | | | 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) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | 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) | ||||
| * | - Fix bug #396322: "Spell checker crashes the OS X package" | mjwybrow | 2009-07-07 | 1 | -23/+13 |
| | | | | | | | | | | | | - Include the aspell dictionary files in the app bundle. - Show an error if at least the en dictionary files are not available. - Replace the GtkOptionMenu (for selecting which dictionary to add extra words to) with a GtkComboBox since this one behaves correctly when it is insensitive. GtkOptionMenu is deprecated and the menu would appear when clicking on the insensitive widget and then could not be closed. (bzr r8224) | ||||
| * | support up to 3 languages | bulia byak | 2009-02-24 | 1 | -44/+254 |
| | | | | (bzr r7364) | ||||
| * | fix cursor placement logic | bulia byak | 2009-02-18 | 1 | -4/+4 |
| | | | | (bzr r7323) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2009-02-18 | 1 | -35/+35 |
| | | | | (bzr r7317) | ||||
| * | spellchecker | bulia byak | 2009-02-17 | 1 | -0/+834 |
| (bzr r7311) | |||||
