summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add (outline) to window title when in outline modebulia byak2006-11-041-2/+11
| | | (bzr r1897)
* update window title when switching display modebulia byak2006-11-041-0/+4
| | | (bzr r1896)
* store display mode in desktop toobulia byak2006-11-041-0/+2
| | | (bzr r1895)
* fix bug: stroke width was not changed when switching to outline and backbulia byak2006-11-042-2/+14
| | | (bzr r1894)
* patch 1590039, whitespacebulia byak2006-11-031-9/+8
| | | (bzr r1891)
* enable Ctrl+Shift+U to switch Unicode mode; add explanatory (Enter to ↵bulia byak2006-11-031-4/+4
| | | | | finish) to the statusbar (bzr r1890)
* copyedit labelbulia byak2006-11-031-1/+1
| | | (bzr r1889)
* add view mode toggle, store current mode for the session in prefsbulia byak2006-11-035-4/+21
| | | (bzr r1888)
* add view mode togglebulia byak2006-11-031-0/+1
| | | (bzr r1887)
* fixed 1582582gustav_b2006-11-021-0/+3
| | | (bzr r1885)
* Included stdexcept to fix compile errorJohan B. C. Engelen2006-11-021-0/+1
| | | (bzr r1884)
* fix breaks, add defaultbulia byak2006-11-011-11/+11
| | | (bzr r1880)
* make SVG indent and inlined attrs configurable via prefsbulia byak2006-11-012-25/+39
| | | (bzr r1879)
* util/ucompose.hpp: catch exception thrown when user has an unsupportedgustav_b2006-11-011-1/+6
| | | | | locale setting -- fallback to classic. (bzr r1878)
* make svg numeric precision, minimum exponent, and the use of named colors ↵bulia byak2006-10-315-27/+43
| | | | | (as well as shortened color triads like #ccc) configurable via prefs (bzr r1877)
* fix off-by-one error: setting tprec to 6 was actually writing 7 digitsbulia byak2006-10-311-1/+1
| | | (bzr r1876)
* Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGridJohan B. C. Engelen2006-10-266-68/+78
| | | (bzr r1869)
* Bug fix in set_gridtypeJohan B. C. Engelen2006-10-262-3/+3
| | | (bzr r1868)
* enable starting in outline mode by prefs settingbulia byak2006-10-261-3/+9
| | | (bzr r1867)
* workaround for crash 1580903 and several other issues caused by GTK's ↵bulia byak2006-10-263-1/+33
| | | | | braindead behavior exposed by display interruptibility (bzr r1866)
* extend the semantics of sp_canvas_force_full_redraw_after_interruptions to ↵bulia byak2006-10-262-7/+10
| | | | | allow passing 0 to it, meaning no interruptions at all until the next sp_canvas_end_forced_full_redraws (bzr r1865)
* fix visibility and pickability of nofill/nostroke objects in outline mode; ↵bulia byak2006-10-251-17/+24
| | | | | optimize looking up rendermode (bzr r1862)
* implement rendering of clips/masks in outline mode; make all outline colors ↵bulia byak2006-10-253-3/+35
| | | | | stored in the prefs (bzr r1861)
* switch pref/repr utility methods to using long long ints; withbulia byak2006-10-254-12/+12
| | | | | out it, we cannot even store an rgba32 color in an attribute\! (bzr r1860)
* preserve clip/mask for stroke-to-path alsobulia byak2006-10-251-0/+6
| | | (bzr r1859)
* fix 1574873bulia byak2006-10-241-1/+1
| | | (bzr r1858)
* Added pop-up and toolbar menuJon A. Cruz2006-10-241-4/+166
| | | (bzr r1857)
* whitespacebulia byak2006-10-241-15/+15
| | | (bzr r1854)
* fix 1520018: sync up the embed/not embed transform logic when ungrouping ↵bulia byak2006-10-241-14/+32
| | | | | with that used in sp_item_write_transform, so as to not embed e.g. for clipped/masked objects (bzr r1853)
* enable copy/paste of objects with filtersbulia byak2006-10-241-0/+7
| | | (bzr r1852)
* fix crash: when closing a document, the selection we're passed as argument ↵bulia byak2006-10-241-1/+1
| | | | | may be not the one of the active desktop, so use SP_ACTIVE_DESKTOP instead (bzr r1851)
* Added callback function to allow shrinking of widgetsJon A. Cruz2006-10-243-1/+33
| | | (bzr r1850)
* Added fix from Andre Twupack for prefdialog.cpp's needed gettext support for ↵Jon Phillips2006-10-231-5/+6
| | | | | titles...a small one (bzr r1849)
* Committed double code because of the hurry to let you use the ↵Johan B. C. Engelen2006-10-234-121/+2
| | | | | axonom-snapping stuff. (bzr r1848)
* axonomgrid: BugfixJohan B. C. Engelen2006-10-231-7/+9
| | | (bzr r1847)
* Axonometric grid: snapping to vertical gridlinesJohan B. C. Engelen2006-10-233-0/+118
| | | (bzr r1846)
* Corrected focus problems by moving flag setting back to first thingJon A. Cruz2006-10-231-6/+6
| | | (bzr r1843)
* factor in object's matrix expansion when querying blur radiusbulia byak2006-10-231-2/+4
| | | (bzr r1842)
* fix calculating the blur radius, use the new APIbulia byak2006-10-231-5/+5
| | | (bzr r1841)
* simplify by using the new APIbulia byak2006-10-231-4/+1
| | | (bzr r1840)
* change API: separate functions creating a blur filter, one for a given item, ↵bulia byak2006-10-232-6/+27
| | | | | another from the given matrix expansion and w/h (bzr r1839)
* do not embed transform if it's not translation and the object has a filterbulia byak2006-10-221-3/+8
| | | (bzr r1837)
* Applied patch for support of building on Tru64 systems.Jon Phillips2006-10-221-1/+3
| | | (bzr r1833)
* Added patch to support sgi SGI IRIX 6.5.28, gcc 3.4.0.Jon Phillips2006-10-221-0/+2
| | | (bzr r1832)
* Applied patch to mkfiles.pl from Andre TwupackJon Phillips2006-10-221-1/+3
| | | (bzr r1830)
* Added "Other" radio toggle for the URI field on our license dialogJon Phillips2006-10-221-0/+8
| | | (bzr r1829)
* Key, tab and focus refinementJon A. Cruz2006-10-222-4/+87
| | | (bzr r1828)
* Added patch for updates to doxyfile...great!Jon Phillips2006-10-221-217/+10
| | | (bzr r1827)
* Adding climb and digits properties, key processing and focus handlingJon A. Cruz2006-10-213-46/+208
| | | (bzr r1820)
* make blur slider a percentage; change opacity to 1..100 as well; ensure the ↵bulia byak2006-10-204-22/+42
| | | | | filter margins are at least twice the blur radius (bzr r1817)