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