summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/imageicon.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused widget.Tavmjong Bah2018-11-061-427/+0
|
* Replace typedef enum with enum in POD type declarations.Emmanuel Gil Peyrot2018-06-201-2/+2
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
| | | (bzr r15025)
* 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
| | | | | disallow pointers to Application (bzr r13341.5.9)
* Move constructor/destructor into private section, remove protected section. ↵Liam P. White2014-06-271-1/+1
| | | | | Rename init(). Add to-do list. (bzr r13341.5.8)
* 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-1/+2
| | | | | members, simplify signals (bzr r13341.5.6)
* imageicon: clean up unnecessary file existance check introduced in rev ↵Johan B. C. Engelen2014-03-301-34/+21
| | | | | | | 12263. Could theoretically lead to uninitialized value use (of "info" struct) same for filedialogimpl-gtkmm (bzr r13240)
* Checking file presence before calling lstat (should fix Bug #785701 Inkscape ↵Kris De Gussem2013-04-031-1/+1
| | | | | freezes at opening) (bzr r12263)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-3/+3
| | | | | christmas\!) (bzr r11986)
* Fix missing glib headers in imageiconAlex Valavanis2012-05-061-0/+2
| | | (bzr r11341)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-2/+1
| | | (bzr r10938)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-7/+8
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-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)
* Changed default font from Bitstream Vera Sans to Sans. NotTavmjong Bah2010-04-141-1/+1
| | | | | | everyone has Bitstream Vera Sans and having a non-existant default font can cause problems. (bzr r9328)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8408)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+442
(bzr r1)