index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dialogs
/
item-properties.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Object properties dialog now dockable (derived from Inkscape::UI:Widget::Pane...
Kris De Gussem
2012-01-08
1
-507
/
+0
*
Some more documentation
Kris De Gussem
2012-01-06
1
-25
/
+4
*
documentation of item properties dialog and SPAttributeTable
Kris De Gussem
2012-01-03
1
-5
/
+29
*
Item and image properties dialog update: restoring correct behaviour in case ...
Kris De Gussem
2012-01-01
1
-3
/
+8
*
Item properties dialog: fix multi-document issue (propably introduced in revi...
Kris De Gussem
2011-12-31
1
-1
/
+1
*
Item properties dialog:
Kris De Gussem
2011-12-31
1
-5
/
+12
*
Item properties dialog: another minor resource fix
Kris De Gussem
2011-12-30
1
-16
/
+17
*
Item properties dialog: fix signal connection
Kris De Gussem
2011-12-30
1
-5
/
+3
*
Item properties dialog: fix wasting resources when moving objects
Kris De Gussem
2011-12-30
1
-3
/
+12
*
C++ification of item properties dialog
Kris De Gussem
2011-12-30
1
-356
/
+290
*
- SPAttributeWidget and SPAttributeTable C++ified
Kris De Gussem
2011-12-16
1
-40
/
+41
|
\
|
*
- Dropped deprecated sp_window_new
Kris De Gussem
2011-12-15
1
-37
/
+31
|
*
SPAttributeTable C++ified
Kris De Gussem
2011-12-11
1
-4
/
+16
|
/
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-14
/
+10
*
Gtk cleanup: gtk_object_get_data
Alex Valavanis
2011-06-26
1
-23
/
+23
*
Gtk cleanup: gtk_object_set_data
Alex Valavanis
2011-06-25
1
-20
/
+20
*
Position the 'Set' button to lower right corner of the object properties panel.
Felipe Corr??a da Silva Sanches
2011-06-22
1
-9
/
+7
*
Replace deprecated GtkSignal
Alex Valavanis
2011-06-13
1
-11
/
+11
*
Replace use of deprecated GtkTooltips API
Alex Valavanis
2011-06-05
1
-6
/
+4
*
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
2011-06-03
1
-9
/
+0
*
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
2011-02-22
1
-1
/
+1
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-13
/
+16
|
\
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-1
/
+1
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-6
/
+6
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
Some UI fixes
Kris De Gussem
2010-10-24
1
-6
/
+6
|
/
*
Cleanup on id access.
Jon A. Cruz
2010-03-02
1
-2
/
+2
*
Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be directly...
Josh Andler
2009-07-13
1
-1
/
+1
*
Move files from the src/dialogs/ directory to the places where they
Krzysztof Kosi??ski
2009-02-21
1
-10
/
+9
*
trying to fix the build for debian sid. It builds OK for me on Ubuntu 8.10 bu...
Felipe Corr??a da Silva Sanches
2009-01-16
1
-0
/
+1
*
added interactivity attributes to the object properties dialog.
Felipe Corr??a da Silva Sanches
2009-01-15
1
-1
/
+26
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-6
/
+4
*
From trunk
Ted Gould
2008-10-27
1
-11
/
+12
*
codedread's patch for bug 254850 (fixes handling of description field in Obje...
Stephen Silver
2008-08-05
1
-2
/
+4
*
Patch from codedread: add mnemonics for Title and Description fields in Objec...
Stephen Silver
2008-07-17
1
-2
/
+6
*
Some improvements to my title/desc stuff of revision 18759 (see bug 171024).
Stephen Silver
2008-07-14
1
-12
/
+2
*
basic support for <title> and <desc>
Stephen Silver
2008-06-02
1
-11
/
+43
*
warning cleanup and fixed string free issue
Jon A. Cruz
2008-05-04
1
-1
/
+1
*
Warning cleanup
Jon A. Cruz
2007-11-10
1
-15
/
+15
*
non-gtkmm dialogs are now always opened ON-screen
Johan B. C. Engelen
2006-11-27
1
-9
/
+11
*
undo annotations
bulia byak
2006-10-10
1
-12
/
+12
*
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
2006-08-25
1
-1
/
+1
*
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
2006-08-23
1
-1
/
+1
*
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
2006-06-29
1
-6
/
+12
*
Get rid of the SP_DT_* macros which do nothing more than provide additional, ...
MenTaLguY
2006-04-17
1
-4
/
+4
*
make sure only positive dialog positions are read from preferences, fixes #12...
Ralf Stephan
2006-02-24
1
-0
/
+3
*
make sure no negative dialog position is written into preferences,
Ralf Stephan
2006-02-24
1
-0
/
+3
*
bulk whitespace removal patch #1198588 by gigaclon
Ralf Stephan
2006-02-13
1
-51
/
+51
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+497