| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | share_static -> share_static_string | MenTaLguY | 2006-02-08 | 7 | -20/+19 |
| | | | | (bzr r104) | ||||
| * | revert to black and white cursors | Josh Andler | 2006-02-07 | 11 | -518/+135 |
| | | | | (bzr r103) | ||||
| * | reverted changes for color cursors | Josh Andler | 2006-02-07 | 2 | -59/+26 |
| | | | | (bzr r102) | ||||
| * | fix wrong labels | bulia byak | 2006-02-07 | 1 | -2/+2 |
| | | | | (bzr r101) | ||||
| * | * src/jabber_whiteboard/message-utilities.h, | mjwybrow | 2006-02-07 | 5 | -17/+23 |
| | | | | | | | | | | | | src/jabber_whiteboard/serializer.cpp, src/jabber_whiteboard/deserializer.cpp, src/jabber_whiteboard/message-utilities.cpp, src/ui/dialog/whiteboard-connect.cpp: Some fixes to allow the codebase to compile with Inkboard support after the recent Util::shared_ptr<> and Dialog::present() changes. (bzr r100) | ||||
| * | crop an item's bbox by its clippath bbox, if any | bulia byak | 2006-02-06 | 1 | -0/+8 |
| | | | | (bzr r99) | ||||
| * | add a method to get bbox of a clippath, fix the update-while-update warnings | bulia byak | 2006-02-06 | 2 | -1/+12 |
| | | | | (bzr r98) | ||||
| * | ifdef'd win32 #include <inttypes.h> to fix compile error | Josh Andler | 2006-02-06 | 1 | -0/+4 |
| | | | | (bzr r96) | ||||
| * | ifdef'd win32 #include <zlib.h> to fix compile error | Josh Andler | 2006-02-06 | 1 | -0/+4 |
| | | | | (bzr r95) | ||||
| * | revert to using inttypes.h instead of stdint.h | Ralf Stephan | 2006-02-06 | 4 | -10/+27 |
| | | | | (bzr r94) | ||||
| * | open Inkscape Preferences on doubleclick of toolbox button (more or less patch | Ralf Stephan | 2006-02-06 | 8 | -1740/+141 |
| | | | | | | #1424822 by Marco Scholten) (bzr r93) | ||||
| * | r10887@tres: ted | 2006-02-05 23:16:41 -0800 | Ted Gould | 2006-02-06 | 8 | -17/+33 |
| | | | | | | | | Okay, I'm basically undoing the last commit that SVK screwed up. All this work is not mine, it was done by other people. Sorry to mess things up. (bzr r92) | ||||
| * | Had to include fstream for overloaded def of << | Tim Dwyer | 2006-02-06 | 1 | -0/+1 |
| | | | | (bzr r91) | ||||
| * | (bzr r90) | Ted Gould | 2006-02-06 | 8 | -33/+17 |
| | | |||||
| * | DBL_MIN replaced by -DBL_MAX which is what I meant all along. | Tim Dwyer | 2006-02-06 | 5 | -5/+39 |
| | | | | | | Fixes bug. (bzr r89) | ||||
| * | replace Util::SharedCStringPtr with the more general Util::shared_ptr<> | MenTaLguY | 2006-02-06 | 35 | -302/+371 |
| | | | | (bzr r87) | ||||
| * | silence warnings | bulia byak | 2006-02-06 | 2 | -3/+2 |
| | | | | (bzr r86) | ||||
| * | yet another fix along the same lines: disconnect listeners if they have been ↵ | bulia byak | 2006-02-06 | 2 | -1/+8 |
| | | | | | | connected, checking a flag instead of relying on style->object (bzr r85) | ||||
| * | Stupid bug in generate-constraints events comparison test fixed | Tim Dwyer | 2006-02-06 | 2 | -2/+2 |
| | | | | (bzr r84) | ||||
| * | Warn user when attempting to put flowtext on path. | Aaron Spike | 2006-02-05 | 1 | -2/+19 |
| | | | | (bzr r83) | ||||
| * | enable selecting tspans via xml editor | bulia byak | 2006-02-05 | 1 | -8/+4 |
| | | | | (bzr r82) | ||||
| * | remove unused layout copying, comment | bulia byak | 2006-02-05 | 1 | -3/+3 |
| | | | | (bzr r81) | ||||
| * | fix recurstion gaffe, comment | bulia byak | 2006-02-05 | 1 | -8/+21 |
| | | | | (bzr r80) | ||||
| * | clean up unused code | bulia byak | 2006-02-05 | 1 | -8/+0 |
| | | | | (bzr r79) | ||||
| * | tspan bboxes now work | bulia byak | 2006-02-05 | 1 | -0/+32 |
| | | | | (bzr r78) | ||||
| * | optional start index and length in getBoundingBox, for tspan bboxes | bulia byak | 2006-02-05 | 2 | -2/+8 |
| | | | | (bzr r77) | ||||
| * | sp_text_get_length_upto to count length recursively up to a given child | bulia byak | 2006-02-05 | 2 | -0/+25 |
| | | | | (bzr r76) | ||||
| * | had 5 mins so I cleaned up a little more | Josh Andler | 2006-02-04 | 8 | -114/+482 |
| | | | | (bzr r75) | ||||
| * | query: report true svg bbox, not inkscape's desktop bbox (makes more sense ↵ | bulia byak | 2006-02-04 | 1 | -2/+3 |
| | | | | | | for scripting), remove newline (bzr r74) | ||||
| * | optimize includes, use stdlib instead of inttypes if we have it | Ralf Stephan | 2006-02-04 | 8 | -21/+40 |
| | | | | (bzr r73) | ||||
| * | Updated for build and fixed Trace Bitmap text to be Trace Bitmap... | Jon Phillips | 2006-02-04 | 1 | -1/+1 |
| | | | | (bzr r72) | ||||
| * | I whipped up some colorized icons for the time being - these are temporary ↵ | Josh Andler | 2006-02-03 | 10 | -136/+150 |
| | | | | | | until Andre replaces them. (bzr r71) | ||||
| * | Applying patch #1415503 by James Kilfiger / zeimusu - treat XPMs like ↵ | Josh Andler | 2006-02-03 | 2 | -2/+2 |
| | | | | | | headers (so modified xpm files get picked up for compilation) (bzr r70) | ||||
| * | Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & ↵ | Josh Andler | 2006-02-03 | 1 | -34/+35 |
| | | | | | | transparency in mouse pointer - Pen cursor (bzr r69) | ||||
| * | Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & ↵ | Josh Andler | 2006-02-03 | 2 | -26/+59 |
| | | | | | | transparency in mouse pointer (bzr r68) | ||||
| * | implement par_indent in flowtext, no ui yet, done via first character's dx | bulia byak | 2006-02-03 | 2 | -5/+32 |
| | | | | (bzr r67) | ||||
| * | further fix: remember is paintservers were hreffed in a flag, fixes undo crash | bulia byak | 2006-02-03 | 2 | -1/+6 |
| | | | | (bzr r66) | ||||
| * | remove screen pixel toggle for now, add always-snap widget for all | Ralf Stephan | 2006-02-02 | 3 | -36/+93 |
| | | | | | | modes (bzr r65) | ||||
| * | Added consts to args of pairing heap compare fn | Tim Dwyer | 2006-02-01 | 3 | -5/+5 |
| | | | | (bzr r64) | ||||
| * | add tooltips to tolerance slider | Ralf Stephan | 2006-01-31 | 2 | -0/+3 |
| | | | | (bzr r63) | ||||
| * | separated doxygen main page from main.cpp for readability | Ralf Stephan | 2006-01-30 | 3 | -208/+230 |
| | | | | (bzr r62) | ||||
| * | r10820@tres: ted | 2006-01-29 16:56:50 -0800 | Ted Gould | 2006-01-30 | 15 | -46/+110 |
| | | | | | | | | | Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55) | ||||
| * | r10818@tres: ted | 2006-01-29 16:08:07 -0800 | Ted Gould | 2006-01-30 | 1 | -4/+20 |
| | | | | | | Whoo hoo, we do submenus now too! (bzr r53) | ||||
| * | r10817@tres: ted | 2006-01-29 15:45:22 -0800 | Ted Gould | 2006-01-30 | 2 | -33/+33 |
| | | | | | | Basic submenus are working, and alphebetized (bzr r52) | ||||
| * | r10816@tres: ted | 2006-01-29 15:14:36 -0800 | Ted Gould | 2006-01-30 | 1 | -1/+7 |
| | | | | | | Working, but not going down submenus right. (bzr r51) | ||||
| * | r10815@tres: ted | 2006-01-29 14:46:19 -0800 | Ted Gould | 2006-01-30 | 2 | -8/+87 |
| | | | | | | | Basically the menu stuff is working. Still needs features before it can be checked in. But the basics are all there right now. (bzr r50) | ||||
| * | r10814@tres: ted | 2006-01-29 14:02:54 -0800 | Ted Gould | 2006-01-30 | 1 | -0/+2 |
| | | | | | | Adding in support for getting the name of the verb. (bzr r49) | ||||
| * | r10781@tres: ted | 2006-01-26 23:18:34 -0800 | Ted Gould | 2006-01-30 | 1 | -1/+6 |
| | | | | | | Some modifications, getting basic menu merging working (bzr r48) | ||||
| * | again, try to resolve test box compile error | Ralf Stephan | 2006-01-29 | 1 | -1/+2 |
| | | | | (bzr r47) | ||||
| * | use namedview->snap_* variables instead of namedview->*_snapper, | Ralf Stephan | 2006-01-29 | 1 | -8/+8 |
| | | | | | | fixes #1399284 (bzr r45) | ||||
