summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed uninitialized member variables.Jon A. Cruz2011-02-071-4/+11
| | | (bzr r10037)
* Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski2011-02-051-6/+7
| | | | | in 2Geom's BezierCurve (bzr r10035)
* Translations. Context removed in filter-enums (context support too complex ↵Nicolas Dufour2011-02-031-1/+1
| | | | | to be added here) and replaced with context in input and toolbox where needed. inkscape.pot and fr.po updated accordingly. (bzr r10030)
* update to latest 2geom !Johan B. C. Engelen2011-02-0219-86/+66
| | | (bzr r10025)
* Translations. French translation minor update.Nicolas Dufour2011-02-021-273/+279
| | | | | Contributors. Authors and translators lists update. (bzr r10024)
* OCAL. Fix for Bug #638844 (Errors printed to console if openclipart search ↵Nicolas Dufour2011-01-311-1/+1
| | | | | fails). (bzr r10021)
* Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem2010-12-291-2/+2
| | | (bzr r9990)
* Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem2010-12-291-7/+14
| | | (bzr r9989)
* Snapping: improve calculation of metrics for scaling, modify some comments, ↵Diederik van Lierop2010-12-271-1/+0
| | | | | and remove a line of obsolete debugging output (bzr r9986)
* Node tool: snap while scaling a selection of nodes. Consider this as ↵Diederik van Lierop2010-12-273-2/+87
| | | | | experimental; needs cleanup! (bzr r9985)
* Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" ↵Kris De Gussem2010-12-232-4/+7
| | | | | dialogs (Bug 170765) (bzr r9981)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-2312-12/+14
| | | | | header. (bzr r9978.1.1)
* Simple tracking of time to display dialogs and main window.Jon A. Cruz2010-12-181-2/+16
| | | (bzr r9966)
* Mnemonics in fill and stroke dialog and menuKris De Gussem2010-12-173-3/+4
| | | (bzr r9964)
* Node tool: special case node duplication for endnodes - select new endnodeKrzysztof Kosi??ski2010-12-161-10/+19
| | | (bzr r9962)
* Node tool: fix Tab and Shift+TabKrzysztof Kosi??ski2010-12-163-60/+76
| | | (bzr r9961)
* Node tool: fix snapping of node rotation centerKrzysztof Kosi??ski2010-12-163-1/+49
| | | | | | Fixed bugs: - https://launchpad.net/bugs/667072 (bzr r9960)
* Node tool: fix snapping during constrained rotation of handlesKrzysztof Kosi??ski2010-12-161-6/+21
| | | (bzr r9959)
* Node tool: fix handle retraction with non-cusp nodesKrzysztof Kosi??ski2010-12-161-8/+23
| | | | | | Fixed bugs: - https://launchpad.net/bugs/610817 (bzr r9958)
* Node tool: fix moving multiple nodes along handles (Ctrl+Alt)Krzysztof Kosi??ski2010-12-161-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/642536 (bzr r9957)
* Node tool: correctly save node skewing to undo historyKrzysztof Kosi??ski2010-12-161-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/590259 (bzr r9956)
* Win32 post-GSoC fixups.Jon A. Cruz2010-12-151-6/+6
| | | (bzr r9953)
* Prevent localized doubles from being written into filter matricesKrzysztof Kosi??ski2010-12-121-1/+4
| | | (bzr r9948)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-1241-390/+478
|\ | | | | (bzr r9945.1.1)
| * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-1/+1
| | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-1/+1
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-066-32/+76
| | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-032-3/+3
| | | | | | (bzr r9546.1.4)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-0229-126/+126
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-0115-50/+48
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-2913-71/+69
| | | | | | | | | | 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)
* | A proper fix for dock item mising icon problem. Fixes bug #658055.Jon A. Cruz2010-12-061-12/+18
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/658055 (bzr r9937)
* | Fix drag & drop from swatches - patch by Adonis PapaderosKrzysztof Kosi??ski2010-11-251-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/447385 (bzr r9919)
* | Reintroduce plural forms into the node selection descriptionKrzysztof Kosi??ski2010-11-211-4/+9
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/601719 (bzr r9911)
* | Fix crash when floating dialog icon is not foundKrzysztof Kosi??ski2010-11-211-5/+11
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/658055 (bzr r9909)
* | Minor documentation updateKrzysztof Kosi??ski2010-11-211-1/+11
| | | | | | (bzr r9908)
* | Fix rare crash when trying to drag after undo in the node toolKrzysztof Kosi??ski2010-11-191-0/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/544599 (bzr r9906)
* | Fix four minor node tool regressions:Krzysztof Kosi??ski2010-11-182-6/+33
| | | | | | | | | | | | | | | | | | | | | | | | * Inverted modifier for spatial/linear grow * PgDn/PgUp keyboard shortcuts for grow * Shift during drag disables snapping * Clicking on the background deselects first the nodes and then the path Fixed bugs: - https://launchpad.net/bugs/647498 - https://launchpad.net/bugs/588628 (bzr r9904)
* | Shift should disable snapping when dragging the rotation center of an objectDiederik van Lierop2010-11-171-2/+2
| | | | | | (bzr r9903)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-17155-155/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | Reintroduce Shift+U shortcut (make segments curves)Krzysztof Kosi??ski2010-11-071-0/+7
| | | | | | (bzr r9881)
* | Fix compile breakage.Jon A. Cruz2010-11-071-1/+1
| | | | | | (bzr r9876)
* | Reintroduce Shift+L shortcut and handle retraction when setting the typeKrzysztof Kosi??ski2010-11-062-10/+28
| | | | | | | | | | of already cusp nodes to cusp in the node tool (bzr r9875)
* | i18n. Palettes translation with context (see Bug #667402, Colour palettes ↵Nicolas Dufour2010-11-021-1/+1
| | | | | | | | | | not translatable). (bzr r9871)
* | i18n. Color palette items are now translatable (see Bug #667402, Color ↵Nicolas Dufour2010-11-011-1/+1
| | | | | | | | | | | | | | | | palette not translatable). Fixed bugs: - https://launchpad.net/bugs/667402 (bzr r9870)
* | Prevent context menu and keyboard shortcuts from interrupting grabsKrzysztof Kosi??ski2010-10-311-3/+4
| | | | | | (bzr r9869)
* | Only create / delete shape editors in the node tool when necessary.Krzysztof Kosi??ski2010-10-312-14/+17
| | | | | | (bzr r9868)
* | Fix pattern editing in the node editor. As a bonus, allow editingKrzysztof Kosi??ski2010-10-312-12/+16
| | | | | | | | | | of more than one non-path shape at once. (bzr r9867)
* | UI: punctiation and mnemonics in preferences, export and ico preview dialogKris De Gussem2010-10-272-14/+14
| | | | | | (bzr r9858)
* | Punctuation in UIKris De Gussem2010-10-251-13/+13
| | | | | | (bzr r9852)