index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
desktop.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-01-31
Store the snapper tolerances in the snap-preferences instead of in each snapp...
Diederik van Lierop
1
-34
/
+0
2009-01-10
Added a new toolbar with snapping controls
Diederik van Lierop
1
-4
/
+4
2009-01-08
move shape_editor from node context to the parent class, event context
bulia byak
1
-2
/
+1
2008-12-20
object-snapper.cpp
Thomas Holder
1
-1
/
+7
2008-11-21
Merge from fe-moved
Ted Gould
1
-12
/
+9
2008-10-27
From trunk
Ted Gould
1
-145
/
+148
2008-10-11
Merging from trunk
Ted Gould
1
-8
/
+8
2008-09-25
Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...
Ted Gould
1
-0
/
+124
2008-09-21
fix crash: desktop->selection was not deleted when desktop is destroyed
bulia byak
1
-0
/
+5
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-38
/
+45
2008-09-18
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
1
-42
/
+42
2008-09-16
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
1
-2
/
+0
2008-09-11
convert almost all libnrtype to Geom::
Johan B. C. Engelen
1
-10
/
+10
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-3
/
+3
2008-08-01
replace matrix division code.
Johan B. C. Engelen
1
-2
/
+1
2008-07-19
a better way to make cursor change immediate; of course this trick is not doc...
bulia byak
1
-7
/
+2
2008-06-18
add commentary about temporary canvas items.
Johan B. C. Engelen
1
-4
/
+12
2008-06-13
Added the ability to toggle a layer "solo". Fixes bug #171530.
Jon A. Cruz
1
-0
/
+26
2008-05-31
wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative...
Stephen Silver
1
-0
/
+10
2008-04-01
move temporary canvas items to bottom by default. maybe fixes interfering of ...
Johan B. C. Engelen
1
-1
/
+6
2008-03-31
implement filter toggle
MenTaLguY
1
-21
/
+15
2008-03-31
lay groundwork for non-filter view mode
MenTaLguY
1
-7
/
+8
2008-03-15
Split data mode apart from UI and added button trackers
Jon A. Cruz
1
-0
/
+4
2008-03-09
Move 3D box code out of sp-canvas.cpp
Maximilian Albert
1
-0
/
+7
2008-03-02
remove flashing test indicator on pointparam.
Johan B. C. Engelen
1
-3
/
+15
2008-03-02
NEW: temporary on-canvas indicators
Johan B. C. Engelen
1
-1
/
+29
2008-02-03
Fix missing ruler and document title updates when a file is opened in an exis...
Maximilian Albert
1
-0
/
+10
2008-01-30
2nd part of the fix for bug #167500: correctly update the rulers when they ch...
Diederik van Lierop
1
-3
/
+3
2008-01-17
remove SPDesktop from SPNamedView when it is destroyed. Fixing bug 183621, bu...
Johan B. C. Engelen
1
-3
/
+7
2008-01-03
1) fix snapping while scaling
Diederik van Lierop
1
-3
/
+3
2007-12-20
Use "%"-key for toggling the snapper, and modify the related sp-desktop code
Diederik van Lierop
1
-0
/
+6
2007-12-07
Rework dialog management. Use singleton behavior for dialogs when
gustav_b
1
-1
/
+1
2007-11-26
Menu item to toggle CMS adjustment on and off
Jon A. Cruz
1
-5
/
+10
2007-11-13
Don't set inkscape:modified on startup when grids are shown/hidden.
Maximilian Albert
1
-3
/
+3
2007-11-01
add deletion of layer_manager to SPDesktop::destroy
Johan B. C. Engelen
1
-0
/
+6
2007-10-26
Warning cleanup
Jon A. Cruz
1
-4
/
+4
2007-10-24
remove debug messages, convert tabs to spaces and remove whitespace for sp-na...
Johan B. C. Engelen
1
-1
/
+0
2007-10-24
Fix bug [ 1818794 ] Showing grid on opening svg
Johan B. C. Engelen
1
-10
/
+16
2007-08-07
add a way to set a radio toggle in aux toolbar via desktop, by the toggles id
bulia byak
1
-0
/
+6
2007-08-06
Workaround for some segfaults: Store perspectives globally instead of in each...
Maximilian Albert
1
-60
/
+0
2007-08-06
Write/read perspectives to/from SVG; store ratios of the distances from corne...
Maximilian Albert
1
-2
/
+17
2007-08-06
Store a global list of existing perspectives; for each perspective hold a lis...
Maximilian Albert
1
-0
/
+45
2007-07-28
Modification of the parameters/return value of SPDesktop::getToplevel
Joel Holdsworth
1
-2
/
+3
2007-07-28
Gtkmm-ified the desktop window object, and modified the file dialogs so that ...
Joel Holdsworth
1
-2
/
+31
2007-07-06
Fix #1740146.
Johan B. C. Engelen
1
-1
/
+1
2007-06-18
patch 1734633: option to save window geometry in prefs
bulia byak
1
-1
/
+31
2007-04-20
grid: make grid names translatable. use different gridtype names in SVG that ...
Johan B. C. Engelen
1
-1
/
+1
2007-04-18
Cleaned up init()/setDesktop() call and change ctor to C++ initialization.
Jon A. Cruz
1
-42
/
+49
2007-04-15
When no grid is defined but "toggle grid" is pressed => create a default rect...
Johan B. C. Engelen
1
-6
/
+14
2007-04-15
Removal of old grid code - fully enabled new grid code.
Johan B. C. Engelen
1
-6
/
+1
[next]