| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added mnemonics for font dialog (Bug #170765) | Kris De Gussem | 2011-04-18 | 1 | -6/+5 |
| | | | | (bzr r10182) | ||||
| * | Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment ↵ | Nicolas Dufour | 2011-04-11 | 1 | -101/+78 |
| | | | | | | | | with non-zero page in the guide editor dialog). Clonetiler. Code consistency fix. (bzr r10157) | ||||
| * | UI fix (message was not clear) | Kris De Gussem | 2011-03-08 | 1 | -1/+1 |
| | | | | (bzr r10085) | ||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 1 | -0/+1 |
| | | | | | | | 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 | 4 | -30/+40 |
| | | | | (bzr r10067) | ||||
| * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 2 | -23/+25 |
| | | | | (bzr r10064) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -93/+93 |
| | | | | (bzr r10025) | ||||
| * | Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765) | Kris De Gussem | 2010-12-29 | 1 | -3/+3 |
| | | | | (bzr r9989) | ||||
| * | Simple tracking of time to display dialogs and main window. | Jon A. Cruz | 2010-12-18 | 2 | -1/+24 |
| | | | | (bzr r9966) | ||||
| * | 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 | 7 | -113/+129 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | SPObject c++ification finalized along with the beginning of XML ↵ | Abhishek Sharma Public | 2010-07-12 | 1 | -1/+1 |
| | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6) | ||||
| | * | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 2010-07-03 | 3 | -6/+6 |
| | | | | | | | (bzr r9546.1.4) | ||||
| | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 6 | -29/+29 |
| | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 2 | -6/+6 |
| | | | | | | | (bzr r9546.1.2) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 3 | -14/+13 |
| | | | | | | | | | | | 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 | 16 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | Dropped not working accelator key (r9858 Bug #170765) | Kris De Gussem | 2010-10-29 | 1 | -1/+1 |
| | | | | | | | (bzr r9865) | ||||
| * | | UI: punctiation and mnemonics in preferences, export and ico preview dialog | Kris De Gussem | 2010-10-27 | 1 | -1/+1 |
| | | | | | | | (bzr r9858) | ||||
| * | | Some UI fixes | Kris De Gussem | 2010-10-24 | 2 | -10/+10 |
| | | | | | | | (bzr r9846) | ||||
| * | | i18n. Link/image properties dialog title is now fully translatable. | Nicolas Dufour | 2010-10-20 | 1 | -1/+8 |
| | | | | | | | (bzr r9838) | ||||
| * | | Remove the failed and unused "new gui" stuff. | Krzysztof Kosi??ski | 2010-10-12 | 1 | -23/+5 |
| | | | | | | | (bzr r9828) | ||||
| * | | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 2010-08-22 | 2 | -13/+5 |
| |/ | | | (bzr r9722) | ||||
| * | Switching to new input dialog. Allows for a better UI and addresses bug ↵ | Jon A. Cruz | 2010-04-11 | 4 | -641/+0 |
| | | | | | | | | | | #334800 and bug #196195. Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312) | ||||
| * | fix bug 166659. precisely calculate bbox when exporting to png | Johan B. C. Engelen | 2010-04-10 | 1 | -6/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/166659 (bzr r9309) | ||||
| * | Create better names when intput devices are reported with broken ones. | Jon A. Cruz | 2010-03-14 | 1 | -8/+62 |
| | | | | (bzr r9186) | ||||
| * | Minor cleanup and addition of tablet debugging code. | Jon A. Cruz | 2010-03-14 | 1 | -23/+296 |
| | | | | (bzr r9185) | ||||
| * | Try harder to fix the tablet configuration problem | Krzysztof Kosi??ski | 2010-03-13 | 1 | -7/+22 |
| | | | | (bzr r9183) | ||||
| * | Hopefully fix #334800 (input devices configuration not saved). | Krzysztof Kosi??ski | 2010-03-12 | 1 | -53/+65 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/334800 (bzr r9177) | ||||
| * | Patch from Fridrich - LP #520532 | Krzysztof Kosi??ski | 2010-03-05 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/520532 (bzr r9149) | ||||
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 2 | -41/+41 |
| | | | | (bzr r9127) | ||||
| * | Better patch by Adib for 431022. Appears safe, however, I am unable to test ↵ | Josh Andler | 2009-09-23 | 1 | -2/+6 |
| | | | | | | as it is/was a win32 issue only. (bzr r8635) | ||||
| * | Patch by Adib for 431022. Appears safe, however, I am unable to test as it ↵ | Josh Andler | 2009-09-22 | 1 | -1/+1 |
| | | | | | | is/was a win32 issue only. (bzr r8631) | ||||
| * | absolutize user-entered path from doc location | bulia byak | 2009-08-21 | 1 | -19/+30 |
| | | | | (bzr r8514) | ||||
| * | fix 396851: move absolutizing relative path (added by Ted) out of ↵ | bulia byak | 2009-08-17 | 1 | -6/+22 |
| | | | | | | sp_export_png_file and make sure it works only for rel filenames from hints (both on command line and on batch export), but not for filenames specified on command line or in export dialog; reenable export-id with export-use-hints; fix errors in string comparisons when choosing command line mode; fix crash when opening nonexistent file in command line mode (bzr r8500) | ||||
| * | Cleanup (remove unused variable; use generic function to determine the file ↵ | Maximilian Albert | 2009-08-09 | 1 | -1/+1 |
| | | | | | | extension) (bzr r8455) | ||||
| * | Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵ | Maximilian Albert | 2009-08-09 | 1 | -2/+1 |
| | | | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 3 | -17/+17 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 3 | -17/+17 |
| | | | | (bzr r8405) | ||||
| * | FIX 2922232 win32 dialogue for browse file on export-bitmap dialogue, also ↵ | theAdib | 2009-08-03 | 1 | -2/+53 |
| | | | | | | solved the case where filename is emphty (bzr r8399) | ||||
| * | Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be ↵ | Josh Andler | 2009-07-13 | 1 | -1/+1 |
| | | | | | | directly included now. (bzr r8278) | ||||
| * | - 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) | ||||
| * | Contextuals splits to differentiate nodes as XML elements from nodes as ↵ | Alexandre Prokoudine | 2009-06-09 | 1 | -2/+2 |
| | | | | | | parts of a Bezier curve (bzr r8033) | ||||
| * | with latest gtk, aggressive presenting the window after transientization is ↵ | bulia byak | 2009-06-05 | 1 | -1/+1 |
| | | | | | | not needed, and can even result in a freeze (bzr r8005) | ||||
| * | * [INTL:*] translator comments for all context strings added | Ivan Mas??r | 2009-06-03 | 1 | -1/+3 |
| | | | | (bzr r7985) | ||||
| * | Renamed ColorDef to PaintDef to prep for expanded functionality. | Jon A. Cruz | 2009-03-20 | 1 | -3/+1 |
| | | | | (bzr r7528) | ||||
| * | gtk adjustment fix | Jon A. Cruz | 2009-03-11 | 1 | -6/+6 |
| | | | | (bzr r7469) | ||||
| * | Patch from Lubomir Rintel: fixes for GCC 4.4 | Krzysztof Kosi??ski | 2009-02-26 | 1 | -2/+4 |
| | | | | (bzr r7380) | ||||
| * | support up to 3 languages | bulia byak | 2009-02-24 | 1 | -44/+254 |
| | | | | (bzr r7364) | ||||
