summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* drop more missing files from autoconfKees Cook2007-03-222-4/+0
* use <errno.h> instead of assuming extern intBob Jamison2007-03-221-1/+1
* Correction for tooltips additionJon A. Cruz2007-03-211-3/+3
* Make sure there is a decl for "errno"Bob Jamison2007-03-211-5/+5
* Added tootips for toolbar spinbuttonsJon A. Cruz2007-03-211-0/+17
* Adding all described values to menu of valuesJon A. Cruz2007-03-211-47/+138
* Do some cleanupBob Jamison2007-03-211-35/+48
* Fix for bug #1589436 - font baseline now correctly snaps in selector toolDiederik van Lierop2007-03-211-1/+8
* Adding labels to popup menu valuesJon A. Cruz2007-03-213-12/+146
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-2052-150/+175
* Implementing feature request #1673807: snapping of gradient handlesDiederik van Lierop2007-03-204-16/+29
* Monster commit. New grid infrastructure. The old gridmanagement code is still...Johan B. C. Engelen2007-03-2010-146/+1253
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-2036-109/+118
* patch by cilix42 for bug 1671665bulia byak2007-03-192-14/+20
* Fix for bug 1540195; solution: use correct origin for snappingDiederik van Lierop2007-03-192-17/+39
* no pick if transparent; fix sodipodi-era bug where delta had no effect for no...bulia byak2007-03-191-9/+14
* two picking optimizations: 1 use our canvas' viewbox so that invisible segmen...bulia byak2007-03-191-10/+51
* optimize picking by ignoring out-of-view segmentsbulia byak2007-03-192-16/+46
* add fields for delayed pick optimizationbulia byak2007-03-191-0/+3
* switch to using NR::Maybe for area rectbulia byak2007-03-192-4/+6
* make arena remember its parent canvasarena, if any (so that an arenaitem can ...bulia byak2007-03-193-0/+5
* use ::upgrade for getting NR::Rectbulia byak2007-03-191-1/+1
* comment fixbulia byak2007-03-191-1/+1
* add ::upgrade for NRRectLbulia byak2007-03-192-2/+12
* reremove bad constructorsbulia byak2007-03-192-15/+0
* revert reversion -- I had not realized it had already come into use,MenTaLguY2007-03-192-0/+15
* Update pedrogui stuff and makefile. Add placeholder for alternate test framew...Bob Jamison2007-03-1814-27/+220
* correct intersection since we allow empty rects againMenTaLguY2007-03-181-1/+1
* revert NRRect/NRRectL conversion constructors for NR::Rect, since theyMenTaLguY2007-03-182-15/+0
* Pedro::pedrogui is not the same as the one in jabber_whiteboardBob Jamison2007-03-182-0/+3665
* change std::string::size_type to DOMString::size_typeBob Jamison2007-03-181-4/+4
* optimize cairo paths by not drawing segments that are outside of view (for st...bulia byak2007-03-184-22/+48
* add growBy and constructors from NRRect(L)bulia byak2007-03-182-0/+27
* add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY2007-03-189-1/+10
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-187-15/+15
* Snap while dragging knots, for starDiederik van Lierop2007-03-181-2/+7
* Snap while dragging knots, for rect and arcDiederik van Lierop2007-03-181-18/+26
* Implement snapping in shape-tools during initial-drawingDiederik van Lierop2007-03-183-7/+21
* move masks to their own page, move tablet checkbox to mouse, copyeditbulia byak2007-03-182-15/+24
* switch to using desktop method to restore cursorbulia byak2007-03-181-2/+1
* Compile warningsBob Jamison2007-03-181-1/+1
* copyedit; use IMMEDIATE_MESSAGE and remove canvas update in the middle; remov...bulia byak2007-03-181-10/+9
* add clearing busy cursor (resets current context's cursor)bulia byak2007-03-182-0/+8
* more judicious checking of results of find on my shape lookup table. NullTim Dwyer2007-03-181-40/+78
* fix crash when you quickly click in two areas and then press a key to go to a...bulia byak2007-03-181-7/+12
* use UTF-8 for degree symbolKees Cook2007-03-181-4/+6
* better way to deal with undo+id collisionsMenTaLguY2007-03-175-23/+51
* re-introduce isEmpty testsMenTaLguY2007-03-178-16/+16
* clean up rect mess a bit before start working on other stuffMenTaLguY2007-03-174-33/+25
* move creating style after the signals are set up, so that style does not miss...bulia byak2007-03-171-6/+6