summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/aboutbox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Set spacing in About DialogNathan Lee2019-04-301-0/+3
| | | | Tentative fix for https://gitlab.com/inkscape/inbox/issues/418
* About dialog: Fix icon file locationPatrick Storz2019-03-241-1/+1
| | | | (was renamed in deeb288fc38e09fba325741afb2c66f693438f9b)
* Remove unneeded document unref.Tavmjong Bah2019-01-191-2/+0
|
* Turn off clang-format for about box formattinganatoly techtonik2018-12-011-0/+2
|
* aboutbox.cpp: Add 2019 as some 1.0 release date in the futureanatoly techtonik2018-11-271-1/+1
|
* Clarify licensesMax Gaukler2018-11-081-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
* C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-061-7/+7
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-4/+6
| | | | A lot of header clean-up.
* AboutBox: Resolve conflictsAlexander Valavanis2017-08-161-2/+0
|\
| * AboutBox: Add metadataAlexander Valavanis2017-08-131-13/+10
| |
| * Install AUTHORS & TRANSLATORS files and auto-generate credits in AboutBoxAlexander Valavanis2017-08-131-361/+25
| |
| * Initial rebase on Gtk::AboutDialogAlexander Valavanis2017-08-131-1001/+214
| |
* | AboutBox: Add placeholder Copyright string. Need to confirm contentsAlexander Valavanis2017-08-161-8/+9
| |
* | AboutBox: Tweak class structureAlexander Valavanis2017-08-161-33/+33
| |
* | AboutBox: Add metadataAlexander Valavanis2017-08-161-13/+10
| |
* | Install AUTHORS & TRANSLATORS files and auto-generate credits in AboutBoxAlexander Valavanis2017-08-161-361/+25
| |
* | Initial rebase on Gtk::AboutDialogAlexander Valavanis2017-08-161-1001/+214
|/
* aboutbox: Gtk3 fixesAlexander Valavanis2017-06-291-0/+27
|
* AboutBox: Remove superfluous space in website URLEduard Braun2017-02-131-1/+1
| | | (bzr r15516)
* [Bug #1659426] About screen - Missing image and small window - Translation ↵Nicolas Dufour2017-01-261-4/+1
| | | | | | | | comment. Fixed bugs: - https://launchpad.net/bugs/1659426 (bzr r15456)
* defaults to about.svg when localized versions failjabiertxof2017-01-261-0/+3
| | | (bzr r15453)
* Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-3/+0
| | | (bzr r15368)
* Rm some deprecated Gtk::Stock usageAlex Valavanis2016-12-271-1/+1
| | | (bzr r15366)
* update translatorsMarc Jeanmougin2016-10-201-0/+2
| | | (bzr r15184)
* update author list in about dialog from AUTHORS fileMarc Jeanmougin2016-10-181-1/+8
| | | (bzr r15176)
* aboutbox: GtkmmifyAlex Valavanis2016-08-071-3/+4
| | | (bzr r15043.1.1)
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-13/+1
| | | (bzr r15023.2.7)
* Documentation. French documentation translation updated.Nicolas Dufour2016-07-081-6/+18
| | | (bzr r15013)
* Change license in about box to GPLv3 - due to GIMP filesKrzysztof Kosi??ski2016-05-081-286/+620
| | | (bzr r14874)
* Add clickable link to www.inkscape.org to splash screen dialog.Kamalpreet Grewal2016-04-071-0/+12
| | | (bzr r14764)
* Translations. Italian translation udpate.Firas Hanife2015-01-101-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1363245 (bzr r13847)
* Translators list updateNicolas Dufour2015-01-051-1/+3
| | | (bzr r13841)
* Update to trunk r13638Liam P. White2014-10-251-7/+9
|\ | | | | (bzr r13341.1.286)
| * Updating translators list.Nicolas Dufour2014-10-211-7/+9
| | | | | | (bzr r13631)
* | Update to trunk r13542Liam P. White2014-09-021-3/+15
|\| | | | | (bzr r13341.1.191)
| * Updated about box authors list from AUTHORS file.Matthew Petroff2014-09-021-0/+10
| | | | | | (bzr r13539)
| * Translators list updateNicolas Dufour2014-08-301-3/+5
| | | | | | (bzr r13536)
* | Fix modelinesAlex Valavanis2014-08-301-3/+3
|/ | | (bzr r13341.1.183)
* revise email theadibAdib Taraben2014-06-061-1/+1
| | | (bzr r13410)
* Added viewBox implement document unit support.Matthew Petroff2013-08-271-2/+3
| | | (bzr r12475.1.2)
* Fix my own mis-credit and some symbols labelsMartin Owens2013-06-171-1/+1
| | | (bzr r12380)
* Translations. Latvian, Spanish and Ukrainian translations update, and ↵Nicolas Dufour2013-03-111-9/+10
| | | | | translators list update. (bzr r12189)
* Drop deprecated get_vbox method in Gtk::DialogAlex Valavanis2013-03-081-0/+9
| | | (bzr r12181)
* Authors updateJosh Andler2012-08-171-0/+1
| | | (bzr r11610)
* Add missing files and add Daniel Wagenaar to AuthorsJosh Andler2012-07-231-0/+1
| | | (bzr r11568)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis2012-04-101-0/+4
| | | (bzr r11213)