summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-171-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. Cruz2011-07-061-4/+0
| | | | | lcms2 support. (bzr r10420)
* Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-261-5/+5
| | | (bzr r10350.1.7)
* Remove/replace deprecated gtk_window_set_policy symbolAlex Valavanis2011-06-231-3/+1
| | | (bzr r10350.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-3/+3
|\ | | | | (bzr r9508.1.89)
| * UI. New mnemonics (see Bug #768277 , Add mnemonics for menu items without ↵Nicolas Dufour2011-04-211-3/+3
| | | | | | | | | | | | | | | | verbs / default key mapping). Fixed bugs: - https://launchpad.net/bugs/768277 (bzr r10187)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-57/+69
|\| | | | | (bzr r9508.1.73)
| * Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz2011-03-201-4/+12
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118)
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-27/+32
| | | | | | (bzr r10065)
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-13/+13
| | | | | | (bzr r10064)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-13/+12
| | | | | | | | | | header. (bzr r9978.1.1)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-23/+58
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-21/+25
| |\ | | | | | | (bzr r9945.1.1)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-1/+1
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-8/+8
| | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-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. Cruz2010-12-061-2/+33
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/651678 (bzr r9939)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-82/+10
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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 tooltipsJasper van de Gronde2010-09-061-81/+9
| | | | | | | | | (bzr r9745)
* | | merge from trunkKrzysztof Kosi??ski2010-08-081-2/+2
|\| | | | | | | | (bzr r9508.1.52)
| * | i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated).Nicolas Dufour2010-07-301-1/+1
| |/ | | | | (bzr r9670)
| * Partial C++-ification of SPGradientJon A. Cruz2010-06-281-1/+1
| | | | | | (bzr r9542)
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-2/+2
|/ | | (bzr r9508.1.47)
* Fix for show/hide.Jon A. Cruz2010-06-171-2/+1
| | | (bzr r9505)
* Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.Jon A. Cruz2010-06-161-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. Cruz2010-03-181-3/+3
| | | | | make the link/embed effect clearer. (bzr r9202)
* Improve behavior when pasting, DnDing and importing bitmap imagesKrzysztof Kosi??ski2010-03-041-41/+21
| | | (bzr r9143)
* Cleanup on id access.Jon A. Cruz2010-03-021-3/+3
| | | (bzr r9127)
* - new: Print Colors Preview Dialog and rendermodeFelipe Corr??a da Silva Sanches2009-12-111-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 ↵buliabyak2009-12-011-0/+3
| | | | | unaccessible (bzr r8853)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-5/+5
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-5/+5
| | | (bzr r8404)
* Fix bug #168387 (Display mode toggle doesn't update radio button)Diederik van Lierop2009-07-281-5/+49
| | | (bzr r8354)
* When closing a window and while asking whether to save, Inkscape should not ↵Diederik van Lierop2009-06-061-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 Lierop2009-05-251-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 Lierop2009-05-231-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 hackThomas Holder2009-05-171-7/+3
| | | (bzr r7895)
* consistent capitalizationbulia byak2009-03-241-1/+1
| | | (bzr r7555)
* Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz2009-03-201-4/+4
| | | (bzr r7528)
* Rough code to preserve drag-n-drop of solid gradients.Jon A. Cruz2009-03-181-3/+26
| | | (bzr r7518)
* Whitespace cleanupJon A. Cruz2009-03-181-14/+14
| | | (bzr r7517)
* Reworked internals of color and drag-n-drop.Jon A. Cruz2009-03-081-56/+75
| | | (bzr r7439)
* Moving dnd data generation into the generic ColorDef class.Jon A. Cruz2009-03-071-2/+1
| | | (bzr r7433)
* Adding clear-color swatch to complement no-color.Jon A. Cruz2009-03-051-1/+4
| | | (bzr r7422)
* Adding some no-color to drag-n-dropJon A. Cruz2009-03-031-1/+65
| | | (bzr r7402)
* Use g_base64_encode_step when importing images via drag and drop.Krzysztof Kosi??ski2009-02-221-34/+20
| | | | | Fix linking during make check. (bzr r7344)
* Make the recent menu react to changes in max recent documents preference Krzysztof Kosi??ski2009-02-091-0/+21
| | | | | immediately rather than after a restart. (bzr r7256)
* Added a new toolbar with snapping controlsDiederik van Lierop2009-01-101-15/+17
| | | (bzr r7107)