summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/desktop-tracker.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge XML and CSS widgets improvements from ↵Jabier Arraiza2019-08-221-1/+1
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/801
* 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
* Update to experimental r13598Liam P. White2014-10-081-0/+1
|\ | | | | (bzr r13341.5.17)
| * Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-261-3/+2
| | | | | | | | | | supported properly) (bzr r13341.1.179)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-2/+0
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 2. connect signalsLiam P. White2014-06-251-2/+2
|/ | | (bzr r13341.5.2)
* Header cleanupAlex Valavanis2013-03-291-2/+1
| | | (bzr r12258)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-4/+0
| | | (bzr r10697)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Split dynamic desktop tracking into common, shared code.Jon A. Cruz2010-04-031-0/+73
(bzr r9282)