summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/aboutbox.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-30Set spacing in About DialogNathan Lee1-0/+3
Tentative fix for https://gitlab.com/inkscape/inbox/issues/418
2019-03-24About dialog: Fix icon file locationPatrick Storz1-1/+1
(was renamed in deeb288fc38e09fba325741afb2c66f693438f9b)
2019-01-19Remove unneeded document unref.Tavmjong Bah1-2/+0
2018-12-01Turn off clang-format for about box formattinganatoly techtonik1-0/+2
2018-11-27aboutbox.cpp: Add 2019 as some 1.0 release date in the futureanatoly techtonik1-1/+1
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-11-06C++ify SVGViewWidget. Remove unused code.Tavmjong Bah1-7/+7
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
This reduces the boilerplate required to add a new element to a container.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+6
A lot of header clean-up.
2017-12-25Use a macro for GtkMM version checksAlexander Valavanis1-4/+4
2017-08-16AboutBox: Add placeholder Copyright string. Need to confirm contentsAlexander Valavanis1-8/+9
2017-08-16AboutBox: Tweak class structureAlexander Valavanis1-33/+33
2017-08-16AboutBox: Add metadataAlexander Valavanis1-13/+10
2017-08-16Install AUTHORS & TRANSLATORS files and auto-generate credits in AboutBoxAlexander Valavanis1-361/+25
2017-08-16Initial rebase on Gtk::AboutDialogAlexander Valavanis1-1001/+214
2017-08-13AboutBox: Add metadataAlexander Valavanis1-13/+10
2017-08-13Install AUTHORS & TRANSLATORS files and auto-generate credits in AboutBoxAlexander Valavanis1-361/+25
2017-08-13Initial rebase on Gtk::AboutDialogAlexander Valavanis1-1001/+214
2017-06-29aboutbox: Gtk3 fixesAlexander Valavanis1-0/+27
2017-02-13AboutBox: Remove superfluous space in website URLEduard Braun1-1/+1
(bzr r15516)
2017-01-26[Bug #1659426] About screen - Missing image and small window - Translation ↵Nicolas Dufour1-4/+1
comment. Fixed bugs: - https://launchpad.net/bugs/1659426 (bzr r15456)
2017-01-26defaults to about.svg when localized versions failjabiertxof1-0/+3
(bzr r15453)
2016-12-27Rm remaining Gtk::Stock usageAlex Valavanis1-3/+0
(bzr r15368)
2016-12-27Rm some deprecated Gtk::Stock usageAlex Valavanis1-1/+1
(bzr r15366)
2016-10-20update translatorsMarc Jeanmougin1-0/+2
(bzr r15184)
2016-10-18update author list in about dialog from AUTHORS fileMarc Jeanmougin1-1/+8
(bzr r15176)
2016-08-07aboutbox: GtkmmifyAlex Valavanis1-3/+4
(bzr r15043.1.1)
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-13/+1
(bzr r15023.2.7)
2016-07-08Documentation. French documentation translation updated.Nicolas Dufour1-6/+18
(bzr r15013)
2016-05-08Change license in about box to GPLv3 - due to GIMP filesKrzysztof Kosi??ski1-286/+620
(bzr r14874)
2016-04-07Add clickable link to www.inkscape.org to splash screen dialog.Kamalpreet Grewal1-0/+12
(bzr r14764)
2015-01-10Translations. Italian translation udpate.Firas Hanife1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1363245 (bzr r13847)
2015-01-05Translators list updateNicolas Dufour1-1/+3
(bzr r13841)
2014-10-21Updating translators list.Nicolas Dufour1-7/+9
(bzr r13631)
2014-09-27Update to experimental r13565Liam P. White1-3/+15
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-3/+15
(bzr r13090.1.108)
2014-09-02Updated about box authors list from AUTHORS file.Matthew Petroff1-0/+10
(bzr r13539)
2014-08-30Fix modelinesAlex Valavanis1-3/+3
(bzr r13341.1.183)
2014-08-30Translators list updateNicolas Dufour1-3/+5
(bzr r13536)
2014-06-06revise email theadibAdib Taraben1-1/+1
(bzr r13410)
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-2/+3
(bzr r12475.1.2)
2013-06-17Fix my own mis-credit and some symbols labelsMartin Owens1-1/+1
(bzr r12380)
2013-03-11Translations. Latvian, Spanish and Ukrainian translations update, and ↵Nicolas Dufour1-9/+10
translators list update. (bzr r12189)
2013-03-08Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis1-0/+9
(bzr r12181)
2012-08-17Authors updateJosh Andler1-0/+1
(bzr r11610)
2012-07-23Add missing files and add Daniel Wagenaar to AuthorsJosh Andler1-0/+1
(bzr r11568)
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
2012-04-10Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis1-0/+4
(bzr r11213)