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
/
icon-preview.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-12
Move from deprecated GTimeVal to g_get_monotonic_time()
Jabier Arraiza
1
-5
/
+4
2019-04-02
Tidy various dialog UIs
Nathan Lee
1
-0
/
+1
2019-03-13
Revert Icon Preview behaviour
Nathan Lee
1
-5
/
+6
2019-01-02
modernize loops
Marc Jeanmougin
1
-3
/
+3
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-3
/
+0
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-22
/
+22
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-2
/
+2
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-8
/
+9
2018-01-16
panel: Remove the unused "title" label
Stefano Facchini
1
-1
/
+1
2017-10-17
Replace boost::scoped_ptr
Jan Lingscheid
1
-1
/
+0
2017-07-06
Gtkmm deprecation fixes
Alexander Valavanis
1
-7
/
+5
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-1
/
+187
2016-12-27
Rm remaining Gtk::Stock usage
Alex Valavanis
1
-1
/
+0
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+2
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+1
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-1
/
+1
2015-11-05
static code analysis
Kris De Gussem
1
-1
/
+1
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-1
/
+1
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
1
-4
/
+0
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-2
/
+2
2015-02-18
Just...
mc
1
-5
/
+3
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-1
/
+1
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-1
/
+1
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
1
-0
/
+2
2013-06-04
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
1
-0
/
+2
2013-03-29
Header cleanup
Alex Valavanis
1
-1
/
+0
2013-03-19
Fixing regression
jtx
1
-0
/
+4
2013-03-17
Working with widjets
Jabier Arraiza Cenoz
1
-4
/
+0
2013-03-15
Fix missing Gtkmm/Glib headers for Gtk+ 3 build
Alex Valavanis
1
-0
/
+4
2013-01-23
revert my revision 12053 (Bug #1103248 )
Kris De Gussem
1
-1
/
+1
2013-01-22
direct use of Glib::ustring
Kris De Gussem
1
-1
/
+1
2012-04-17
Fix for 169888 : HIG Style frame
John Smith
1
-2
/
+3
2012-03-07
cppcheck
Kris De Gussem
1
-1
/
+1
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-2
/
+1
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+1
2012-02-06
Get rid of gtkmm top-level header usage - not required by API
Alex Valavanis
1
-0
/
+2
2012-01-03
Cleanup GSEAL issues and deprecated GtkTooltips
Alex Valavanis
1
-2
/
+2
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-12
/
+9
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-2
/
+2
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-5
/
+4
2011-02-21
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
1
-2
/
+2
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-27
UI: punctiation and mnemonics in preferences, export and ico preview dialog
Kris De Gussem
1
-1
/
+1
2010-07-26
Added preference to suppress auto-refresh of icon previews.
Jon A. Cruz
1
-2
/
+4
[next]