summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/licensor.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-05More cleanup of document.h.Tavmjong Bah1-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-10-29Move contents of document-private.h to document.h.Tavmjong Bah1-2/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-5/+5
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+2
(bzr r15034)
2016-07-28ui/widgets: Drop GTK2 fallbacksAlex Valavanis1-8/+0
(bzr r15023.2.6)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
(bzr r15025)
2015-02-16i18nKris De Gussem1-1/+1
(bzr r13925)
2014-08-30Fix modelinesAlex Valavanis1-2/+2
(bzr r13341.1.183)
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel1-4/+4
(bzr r13236)
2013-03-17cppcheckKris De Gussem1-1/+2
(bzr r12218)
2012-10-31Fix for 1068763 : Opening 'File > Document Properties' dirties current documentJohn Smith1-9/+9
(bzr r11855)
2012-05-31Gtkmm 3 fixes for licensor widgetAlex Valavanis1-0/+8
(bzr r11444)
2012-05-11Fix for 997886 : Document Metadata : Crash when saving with 2 documents openJohn Smith1-3/+6
(bzr r11353)
2012-04-30Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis1-0/+1
(bzr r11309)
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+2
(bzr r11018)
2012-02-12Header cleaningAlex Valavanis1-0/+2
(bzr r10963)
2012-01-03More deprecated GtkTooltipsAlex Valavanis1-2/+2
(bzr r10827)
2011-11-13various: warnings and initalizationKris De Gussem1-6/+3
(bzr r10737)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-2/+1
(bzr r10697)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-1/+1
SPDocument based methods (bzr r9546.1.3)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8408)
2009-07-08Contextual split of translatable messageAlexandre Prokoudine1-1/+1
(bzr r8232)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-1/+1
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2007-01-13overwritten heap, wrong casts fixed. Closes SF#1575829Kees Cook1-3/+3
(bzr r2198)
2006-10-22Added "Other" radio toggle for the URI field on our license dialogJon Phillips1-0/+8
(bzr r1829)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-1/+2
(bzr r1315)
2006-05-25Correct my translation call. I shouldn't call gettext directly.Kees Cook1-1/+1
(bzr r1010)
2006-05-18Fixed localization for metadata license selector.Kees Cook1-1/+1
(bzr r870)