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
/
spellcheck.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-16
Improve casts from voids and fix a issue when fill/stroke is unset set deskto...
Jabier Arraiza
1
-2
/
+2
2019-08-21
Improve spellcheck dialog
Thomas Holder
1
-152
/
+141
2019-08-18
reduce usage of desktop coordinates (#341)
Thomas Holder
1
-4
/
+3
2019-07-31
Hide spellcheck dialog if Aspell is missing
Nathan Lee
1
-7
/
+7
2019-03-30
Aspell: No need to explicitly set prefix anymore
Patrick Storz
1
-20
/
+0
2019-02-12
Header cleanup.
Tavmjong Bah
1
-1
/
+1
2019-01-08
Remove unused header file.
Tavmjong Bah
1
-1
/
+0
2019-01-02
modernize loops
Marc Jeanmougin
1
-13
/
+13
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-5
/
+4
2018-10-01
Use _WIN32 instead of WIN32
Eduard Braun
1
-5
/
+5
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-20
/
+20
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-7
/
+7
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-7
/
+7
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-4
/
+9
2018-01-16
panel: Remove the unused "title" label
Stefano Facchini
1
-1
/
+1
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-57
/
+30
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-1
/
+0
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-8
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+8
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-8
/
+1
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-1
/
+1
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-6
/
+6
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-3
/
+3
2014-12-21
Purge sp_desktop_sketch and sp_desktop_tempgroup
Liam P. White
1
-1
/
+1
2014-10-05
Move more UI code into ui/
Liam P. White
1
-1
/
+1
2014-10-05
Move obvious ui component to ui/
Liam P. White
1
-1
/
+1
2014-06-01
spellcheck.cpp: correct indenting. disable debug output.
Johan B. C. Engelen
1
-37
/
+37
2014-03-26
fix crash when spelling error is in hidden part of a text on path
buliabyak
1
-43
/
+45
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-1
/
+1
2013-09-21
Fix format security errors
Alex Valavanis
1
-1
/
+1
2012-11-26
Drop support for GTK+ < 2.24
Alex Valavanis
1
-14
/
+0
2012-11-15
cppcheck: Simple fixes for src/ui/dialog
Alex Valavanis
1
-4
/
+4
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-2
/
+2
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-3
/
+3
2012-02-25
Fix documentation
Kris De Gussem
1
-2
/
+2
2012-02-22
Fix for 938349 : Compile error in spellcheck.h when aspell is unavailable
John Smith
1
-4
/
+27
2012-02-21
Fix for 934721 : Convert SpellCheck dialog to a dockable dialog
John Smith
1
-0
/
+871