| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -2/+2 |
| |\ | | | | | (bzr r11027) | ||||
| * | | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+1 |
| | | | | | | | (bzr r10963) | ||||
| * | | Cleaning up a few headers | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| | | | | | | | (bzr r10961) | ||||
| * | | Patch from lp 721448 to make OSX Aqua builds more stable | Josh Andler | 2012-02-08 | 1 | -15/+0 |
| | | | | | | | (bzr r10950) | ||||
| * | | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -0/+1 |
| | | | | | | | (bzr r10940) | ||||
| * | | GTK 2.20 compat for interface.cpp | Alex Valavanis | 2012-01-05 | 1 | -0/+8 |
| | | | | | | | (bzr r10848) | ||||
| * | | Cleanup GSEAL issues and deprecated GtkTooltips | Alex Valavanis | 2012-01-03 | 1 | -13/+16 |
| |/ | | | (bzr r10826) | ||||
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -33/+36 |
| | | | | (bzr r10659) | ||||
| * | Remove nr-object.h and nr-macros.h | Krzysztof Kosi??ski | 2011-08-28 | 1 | -25/+12 |
| | | | | (bzr r10582.1.10) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+1 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -4/+4 |
| | | | | (bzr r10347.1.21) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -2/+2 |
| | | | | | | | | 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) | ||||
| * | Refactoring color profile to bring more internal. Help to prep for optional ↵ | Jon A. Cruz | 2011-07-06 | 1 | -4/+0 |
| | | | | | | lcms2 support. (bzr r10420) | ||||
| * | Gtk cleanup: gtk_menu_append | Alex Valavanis | 2011-06-26 | 1 | -5/+5 |
| | | | | (bzr r10350.1.7) | ||||
| * | Remove/replace deprecated gtk_window_set_policy symbol | Alex Valavanis | 2011-06-23 | 1 | -3/+1 |
| | | | | (bzr r10350.1.2) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -3/+3 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | UI. New mnemonics (see Bug #768277 , Add mnemonics for menu items without ↵ | Nicolas Dufour | 2011-04-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | verbs / default key mapping). Fixed bugs: - https://launchpad.net/bugs/768277 (bzr r10187) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -57/+69 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | Cleaned up memory patch. Fixes bug #737298. | Jon A. Cruz | 2011-03-20 | 1 | -4/+12 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118) | ||||
| | * | NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5) | Johan B. C. Engelen | 2011-02-21 | 1 | -27/+32 |
| | | | | | | | (bzr r10065) | ||||
| | * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -13/+13 |
| | | | | | | | (bzr r10064) | ||||
| | * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -13/+12 |
| | | | | | | | | | | | header. (bzr r9978.1.1) | ||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -23/+58 |
| |\| | | | | | (bzr r9508.1.72) | ||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -21/+25 |
| | |\ | | | | | | | (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) | ||||
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | ||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 |
| | | | | | | | | | | (bzr r9546.1.2) | ||||
| | | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | 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) | ||||
| | * | | Restore copies of renamed icons on certain gtk versions. Fixes bug #651678. | Jon A. Cruz | 2010-12-06 | 1 | -2/+33 |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/651678 (bzr r9939) | ||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -82/+10 |
| |\| | | | | | | | | (bzr r9508.1.70) | ||||
| | * | | 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) | ||||
| | * | | Automatically add shortcuts to tooltips | Jasper van de Gronde | 2010-09-06 | 1 | -81/+9 |
| | | | | | | | | | | (bzr r9745) | ||||
| * | | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -2/+2 |
| |\| | | | | | | | | (bzr r9508.1.52) | ||||
| | * | | i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated). | Nicolas Dufour | 2010-07-30 | 1 | -1/+1 |
| | |/ | | | | | (bzr r9670) | ||||
| | * | Partial C++-ification of SPGradient | Jon A. Cruz | 2010-06-28 | 1 | -1/+1 |
| | | | | | | | (bzr r9542) | ||||
| * | | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -2/+2 |
| |/ | | | (bzr r9508.1.47) | ||||
| * | Fix for show/hide. | Jon A. Cruz | 2010-06-17 | 1 | -2/+1 |
| | | | | (bzr r9505) | ||||
| * | Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663. | Jon A. Cruz | 2010-06-16 | 1 | -25/+74 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/170781 - https://launchpad.net/bugs/171663 (bzr r9503) | ||||
| * | Changed the embed/link dialog to use radio buttons instead of a checkbox to ↵ | Jon A. Cruz | 2010-03-18 | 1 | -3/+3 |
| | | | | | | make the link/embed effect clearer. (bzr r9202) | ||||
| * | Improve behavior when pasting, DnDing and importing bitmap images | Krzysztof Kosi??ski | 2010-03-04 | 1 | -41/+21 |
| | | | | (bzr r9143) | ||||
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 1 | -3/+3 |
| | | | | (bzr r9127) | ||||
| * | - new: Print Colors Preview Dialog and rendermode | Felipe Corr??a da Silva Sanches | 2009-12-11 | 1 | -0/+2 |
| | | | | | | - works with shapes. I still need to make it work with gradients and imported images (bzr r8881) | ||||
| * | recent files: show tooltips with uri, hide local files which are missing or ↵ | buliabyak | 2009-12-01 | 1 | -0/+3 |
| | | | | | | unaccessible (bzr r8853) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -5/+5 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -5/+5 |
| | | | | (bzr r8404) | ||||
| * | Fix bug #168387 (Display mode toggle doesn't update radio button) | Diederik van Lierop | 2009-07-28 | 1 | -5/+49 |
| | | | | (bzr r8354) | ||||
| * | When closing a window and while asking whether to save, Inkscape should not ↵ | Diederik van Lierop | 2009-06-06 | 1 | -7/+16 |
| | | | | | | be mislead by changing focus to another document (fixes bug #381357) (bzr r8013) | ||||
| * | Also store the window's geometry when saving through the data-loss warning ↵ | Diederik van Lierop | 2009-05-25 | 1 | -2/+0 |
| | | | | | | dialog (the one that pops up when Inkscape is being closed with unsaved data) (bzr r7934) | ||||
| * | Inkscape should not discard negative window positions. For example, a ↵ | Diederik van Lierop | 2009-05-23 | 1 | -6/+4 |
| | | | | | | maximized window on Windows XP is at (-4,-4). When ignoring such values, windows might show up at another location when re-opening the file later on (fixes bug #168422) (bzr r7924) | ||||
| * | remove temporary prefs hack | Thomas Holder | 2009-05-17 | 1 | -7/+3 |
| | | | | (bzr r7895) | ||||
