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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add accessor for the waiting_cursor flag (sorry for the recompile)
bulia byak
2009-01-28
1
-0
/
+1
*
Remove some SP_ACTIVE_DESKTOP() calls
Diederik van Lierop
2009-01-25
1
-1
/
+1
*
Added a new toolbar with snapping controls
Diederik van Lierop
2009-01-10
1
-1
/
+1
*
object-snapper.cpp
Thomas Holder
2008-12-20
1
-0
/
+1
*
From trunk
Ted Gould
2008-10-27
1
-1
/
+1
*
Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...
Ted Gould
2008-09-25
1
-0
/
+9
*
Next roud of NR ==> Geom conversion
Maximilian Albert
2008-09-18
1
-12
/
+7
*
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
2008-09-18
1
-17
/
+17
*
convert almost all libnrtype to Geom::
Johan B. C. Engelen
2008-09-11
1
-1
/
+1
*
Added the ability to toggle a layer "solo". Fixes bug #171530.
Jon A. Cruz
2008-06-13
1
-0
/
+1
*
wrtlprnft's patch for bug 234834 - keeps guidelines in same position relative...
Stephen Silver
2008-05-31
1
-0
/
+1
*
- Major refactoring of snapping related code...
Diederik van Lierop
2008-04-30
1
-1
/
+2
*
move temporary canvas items to bottom by default. maybe fixes interfering of ...
Johan B. C. Engelen
2008-04-01
1
-1
/
+1
*
implement filter toggle
MenTaLguY
2008-03-31
1
-4
/
+13
*
lay groundwork for non-filter view mode
MenTaLguY
2008-03-31
1
-2
/
+4
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-1
/
+1
*
remove flashing test indicator on pointparam.
Johan B. C. Engelen
2008-03-02
1
-0
/
+2
*
NEW: temporary on-canvas indicators
Johan B. C. Engelen
2008-03-02
1
-0
/
+10
*
Fix missing ruler and document title updates when a file is opened in an exis...
Maximilian Albert
2008-02-03
1
-2
/
+0
*
Use "%"-key for toggling the snapper, and modify the related sp-desktop code
Diederik van Lierop
2007-12-20
1
-0
/
+1
*
Menu item to toggle CMS adjustment on and off
Jon A. Cruz
2007-11-26
1
-31
/
+33
*
Don't set inkscape:modified on startup when grids are shown/hidden.
Maximilian Albert
2007-11-13
1
-1
/
+1
*
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
2007-11-04
1
-1
/
+1
*
Fix bug [ 1818794 ] Showing grid on opening svg
Johan B. C. Engelen
2007-10-24
1
-9
/
+11
*
Dockable dialogs patch applied
gustav_b
2007-08-29
1
-0
/
+2
*
add a way to set a radio toggle in aux toolbar via desktop, by the toggles id
bulia byak
2007-08-07
1
-0
/
+1
*
Workaround for some segfaults: Store perspectives globally instead of in each...
Maximilian Albert
2007-08-06
1
-9
/
+0
*
Write/read perspectives to/from SVG; store ratios of the distances from corne...
Maximilian Albert
2007-08-06
1
-0
/
+1
*
Store a global list of existing perspectives; for each perspective hold a lis...
Maximilian Albert
2007-08-06
1
-0
/
+8
*
Modification of the parameters/return value of SPDesktop::getToplevel
Joel Holdsworth
2007-07-28
1
-2
/
+2
*
Gtkmm-ified the desktop window object, and modified the file dialogs so that ...
Joel Holdsworth
2007-07-28
1
-1
/
+13
*
patch 1734633: option to save window geometry in prefs
bulia byak
2007-06-18
1
-1
/
+7
*
Handle snapping of nodes in sp_knot_handler. From now on the nodes of transfo...
Diederik van Lierop
2007-05-24
1
-1
/
+1
*
New grids are almost ready to fly!
Johan B. C. Engelen
2007-04-13
1
-1
/
+4
*
Updated overwrite confirmation dialog to be similar to the new stock GTK+ one
Jon A. Cruz
2007-04-07
1
-0
/
+3
*
removed leftover debug messages. Toggling new grids now works. Almost ready t...
Johan B. C. Engelen
2007-04-01
1
-0
/
+2
*
add clearing busy cursor (resets current context's cursor)
bulia byak
2007-03-18
1
-0
/
+1
*
add a flag and a setter method for busy cursor
bulia byak
2007-03-14
1
-0
/
+3
*
move a global to a class property; reduce the use of is_scrolling to prevent ...
bulia byak
2007-02-25
1
-4
/
+4
*
Sorry, forgot the copyright text.
Johan B. C. Engelen
2007-01-24
1
-0
/
+2
*
Upgraded gradient tool =)
Johan B. C. Engelen
2007-01-17
1
-1
/
+3
*
Reverting revision 13615
Johan B. C. Engelen
2007-01-07
1
-3
/
+1
*
Gradient nodes progress...
Johan B. C. Engelen
2007-01-07
1
-1
/
+3
*
store display mode in desktop too
bulia byak
2006-11-04
1
-0
/
+2
*
add view mode toggle, store current mode for the session in prefs
bulia byak
2006-11-03
1
-0
/
+1
*
Moved EventLog from SPDocument to SPDesktop to prevent it from being
gustav_b
2006-10-01
1
-0
/
+2
*
add interface for disabling interaction during long-running operations
John Bintz
2006-08-13
1
-0
/
+6
*
added functions to allow update events to process during long-running operations
John Bintz
2006-08-13
1
-0
/
+1
*
switch to sigc++ SPObject signals for SPDocument
MenTaLguY
2006-07-29
1
-0
/
+1
*
added SPDesktop::updateNow() and forced redraw of canvas upon completion of s...
John Bintz
2006-07-23
1
-0
/
+1
[next]