summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/find.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-4/+4
2019-04-02Tidy various dialog UIsNathan Lee1-42/+68
2019-03-22Realign "Search and Replace" dialogPatrick Storz1-33/+37
2019-03-19fix #141 Find/Replace with empty stringThomas Holder1-1/+1
2019-02-12Header cleanup.Tavmjong Bah1-1/+0
2019-01-08Remove unused header file.Tavmjong Bah1-2/+0
2019-01-02modernize loopsMarc Jeanmougin1-18/+18
2018-12-29Rm deprecated budget widgetsAlexander Valavanis1-27/+101
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-21/+21
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-27/+28
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-8/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+9
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-9/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-5/+5
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
2015-11-13static code analysisKris De Gussem1-8/+8
2015-04-26Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin1-1/+1
2015-02-27more cast cleanupMarc Jeanmougin1-9/+9
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-27/+27
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-46/+46
2015-02-06Fix for Bug #1417752 (Find & Replace ignores Flowed text objects).Nicolas Dufour1-1/+5
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-3/+3
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-3/+3
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-34/+59
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-09-07Update to experimental r13543Liam P. White1-1/+1
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
2013-10-08Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...Tavmjong Bah1-1/+1
2013-03-19Fixing regressionjtx1-0/+4
2013-03-17Working with widjetsJabier Arraiza Cenoz1-4/+0
2013-03-15Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis1-0/+1
2013-03-15Fix even more forward declaration tagsAlex Valavanis1-0/+3
2012-08-29Fix for 980520 : Conflicting accelerator keysJohn Smith1-5/+5
2012-06-03UI fix find dialogKris De Gussem1-42/+26
2012-05-14a few UI message fixesKris De Gussem1-1/+1
2012-05-07Find dialog: taking plurals into account for UI translationKris De Gussem1-2/+2
2012-05-02Find dialog: better user messageKris De Gussem1-3/+3
2012-05-02Find dialog UI:Kris De Gussem1-7/+14
2012-04-17Fix for 169888 : HIG Style frameJohn Smith1-3/+3