summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleaning up toggle/redo interactionJon A. Cruz2007-03-251-3/+6
| | | (bzr r2755)
* move extension adding to the right place so it's added on export, not on browsebulia byak2007-03-251-38/+41
| | | (bzr r2754)
* patch from Gail to add justify button to text dialog (bug 1679367)bulia byak2007-03-251-3/+32
| | | (bzr r2753)
* comment out debugbulia byak2007-03-251-1/+1
| | | (bzr r2752)
* fix live dragging of gradient midstops, and fix crash when dragging writes ↵bulia byak2007-03-251-1/+2
| | | | | to repr (bzr r2751)
* updated creative commons licenses to 3.0 and fixed public domain uriJon Phillips2007-03-241-7/+7
| | | (bzr r2750)
* we have no document available yet at this pointMenTaLguY2007-03-241-1/+1
| | | (bzr r2749)
* Updating star toolbar with radio togglesJon A. Cruz2007-03-243-218/+480
| | | (bzr r2748)
* fix floating point comparrisons to not skip valuesJon A. Cruz2007-03-231-6/+6
| | | (bzr r2746)
* allow multiple (balanced) calls to add and remove documentMenTaLguY2007-03-235-12/+32
| | | (bzr r2745)
* purge old toolbar code, fill in values and labelsbulia byak2007-03-231-323/+70
| | | (bzr r2744)
* fix the combination of P4+ symmetries with exponentbulia byak2007-03-231-14/+11
| | | (bzr r2743)
* missing isnormal.h from Makefile_insertKees Cook2007-03-221-0/+1
| | | (bzr r2742)
* set busy cursor while loading; delete documents on loading new; many other fixesbulia byak2007-03-221-44/+85
| | | (bzr r2739)
* More progress with preview and opening of files with non-ascii filenames. ↵Bob Jamison2007-03-221-1/+5
| | | | | Still crash on previewing file with an image. (bzr r2738)
* remove useless and half-broken slideshow mode in favor of inkviewbulia byak2007-03-224-168/+10
| | | (bzr r2736)
* Adding non-labeled default entriesJon A. Cruz2007-03-222-7/+5
| | | (bzr r2735)
* drop more missing files from autoconfKees Cook2007-03-222-4/+0
| | | (bzr r2734)
* use <errno.h> instead of assuming extern intBob Jamison2007-03-221-1/+1
| | | (bzr r2733)
* Correction for tooltips additionJon A. Cruz2007-03-211-3/+3
| | | (bzr r2732)
* Make sure there is a decl for "errno"Bob Jamison2007-03-211-5/+5
| | | (bzr r2731)
* Added tootips for toolbar spinbuttonsJon A. Cruz2007-03-211-0/+17
| | | (bzr r2730)
* Adding all described values to menu of valuesJon A. Cruz2007-03-211-47/+138
| | | (bzr r2729)
* Do some cleanupBob Jamison2007-03-211-35/+48
| | | (bzr r2728)
* Fix for bug #1589436 - font baseline now correctly snaps in selector toolDiederik van Lierop2007-03-211-1/+8
| | | (bzr r2726)
* Adding labels to popup menu valuesJon A. Cruz2007-03-213-12/+146
| | | (bzr r2724)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-2052-150/+175
| | | (bzr r2723)
* Implementing feature request #1673807: snapping of gradient handlesDiederik van Lierop2007-03-204-16/+29
| | | (bzr r2722)
* Monster commit. New grid infrastructure. The old gridmanagement code is ↵Johan B. C. Engelen2007-03-2010-146/+1253
| | | | | still there; this committed for testing purposes. Goal is to delete the old grid code later on. (bzr r2721)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-2036-109/+118
| | | (bzr r2720)
* patch by cilix42 for bug 1671665bulia byak2007-03-192-14/+20
| | | (bzr r2719)
* Fix for bug 1540195; solution: use correct origin for snappingDiederik van Lierop2007-03-192-17/+39
| | | (bzr r2718)
* no pick if transparent; fix sodipodi-era bug where delta had no effect for ↵bulia byak2007-03-191-9/+14
| | | | | no-stroke shapes (bzr r2717)
* two picking optimizations: 1 use our canvas' viewbox so that invisible ↵bulia byak2007-03-191-10/+51
| | | | | segments can be ignored; 2 if still too slow, skip several pickings, returning last pick, before trying to pick again; also use ::upgrade for getting NR::Rect (bzr r2716)
* optimize picking by ignoring out-of-view segmentsbulia byak2007-03-192-16/+46
| | | (bzr r2715)
* add fields for delayed pick optimizationbulia byak2007-03-191-0/+3
| | | (bzr r2714)
* switch to using NR::Maybe for area rectbulia byak2007-03-192-4/+6
| | | (bzr r2713)
* make arena remember its parent canvasarena, if any (so that an arenaitem can ↵bulia byak2007-03-193-0/+5
| | | | | get access to the canvas viewbox for picking optimization) (bzr r2712)
* use ::upgrade for getting NR::Rectbulia byak2007-03-191-1/+1
| | | (bzr r2711)
* comment fixbulia byak2007-03-191-1/+1
| | | (bzr r2710)
* add ::upgrade for NRRectLbulia byak2007-03-192-2/+12
| | | (bzr r2709)
* reremove bad constructorsbulia byak2007-03-192-15/+0
| | | (bzr r2708)
* revert reversion -- I had not realized it had already come into use,MenTaLguY2007-03-192-0/+15
| | | | | but I have no time to fix the code now (bzr r2706)
* Update pedrogui stuff and makefile. Add placeholder for alternate test ↵Bob Jamison2007-03-1814-27/+220
| | | | | framework. (bzr r2705)
* correct intersection since we allow empty rects againMenTaLguY2007-03-181-1/+1
| | | (bzr r2704)
* revert NRRect/NRRectL conversion constructors for NR::Rect, since theyMenTaLguY2007-03-182-15/+0
| | | | | | cannot correctly deal with "nullary" NRRect -- the correct path is to convert NRRect to Maybe<Rect> (bzr r2703)
* Pedro::pedrogui is not the same as the one in jabber_whiteboardBob Jamison2007-03-182-0/+3665
| | | (bzr r2702)
* change std::string::size_type to DOMString::size_typeBob Jamison2007-03-181-4/+4
| | | (bzr r2701)
* optimize cairo paths by not drawing segments that are outside of view (for ↵bulia byak2007-03-184-22/+48
| | | | | stroke only); increase tolerance for picking, not calculate wind when it's not needed (bzr r2700)
* add growBy and constructors from NRRect(L)bulia byak2007-03-182-0/+27
| | | (bzr r2699)