summaryrefslogtreecommitdiffstats
path: root/src/dialogs/find.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-03-18Drop old (unused) find dialog filesAlex Valavanis1-468/+0
2013-03-18Fix -Wunused-function warningsAlex Valavanis1-216/+0
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-150/+0
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-13/+13
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-23/+25
2012-05-16remove GtkObject use in find dialogAlex Valavanis1-4/+2
2012-04-30Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis1-3/+7
2012-04-10Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis1-0/+19
2012-04-10Replace remaining gtk_hbox_new usageAlex Valavanis1-0/+30
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-0/+5
2011-12-14Replace deprecated gtk_widget_hide_allAlex Valavanis1-4/+4
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-27/+27
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-9/+9
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-4/+4
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-34/+30
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-0/+1
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-27/+37
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-24Some UI fixesKris De Gussem1-4/+4
2010-08-22i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour1-4/+2
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
2009-06-03* [INTL:*] translator comments for all context strings addedIvan Mas??r1-1/+3
2008-11-21Merge from fe-movedTed Gould1-15/+4
2008-10-27From trunkTed Gould1-10/+12
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-1/+1
2008-02-26Split the "Clones" string to introduce two contexted strings (Clones as objec...Marcin Floryan1-1/+3
2007-11-10Warning cleanupJon A. Cruz1-1/+1
2007-07-11bug 1243190: add tref element support; limited editing support thus far (patc...Richard Hughes1-1/+2
2006-11-27non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen1-7/+9
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-3/+3
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-3/+3
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ...MenTaLguY1-2/+2
2006-02-24make sure only positive dialog positions are read from preferences, fixes #12...Ralf Stephan1-0/+4
2006-02-24make sure no negative dialog position is written into preferences,Ralf Stephan1-0/+3