summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/imageicon.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-06Remove unused widget.Tavmjong Bah1-427/+0
2018-06-20Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-1/+1
2014-06-27Move constructor/destructor into private section, remove protected section. R...Liam P. White1-1/+1
2014-06-264. further refactor Application class; create proper singleton, encapsulate m...Liam P. White1-1/+2
2014-03-30imageicon: clean up unnecessary file existance check introduced in rev 12263....Johan B. C. Engelen1-34/+21
2013-04-03Checking file presence before calling lstat (should fix Bug #785701 Inkscape ...Kris De Gussem1-1/+1
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-3/+3
2012-05-06Fix missing glib headers in imageiconAlex Valavanis1-0/+2
2012-02-05(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-2/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-7/+7
2010-04-14Changed default font from Bitstream Vera Sans to Sans. NotTavmjong Bah1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-4/+4
2009-08-05SPDocument->Documentjohnce1-4/+4