summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-2037-111/+120
| | | (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)
* * packaging/macosx/native-gtk/glibconfig.h,mjwybrow2007-03-193-1/+721
| | | | | | | | | packaging/macosx/native-gtk/build-gtk.sh, packaging/macosx/native-gtk/config.h: Add a couple of modified glib headers needed to build Universal versions of glib using the build-gtk.sh script. (bzr r2707)
* 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)
* update po fileValessio Soares de Brito2007-03-181-1927/+2625
| | | (bzr r2698)
* Add tutorial tracing pt_BRValessio Soares de Brito2007-03-181-0/+204
| | | (bzr r2697)
* add required includes for gcc 4.3 and fix a const issue -- patch #1675635MenTaLguY2007-03-189-1/+10
| | | | | from mellum (Falk Hueffner) (bzr r2696)
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-187-15/+15
| | | | | (Falk Hueffner) (bzr r2695)
* Updated Catalan translationcwebb2007-03-181-1753/+2077
| | | (bzr r2694)
* Update of slovak translationcwebb2007-03-181-174/+174
| | | (bzr r2693)
* Snap while dragging knots, for starDiederik van Lierop2007-03-181-2/+7
| | | (bzr r2692)
* Snap while dragging knots, for rect and arcDiederik van Lierop2007-03-181-18/+26
| | | (bzr r2691)
* Implement snapping in shape-tools during initial-drawingDiederik van Lierop2007-03-183-7/+21
| | | (bzr r2690)
* move masks to their own page, move tablet checkbox to mouse, copyeditbulia byak2007-03-182-15/+24
| | | (bzr r2689)
* switch to using desktop method to restore cursorbulia byak2007-03-181-2/+1
| | | (bzr r2688)
* Compile warningsBob Jamison2007-03-181-1/+1
| | | (bzr r2687)
* copyedit; use IMMEDIATE_MESSAGE and remove canvas update in the middle; ↵bulia byak2007-03-181-10/+9
| | | | | remove disableInteraction - not needed without the canvas update; set busy cursor (bzr r2686)
* add clearing busy cursor (resets current context's cursor)bulia byak2007-03-182-0/+8
| | | (bzr r2685)
* more judicious checking of results of find on my shape lookup table. NullTim Dwyer2007-03-181-40/+78
| | | | | bounding boxes could have potentially caused problems. (bzr r2684)
* fix crash when you quickly click in two areas and then press a key to go to ↵bulia byak2007-03-181-7/+12
| | | | | another tool before filling is finished (bzr r2683)
* use UTF-8 for degree symbolKees Cook2007-03-181-4/+6
| | | (bzr r2682)
* update po file listKees Cook2007-03-181-2/+7
| | | (bzr r2681)
* better way to deal with undo+id collisionsMenTaLguY2007-03-175-23/+51
| | | (bzr r2680)
* re-introduce isEmpty testsMenTaLguY2007-03-178-16/+16
| | | (bzr r2679)
* clean up rect mess a bit before start working on other stuffMenTaLguY2007-03-174-33/+25
| | | (bzr r2678)
* move creating style after the signals are set up, so that style does not ↵bulia byak2007-03-171-6/+6
| | | | | miss the object's release signal (bzr r2677)
* fix 1286535bulia byak2007-03-171-11/+16
| | | (bzr r2676)
* Fix bug #1511262: don't snap rect to itselfDiederik van Lierop2007-03-162-5/+5
| | | (bzr r2675)