summaryrefslogtreecommitdiffstats
path: root/src/desktop.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add a way to set a radio toggle in aux toolbar via desktop, by the toggles idbulia byak2007-08-071-0/+6
| | | (bzr r3408)
* Workaround for some segfaults: Store perspectives globally instead of in ↵Maximilian Albert2007-08-061-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 Albert2007-08-061-2/+17
| | | | | corners to VPs (preparation for dragging) (bzr r3388)
* Store a global list of existing perspectives; for each perspective hold a ↵Maximilian Albert2007-08-061-0/+45
| | | | | list of associated boxes; explicitly pass perspectives as arguments when creating PLs (bzr r3380)
* Modification of the parameters/return value of SPDesktop::getToplevelJoel Holdsworth2007-07-281-2/+3
| | | (bzr r3332)
* Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵Joel Holdsworth2007-07-281-2/+31
| | | | | they are correctly parented (bzr r3328)
* Fix #1740146.Johan B. C. Engelen2007-07-061-1/+1
| | | (bzr r3190)
* patch 1734633: option to save window geometry in prefsbulia byak2007-06-181-1/+31
| | | (bzr r3075)
* grid: make grid names translatable. use different gridtype names in SVG that ↵Johan B. C. Engelen2007-04-201-1/+1
| | | | | are not translated. (bzr r2936)
* Cleaned up init()/setDesktop() call and change ctor to C++ initialization.Jon A. Cruz2007-04-181-42/+49
| | | | | Fixes bug #1638735 (bzr r2923)
* When no grid is defined but "toggle grid" is pressed => create a default ↵Johan B. C. Engelen2007-04-151-6/+14
| | | | | rectangular grid (bzr r2905)
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-151-6/+1
| | | (bzr r2904)
* New Grids are now ready to go. bug testing can start i think.Johan B. C. Engelen2007-04-131-1/+1
| | | (bzr r2878)
* Fix for broken compileJon A. Cruz2007-04-131-1/+1
| | | (bzr r2874)
* New grids are almost ready to fly!Johan B. C. Engelen2007-04-131-5/+13
| | | (bzr r2873)
* Updated overwrite confirmation dialog to be similar to the new stock GTK+ oneJon A. Cruz2007-04-071-0/+5
| | | | | addresses RFE 1692837 (bzr r2831)
* removed leftover debug messages. Toggling new grids now works. Almost ready ↵Johan B. C. Engelen2007-04-011-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. Engelen2007-03-251-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. Engelen2007-03-201-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 byak2007-03-181-0/+7
| | | (bzr r2685)
* re-introduce isEmpty testsMenTaLguY2007-03-171-3/+3
| | | (bzr r2679)
* add a flag and a setter method for busy cursorbulia byak2007-03-141-0/+17
| | | (bzr r2646)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-3/+3
| | | | | recent bbox regressions. (bzr r2604)
* fix outline mode toggling with multiple viewsbulia byak2007-03-111-3/+1
| | | (bzr r2599)
* Merge further bbox workMenTaLguY2007-03-101-5/+9
| | | (bzr r2596)
* move a global to a class property; reduce the use of is_scrolling to prevent ↵bulia byak2007-02-251-2/+2
| | | | | the lack-of-redraw issues (bzr r2430)
* Sorry, forgot the copyright text.Johan B. C. Engelen2007-01-241-1/+2
| | | (bzr r2276)
* Upgraded gradient tool =)Johan B. C. Engelen2007-01-171-1/+2
| | | (bzr r2228)
* Reverting revision 13615Johan B. C. Engelen2007-01-071-2/+1
| | | (bzr r2150)
* Gradient nodes progress...Johan B. C. Engelen2007-01-071-1/+2
| | | (bzr r2148)
* update window title when switching display modebulia byak2006-11-041-0/+4
| | | (bzr r1896)
* add view mode toggle, store current mode for the session in prefsbulia byak2006-11-031-4/+12
| | | (bzr r1888)
* enable starting in outline mode by prefs settingbulia byak2006-10-261-3/+9
| | | (bzr r1867)
* implement rendering of clips/masks in outline mode; make all outline colors ↵bulia byak2006-10-251-2/+2
| | | | | stored in the prefs (bzr r1861)
* hack*ahum*infrastructure to implement axonometric grid snapping. horizontal ↵Johan B. C. Engelen2006-10-161-0/+4
| | | | | snapping already implemented. (bzr r1806)
* Implement singleton behaviour for undo history dialog. Make sure eventgustav_b2006-10-061-4/+4
| | | | | log gets created on SPDesktop::change_document. (bzr r1772)
* Moved EventLog from SPDocument to SPDesktop to prevent it from beinggustav_b2006-10-011-0/+5
| | | | | | created when Inkscape is started in non-gui mode. Fixes a critical assertion caused by creation of a Gtk::TreeStore. (bzr r1749)
* disconnect signals on destroyingbulia byak2006-08-181-2/+7
| | | (bzr r1615)
* add interface for disabling interaction during long-running operationsJohn Bintz2006-08-131-0/+13
| | | (bzr r1596)
* added functions to allow update events to process during long-running operationsJohn Bintz2006-08-131-0/+6
| | | (bzr r1595)
* switch to sigc++ SPObject signals for SPDocumentMenTaLguY2006-07-291-6/+8
| | | (bzr r1507)
* added SPDesktop::updateNow() and forced redraw of canvas upon completion of ↵John Bintz2006-07-231-2/+9
| | | | | | | selection or panning to work around event starvation issue at high zoom levels (bzr r1459)
* Forced redraw of canvas upon document commit to work around event starvation ↵John Bintz2006-07-231-1/+7
| | | | | issue at high zoom levels (bzr r1458)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-231-18/+0
| | | (bzr r1268)
* DocumentationBryce Harrington2006-05-291-1/+14
| | | (bzr r1075)
* workaround assertion upon file revertJon A. Cruz2006-05-291-1/+1
| | | (bzr r1064)
* Base implementation of a layers dialog.Jon A. Cruz2006-05-151-0/+6
| | | (bzr r843)
* Give SPNamedView a SnapManager instance and use it for all management of ↵Carl Hetherington2006-05-031-9/+12
| | | | | snapping settings. (bzr r701)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-41/+41
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1400
(bzr r1)