summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/icon-preview.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move from deprecated GTimeVal to g_get_monotonic_time()Jabier Arraiza2019-10-121-5/+4
* Tidy various dialog UIsNathan Lee2019-04-021-0/+1
* Revert Icon Preview behaviourNathan Lee2019-03-131-5/+6
* modernize loopsMarc Jeanmougin2019-01-021-3/+3
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-3/+0
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-22/+22
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-8/+9
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
* Replace boost::scoped_ptrJan Lingscheid2017-10-171-1/+0
* Gtkmm deprecation fixesAlexander Valavanis2017-07-061-7/+5
* Remove old icon handling codeAlexander Valavanis2017-06-291-1/+187
* Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-1/+0
* Merged trunkAdrian Boguszewski2016-08-031-5/+2
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+2
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+6
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+1
* | 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-051-1/+1
* fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
* updated with trunkMarc Jeanmougin2015-04-291-4/+0
|\
| * Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...Alex Valavanis2015-04-271-4/+0
* | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-1/+1
* | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
* | Just...mc2015-02-181-5/+3
|/
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
* Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
* Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+2
* Header cleanupAlex Valavanis2013-03-291-1/+0
* Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis2013-03-151-0/+4
* revert my revision 12053 (Bug #1103248 )Kris De Gussem2013-01-231-1/+1
* direct use of Glib::ustringKris De Gussem2013-01-221-1/+1
* Fix for 169888 : HIG Style frameJohn Smith2012-04-171-2/+3
* cppcheckKris De Gussem2012-03-071-1/+1
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+1
* Header cleaningAlex Valavanis2012-02-121-0/+1
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-0/+2
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+2
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-12/+9
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-2/+2
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-5/+4
* Merge from trunkKrzysztof Kosi??ski2011-04-071-2/+2
|\
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-2/+2
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-4/+4
|\|