| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Next steps in implementing the snapping indicator | Diederik van Lierop | 2008-05-04 | 1 | -4/+8 |
| | | | | (bzr r5600) | ||||
| * | Use radiobutton for "always snap" in the document-properties dialog | Diederik van Lierop | 2008-04-30 | 1 | -6/+6 |
| | | | | (bzr r5562) | ||||
| * | Major overhaul of the selector tool's internals to improve handling of ↵ | Diederik van Lierop | 2008-03-25 | 1 | -1/+1 |
| | | | | | | transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189) | ||||
| * | Snap to page border | Diederik van Lierop | 2008-03-12 | 1 | -1/+5 |
| | | | | (bzr r5059) | ||||
| * | revert a small bit in document-properties.cpp of rev 17540. page sizer ↵ | Johan B. C. Engelen | 2008-02-28 | 1 | -1/+1 |
| | | | | | | init() was removed while it shouldn't have been so. (bzr r4895) | ||||
| * | Adding mised page sizer initialization | Jon A. Cruz | 2008-02-28 | 1 | -0/+1 |
| | | | | (bzr r4893) | ||||
| * | Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed ↵ | Johan B. C. Engelen | 2008-02-27 | 1 | -4/+3 |
| | | | | | | RegisteredWdg. (bzr r4887) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2008-02-24 | 1 | -19/+20 |
| | | | | (bzr r4838) | ||||
| * | * Alternative translation text for Grid|New, patch by Marcin Floryan ↵ | Luca Bruno | 2008-02-08 | 1 | -1/+2 |
| | | | | | | (closes: #189350) (bzr r4687) | ||||
| * | at least gray out the remove button if we can't remove it when no grids | bulia byak | 2008-01-26 | 1 | -3/+2 |
| | | | | (bzr r4602) | ||||
| * | gray out widgets when grid is disabled. | Johan B. C. Engelen | 2008-01-26 | 1 | -4/+4 |
| | | | | (bzr r4594) | ||||
| * | RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> ↵ | gustav_b | 2008-01-17 | 1 | -21/+12 |
| | | | | | | instead of old RegisteredWdg (bzr r4530) | ||||
| * | No need to use pointers for the widgets of document-properties.cpp, so don't. | Johan B. C. Engelen | 2008-01-16 | 1 | -95/+68 |
| | | | | | | Add easy upcast to gtk::widget to registered-widget.h (bzr r4520) | ||||
| * | RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton> | Johan B. C. Engelen | 2008-01-15 | 1 | -75/+87 |
| | | | | (bzr r4500) | ||||
| * | Some small changes in the captions of the document-properties dialog | Diederik van Lierop | 2008-01-13 | 1 | -11/+11 |
| | | | | (bzr r4478) | ||||
| * | Fix LP #181020: When snapping a guide, now only the part of the guide near ↵ | Diederik van Lierop | 2008-01-08 | 1 | -1/+1 |
| | | | | | | the pointer is considered (bzr r4435) | ||||
| * | Fix LP #179741 | Johan B. C. Engelen | 2008-01-02 | 1 | -9/+3 |
| | | | | (bzr r4363) | ||||
| * | always show grids when adding new grid | Johan B. C. Engelen | 2007-12-29 | 1 | -0/+3 |
| | | | | (bzr r4333) | ||||
| * | correct build_gridspage | Johan B. C. Engelen | 2007-12-29 | 1 | -5/+2 |
| | | | | (bzr r4330) | ||||
| * | Add icons to document properties grid table :-) | Johan B. C. Engelen | 2007-12-29 | 1 | -2/+34 |
| | | | | (bzr r4329) | ||||
| * | fix crit bug #168570 Crash when recreating grid using 'redo' | Johan B. C. Engelen | 2007-12-23 | 1 | -0/+1 |
| | | | | (bzr r4289) | ||||
| * | Renaming captions and labels in snapping preferences dialog, and inverting ↵ | Diederik van Lierop | 2007-12-17 | 1 | -8/+8 |
| | | | | | | the behaviour of the 'snap at any distance' checkbox (bzr r4252) | ||||
| * | Add global snapping toggle | Diederik van Lierop | 2007-12-12 | 1 | -2/+18 |
| | | | | (bzr r4221) | ||||
| * | Do NOT use frames in the snapping tab in the document properties dialog ;-) | Diederik van Lierop | 2007-12-12 | 1 | -37/+19 |
| | | | | (bzr r4218) | ||||
| * | Use frames in the snapping tab in the document properties dialog | Diederik van Lierop | 2007-12-11 | 1 | -24/+37 |
| | | | | (bzr r4210) | ||||
| * | Init some checkboxes correctly in document-properties dialog | Diederik van Lierop | 2007-12-09 | 1 | -0/+2 |
| | | | | (bzr r4195) | ||||
| * | Rework dialog management. Use singleton behavior for dialogs when | gustav_b | 2007-12-07 | 1 | -91/+50 |
| | | | | | | | | | started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188) | ||||
| * | Change title of tab in document properties dialog ("Snap details" -> "Snap ↵ | Diederik van Lierop | 2007-12-04 | 1 | -7/+8 |
| | | | | | | points") (bzr r4169) | ||||
| * | Improve layout of grid document properties | Johan B. C. Engelen | 2007-12-01 | 1 | -22/+25 |
| | | | | (bzr r4148) | ||||
| * | The dialog to panel refactoring: | gustav_b | 2007-11-22 | 1 | -12/+9 |
| | | | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126) | ||||
| * | Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadly | Johan B. C. Engelen | 2007-11-18 | 1 | -2/+1 |
| | | | | (bzr r4108) | ||||
| * | Snap to intersections of line segments | Diederik van Lierop | 2007-11-14 | 1 | -4/+13 |
| | | | | (bzr r4082) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 1 | -36/+36 |
| | | | | (bzr r4043) | ||||
| * | Improve the user interaction for snapping of bounding boxes, and add an new ↵ | Diederik van Lierop | 2007-11-05 | 1 | -27/+70 |
| | | | | | | tab in document properties for detailed snapping options (bzr r4033) | ||||
| * | Dockable dialogs patch applied | gustav_b | 2007-08-29 | 1 | -4/+4 |
| | | | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) | ||||
| * | Don't snap node handles to the parent path, plus a small string change | Diederik van Lierop | 2007-08-29 | 1 | -1/+1 |
| | | | | (bzr r3612) | ||||
| * | Implement snapping of guides while dragging them, and snap TO item centers ↵ | Diederik van Lierop | 2007-08-28 | 1 | -16/+22 |
| | | | | | | (we only had snapping FROM item centers so far) (bzr r3603) | ||||
| * | Renaming some labels in the snapping tab | Diederik van Lierop | 2007-08-19 | 1 | -6/+8 |
| | | | | (bzr r3531) | ||||
| * | Only in the selector tool we should snap in bbox mode (PointType = ↵ | Diederik van Lierop | 2007-08-07 | 1 | -1/+1 |
| | | | | | | SNAPPOINT_BBOX) (bzr r3415) | ||||
| * | 1) Make snapping of object's center optional 2) Optimize snapping ↵ | Diederik van Lierop | 2007-08-06 | 1 | -6/+22 |
| | | | | | | preferences dialog (bzr r3399) | ||||
| * | Rearrange snapping preferences, put distinction between paths and nodes back ↵ | Diederik van Lierop | 2007-08-03 | 1 | -6/+25 |
| | | | | | | in, and a bit of refactoring (bzr r3361) | ||||
| * | 1) Changes to snapping preferences dialog | Diederik van Lierop | 2007-07-28 | 1 | -13/+15 |
| | | | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331) | ||||
| * | Fix #1740146. | Johan B. C. Engelen | 2007-07-06 | 1 | -3/+5 |
| | | | | (bzr r3190) | ||||
| * | Avoid a gtk g_critical message when building Document Properties dialog. | Peter Moulder | 2007-05-17 | 1 | -3/+3 |
| | | | | (bzr r3024) | ||||
| * | noop: Use G_N_ELEMENTS in attach_all callers instead of passing sizeof. | Peter Moulder | 2007-05-17 | 1 | -7/+7 |
| | | | | (bzr r3023) | ||||
| * | noop: Fix const usage/confusion. | Peter Moulder | 2007-05-17 | 1 | -9/+9 |
| | | | | (bzr r3022) | ||||
| * | Fix a couple of unannotated transactions causing g_warning from ↵ | Peter Moulder | 2007-05-17 | 1 | -0/+1 |
| | | | | | | finish_incomplete_transaction. (Thanks to johanengelen for help with this.) (bzr r3019) | ||||
| * | grid: make grid names translatable. use different gridtype names in SVG that ↵ | Johan B. C. Engelen | 2007-04-20 | 1 | -4/+5 |
| | | | | | | are not translated. (bzr r2936) | ||||
| * | Improve readability and remove some unused code | Diederik van Lierop | 2007-04-19 | 1 | -30/+0 |
| | | | | (bzr r2930) | ||||
| * | Rearrange tabs for document-properties dialog | Diederik van Lierop | 2007-04-17 | 1 | -2/+2 |
| | | | | (bzr r2911) | ||||
