summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix recurstion gaffe, commentbulia byak2006-02-051-8/+21
| | | (bzr r80)
* clean up unused codebulia byak2006-02-051-8/+0
| | | (bzr r79)
* tspan bboxes now workbulia byak2006-02-051-0/+32
| | | (bzr r78)
* optional start index and length in getBoundingBox, for tspan bboxesbulia byak2006-02-052-2/+8
| | | (bzr r77)
* sp_text_get_length_upto to count length recursively up to a given childbulia byak2006-02-052-0/+25
| | | (bzr r76)
* had 5 mins so I cleaned up a little moreJosh Andler2006-02-048-114/+482
| | | (bzr r75)
* query: report true svg bbox, not inkscape's desktop bbox (makes more sense ↵bulia byak2006-02-041-2/+3
| | | | | for scripting), remove newline (bzr r74)
* optimize includes, use stdlib instead of inttypes if we have itRalf Stephan2006-02-048-21/+40
| | | (bzr r73)
* Updated for build and fixed Trace Bitmap text to be Trace Bitmap...Jon Phillips2006-02-041-1/+1
| | | (bzr r72)
* I whipped up some colorized icons for the time being - these are temporary ↵Josh Andler2006-02-0310-136/+150
| | | | | until Andre replaces them. (bzr r71)
* Applying patch #1415503 by James Kilfiger / zeimusu - treat XPMs like ↵Josh Andler2006-02-032-2/+2
| | | | | headers (so modified xpm files get picked up for compilation) (bzr r70)
* Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & ↵Josh Andler2006-02-031-34/+35
| | | | | transparency in mouse pointer - Pen cursor (bzr r69)
* Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & ↵Josh Andler2006-02-032-26/+59
| | | | | transparency in mouse pointer (bzr r68)
* implement par_indent in flowtext, no ui yet, done via first character's dxbulia byak2006-02-032-5/+32
| | | (bzr r67)
* further fix: remember is paintservers were hreffed in a flag, fixes undo crashbulia byak2006-02-032-1/+6
| | | (bzr r66)
* remove screen pixel toggle for now, add always-snap widget for allRalf Stephan2006-02-023-36/+93
| | | | | modes (bzr r65)
* Added consts to args of pairing heap compare fnTim Dwyer2006-02-013-5/+5
| | | (bzr r64)
* add tooltips to tolerance sliderRalf Stephan2006-01-312-0/+3
| | | (bzr r63)
* separated doxygen main page from main.cpp for readabilityRalf Stephan2006-01-303-208/+230
| | | (bzr r62)
* r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould2006-01-3015-46/+110
| | | | | | | | Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55)
* r10818@tres: ted | 2006-01-29 16:08:07 -0800Ted Gould2006-01-301-4/+20
| | | | | Whoo hoo, we do submenus now too! (bzr r53)
* r10817@tres: ted | 2006-01-29 15:45:22 -0800Ted Gould2006-01-302-33/+33
| | | | | Basic submenus are working, and alphebetized (bzr r52)
* r10816@tres: ted | 2006-01-29 15:14:36 -0800Ted Gould2006-01-301-1/+7
| | | | | Working, but not going down submenus right. (bzr r51)
* r10815@tres: ted | 2006-01-29 14:46:19 -0800Ted Gould2006-01-302-8/+87
| | | | | | Basically the menu stuff is working. Still needs features before it can be checked in. But the basics are all there right now. (bzr r50)
* r10814@tres: ted | 2006-01-29 14:02:54 -0800Ted Gould2006-01-301-0/+2
| | | | | Adding in support for getting the name of the verb. (bzr r49)
* r10781@tres: ted | 2006-01-26 23:18:34 -0800Ted Gould2006-01-301-1/+6
| | | | | Some modifications, getting basic menu merging working (bzr r48)
* again, try to resolve test box compile errorRalf Stephan2006-01-291-1/+2
| | | (bzr r47)
* use namedview->snap_* variables instead of namedview->*_snapper,Ralf Stephan2006-01-291-8/+8
| | | | | fixes #1399284 (bzr r45)
* remove unneeded line, clarify some code (addresses test box warnings)Ralf Stephan2006-01-291-3/+2
| | | (bzr r44)
* use alternative form of Gtk version check,Ralf Stephan2006-01-291-1/+2
| | | | | trying to remove compile error on test box (bzr r43)
* removing debug command from previous commitRalf Stephan2006-01-281-1/+0
| | | (bzr r42)
* snap sensitivity slider no longer changes start value, ends with 50,Ralf Stephan2006-01-281-6/+7
| | | | | fixes #1395701 (bzr r41)
* Reverted Gtk::VPaned to avoid taking up F6 and F8Jon A. Cruz2006-01-281-10/+3
| | | (bzr r40)
* remove second label from ToleranceSlider, fixes #1407428Ralf Stephan2006-01-273-7/+7
| | | (bzr r39)
* fix setting and reading rotation centersbulia byak2006-01-262-15/+38
| | | (bzr r37)
* transform centers in sp_selection_apply_affine, commentsbulia byak2006-01-261-0/+17
| | | (bzr r36)
* reset center coords to zero when there's no attributebulia byak2006-01-261-0/+4
| | | (bzr r35)
* conditionally (Gtk>=2.6) ellipsize status bar textRalf Stephan2006-01-261-0/+3
| | | (bzr r34)
* conditionally (Gtk>=2.6) ellipsize status bar textRalf Stephan2006-01-261-1/+4
| | | (bzr r33)
* Cleanup.Tim Dwyer2006-01-261-7/+0
| | | (bzr r32)
* Constructor cleaned up a bit.Tim Dwyer2006-01-261-9/+6
| | | (bzr r31)
* Fixed bug to do with comparison of invalid constraints in pairing heaps.Tim Dwyer2006-01-269-22/+57
| | | | | Also numerical problem with constraint generation fixed. (bzr r30)
* fix silly bug - was unable to flip by scalingbulia byak2006-01-261-4/+6
| | | (bzr r29)
* remember rotation centers, correctly this time (by johncliff and me)bulia byak2006-01-266-66/+136
| | | (bzr r28)
* Change to the way timestamps are used. Should now be more efficient.Tim Dwyer2006-01-252-5/+4
| | | (bzr r27)
* mnemonics for all widgets in the Doc Props dialogRalf Stephan2006-01-244-39/+51
| | | | | (fixes #1384494-9+B) (bzr r26)
* * src/libavoid/connector.cpp, src/libavoid/connector.h, mjwybrow2006-01-249-26/+36
| | | | | | | | | | src/libavoid/shape.cpp, src/libavoid/graph.cpp, src/libavoid/incremental.cpp, src/libavoid/incremental.h, src/libavoid/static.cpp, src/libavoid/visibility.cpp, src/libavoid/makepath.cpp: Some minor upstream libavoid fixes. (bzr r25)
* Catch failures in fopen of XML files. Fixes #1374551.Carl Hetherington2006-01-231-3/+14
| | | (bzr r23)
* Fix a typo in a previous commit. Closes #1401357.Carl Hetherington2006-01-231-1/+1
| | | (bzr r20)
* fix crash when setting letterspacing at the end of a non-tspanned textbulia byak2006-01-211-2/+5
| | | (bzr r19)