summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Unify stat type for older glib.Jon A. Cruz2010-12-211-0/+8
| | | | | | | | | | | | | | | | | | (bzr r9972)
* | | | | | Indent support for XSLT extensions output.Nicolas Dufour2010-12-211-1/+7
| | | | | | | | | | | | | | | | | | (bzr r9971)
* | | | | | Enable icon disk cache by default.Jon A. Cruz2010-12-211-1/+1
| | | | | | | | | | | | | | | | | | (bzr r9970)
* | | | | | Clear cached items when state is invalid.Jon A. Cruz2010-12-211-3/+145
| | | | | | | | | | | | | | | | | | (bzr r9955.1.12)
* | | | | | Restore name that was broken for testing.Jon A. Cruz2010-12-211-1/+1
| | | | | | | | | | | | | | | | | | (bzr r9955.1.11)
* | | | | | C++-ification.Jon A. Cruz2010-12-182-124/+146
| | | | | | | | | | | | | | | | | | (bzr r9955.1.8)
* | | | | | Fix other fallback icon lookup.Jon A. Cruz2010-12-181-12/+13
| | | | | | | | | | | | | | | | | | (bzr r9955.1.7)
* | | | | | Add missing include\.Jon A. Cruz2010-12-181-0/+1
| | | | | | | | | | | | | | | | | | (bzr r9955.1.6)
* | | | | | Fix fallback icon loading order for icons with legacy names.Jon A. Cruz2010-12-181-91/+70
| | | | | | | | | | | | | | | | | | (bzr r9955.1.5)
* | | | | | Use subdirectories with icon sizes.Jon A. Cruz2010-12-181-17/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Perform work only when cache loading is enabled. (bzr r9955.1.4)
* | | | | | Prune initial timer work.Jon A. Cruz2010-12-181-27/+0
| | | | | | | | | | | | | | | | | | (bzr r9955.1.3)
* | | | | | Merge from trunk.Jon A. Cruz2010-12-1818-113/+511
|\ \ \ \ \ \ | | | | | | | | | | | | | | (bzr r9955.1.2)
| * | | | | | Simple tracking of time to display dialogs and main window.Jon A. Cruz2010-12-187-3/+311
| | | | | | | | | | | | | | | | | | | | | (bzr r9966)
| * | | | | | Mnemonics in fill and stroke dialog and menuKris De Gussem2010-12-174-4/+5
| | | | | | | | | | | | | | | | | | | | | (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)
* | | | | | | Simple first pass for rough timingJon A. Cruz2010-12-173-21/+106
|/ / / / / / | | | | | | | | | | | | (bzr r9955.1.1)
* | | | | / Missed a win32 fix.Jon A. Cruz2010-12-151-1/+1
| |_|_|_|/ |/| | | | | | | | | (bzr r9954)
* | | | | Win32 post-GSoC fixups.Jon A. Cruz2010-12-154-13/+13
| | | | | | | | | | | | | | | (bzr r9953)
* | | | | Unit test cleanup.Jon A. Cruz2010-12-143-42/+42
| | | | | | | | | | | | | | | (bzr r9952)
* | | | | Add a warning to sp-object.h to not use some of the new methodsKrzysztof Kosi??ski2010-12-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | in SPObject outside of the SP tree (bzr r9951)
* | | | | Fix change in revision 9947 to be consistent with rest of the codebase.Jon A. Cruz2010-12-121-2/+4
| | | | | | | | | | | | | | | (bzr r9950)
* | | | | Fixed const/non-const mismatch loop.Jon A. Cruz2010-12-121-1/+1
| | | | | | | | | | | | | | | (bzr r9949)
* | | | | Prevent localized doubles from being written into filter matricesKrzysztof Kosi??ski2010-12-122-7/+10
| | | | | | | | | | | | | | | (bzr r9948)
* | | | | Fix build failureKrzysztof Kosi??ski2010-12-121-1/+2
| | | | | | | | | | | | | | | (bzr r9947)
* | | | | Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-12302-6575/+7199
|\ \ \ \ \ | | | | | | | | | | | | (bzr r9945.1.1)
| * | | | | Naming CorrectionAbhishek Sharma public2010-08-121-2/+2
| | | | | | | | | | | | | | | | | | (bzr r9546.1.13)
| * | | | | XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-119-27/+138
| | | | | | | | | | | | | | | | | | (bzr r9546.1.12)
| * | | | | Yet mor in c++ificationAbhishek Sharma public2010-07-2414-107/+170
| | | | | | | | | | | | | | | | | | (bzr r9546.1.11)
| * | | | | More on c++ification and some XML privatisationAbhishek Sharma public2010-07-209-87/+120
| | | | | | | | | | | | | | | | | | (bzr r9546.1.10)
| * | | | | I didn't see it but there was an important file missing namely document-undo.hAbhishek Sharma Public2010-07-181-0/+14
| | | | | | | | | | | | | | | | | | (bzr r9546.1.9)
| * | | | | More in XML privatisation with new create3DBox function and other ↵Abhishek Sharma Public2010-07-177-16/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | supplements to efficiently hide information. (bzr r9546.1.8)
| * | | | | SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-1430-182/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| * | | | | SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-1282-665/+762
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| * | | | | C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-0644-173/+333
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0353-265/+273
| | | | | | | | | | | | | | | | | | (bzr r9546.1.4)
| * | | | | New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-0292-515/+520
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * | | | | C++fied SPDocument addedAbhishek Sharma Public2010-07-01102-386/+410
| | | | | | | | | | | | | | | | | | (bzr r9546.1.2)
| * | | | | This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-29137-912/+1038
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | | | | Respect "relink duplicates clones" setting with linked offsets.Krzysztof Kosi??ski2010-12-081-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Adonis Papaderos. (bzr r9944)
| * | | | | | implemented proper error checkingAdonis Papaderos2010-12-061-1/+2
| | | | | | | | | | | | | | | | | | | | | (bzr r9941.1.2)
| * | | | | | Make linked offsets respect "Relink duplicated clones" settingsAdonis Papaderos2010-12-061-0/+8
| | | | | | | | | | | | | | | | | | | | | (bzr r9941.1.1)
* | | | | | | Fix version check for wheel selector.Jon A. Cruz2010-12-081-0/+4
| | | | | | | | | | | | | | | | | | | | | (bzr r9943)
* | | | | | | Workaround for GTK not scaling the color wheel to match available space.Jon A. Cruz2010-12-071-0/+47
|/ / / / / / | | | | | | | | | | | | (bzr r9942)
* | | | | | Remove custom color wheel widget in favor of the (relatively) recent GtkHSV. ↵Jon A. Cruz2010-12-066-1259/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug #170046. Fixed bugs: - https://launchpad.net/bugs/170046 (bzr r9941)