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
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
2012-04-04
Warning cleanup.
Jon A. Cruz
1
-2
/
+2
2012-03-23
Fix for 909328 : Dockable Find & Replace dialog, replace ComboBoxText with En...
John Smith
1
-18
/
+7
2012-03-23
Fix for 909328 : Dockable Find & Replace dialog
John Smith
1
-237
/
+661
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-1
/
+2
2012-02-11
Lots of gtkmm deprecation fixes
Alex Valavanis
1
-1
/
+1
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-3
/
+1
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-1
/
+1
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-0
/
+1
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-27
/
+48
2010-10-24
Some UI fixes
Kris De Gussem
1
-4
/
+4
2010-08-22
i18n. Context cleanup (context|string replaced with C_).
Nicolas Dufour
1
-4
/
+2
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-1
/
+1
2009-06-03
* [INTL:*] translator comments for all context strings added
Ivan Mas??r
1
-1
/
+3
2008-10-27
From trunk
Ted Gould
1
-4
/
+3
2008-02-26
Split the "Clones" string to introduce two contexted strings (Clones as objec...
Marcin Floryan
1
-1
/
+3
2007-12-07
Rework dialog management. Use singleton behavior for dialogs when
gustav_b
1
-5
/
+5
2007-11-22
The dialog to panel refactoring:
gustav_b
1
-31
/
+30
2007-08-29
Dockable dialogs patch applied
gustav_b
1
-2
/
+2
2007-07-11
bug 1243190: add tref element support; limited editing support thus far (patc...
Richard Hughes
1
-1
/
+2
2006-11-30
these didn't compile for me. so let's try this.
Aaron Spike
1
-21
/
+21
2006-11-29
C++ find dialog: only UI issues left (i hope) Testing needed.
Johan B. C. Engelen
1
-2
/
+76
2006-11-29
C++ Find dialog almost complete! (it works, but it is biiig now)
Johan B. C. Engelen
1
-0
/
+357
2006-11-29
'backup' commit. Added widgets to C++-find dialog. Work not finished.
Johan B. C. Engelen
1
-16
/
+50