Code

Partially update: add various new `inkscape:' attributes. (I haven't yet added the...
[inkscape.git] / src /
2006-03-07 pjrmPartially update: add various new `inkscape:' attribute...
2006-03-06 pjrmReplace std::endl in lots of places with plain old...
2006-03-06 mentaladd DocumentSubset::_clear
2006-03-06 mentalremove unneeded document parameter from constructor
2006-03-05 mentalWire up new SPObject signal to DocumentSubset, so objec...
2006-03-05 mentalAdd signal for notification of object position changes
2006-03-05 mentalAdd DocumentSubset as groundwork for layers
2006-03-05 joncruzwork-around for older gtkmm versions
2006-03-05 joncruzFixed problem for 2.4.x
2006-03-04 joncruzMake color drag to minibar only work when a styled...
2006-03-04 ishmalAnother typo from the patch. sorry again.
2006-03-04 ishmalFix typo from when i applied patch. My mistake. Sorry!
2006-03-03 ishmalFix bug with invalid singleton pointer. If we want...
2006-03-02 cyrevebug 1441767: allow device fonts (eg opentype with posts...
2006-03-02 ishmalAdd stuff to separate .exe and debug info
2006-03-01 joncruzMade style minibar take color drag-n-drop
2006-03-01 mjwybrow * src/conn-avoid-ref.cpp, src/libavoid/connector.h,
2006-02-28 ishmalAdd some items from Peter Selinger's patch to Potrace 1.7
2006-02-28 ishmalReplace isspace() with isWhitespace(). Use pure unicod...
2006-02-28 joncruzFixed bug with color drag-n-drop
2006-02-28 joncruzCleanup of embedded swatches palette switching.
2006-02-27 joncruzRefactoring layout when switching palettes
2006-02-27 joncruzFix for mssing error incoude
2006-02-27 joncruzRefactoring embedded swatches panel.
2006-02-27 joncruzAllowed Private Use Area chacters to be entered.
2006-02-24 mentalamend workaround for #1432690
2006-02-24 rwstmake sure only positive dialog positions are read from...
2006-02-24 rwstmake sure positive xy widget pos is written
2006-02-24 rwstmake sure no negative dialog position is written into...
2006-02-24 rwstincluding typecheck trying to prevent #1432680
2006-02-23 buliabyakfix 1311015
2006-02-22 rwstprovide better explanation within brokenimage.xpm,...
2006-02-22 tgdwyerFixed template warning.
2006-02-21 rwstintroduce orthogonal template declaration, fixes compil...
2006-02-21 rwstrename present()->presdentPage(), removes compiler...
2006-02-19 joncruzRefactoring panel containment. Purged ugly 'X'.
2006-02-19 joncruzFixing scrollbar size for embeded color swatches.
2006-02-18 joncruzRemoved horizontal scroll bar from swatches when embedded.
2006-02-16 buliabyakfix 1424662: as in star, set shape before writing d=
2006-02-16 ishmaladd odf
2006-02-16 ishmaladd ODF
2006-02-16 ishmalAdd new placeholder for ODF
2006-02-15 rwstbulk trailing spaces removal. consistency through MD5...
2006-02-15 buliabyakfix 1432089: stroke is not drawn not only when it's...
2006-02-15 ishmalnew files
2006-02-15 ishmalchange uint to more portable unsigned int
2006-02-15 mjwybrow * src/document.cpp, src/document.h, src/sp-conn...
2006-02-14 mjwybrow * src/display/sp-canvas.cpp, display/sp-canvas...
2006-02-14 rwstshuffling includes to make it compile again
2006-02-14 rwstcheck for null spitem (fix for #1122875, patch by inkbl...
2006-02-14 tgdwyerdumps the graph to cout in dot format
2006-02-14 tgdwyercleanup
2006-02-14 mjwybrow * src/graphlayout/graphlayout.cpp, src/conn-avoid...
2006-02-13 rwstextending the font selector preview string (patch ...
2006-02-13 rwstbulk whitespace removal patch #1198588 by gigaclon
2006-02-13 dwyipclosed up denial-of-service attack vector (ironically...
2006-02-13 rwstno longer GC::release(NULL) with defect inx files,...
2006-02-13 ishmalnew files
2006-02-13 tgdwyerusing libavoid/geomtypes.h
2006-02-13 tgdwyerMake our own simple_point
2006-02-13 tgdwyerfix
2006-02-13 tgdwyerifdefs
2006-02-13 tgdwyercleanup
2006-02-13 tgdwyeradded isConnector function
2006-02-13 tgdwyerCorrect connector/node check
2006-02-13 tgdwyerAdded connector graph layout functionality
2006-02-13 buliabyakoptimization: do not notify any listeners if attributes...
2006-02-12 buliabyakdo not try to remove resource if the object is cloned
2006-02-11 cyrevemake soft hyphens work
2006-02-11 mjwybrow * src/sp-conn-end-pair.cpp, src/conn-avoid-ref...
2006-02-10 cyrevebug 1412504: infinite loop when moving a word to the...
2006-02-10 cyrevebug 1412947: crash with some (non-truetype?) fonts
2006-02-10 ishmalnew files
2006-02-10 dwyipFix for bug #1352522 (Inkboard: problem when invited...
2006-02-10 buliabyakfix crash when selecting a subpath endnode
2006-02-10 buliabyakrearrange effect submenus, rename some effects, fix...
2006-02-10 mjwybrow * src/sp-conn-end-pair.cpp, src/sp-conn-end-pair.h,
2006-02-08 mentalremove icon prerender time messages
2006-02-08 mentalshare_static -> share_static_string
2006-02-07 scislacrevert to black and white cursors
2006-02-07 scislacreverted changes for color cursors
2006-02-07 buliabyakfix wrong labels
2006-02-07 mjwybrow * src/jabber_whiteboard/message-utilities.h,
2006-02-06 buliabyakcrop an item's bbox by its clippath bbox, if any
2006-02-06 buliabyakadd a method to get bbox of a clippath, fix the update...
2006-02-06 scislacifdef'd win32 #include <inttypes.h> to fix compile...
2006-02-06 scislacifdef'd win32 #include <zlib.h> to fix compile error
2006-02-06 rwstrevert to using inttypes.h instead of stdint.h
2006-02-06 rwstopen Inkscape Preferences on doubleclick of toolbox...
2006-02-06 gouldtj r10887@tres: ted | 2006-02-05 23:16:41 -0800
2006-02-06 tgdwyerHad to include fstream for overloaded def of <<
2006-02-06 gouldtj(no commit message)
2006-02-06 tgdwyerDBL_MIN replaced by -DBL_MAX which is what I meant...
2006-02-06 mentalreplace Util::SharedCStringPtr with the more general...
2006-02-06 buliabyaksilence warnings
2006-02-06 buliabyakyet another fix along the same lines: disconnect listen...
2006-02-06 tgdwyerStupid bug in generate-constraints events comparison...
2006-02-05 acspikeWarn user when attempting to put flowtext on path.
2006-02-05 buliabyakenable selecting tspans via xml editor
2006-02-05 buliabyakremove unused layout copying, comment
next