summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* minor code cleanupJohan B. C. Engelen2009-03-031-7/+9
| | | (bzr r7404)
* Adding some no-color to drag-n-dropJon A. Cruz2009-03-032-6/+134
| | | (bzr r7402)
* Removing the polyline simplification. Fix for bug #335437 + bug #307783 ↵Ulf Erikson2009-03-021-9/+2
| | | | | (missing characters in emf export) (bzr r7400)
* remove more static dialogs.Johan B. C. Engelen2009-03-011-23/+36
| | | (bzr r7399)
* fix crash bug #241390Johan B. C. Engelen2009-03-011-11/+14
| | | (bzr r7398)
* copyeditbulia byak2009-02-281-1/+1
| | | (bzr r7392)
* Fix #331864Diederik van Lierop2009-02-281-2/+17
| | | (bzr r7390)
* Allow snapping to objects in hidden layersDiederik van Lierop2009-02-271-3/+3
| | | (bzr r7389)
* More accurate wording in snap tooltipsDiederik van Lierop2009-02-276-6/+30
| | | (bzr r7388)
* Added work-around for broken themes that fill in with gtk_paint_border, ↵Jon A. Cruz2009-02-275-8/+34
| | | | | including gtk-qt-engine. Fixes bug #281809. (bzr r7387)
* reenable inkboard compilationtheAdib2009-02-261-7/+7
| | | (bzr r7383)
* Fix a translatable string incorrectly being considered a printf format Krzysztof Kosi??ski2009-02-261-6/+16
| | | | | specification in live_effects/lpe-patternalongpath.cpp (bzr r7382)
* Allow path exclusion to work on an arbitrary number of paths. Fixes bug Krzysztof Kosi??ski2009-02-261-5/+4
| | | | | #335110. (bzr r7381)
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-2620-12/+31
| | | (bzr r7380)
* Fix bug #168979 and clean up some pointer-to-ustring sillynessKrzysztof Kosi??ski2009-02-261-33/+27
| | | (bzr r7377)
* Tentative fix for LP bug #168922: don't save prefs n crash handlerKrzysztof Kosi??ski2009-02-263-21/+21
| | | (bzr r7376)
* Purged unused static functionJon A. Cruz2009-02-261-53/+0
| | | (bzr r7374)
* Several icon name fixesKrzysztof Kosi??ski2009-02-265-6/+13
| | | (bzr r7373)
* add #include <gtk/gtk.h> to fix defect #333767Adib Taraben2009-02-261-0/+1
| | | (bzr r7372)
* Revert commit 20742 that opened a can of worms.Krzysztof Kosi??ski2009-02-251-27/+12
| | | (bzr r7371)
* Snap guides to (intersections of) guides (closes bug #331143)Diederik van Lierop2009-02-254-13/+58
| | | (bzr r7370)
* make snap tooltip position sensitive to canvas zoomingThomas Holder2009-02-251-2/+3
| | | (bzr r7368)
* Fix GTK includes in widgets/icon.cppKrzysztof Kosi??ski2009-02-251-8/+2
| | | (bzr r7367)
* Fix for imprecise ellipse drawing by Alvin Penner.Krzysztof Kosi??ski2009-02-241-4/+1
| | | (bzr r7366)
* fix win buildJohan B. C. Engelen2009-02-241-1/+4
| | | (bzr r7365)
* support up to 3 languagesbulia byak2009-02-241-44/+254
| | | (bzr r7364)
* add spellcheck pagebulia byak2009-02-241-1/+1
| | | (bzr r7363)
* add spellcheck page, copyedit on other pagesbulia byak2009-02-242-29/+115
| | | (bzr r7362)
* make aspell optionalbulia byak2009-02-241-0/+2
| | | (bzr r7361)
* Fix whiteboard compilation.Krzysztof Kosi??ski2009-02-241-6/+6
| | | (bzr r7360)
* limit dot creation to straight line modes of Pen onlybulia byak2009-02-242-20/+8
| | | (bzr r7359)
* fix scaling of text without font size setbulia byak2009-02-241-1/+1
| | | (bzr r7358)
* fix font size jump when unflowing flowed textbulia byak2009-02-241-0/+7
| | | (bzr r7357)
* fix crash when displaying dash selectorbulia byak2009-02-231-0/+1
| | | (bzr r7356)
* Fix snapping when dragging gradients (implement the snap delay, use snap ↵Diederik van Lierop2009-02-233-13/+16
| | | | | tolerances from the object snapper) (bzr r7355)
* Snapping of guides now turned on by default, and fixed initialization of the ↵Diederik van Lierop2009-02-224-9/+5
| | | | | that checkbox (bzr r7352)
* Use on-cavas text instead of a tooltip for the snapindicator (fixes some ↵Diederik van Lierop2009-02-223-77/+19
| | | | | tooltip annoyances and fixes bug #330252) (bzr r7346)
* Removed broken-and-unused functionJon A. Cruz2009-02-221-12/+0
| | | (bzr r7345)
* Use g_base64_encode_step when importing images via drag and drop.Krzysztof Kosi??ski2009-02-222-35/+21
| | | | | Fix linking during make check. (bzr r7344)
* Translators updatedNicolas Dufour2009-02-211-0/+1
| | | (bzr r7342)
* fix typo that breaks buildAdib Taraben2009-02-211-1/+1
| | | (bzr r7341)
* Update the author list in aboutbox.Krzysztof Kosi??ski2009-02-211-12/+44
| | | (bzr r7339)
* Fix aliasing rules violation in glib-list-iterators.hKrzysztof Kosi??ski2009-02-211-12/+27
| | | (bzr r7338)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-2163-397/+325
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-2033-623/+367
| | | | | rather than for every subdirectory. (bzr r7336)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-2056-383/+554
| | | | | displayed "B". (bzr r7335)
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-1932-1582/+1205
| | | (bzr r7332)
* Fix SVN revision reporting so that it doesn't relink on every make Krzysztof Kosi??ski2009-02-191-6/+7
| | | | | invocation. (bzr r7331)
* Remove superfluous FreehandShape LPEMaximilian Albert2009-02-194-16/+2
| | | (bzr r7330)
* trying to fix the filters placementbulia byak2009-02-181-1/+1
| | | (bzr r7325)