summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/find.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: call setAttribute() directly.Shlomi Fish2019-06-061-4/+4
* Tidy various dialog UIsNathan Lee2019-04-021-42/+68
* Realign "Search and Replace" dialogPatrick Storz2019-03-221-33/+37
* fix #141 Find/Replace with empty stringThomas Holder2019-03-191-1/+1
* Header cleanup.Tavmjong Bah2019-02-121-1/+0
* Remove unused header file.Tavmjong Bah2019-01-081-2/+0
* modernize loopsMarc Jeanmougin2019-01-021-18/+18
* Rm deprecated budget widgetsAlexander Valavanis2018-12-291-27/+101
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-21/+21
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-27/+28
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
* Merged trunkAdrian Boguszewski2016-08-031-8/+1
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-8/+1
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+9
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-9/+1
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-5/+5
* | Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\|
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/
* static code analysisKris De Gussem2015-11-131-8/+8
* Just reread the entire diff against trunk. Given the diff size, i must have f...Marc Jeanmougin2015-04-261-1/+1
* more cast cleanupMarc Jeanmougin2015-02-271-9/+9
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-27/+27
* At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-46/+46
* Fix for Bug #1417752 (Find & Replace ignores Flowed text objects).Nicolas Dufour2015-02-061-1/+5
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-3/+3
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-3/+3
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-34/+59
* Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
* Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
* Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...Tavmjong Bah2013-10-081-1/+1
* Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis2013-03-151-0/+1
* Fix even more forward declaration tagsAlex Valavanis2013-03-151-0/+3
* Fix for 980520 : Conflicting accelerator keysJohn Smith2012-08-291-5/+5
* UI fix find dialogKris De Gussem2012-06-031-42/+26
* a few UI message fixesKris De Gussem2012-05-141-1/+1
* Find dialog: taking plurals into account for UI translationKris De Gussem2012-05-071-2/+2
* Find dialog: better user messageKris De Gussem2012-05-021-3/+3
* Find dialog UI:Kris De Gussem2012-05-021-7/+14
* Fix for 169888 : HIG Style frameJohn Smith2012-04-171-3/+3
* Warning cleanup.Jon A. Cruz2012-04-041-2/+2
* Fix for 909328 : Dockable Find & Replace dialog, replace ComboBoxText with En...John Smith2012-03-231-18/+7