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
/
widget
/
preferences-widget.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gtkmm deprecation fixes
Alexander Valavanis
2017-07-06
1
-39
/
+33
*
Rm more deprecated Gtk::Stock
Alex Valavanis
2016-12-27
1
-3
/
+3
*
End GTK+ 2 support and remove GDL fork
Alex Valavanis
2016-08-04
1
-78
/
+2
|
\
|
*
ui/widgets: Drop GTK2 fallbacks
Alex Valavanis
2016-07-28
1
-78
/
+2
*
|
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-6
/
+2
*
|
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+6
*
|
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-6
/
+1
|
/
*
Add line-height unit selector to text toolbar.
Tavmjong Bah
2016-03-22
1
-4
/
+0
*
Make persistence of snap indicator configurable, and clean up the snapping ta...
Diederik van Lierop
2015-07-24
1
-0
/
+1
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
1
-4
/
+0
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-1
/
+1
*
fix windows build (gtk3) partly. broken because of windows.h poluting namespa...
Johan B. C. Engelen
2014-06-25
1
-4
/
+4
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-1
/
+1
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
1
-0
/
+2
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
1
-0
/
+2
*
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
2013-03-26
1
-0
/
+2
*
Fix deprecated Gtkmm symbols in preferences widget
Alex Valavanis
2013-03-07
1
-79
/
+160
*
Implement GTK+ 3 drawing for zoom correction ruler in preferences dialog
Alex Valavanis
2012-12-28
1
-10
/
+24
*
Drop support for GTK+ < 2.24
Alex Valavanis
2012-11-26
1
-13
/
+0
*
cppcheck: Simple fixes for src/ui/widget
Alex Valavanis
2012-11-15
1
-1
/
+1
*
Fix for 167181 : Gnome-HIG-2.0 conformant Preferences dialog - accel keys
John Smith
2012-09-11
1
-1
/
+26
*
Drop GTK+ 2.20 support.
Alex Valavanis
2012-07-05
1
-13
/
+1
*
Replace deprecated Gdk::Window API
Alex Valavanis
2012-03-13
1
-0
/
+4
*
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
2012-02-26
1
-1
/
+2
*
Lots of gtkmm deprecation fixes
Alex Valavanis
2012-02-11
1
-17
/
+38
*
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
2012-02-06
1
-0
/
+1
*
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
2012-01-03
1
-2
/
+2
*
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
1
-5
/
+1
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-1
/
+1
*
fix duplicate units in Preferences > Steps
Johan B. C. Engelen
2011-04-17
1
-1
/
+1
*
add new preference widget for a number with a unit.
Johan B. C. Engelen
2011-04-17
1
-0
/
+39
*
add expression evaluator for spinbox input boxes. also knows a little about u...
Johan B. C. Engelen
2011-04-13
1
-1
/
+0
*
Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally d...
Nicolas Dufour
2011-02-21
1
-0
/
+138
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Fix some console warning spam (most cannot be fixed, unfortunately)
Krzysztof Kosi??ski
2009-02-09
1
-4
/
+4
*
Warning and whitespace cleanup.
Jon A. Cruz
2009-01-06
1
-9
/
+8
*
add possibility to change the UI language (gettext) in preferences dialogue
theAdib
2008-12-30
1
-1
/
+34
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-0
/
+60
*
From trunk
Ted Gould
2008-10-27
1
-55
/
+44
*
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
2008-09-16
1
-75
/
+102
*
Warning cleanup
Jon A. Cruz
2008-09-14
1
-1
/
+1
*
Add a zoom correction option to preferences (used when zooming to 1:1 etc. to...
Maximilian Albert
2008-09-04
1
-0
/
+206
*
* Missing localization for Reset preferences button
Luca Bruno
2008-02-11
1
-1
/
+1
*
add default unit to grid preferences.
Johan B. C. Engelen
2007-12-16
1
-0
/
+17
*
Add default grid settings to Inkscape preferences.
Johan B. C. Engelen
2007-12-14
1
-0
/
+17
*
Changed preference to use file chooser button
Jon A. Cruz
2007-09-26
1
-21
/
+35
*
search and reset buttons added to ocal related features. fixed signals in imp...
Bruno Dilly
2007-08-20
1
-0
/
+40
*
export to ocal bug fix
Bruno Dilly
2007-08-08
1
-2
/
+1
*
adds export to ocal feature without dialog window
Bruno Dilly
2007-08-06
1
-1
/
+21
*
patch 1750206 by Bruno Dilly - bdilly
Felipe Corr??a da Silva Sanches
2007-07-27
1
-1
/
+0
[next]