summaryrefslogtreecommitdiffstats
path: root/src/dialogs/find.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Drop old (unused) find dialog filesAlex Valavanis2013-03-181-468/+0
| | | (bzr r12223)
* Fix -Wunused-function warningsAlex Valavanis2013-03-181-216/+0
| | | (bzr r12221)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-150/+0
| | | (bzr r12014)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-13/+13
| | | | | christmas\!) (bzr r11986)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-041-23/+25
| | | (bzr r11736)
* remove GtkObject use in find dialogAlex Valavanis2012-05-161-4/+2
| | | (bzr r11368)
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-3/+7
| | | (bzr r11309)
* Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis2012-04-101-0/+19
| | | (bzr r11213)
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+30
| | | (bzr r11204)
* Fix for 171579 : Make inkscape remember dialogs window statusJohn Smith2012-02-171-0/+5
| | | (bzr r10992)
* Replace deprecated gtk_widget_hide_allAlex Valavanis2011-12-141-4/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/903670 (bzr r10767)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-27/+27
| | | (bzr r10350.1.8)
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-9/+9
| | | (bzr r10350.1.5)
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-4/+4
| | | (bzr r10282.1.1)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-34/+30
| | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-0/+1
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-27/+37
| | | (bzr r10067)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+6
|\ | | | | (bzr r9945.1.1)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-1/+1
| | | | | | (bzr r9546.1.4)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* | Some UI fixesKris De Gussem2010-10-241-4/+4
| | | | | | (bzr r9846)
* | i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-4/+2
|/ | | (bzr r9722)
* * [INTL:*] translator comments for all context strings addedIvan Mas??r2009-06-031-1/+3
| | | (bzr r7985)
* Merge from fe-movedTed Gould2008-11-211-15/+4
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-10/+12
| | | (bzr r6885)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-1/+1
| | | (bzr r5594)
* Split the "Clones" string to introduce two contexted strings (Clones as ↵Marcin Floryan2008-02-261-1/+3
| | | | | objects to find and Clones as tool to use in ui/dialog/inkscape-preferences.cpp). Asses some comments for translators. (bzr r4861)
* Warning cleanupJon A. Cruz2007-11-101-1/+1
| | | (bzr r4052)
* bug 1243190: add tref element support; limited editing support thus far ↵Richard Hughes2007-07-111-1/+2
| | | | | (patch by gbanaszk) (bzr r3227)
* non-gtkmm dialogs are now always opened ON-screenJohan B. C. Engelen2006-11-271-7/+9
| | | (bzr r2045)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-3/+3
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-3/+3
| | | | | one major janitorial task we identified.... (bzr r1633)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-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)
* make sure only positive dialog positions are read from preferences, fixes ↵Ralf Stephan2006-02-241-0/+4
| | | | | #1290647 (bzr r180)
* make sure no negative dialog position is written into preferences,Ralf Stephan2006-02-241-0/+3
| | | | | part of fix for #1290647 (bzr r178)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+763
(bzr r1)