| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Adding labels to popup menu values | Jon A. Cruz | 2007-03-21 | 3 | -12/+146 | |
| | | | | (bzr r2724) | |||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 52 | -150/+175 | |
| | | | | (bzr r2723) | |||||
| * | Implementing feature request #1673807: snapping of gradient handles | Diederik van Lierop | 2007-03-20 | 4 | -16/+29 | |
| | | | | (bzr r2722) | |||||
| * | Monster commit. New grid infrastructure. The old gridmanagement code is ↵ | Johan B. C. Engelen | 2007-03-20 | 10 | -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 Cook | 2007-03-20 | 37 | -111/+120 | |
| | | | | (bzr r2720) | |||||
| * | patch by cilix42 for bug 1671665 | bulia byak | 2007-03-19 | 2 | -14/+20 | |
| | | | | (bzr r2719) | |||||
| * | Fix for bug 1540195; solution: use correct origin for snapping | Diederik van Lierop | 2007-03-19 | 2 | -17/+39 | |
| | | | | (bzr r2718) | |||||
| * | no pick if transparent; fix sodipodi-era bug where delta had no effect for ↵ | bulia byak | 2007-03-19 | 1 | -9/+14 | |
| | | | | | | no-stroke shapes (bzr r2717) | |||||
| * | two picking optimizations: 1 use our canvas' viewbox so that invisible ↵ | bulia byak | 2007-03-19 | 1 | -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 segments | bulia byak | 2007-03-19 | 2 | -16/+46 | |
| | | | | (bzr r2715) | |||||
| * | add fields for delayed pick optimization | bulia byak | 2007-03-19 | 1 | -0/+3 | |
| | | | | (bzr r2714) | |||||
| * | switch to using NR::Maybe for area rect | bulia byak | 2007-03-19 | 2 | -4/+6 | |
| | | | | (bzr r2713) | |||||
| * | make arena remember its parent canvasarena, if any (so that an arenaitem can ↵ | bulia byak | 2007-03-19 | 3 | -0/+5 | |
| | | | | | | get access to the canvas viewbox for picking optimization) (bzr r2712) | |||||
| * | use ::upgrade for getting NR::Rect | bulia byak | 2007-03-19 | 1 | -1/+1 | |
| | | | | (bzr r2711) | |||||
| * | comment fix | bulia byak | 2007-03-19 | 1 | -1/+1 | |
| | | | | (bzr r2710) | |||||
| * | add ::upgrade for NRRectL | bulia byak | 2007-03-19 | 2 | -2/+12 | |
| | | | | (bzr r2709) | |||||
| * | reremove bad constructors | bulia byak | 2007-03-19 | 2 | -15/+0 | |
| | | | | (bzr r2708) | |||||
| * | * packaging/macosx/native-gtk/glibconfig.h, | mjwybrow | 2007-03-19 | 3 | -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, | MenTaLguY | 2007-03-19 | 2 | -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 Jamison | 2007-03-18 | 14 | -27/+220 | |
| | | | | | | framework. (bzr r2705) | |||||
| * | correct intersection since we allow empty rects again | MenTaLguY | 2007-03-18 | 1 | -1/+1 | |
| | | | | (bzr r2704) | |||||
| * | revert NRRect/NRRectL conversion constructors for NR::Rect, since they | MenTaLguY | 2007-03-18 | 2 | -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_whiteboard | Bob Jamison | 2007-03-18 | 2 | -0/+3665 | |
| | | | | (bzr r2702) | |||||
| * | change std::string::size_type to DOMString::size_type | Bob Jamison | 2007-03-18 | 1 | -4/+4 | |
| | | | | (bzr r2701) | |||||
| * | optimize cairo paths by not drawing segments that are outside of view (for ↵ | bulia byak | 2007-03-18 | 4 | -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 byak | 2007-03-18 | 2 | -0/+27 | |
| | | | | (bzr r2699) | |||||
| * | update po file | Valessio Soares de Brito | 2007-03-18 | 1 | -1927/+2625 | |
| | | | | (bzr r2698) | |||||
| * | Add tutorial tracing pt_BR | Valessio Soares de Brito | 2007-03-18 | 1 | -0/+204 | |
| | | | | (bzr r2697) | |||||
| * | add required includes for gcc 4.3 and fix a const issue -- patch #1675635 | MenTaLguY | 2007-03-18 | 9 | -1/+10 | |
| | | | | | | from mellum (Falk Hueffner) (bzr r2696) | |||||
| * | fix 64-bit issues with width of npos -- patch #1675697 from mellum | MenTaLguY | 2007-03-18 | 7 | -15/+15 | |
| | | | | | | (Falk Hueffner) (bzr r2695) | |||||
| * | Updated Catalan translation | cwebb | 2007-03-18 | 1 | -1753/+2077 | |
| | | | | (bzr r2694) | |||||
| * | Update of slovak translation | cwebb | 2007-03-18 | 1 | -174/+174 | |
| | | | | (bzr r2693) | |||||
| * | Snap while dragging knots, for star | Diederik van Lierop | 2007-03-18 | 1 | -2/+7 | |
| | | | | (bzr r2692) | |||||
| * | Snap while dragging knots, for rect and arc | Diederik van Lierop | 2007-03-18 | 1 | -18/+26 | |
| | | | | (bzr r2691) | |||||
| * | Implement snapping in shape-tools during initial-drawing | Diederik van Lierop | 2007-03-18 | 3 | -7/+21 | |
| | | | | (bzr r2690) | |||||
| * | move masks to their own page, move tablet checkbox to mouse, copyedit | bulia byak | 2007-03-18 | 2 | -15/+24 | |
| | | | | (bzr r2689) | |||||
| * | switch to using desktop method to restore cursor | bulia byak | 2007-03-18 | 1 | -2/+1 | |
| | | | | (bzr r2688) | |||||
| * | Compile warnings | Bob Jamison | 2007-03-18 | 1 | -1/+1 | |
| | | | | (bzr r2687) | |||||
| * | copyedit; use IMMEDIATE_MESSAGE and remove canvas update in the middle; ↵ | bulia byak | 2007-03-18 | 1 | -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 byak | 2007-03-18 | 2 | -0/+8 | |
| | | | | (bzr r2685) | |||||
| * | more judicious checking of results of find on my shape lookup table. Null | Tim Dwyer | 2007-03-18 | 1 | -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 byak | 2007-03-18 | 1 | -7/+12 | |
| | | | | | | another tool before filling is finished (bzr r2683) | |||||
| * | use UTF-8 for degree symbol | Kees Cook | 2007-03-18 | 1 | -4/+6 | |
| | | | | (bzr r2682) | |||||
| * | update po file list | Kees Cook | 2007-03-18 | 1 | -2/+7 | |
| | | | | (bzr r2681) | |||||
| * | better way to deal with undo+id collisions | MenTaLguY | 2007-03-17 | 5 | -23/+51 | |
| | | | | (bzr r2680) | |||||
| * | re-introduce isEmpty tests | MenTaLguY | 2007-03-17 | 8 | -16/+16 | |
| | | | | (bzr r2679) | |||||
| * | clean up rect mess a bit before start working on other stuff | MenTaLguY | 2007-03-17 | 4 | -33/+25 | |
| | | | | (bzr r2678) | |||||
| * | move creating style after the signals are set up, so that style does not ↵ | bulia byak | 2007-03-17 | 1 | -6/+6 | |
| | | | | | | miss the object's release signal (bzr r2677) | |||||
| * | fix 1286535 | bulia byak | 2007-03-17 | 1 | -11/+16 | |
| | | | | (bzr r2676) | |||||
| * | Fix bug #1511262: don't snap rect to itself | Diederik van Lierop | 2007-03-16 | 2 | -5/+5 | |
| | | | | (bzr r2675) | |||||
