summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Further fix for sign handling of the SVG path data parser.Jasper van de Gronde2008-04-281-2/+1
* change def of string lengthBob Jamison2008-04-281-13/+2
* Fix for closepath handling of SVG path data parser and tolerance for approxim...Jasper van de Gronde2008-04-282-5/+5
* Refining eraserJon A. Cruz2008-04-281-21/+36
* Cmake: Fixed issues with pedro not linking correctlyJoshua L. Blocher2008-04-283-210/+550
* Cmake: added livarot as a lib, fixes problem with linkingJoshua L. Blocher2008-04-274-2/+46
* copyeditbulia byak2008-04-271-2/+2
* Reduce undo history items when nothing is selectedJon A. Cruz2008-04-271-2/+9
* Fixed undo for eraser to be a single stepJon A. Cruz2008-04-273-1/+8
* Missing addedJon A. Cruz2008-04-261-0/+38
* Added missing eraser filesJon A. Cruz2008-04-262-0/+1228
* Fixed SVG path data parser to handle close paths better (it used to create sp...Jasper van de Gronde2008-04-261-94/+37
* Initial cut of eraser toolJon A. Cruz2008-04-269-2/+120
* Fixed setting property at wrong timeJon A. Cruz2008-04-261-1/+3
* r19136@shi: ted | 2008-04-24 19:44:01 -0700Ted Gould2008-04-268-7/+234
* Documentation, always more :)Bob Jamison2008-04-251-21/+261
* More documentation and cleanup. Marching forward!Bob Jamison2008-04-253-125/+692
* More documentationBob Jamison2008-04-251-23/+149
* Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug #22...Jon A. Cruz2008-04-258-61/+130
* Left out a comment. sorry.Bob Jamison2008-04-241-0/+6
* More documentation. Clean up SMIL a bit. SMIL needs more work, too.Bob Jamison2008-04-244-259/+548
* More documentation. Traversal needed conversion to NodePtr. Traversal needs...Bob Jamison2008-04-242-79/+249
* enable combine/breakapart to work with lpes properlybulia byak2008-04-241-6/+28
* Add some Event documentation to be more respectable ^^Bob Jamison2008-04-241-136/+395
* comment all methodsBob Jamison2008-04-241-102/+244
* r19125@shi: ted | 2008-04-23 23:32:56 -0700Ted Gould2008-04-242-23/+48
* noop: Address a couple of warnings from g++-4.3.Peter Moulder2008-04-242-4/+4
* fix a couple of g++-4.3 compile errors.Peter Moulder2008-04-242-1/+4
* Further cleanup. Minidom superseded by pedrodom.Bob Jamison2008-04-233-986/+0
* Remove working file phoebedom.h from tree.Bob Jamison2008-04-232-87/+0
* More documenting/cleanup. Remove extraneous .hBob Jamison2008-04-232-151/+183
* Split out domptr stuff into its own .h file, so that it can be used by other ...Bob Jamison2008-04-233-301/+386
* Finish commenting Node. Fix bad varname in getUserData()Bob Jamison2008-04-232-34/+83
* Get rid of bothersome domconfig.h. Begin cleanup and documentation in prepara...Bob Jamison2008-04-232-129/+130
* Fixed some further issues with Internal extensions after the introduction of ...Marcin Floryan2008-04-2310-20/+20
* A small fix to the warning message to make it more explicit.Marcin Floryan2008-04-231-1/+1
* Change status bar text for swatch hoverJohn Bintz2008-04-231-2/+2
* Keep swatch status messages visible while hoveringJohn Bintz2008-04-221-2/+20
* r19083@shi: ted | 2008-04-21 16:09:24 -0700Ted Gould2008-04-2234-42/+1552
* Final format and comment fix. Sorry.Bob Jamison2008-04-222-66/+73
* Improve comments. Remove tabs.Bob Jamison2008-04-222-43/+81
* Greatly improved. More serializable, and 32/64 portable.Bob Jamison2008-04-222-460/+753
* Use improved Digest code. MD5 (and all others) tested on 32/64.Bob Jamison2008-04-221-5/+2
* Fix swatch enter-notify event propagationJohn Bintz2008-04-211-23/+19
* Oops, this broke selecting a swatch, rolling back...John Bintz2008-04-211-18/+23
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-2169-94/+121
* Show the name of the swatch that is currently under the pointer in the status...John Bintz2008-04-211-0/+24
* Updated for 32/64Bob Jamison2008-04-212-69/+71
* Fix SHA1 64bit-ism. Clean up warnings.Bob Jamison2008-04-214-148/+151
* Only trace the painted area of the screen with each fill, reducing memory usage.John Bintz2008-04-211-10/+32