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
/
find.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-06
Refactoring: call setAttribute() directly.
Shlomi Fish
1
-4
/
+4
2019-04-02
Tidy various dialog UIs
Nathan Lee
1
-42
/
+68
2019-03-22
Realign "Search and Replace" dialog
Patrick Storz
1
-33
/
+37
2019-03-19
fix #141 Find/Replace with empty string
Thomas Holder
1
-1
/
+1
2019-02-12
Header cleanup.
Tavmjong Bah
1
-1
/
+0
2019-01-08
Remove unused header file.
Tavmjong Bah
1
-2
/
+0
2019-01-02
modernize loops
Marc Jeanmougin
1
-18
/
+18
2018-12-29
Rm deprecated budget widgets
Alexander Valavanis
1
-27
/
+101
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-21
/
+21
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-1
/
+1
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-27
/
+28
2018-01-16
panel: Remove the unused "title" label
Stefano Facchini
1
-1
/
+1
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
/
+9
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-9
/
+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
-5
/
+5
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-1
/
+1
2015-11-13
static code analysis
Kris De Gussem
1
-8
/
+8
2015-04-26
Just reread the entire diff against trunk. Given the diff size, i must have f...
Marc Jeanmougin
1
-1
/
+1
2015-02-27
more cast cleanup
Marc Jeanmougin
1
-9
/
+9
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-27
/
+27
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-46
/
+46
2015-02-06
Fix for Bug #1417752 (Find & Replace ignores Flowed text objects).
Nicolas Dufour
1
-1
/
+5
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-3
/
+3
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-3
/
+3
2014-11-10
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.
Jon A. Cruz
1
-34
/
+59
2014-10-05
Move obvious ui component to ui/
Liam P. White
1
-1
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-1
/
+1
2014-09-07
Update to experimental r13543
Liam P. White
1
-1
/
+1
2014-09-02
Remove misleading dialogs directory
Liam P. White
1
-1
/
+1
2013-10-08
Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...
Tavmjong Bah
1
-1
/
+1
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
/
+1
2013-03-15
Fix even more forward declaration tags
Alex Valavanis
1
-0
/
+3
2012-08-29
Fix for 980520 : Conflicting accelerator keys
John Smith
1
-5
/
+5
2012-06-03
UI fix find dialog
Kris De Gussem
1
-42
/
+26
2012-05-14
a few UI message fixes
Kris De Gussem
1
-1
/
+1
2012-05-07
Find dialog: taking plurals into account for UI translation
Kris De Gussem
1
-2
/
+2
2012-05-02
Find dialog: better user message
Kris De Gussem
1
-3
/
+3
2012-05-02
Find dialog UI:
Kris De Gussem
1
-7
/
+14
2012-04-17
Fix for 169888 : HIG Style frame
John Smith
1
-3
/
+3
[next]