index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
dialog
/
inkscape-preferences.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-1
/
+1
*
Purge sp_desktop_message_stack
Liam P. White
2014-12-21
1
-2
/
+2
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
1
-1
/
+1
*
Preferences. Fix for Bug #1401782 (Take from selection button should be greye...
Nicolas Dufour
2014-12-12
1
-1
/
+5
*
Update to trunk r13766
Liam P. White
2014-11-26
1
-1
/
+1
|
\
|
*
Disable preference widget to allow saving fonts in non-px units
Josh Andler
2014-11-25
1
-1
/
+1
*
|
Update to trunk r13690
Liam P. White
2014-11-09
1
-1
/
+4
|
\
|
|
*
Black list some properties that shouldn't appear in default styles.
Tavmjong Bah
2014-11-08
1
-0
/
+3
|
*
Fixing typos found by Firas Hanife.
Nicolas Dufour
2014-11-05
1
-1
/
+1
*
|
Update to experimental r13598
Liam P. White
2014-10-08
1
-7
/
+9
|
\
|
|
*
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Nicolas Dufour
2014-10-02
1
-4
/
+4
|
*
Fix for bug #690255 (Rename te_IN.po to te.po).
Nicolas Dufour
2014-10-01
1
-2
/
+2
|
*
Fix GTK3 build
su_v
2014-09-13
1
-0
/
+1
|
*
i18n. Fix for Bug #1368375 (Page titles in preferences don't escape text for ...
Nicolas Dufour
2014-09-12
1
-1
/
+2
*
|
Update to experimental r13527
Liam P. White
2014-08-30
1
-2
/
+6
|
\
|
|
*
Preferences. Fix for Bug #184499 (Inkscape Preferences dialog does not rememb...
Nicolas Dufour
2014-08-15
1
-2
/
+6
*
|
Convert accidental member accesses into static function accesses
Liam P. White
2014-06-26
1
-1
/
+1
*
|
1. make it compile
Liam P. White
2014-06-25
1
-1
/
+1
|
/
*
i18n. Fix for bug #1318289 (preferences > bitmap > rendering shows po file he...
Nicolas Dufour
2014-05-11
1
-1
/
+1
*
Apparently I didn't look twice before committing. Thanks suv!
Josh Andler
2014-05-05
1
-2
/
+2
*
Add one more ifdef for LPETool prefs. Thanks suv!
Josh Andler
2014-05-05
1
-1
/
+3
*
Fix remaining issue with prefs updating
Martin Owens
2014-04-19
1
-1
/
+1
*
Add image rendering option for outlines. Setup desktop preferences observer.
Martin Owens
2014-04-18
1
-0
/
+5
*
Added "Gtk::" scope to "manage" function calls.
Markus Engel
2014-03-30
1
-5
/
+5
*
Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.
Tavmjong Bah
2013-11-19
1
-14
/
+23
*
UI message uniformisation
Kris De Gussem
2013-09-15
1
-1
/
+1
*
Add option to write out path data using only relative coordinates
Tavmjong Bah
2013-08-15
1
-2
/
+6
*
Eliminate "unit-constants.h".
Matthew Petroff
2013-07-31
1
-4
/
+4
*
cleanup document option to clean up unused swatches
Raphael Rosch
2013-05-13
1
-0
/
+7
*
Fix for 871563 : JPG images are recompressed with lower quality when embedded
John Smith
2013-05-11
1
-0
/
+3
*
Fix for Bug #830663 (default window size is too small) by Jiabao Wu
Jon A. Cruz
2013-05-01
1
-1
/
+10
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-2
/
+1
*
Translations. Translatable files clean-up (find.cpp removal).
Nicolas Dufour
2013-03-22
1
-1
/
+1
*
Migrate from Gtk::Color to Gtk::RGBA
Alex Valavanis
2013-03-09
1
-0
/
+14
*
Fix deprecated Gtkmm symbols in preferences widget
Alex Valavanis
2013-03-07
1
-0
/
+14
*
Some strings clarifications (see Bug #955060, Latvian translation for 0.49).
Nicolas Dufour
2013-02-25
1
-1
/
+1
*
Fix missing headers for Gtk+ 3 build
Alex Valavanis
2013-02-23
1
-0
/
+1
*
adding dockbar/switcher style toggles in prefs ui
Raphael Rosch
2013-02-11
1
-0
/
+18
*
i18n. Shortcuts preferences are now fully translatable.
Nicolas Dufour
2013-01-18
1
-4
/
+4
*
clarify preference text (thought it was a bug first)
Johan B. C. Engelen
2013-01-14
1
-1
/
+1
*
Preferences. Moving selection option to avoid confusion.
Nicolas Dufour
2013-01-14
1
-4
/
+3
*
Warning and dead code cleanup.
Jon A. Cruz
2013-01-11
1
-1
/
+1
*
Re-add omitted UI pref from prefences dialog rewrite
Josh Andler
2013-01-04
1
-0
/
+1
*
GTK+ 3: Use orientable widgets
Alex Valavanis
2012-12-16
1
-0
/
+5
*
Fix for 383871 : Let space switch to selector tool even when used for panning
John Smith
2012-12-14
1
-0
/
+2
*
Drop support for GTK+ < 2.24
Alex Valavanis
2012-11-26
1
-12
/
+0
*
Fix for 1036059 : Keyboard shortcut editor
John Smith
2012-11-25
1
-1
/
+318
*
Fix for 490338 : Try to create the autosave directory if that does not exists
John Smith
2012-10-08
1
-1
/
+1
*
Typo fix by Yuri Chornoivan.
Nicolas Dufour
2012-10-07
1
-1
/
+1
*
user message standardisation
Kris De Gussem
2012-10-06
1
-1
/
+1
[next]