| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed outdated classes. | Jon A. Cruz | 2012-06-17 | 1 | -0/+1 |
| | | | | | | Pruned header to not introduce extraneous includes. (bzr r11502) | ||||
| * | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 2012-06-09 | 1 | -3/+3 |
| | | | | (bzr r11469.1.1) | ||||
| * | CanvasText: reinstate ability to set anchor position manually | Diederik van Lierop | 2012-01-04 | 1 | -4/+2 |
| | | | | (bzr r10841) | ||||
| * | 1) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵ | Diederik van Lierop | 2012-01-01 | 1 | -2/+4 |
| | | | | | | | | variables, and variable border width 2) Snap tooltips no longer overlap with measure tool tooltips, and now have a background color (similar to the measure tool) (bzr r10816) | ||||
| * | Cleaned up display-forward.h, including many redundant usages. | Jon A. Cruz | 2011-10-04 | 1 | -1/+0 |
| | | | | (bzr r10666) | ||||
| * | Another minor pass of Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -5/+4 |
| | | | | (bzr r10659) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -4/+5 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | SPShape c++ified to the extent it was possible and more changes done for XML ↵ | Abhishek Sharma Public | 2010-07-14 | 1 | -2/+2 |
| | | | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7) | ||||
| | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -2/+2 |
| | | | | | | | (bzr r9546.1.2) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Removed unused static pixmap reference. | Jon A. Cruz | 2010-03-04 | 1 | -1/+0 |
| | | | | (bzr r9137) | ||||
| * | Remove remnants of old node tool | Krzysztof Kosi??ski | 2009-12-24 | 1 | -30/+0 |
| | | | | (bzr r8846.2.6) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | Fix most icons in the geometry tool | Krzysztof Kosi??ski | 2009-04-18 | 1 | -11/+12 |
| | | | | (bzr r7727) | ||||
| * | move canvastext to its own file (no linking error for me anymore), add ↵ | bulia byak | 2009-03-11 | 1 | -0/+1 |
| | | | | | | outline to fix 334758 (bzr r7470) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -3/+3 |
| | | | | (bzr r7032) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2008-12-05 | 1 | -2/+2 |
| | | | | (bzr r6947) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -3/+4 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -16/+23 |
| | | | | (bzr r6885) | ||||
| * | Unselet item in geometry tool when the user clicked into empty space | Maximilian Albert | 2008-09-08 | 1 | -1/+3 |
| | | | | (bzr r6781) | ||||
| * | Make click-select work in geometry tool | Maximilian Albert | 2008-09-05 | 1 | -0/+33 |
| | | | | (bzr r6764) | ||||
| * | Attempt to fix crashes in geometry tool which I don't see :-/ | Maximilian Albert | 2008-08-18 | 1 | -1/+6 |
| | | | | (bzr r6699) | ||||
| * | Don't unnecessarily block button press | Maximilian Albert | 2008-08-18 | 1 | -8/+7 |
| | | | | (bzr r6698) | ||||
| * | Option to display measuring info in geometry tool | Maximilian Albert | 2008-08-18 | 1 | -2/+117 |
| | | | | (bzr r6697) | ||||
| * | Add mirror symmetry to geometry tool | Maximilian Albert | 2008-08-18 | 1 | -1/+2 |
| | | | | (bzr r6690) | ||||
| * | Remove debugging messages | Maximilian Albert | 2008-08-18 | 1 | -11/+0 |
| | | | | (bzr r6689) | ||||
| * | Toggle button in geometry toolbar to set limiting bounding box for ↵ | Maximilian Albert | 2008-08-18 | 1 | -4/+19 |
| | | | | | | LPELineSegment (bzr r6685) | ||||
| * | Some debugging messages | Maximilian Albert | 2008-08-18 | 1 | -0/+4 |
| | | | | (bzr r6684) | ||||
| * | Add action to change the end type of line segments if an item has ↵ | Maximilian Albert | 2008-08-18 | 1 | -0/+17 |
| | | | | | | LPELineSegment applied; this is for demonstration purposes because later it would be nice if we could change widgets interactively. (bzr r6683) | ||||
| * | Apply a geometric construction directly to selected item if the LPE supports it | Maximilian Albert | 2008-08-18 | 1 | -2/+24 |
| | | | | (bzr r6678) | ||||
| * | noop: wording | Maximilian Albert | 2008-08-18 | 1 | -1/+1 |
| | | | | (bzr r6676) | ||||
| * | Absorb all mouse clicks (and flash a warning on the status bar) when no ↵ | Maximilian Albert | 2008-08-18 | 1 | -0/+9 |
| | | | | | | subtool is activated (bzr r6675) | ||||
| * | Switch back to all_inactive mode after applying a geometric LPE | Maximilian Albert | 2008-08-18 | 1 | -1/+24 |
| | | | | (bzr r6674) | ||||
| * | Add button whether to display limiting bounding box; add 'all inactive' ↵ | Maximilian Albert | 2008-08-18 | 1 | -1/+10 |
| | | | | | | toggle button as a workaround that not all toggle buttons can be inactive in an EgeSelectOneAction (bzr r6673) | ||||
| * | Draw limiting bounding box in geometriy tool | Maximilian Albert | 2008-08-18 | 1 | -0/+33 |
| | | | | (bzr r6671) | ||||
| * | Remove commented parts of code | Maximilian Albert | 2008-08-18 | 1 | -196/+3 |
| | | | | (bzr r6670) | ||||
| * | Two more subtools | Maximilian Albert | 2008-08-18 | 1 | -2/+4 |
| | | | | (bzr r6669) | ||||
| * | remove commented includes; #ifdef HAVE_CONFIG_H | Maximilian Albert | 2008-08-18 | 1 | -38/+2 |
| | | | | (bzr r6668) | ||||
| * | whitespace cleanup | Maximilian Albert | 2008-08-18 | 1 | -2/+2 |
| | | | | (bzr r6663) | ||||
| * | New crosshairs cursor for geometry context | Maximilian Albert | 2008-08-18 | 1 | -14/+7 |
| | | | | (bzr r6662) | ||||
| * | Many debugging messages | Maximilian Albert | 2008-08-18 | 1 | -0/+3 |
| | | | | (bzr r6661) | ||||
| * | Since we know what the parent context is we don't need to check whether it ↵ | Maximilian Albert | 2008-08-18 | 1 | -8/+2 |
| | | | | | | has a root handler (bzr r6659) | ||||
| * | Change cursor in LPETool when over stroke; call root handler of parent ↵ | Maximilian Albert | 2008-08-18 | 1 | -5/+23 |
| | | | | | | context, too (except in special situations) (bzr r6658) | ||||
| * | Really call sp_lpetool_context_selection_changed() when selection changed ↵ | Maximilian Albert | 2008-08-18 | 1 | -3/+15 |
| | | | | | | (had forgotten to connect to signal before) (bzr r6657) | ||||
| * | Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching ↵ | Maximilian Albert | 2008-08-18 | 1 | -21/+65 |
| | | | | | | selections doesn't work right yet; changing the cursor would also be nice) (bzr r6656) | ||||
| * | At the moment mouse click starts waiting for the activated LPE and nothing ↵ | Maximilian Albert | 2008-08-18 | 1 | -17/+71 |
| | | | | | | else (editing is not possible; no toolbar controls yet) (bzr r6654) | ||||
| * | Let LPEToolContext derive from PenContext so that we can use its LPE framework | Maximilian Albert | 2008-08-18 | 1 | -4/+10 |
| | | | | (bzr r6646) | ||||
| * | Groundwork for new LPETool tool (which consists of subtools that are ↵ | Maximilian Albert | 2008-08-18 | 1 | -0/+401 |
| constructed from LPEs) (bzr r6645) | |||||
