| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move temporary canvas items to bottom by default. maybe fixes interfering of ↵ | Johan B. C. Engelen | 2008-04-01 | 1 | -1/+6 |
| | | | | | | snapindicator with pen tool (bzr r5300) | ||||
| * | implement filter toggle | MenTaLguY | 2008-03-31 | 1 | -21/+15 |
| | | | | (bzr r5266) | ||||
| * | lay groundwork for non-filter view mode | MenTaLguY | 2008-03-31 | 1 | -7/+8 |
| | | | | (bzr r5265) | ||||
| * | Split data mode apart from UI and added button trackers | Jon A. Cruz | 2008-03-15 | 1 | -0/+4 |
| | | | | (bzr r5092) | ||||
| * | Move 3D box code out of sp-canvas.cpp | Maximilian Albert | 2008-03-09 | 1 | -0/+7 |
| | | | | (bzr r5008) | ||||
| * | remove flashing test indicator on pointparam. | Johan B. C. Engelen | 2008-03-02 | 1 | -3/+15 |
| | | | | | | | | | | remove some leftover code from point param code remove test pointparam from LPEKnot added SnapIndicator added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped. fix canvas-temporary-item-list.cpp (bzr r4931) | ||||
| * | NEW: temporary on-canvas indicators | Johan B. C. Engelen | 2008-03-02 | 1 | -1/+29 |
| | | | | (bzr r4918) | ||||
| * | Fix missing ruler and document title updates when a file is opened in an ↵ | Maximilian Albert | 2008-02-03 | 1 | -0/+10 |
| | | | | | | existing window (bzr r4640) | ||||
| * | 2nd part of the fix for bug #167500: correctly update the rulers when they ↵ | Diederik van Lierop | 2008-01-30 | 1 | -3/+3 |
| | | | | | | change size (bzr r4621) | ||||
| * | remove SPDesktop from SPNamedView when it is destroyed. Fixing bug 183621, ↵ | Johan B. C. Engelen | 2008-01-17 | 1 | -3/+7 |
| | | | | | | but another bug is apparently present that causes a bug with similar trigger (bzr r4540) | ||||
| * | 1) fix snapping while scaling | Diederik van Lierop | 2008-01-03 | 1 | -3/+3 |
| | | | | | | | | 2) fix constrained snapping 3) improve snapping logic (again), or more specifically: better obey "always snap" 4) refactoring to reduce risk of bugs: renaming variables and methods for better readability, adding class members instead of using std::pairs, etc. (bzr r4379) | ||||
| * | Use "%"-key for toggling the snapper, and modify the related sp-desktop code | Diederik van Lierop | 2007-12-20 | 1 | -0/+6 |
| | | | | (bzr r4266) | ||||
| * | Rework dialog management. Use singleton behavior for dialogs when | gustav_b | 2007-12-07 | 1 | -1/+1 |
| | | | | | | | | | 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) | ||||
| * | Menu item to toggle CMS adjustment on and off | Jon A. Cruz | 2007-11-26 | 1 | -5/+10 |
| | | | | (bzr r4138) | ||||
| * | Don't set inkscape:modified on startup when grids are shown/hidden. | Maximilian Albert | 2007-11-13 | 1 | -3/+3 |
| | | | | (bzr r4077) | ||||
| * | add deletion of layer_manager to SPDesktop::destroy | Johan B. C. Engelen | 2007-11-01 | 1 | -0/+6 |
| | | | | (bzr r4010) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-10-26 | 1 | -4/+4 |
| | | | | (bzr r3962) | ||||
| * | remove debug messages, convert tabs to spaces and remove whitespace for ↵ | Johan B. C. Engelen | 2007-10-24 | 1 | -1/+0 |
| | | | | | | sp-namedview.cpp (bzr r3958) | ||||
| * | Fix bug [ 1818794 ] Showing grid on opening svg | Johan B. C. Engelen | 2007-10-24 | 1 | -10/+16 |
| | | | | | | + some bits of code to do on-canvas path parameter editing LPE. (bzr r3957) | ||||
| * | add a way to set a radio toggle in aux toolbar via desktop, by the toggles id | bulia byak | 2007-08-07 | 1 | -0/+6 |
| | | | | (bzr r3408) | ||||
| * | Workaround for some segfaults: Store perspectives globally instead of in ↵ | Maximilian Albert | 2007-08-06 | 1 | -60/+0 |
| | | | | | | each desktop (this should probably be reverted later on) (bzr r3390) | ||||
| * | Write/read perspectives to/from SVG; store ratios of the distances from ↵ | Maximilian Albert | 2007-08-06 | 1 | -2/+17 |
| | | | | | | corners to VPs (preparation for dragging) (bzr r3388) | ||||
| * | Store a global list of existing perspectives; for each perspective hold a ↵ | Maximilian Albert | 2007-08-06 | 1 | -0/+45 |
| | | | | | | list of associated boxes; explicitly pass perspectives as arguments when creating PLs (bzr r3380) | ||||
| * | Modification of the parameters/return value of SPDesktop::getToplevel | Joel Holdsworth | 2007-07-28 | 1 | -2/+3 |
| | | | | (bzr r3332) | ||||
| * | Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵ | Joel Holdsworth | 2007-07-28 | 1 | -2/+31 |
| | | | | | | they are correctly parented (bzr r3328) | ||||
| * | Fix #1740146. | Johan B. C. Engelen | 2007-07-06 | 1 | -1/+1 |
| | | | | (bzr r3190) | ||||
| * | patch 1734633: option to save window geometry in prefs | bulia byak | 2007-06-18 | 1 | -1/+31 |
| | | | | (bzr r3075) | ||||
| * | grid: make grid names translatable. use different gridtype names in SVG that ↵ | Johan B. C. Engelen | 2007-04-20 | 1 | -1/+1 |
| | | | | | | are not translated. (bzr r2936) | ||||
| * | Cleaned up init()/setDesktop() call and change ctor to C++ initialization. | Jon A. Cruz | 2007-04-18 | 1 | -42/+49 |
| | | | | | | Fixes bug #1638735 (bzr r2923) | ||||
| * | When no grid is defined but "toggle grid" is pressed => create a default ↵ | Johan B. C. Engelen | 2007-04-15 | 1 | -6/+14 |
| | | | | | | rectangular grid (bzr r2905) | ||||
| * | Removal of old grid code - fully enabled new grid code. | Johan B. C. Engelen | 2007-04-15 | 1 | -6/+1 |
| | | | | (bzr r2904) | ||||
| * | New Grids are now ready to go. bug testing can start i think. | Johan B. C. Engelen | 2007-04-13 | 1 | -1/+1 |
| | | | | (bzr r2878) | ||||
| * | Fix for broken compile | Jon A. Cruz | 2007-04-13 | 1 | -1/+1 |
| | | | | (bzr r2874) | ||||
| * | New grids are almost ready to fly! | Johan B. C. Engelen | 2007-04-13 | 1 | -5/+13 |
| | | | | (bzr r2873) | ||||
| * | Updated overwrite confirmation dialog to be similar to the new stock GTK+ one | Jon A. Cruz | 2007-04-07 | 1 | -0/+5 |
| | | | | | | addresses RFE 1692837 (bzr r2831) | ||||
| * | removed leftover debug messages. Toggling new grids now works. Almost ready ↵ | Johan B. C. Engelen | 2007-04-01 | 1 | -0/+8 |
| | | | | | | to comment-out old grid code. (bzr r2806) | ||||
| * | Purging old axonometric grid code: reworked it into the new grid class ↵ | Johan B. C. Engelen | 2007-03-25 | 1 | -3/+0 |
| | | | | | | structure. Still needs alot of work (snapping mostly and code cleansing). (bzr r2757) | ||||
| * | Monster commit. New grid infrastructure. The old gridmanagement code is ↵ | Johan B. C. Engelen | 2007-03-20 | 1 | -0/+11 |
| | | | | | | still there; this committed for testing purposes. Goal is to delete the old grid code later on. (bzr r2721) | ||||
| * | add clearing busy cursor (resets current context's cursor) | bulia byak | 2007-03-18 | 1 | -0/+7 |
| | | | | (bzr r2685) | ||||
| * | re-introduce isEmpty tests | MenTaLguY | 2007-03-17 | 1 | -3/+3 |
| | | | | (bzr r2679) | ||||
| * | add a flag and a setter method for busy cursor | bulia byak | 2007-03-14 | 1 | -0/+17 |
| | | | | (bzr r2646) | ||||
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 1 | -3/+3 |
| | | | | | | recent bbox regressions. (bzr r2604) | ||||
| * | fix outline mode toggling with multiple views | bulia byak | 2007-03-11 | 1 | -3/+1 |
| | | | | (bzr r2599) | ||||
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 1 | -5/+9 |
| | | | | (bzr r2596) | ||||
| * | move a global to a class property; reduce the use of is_scrolling to prevent ↵ | bulia byak | 2007-02-25 | 1 | -2/+2 |
| | | | | | | the lack-of-redraw issues (bzr r2430) | ||||
| * | Sorry, forgot the copyright text. | Johan B. C. Engelen | 2007-01-24 | 1 | -1/+2 |
| | | | | (bzr r2276) | ||||
| * | Upgraded gradient tool =) | Johan B. C. Engelen | 2007-01-17 | 1 | -1/+2 |
| | | | | (bzr r2228) | ||||
| * | Reverting revision 13615 | Johan B. C. Engelen | 2007-01-07 | 1 | -2/+1 |
| | | | | (bzr r2150) | ||||
| * | Gradient nodes progress... | Johan B. C. Engelen | 2007-01-07 | 1 | -1/+2 |
| | | | | (bzr r2148) | ||||
| * | update window title when switching display mode | bulia byak | 2006-11-04 | 1 | -0/+4 |
| | | | | (bzr r1896) | ||||
