summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/imageicon.cpp (unfollow)
Commit message (Collapse)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
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
(bzr r15025)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-1/+1
disallow pointers to Application (bzr r13341.5.9)
2014-06-27Move constructor/destructor into private section, remove protected section. ↵Liam P. White1-1/+1
Rename init(). Add to-do list. (bzr r13341.5.8)
2014-06-264. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White1-1/+2
members, simplify signals (bzr r13341.5.6)
2014-03-30imageicon: clean up unnecessary file existance check introduced in rev ↵Johan B. C. Engelen1-34/+21
12263. Could theoretically lead to uninitialized value use (of "info" struct) same for filedialogimpl-gtkmm (bzr r13240)
2013-04-03Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵Kris De Gussem1-1/+1
freezes at opening) (bzr r12263)
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis1-3/+3
christmas\!) (bzr r11986)
2012-05-06Fix missing glib headers in imageiconAlex Valavanis1-0/+2
(bzr r11341)
2012-02-05(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-2/+1
(bzr r10938)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
(bzr r9546.1.2)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-7/+7
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2010-04-14Changed default font from Bitstream Vera Sans to Sans. NotTavmjong Bah1-1/+1
everyone has Bitstream Vera Sans and having a non-existant default font can cause problems. (bzr r9328)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-4/+4
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-4/+4
(bzr r8408)