summaryrefslogtreecommitdiffstats
path: root/src/dialogs/find.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-18Drop old (unused) find dialog filesAlex Valavanis1-468/+0
(bzr r12223)
2013-03-18Fix -Wunused-function warningsAlex Valavanis1-216/+0
(bzr r12221)
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-150/+0
(bzr r12014)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-13/+13
christmas\!) (bzr r11986)
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton1-23/+25
(bzr r11736)
2012-05-16remove GtkObject use in find dialogAlex Valavanis1-4/+2
(bzr r11368)
2012-04-30Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis1-3/+7
(bzr r11309)
2012-04-10Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis1-0/+19
(bzr r11213)
2012-04-10Replace remaining gtk_hbox_new usageAlex Valavanis1-0/+30
(bzr r11204)
2012-02-17Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith1-0/+5
(bzr r10992)
2011-12-14Replace deprecated gtk_widget_hide_allAlex Valavanis1-4/+4
Fixed bugs: - https://launchpad.net/bugs/903670 (bzr r10767)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-27/+27
(bzr r10350.1.8)
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-9/+9
(bzr r10350.1.5)
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-4/+4
(bzr r10282.1.1)
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-34/+30
Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz1-0/+1
SP_ROOT() gtk type function/macro. (bzr r10254)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-27/+37
(bzr r10067)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-10-24Some UI fixesKris De Gussem1-4/+4
(bzr r9846)
2010-08-22i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour1-4/+2
(bzr r9722)
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
(bzr r9546.1.4)
2009-06-03* [INTL:*] translator comments for all context strings addedIvan Mas??r1-1/+3
(bzr r7985)
2008-11-21Merge from fe-movedTed Gould1-15/+4
(bzr r6891)
2008-10-27From trunkTed Gould1-10/+12
(bzr r6885)
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-1/+1
(bzr r5594)
2008-02-26Split the "Clones" string to introduce two contexted strings (Clones as ↵Marcin Floryan1-1/+3
objects to find and Clones as tool to use in ui/dialog/inkscape-preferences.cpp). Asses some comments for translators. (bzr r4861)
2007-11-10Warning cleanupJon A. Cruz1-1/+1
(bzr r4052)
2007-07-11bug 1243190: add tref element support; limited editing support thus far ↵Richard Hughes1-1/+2
(patch by gbanaszk) (bzr r3227)
2006-11-27non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen1-7/+9
(bzr r2045)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-3/+3
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-3/+3
one major janitorial task we identified.... (bzr r1633)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-2/+2
confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
2006-02-24make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan1-0/+4
#1290647 (bzr r180)
2006-02-24make sure no negative dialog position is written into preferences,Ralf Stephan1-0/+3
part of fix for #1290647 (bzr r178)