summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/dynamic-base.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-0/+9
- 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-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-11/+11
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-4/+3
2017-06-30Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens1-2/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+6
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+0
(bzr r15025)
2014-03-26Cleaned up includes of tools / revert experimental casting macro ↵Markus Engel1-0/+1
replacements from r13061 (bzr r13216)
2014-02-26Made constructors of tools use initializer lists.Markus Engel1-34/+35
(bzr r13060)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-6/+6
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+9
(bzr r12782)
2013-10-13cppcheckKris De Gussem1-44/+35
(bzr r12680)
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-8/+0
(bzr r11608.1.110)
2013-07-30Further refactoring of EventContexts.Markus Engel1-74/+90
(bzr r11608.1.109)
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-14/+14
(bzr r11608.1.104)
2013-04-20Merging of EventContext classes complete.Markus Engel1-84/+5
(bzr r11608.1.98)
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-3/+5
(bzr r11608.1.96)
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-5/+19
(bzr r11608.1.90)
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-6/+32
(bzr r11608.1.89)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-33/+6
(bzr r12064)
2012-11-11cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis1-2/+2
(bzr r11867)
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-2/+3
(bzr r11469.1.1)
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-1/+0
(bzr r10666)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2009-07-07Fix LP #390162: Wrong defaults for Calligraphy toolKrzysztof Kosi??ski1-6/+7
(bzr r8223)
2008-10-27From trunkTed Gould1-44/+32
(bzr r6885)
2008-09-18Some NR::Point ==> Geom::Point replacementsMaximilian Albert1-6/+6
(bzr r6835)
2008-06-05fix compile with g++-4.3.Peter Moulder1-14/+26
(bzr r5810)
2008-06-02Pass through more calls to parent contexts, and added more common property ↵Jon A. Cruz1-5/+54
handling. Fixes bug #236667 and issues with middle-drag and ctrl-arrow. (bzr r5780)
2008-05-29Refactoring out common codeJon A. Cruz1-0/+169
(bzr r5759)