summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/icon-preview.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-12Move from deprecated GTimeVal to g_get_monotonic_time()Jabier Arraiza1-5/+4
2019-04-02Tidy various dialog UIsNathan Lee1-0/+1
2019-03-13Revert Icon Preview behaviourNathan Lee1-5/+6
* Fix crash on close with Icon Preview. * Force update of icons with `set`. * Set minimum width for Icon Preview's Magnified so it is not hidden on startup. Fixes https://gitlab.com/inkscape/inkscape/issues/109
2019-01-02modernize loopsMarc Jeanmougin1-3/+3
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-3/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-22/+22
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
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-8/+9
A lot of header clean-up.
2018-01-16panel: Remove the unused "title" labelStefano Facchini1-1/+1
2017-10-17Replace boost::scoped_ptrJan Lingscheid1-1/+0
This replaces all usage of boost::scoped_ptr with std::unique_ptr. Also removes the corresponding includes.
2017-07-06Gtkmm deprecation fixesAlexander Valavanis1-7/+5
2017-06-29Remove old icon handling codeAlexander Valavanis1-1/+187
2016-12-27Rm remaining Gtk::Stock usageAlex Valavanis1-1/+0
(bzr r15368)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+2
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+6
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+1
(bzr r15025)
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-1/+1
(bzr r14954.1.10)
2015-11-05static code analysisKris De Gussem1-1/+1
(bzr r14446)
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-1/+1
(bzr r14126)
2015-04-27Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis1-4/+0
ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-1/+1
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-2/+2
(bzr r13922.1.5)
2015-02-18Just...mc1-5/+3
some... more... lines... (bzr r13922.1.2)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+1
(bzr r13820)
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
(bzr r13809)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2013-03-29Header cleanupAlex Valavanis1-1/+0
(bzr r12258)
2013-03-19Fixing regressionjtx1-0/+4
(bzr r11950.1.61)
2013-03-17Working with widjetsJabier Arraiza Cenoz1-4/+0
(bzr r11950.1.56)
2013-03-15Fix missing Gtkmm/Glib headers for Gtk+ 3 buildAlex Valavanis1-0/+4
(bzr r12209)
2013-01-23revert my revision 12053 (Bug #1103248 )Kris De Gussem1-1/+1
(bzr r12058)
2013-01-22direct use of Glib::ustringKris De Gussem1-1/+1
(bzr r12053)
2012-04-17Fix for 169888 : HIG Style frameJohn Smith1-2/+3
(bzr r11260)
2012-03-07cppcheckKris De Gussem1-1/+1
(bzr r11052)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-2/+1
(bzr r11018)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-0/+2
(bzr r10940)
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-2/+2
(bzr r10826)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
(bzr r10660)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-12/+9
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-2/+2
(bzr r10347.1.21)
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-5/+4
(bzr r10461)
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-2/+2
(bzr r10060)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-10-27UI: punctiation and mnemonics in preferences, export and ico preview dialogKris De Gussem1-1/+1
(bzr r9858)
2010-07-26Added preference to suppress auto-refresh of icon previews.Jon A. Cruz1-2/+4
(bzr r9651)