summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* undo annotationsgustav_b2007-01-011-4/+18
| | | (bzr r2120)
* Bugfix for 1625278, where inkscape would crash if loading a recentBryce Harrington2006-12-311-1/+6
| | | | | | | | document from a fresh inkscape instance, that triggers a null pointer situation in sp-namedview. The code in question deals with gridviews, so I suspect it has something to do with grid settings. In any case, this commit prevents the null pointer situation and stops the crash. (bzr r2113)
* Fix 1516933 (text stroke crash inkscape)gustav_b2006-12-311-0/+3
| | | (bzr r2112)
* Fix 1565162 (Gradient stop color not updated in list when entering RBGA)gustav_b2006-12-301-6/+17
| | | (bzr r2111)
* typo fixedLuca Bruno2006-12-301-1/+1
| | | (bzr r2109)
* Fix for 1595030 (Stroke width after Union changed in a strange way).gustav_b2006-12-291-6/+20
| | | (bzr r2108)
* Export dialog is now always shown in view (not outside of screen)Johan B. C. Engelen2006-12-281-10/+8
| | | (bzr r2107)
* fix [ 1561416 ] EPS export brokentheAdib2006-12-261-4/+6
| | | (bzr r2104)
* fix for [ 1597605 ] Fontnames containing spaces are incorrectly written to PStheAdib2006-12-261-2/+9
| | | (bzr r2103)
* included inkview into new win32 build system btooltheAdib2006-12-251-0/+3
| | | (bzr r2101)
* Change Layer Dialog opacity to use percentage (0-100%) rather than 0..1 rangeJohn Bintz2006-12-232-9/+11
| | | (bzr r2100)
* bug 1614678: infinite loop on text containing a character pango describes as ↵Richard Hughes2006-12-181-3/+3
| | | | | 'mandatory break' (bzr r2097)
* correct the Perl linking symanticsKees Cook2006-12-161-1/+0
| | | (bzr r2095)
* Clean up internal Python/Perl dialog text; link against the python dynamic ↵Kees Cook2006-12-161-0/+20
| | | | | library (bzr r2094)
* unfinished gridmanager commit (commented out)Johan B. C. Engelen2006-12-131-0/+1
| | | (bzr r2091)
* Fixed ungrouping bug where the changed transformation of items was not ↵Johan B. C. Engelen2006-12-133-46/+39
| | | | | written to XML. (bzr r2090)
* FIXED BUG [ 1612814 ]: Guides and gridlines vanish on corresp. alpha value ↵Johan B. C. Engelen2006-12-131-1/+1
| | | | | change (bzr r2089)
* Fix for bug #1561416, as suggested by kuestereiUlf Erikson2006-12-111-4/+6
| | | (bzr r2088)
* last fixes from patch 1219308bulia byak2006-12-111-6/+6
| | | (bzr r2087)
* fix compilebulia byak2006-12-111-1/+1
| | | (bzr r2086)
* patch by Jasper van de Gronde from bug 1576258bulia byak2006-12-112-67/+52
| | | (bzr r2085)
* Reorder event handling code to prevent reference count problems, fixes bug ↵John Bintz2006-12-101-4/+4
| | | | | #1604391 (bzr r2084)
* improvements to trace dialog: siox button moved above preview frame, and ↵St??phane Gimenez2006-12-101-335/+388
| | | | | credits are now always visible. (bzr r2083)
* Adding some docsBryce Harrington2006-12-071-1/+7
| | | (bzr r2081)
* Marker menus now display custom markers in a document that are presentBryce Harrington2006-12-072-47/+76
| | | | | | | when the document is loaded. The menus won't update with new markers, though, and there's a couple other issues that need to be addressed before its 100% reliable. (bzr r2080)
* Completing renameBryce Harrington2006-12-061-711/+0
| | | (bzr r2079)
* (bzr r2078)Bryce Harrington2006-12-061-711/+0
|
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-0612-10/+1432
| | | (bzr r2077)
* Renaming is proving tricky... undoing for nowBryce Harrington2006-12-061-1/+1
| | | (bzr r2076)
* Restoring with rename change... urg svnBryce Harrington2006-12-061-0/+711
| | | (bzr r2075)
* RenamingBryce Harrington2006-12-061-711/+0
| | | (bzr r2074)
* improve streamingBob Jamison2006-12-024-512/+439
| | | (bzr r2067)
* parse bind result from server to get resource. gtalk mangeles your ↵Bob Jamison2006-12-022-23/+38
| | | | | proffered resource, and wants the mangled value back (bzr r2064)
* fix for bug #1600900, freetype internals must not be used.St??phane Gimenez2006-12-021-3/+3
| | | | | | | | but, the replacement "FT_Get_X11_Font_Format" is still a hack, headers says: "It should only be used by the FreeType 2 font backend of the XFree86 font server." (bzr r2060)
* open window ON-screenUlf Erikson2006-11-301-4/+14
| | | (bzr r2059)
* these didn't compile for me. so let's try this.Aaron Spike2006-11-302-42/+42
| | | (bzr r2058)
* C++ find dialog calling code.Johan B. C. Engelen2006-11-291-0/+2
| | | (bzr r2056)
* C++ find dialog: only UI issues left (i hope) Testing needed.Johan B. C. Engelen2006-11-292-6/+83
| | | (bzr r2055)
* C++ Find dialog almost complete! (it works, but it is biiig now)Johan B. C. Engelen2006-11-294-18/+425
| | | (bzr r2054)
* 'backup' commit. Added widgets to C++-find dialog. Work not finished.Johan B. C. Engelen2006-11-292-18/+79
| | | (bzr r2052)
* New widget helperclass for Gtk:EntryJohan B. C. Engelen2006-11-293-0/+79
| | | (bzr r2051)
* non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen2006-11-277-60/+77
| | | (bzr r2045)
* Documenting all routines in stroke-style.cppBryce Harrington2006-11-271-8/+111
| | | (bzr r2043)
* bug 1598337 / patch 1603279 by atwupack: crash deleting invisible layersRichard Hughes2006-11-272-4/+4
| | | (bzr r2042)
* bug 1602461: never use font-stretch on win32 because Pango/GDI don't support ↵Richard Hughes2006-11-261-1/+5
| | | | | it so will end up falling back to Arial always (bzr r2041)
* Check if dialog is going to be displayed offscreen, if so: move it to center ↵Johan B. C. Engelen2006-11-261-5/+8
| | | | | | | off screen. [ 1596374 ] To do: copy this to non-gtkmm dialogs (bzr r2039)
* rename INX name for radiobuttons: <item> => <option>Johan B. C. Engelen2006-11-251-2/+1
| | | | | removed debug message (bzr r2038)
* NEW: radiobuttons for extensions. See radiobutton_example.inx how to use ↵Johan B. C. Engelen2006-11-245-12/+296
| | | | | them (they are very similar to enums) (bzr r2031)
* grow/shrink node selection by scrollwheelbulia byak2006-11-241-4/+31
| | | (bzr r2026)
* rename the effectbulia byak2006-11-241-3/+3
| | | (bzr r2025)