index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dialogs
/
find.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-03-18
Drop old (unused) find dialog files
Alex Valavanis
1
-468
/
+0
2013-03-18
Fix -Wunused-function warnings
Alex Valavanis
1
-216
/
+0
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
1
-150
/
+0
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
1
-13
/
+13
2012-10-04
code cleanup: make more functions static or include their own headers.
Campbell Barton
1
-23
/
+25
2012-05-16
remove GtkObject use in find dialog
Alex Valavanis
1
-4
/
+2
2012-04-30
Fix typos in Gtk3 fixes, and fix separator API usage
Alex Valavanis
1
-3
/
+7
2012-04-10
Replace deprecated gtk_vbox_new and gtk_widget_size_request
Alex Valavanis
1
-0
/
+19
2012-04-10
Replace remaining gtk_hbox_new usage
Alex Valavanis
1
-0
/
+30
2012-02-17
Fix for 171579 : Make inkscape remember dialogs window status
John Smith
1
-0
/
+5
2011-12-14
Replace deprecated gtk_widget_hide_all
Alex Valavanis
1
-4
/
+4
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-06-26
Gtk cleanup: gtk_object_get_data
Alex Valavanis
1
-27
/
+27
2011-06-25
Gtk cleanup: gtk_object_set_data
Alex Valavanis
1
-9
/
+9
2011-06-13
Replace deprecated GtkSignal
Alex Valavanis
1
-4
/
+4
2011-06-05
Replace use of deprecated GtkTooltips API
Alex Valavanis
1
-34
/
+30
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
/
+37
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
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-11-21
Merge from fe-moved
Ted Gould
1
-15
/
+4
2008-10-27
From trunk
Ted Gould
1
-10
/
+12
2008-05-04
warning cleanup and fixed string free issue
Jon A. Cruz
1
-1
/
+1
2008-02-26
Split the "Clones" string to introduce two contexted strings (Clones as objec...
Marcin Floryan
1
-1
/
+3
2007-11-10
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2007-07-11
bug 1243190: add tref element support; limited editing support thus far (patc...
Richard Hughes
1
-1
/
+2
2006-11-27
non-gtkmm dialogs are now always opened ON-screen
Johan B. C. Engelen
1
-7
/
+9
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-3
/
+3
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-3
/
+3
2006-04-17
Get rid of the SP_DT_* macros which do nothing more than provide additional, ...
MenTaLguY
1
-2
/
+2
2006-02-24
make sure only positive dialog positions are read from preferences, fixes #12...
Ralf Stephan
1
-0
/
+4
2006-02-24
make sure no negative dialog position is written into preferences,
Ralf Stephan
1
-0
/
+3