summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/licensor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-5/+5
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
|
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-8/+0
|\ | | | | (bzr r15038)
| * ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-8/+0
| | | | | | (bzr r15023.2.6)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+2
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
|/ | | (bzr r15025)
* i18nKris De Gussem2015-02-161-1/+1
| | | (bzr r13925)
* Fix modelinesAlex Valavanis2014-08-301-2/+2
| | | (bzr r13341.1.183)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-4/+4
| | | (bzr r13236)
* cppcheckKris De Gussem2013-03-171-1/+2
| | | (bzr r12218)
* Fix for 1068763 : Opening 'File > Document Properties' dirties current documentJohn Smith2012-10-311-9/+9
| | | (bzr r11855)
* Gtkmm 3 fixes for licensor widgetAlex Valavanis2012-05-311-0/+8
| | | (bzr r11444)
* Fix for 997886 : Document Metadata : Crash when saving with 2 documents openJohn Smith2012-05-111-3/+6
| | | (bzr r11353)
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-0/+1
| | | (bzr r11309)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+2
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+2
| | | (bzr r10827)
* various: warnings and initalizationKris De Gussem2011-11-131-6/+3
| | | (bzr r10737)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-2/+1
| | | (bzr r10697)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-2/+3
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
|/ | | | | SPDocument based methods (bzr r9546.1.3)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8408)
* Contextual split of translatable messageAlexandre Prokoudine2009-07-081-1/+1
| | | (bzr r8232)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-1/+1
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* overwritten heap, wrong casts fixed. Closes SF#1575829Kees Cook2007-01-131-3/+3
| | | (bzr r2198)
* Added "Other" radio toggle for the URI field on our license dialogJon Phillips2006-10-221-0/+8
| | | (bzr r1829)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* Correct my translation call. I shouldn't call gettext directly.Kees Cook2006-05-251-1/+1
| | | (bzr r1010)
* Fixed localization for metadata license selector.Kees Cook2006-05-181-1/+1
| | | (bzr r870)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+146
(bzr r1)