summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/entity-entry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* More cleanup of document.h.Tavmjong Bah2019-04-051-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
* Move contents of document-private.h to document.h.Tavmjong Bah2018-10-291-2/+1
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-6/+8
| | | | A lot of header clean-up.
* Update for Gtk alignment changesAlexander Valavanis2017-07-091-2/+3
|
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
| | | (bzr r15025)
* Fix for bug #1467601 (Missing undo history label for metadata description).Nicolas Dufour2015-06-231-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1467601 (bzr r14211)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Fix modelinesAlex Valavanis2014-08-301-2/+2
| | | (bzr r13341.1.183)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Fix for 612221 : Add metadata default configuration in the preferencesJohn Smith2012-07-121-0/+31
| | | (bzr r11544)
* Fix for 997886 : Document Metadata : Crash when saving with 2 documents openJohn Smith2012-05-111-3/+5
| | | (bzr r11353)
* Fix for 946631 : Overlay scrollbars causing input boxes to be small ↵John Smith2012-03-061-1/+1
| | | | | (Document Metadata) (bzr r11050)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-11/+11
| | | (bzr r10827)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-2/+1
| | | (bzr r10697)
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-4/+5
| | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-10/+23
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-2/+2
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | i18n. Metadata labels now fully translatable (with colon).Nicolas Dufour2010-10-241-1/+1
|/ | | (bzr r9848)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-4/+4
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-4/+4
| | | (bzr r8408)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-4/+2
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* overwritten heap, wrong casts fixed. Closes SF#1575829Kees Cook2007-01-131-12/+13
| | | (bzr r2198)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-2/+4
| | | (bzr r1315)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+161
(bzr r1)