summaryrefslogtreecommitdiffstats
path: root/src/object/sp-flowtext.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-16Allow paste preserving new lines into a flowtext elementJabiertxof1-0/+1
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-10-06SPAttributeEnum typed function argumentsThomas Holder1-1/+1
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-16/+16
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-0/+0
A lot of header clean-up.
2016-06-09Removed Object class and temporary test dependenciesAdrian Boguszewski1-0/+1
(bzr r14954.1.4)
2016-05-15Added normalized path to flowtextAdrian Boguszewski1-0/+5
Fixed bugs: - https://launchpad.net/bugs/1555152 (bzr r14889)
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-2/+6
(bzr r13700)
2014-09-27Update to experimental r13565Liam P. White1-5/+5
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-5/+5
GThread deprecation errors. (bzr r13341.1.190)
2013-10-26Added some consts.Markus Engel1-4/+4
(bzr r12729)
2013-09-24change names for displayName and detailedDescription, improve char code and ↵Martin Owens1-1/+1
remove const. (bzr r12584)
2013-09-20Refactor status-bar text for multiple items, was very brokenMartin Owens1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550)
2013-09-15Fix document unit change for transformed flow text and transformed text on path.Matthew Petroff1-0/+6
(bzr r12475.1.18)
2013-09-15Added runtime check in SP_-cast macros.Markus Engel1-1/+1
(bzr r11608.1.123)
2013-09-14Modified SP_IS_ macros.Markus Engel1-1/+1
(bzr r11608.1.122)
2013-04-05Merged Item.Markus Engel1-1/+1
(bzr r11608.1.81)
2013-04-05Merged FlowX classes.Markus Engel1-21/+3
(bzr r11608.1.79)
2013-04-01Added constructors to SP classes.Markus Engel1-0/+1
(bzr r11608.1.67)
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-4/+2
(bzr r11608.1.64)
2013-03-29Renamed virtual function names.Markus Engel1-13/+13
(bzr r11608.1.57)
2012-10-06Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.Markus Engel1-1/+33
(bzr r11608.1.46)
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-4/+11
(bzr r10666)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-1/+1
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-2/+2
(bzr r10347.1.21)
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)
2008-10-27From trunkTed Gould1-5/+5
(bzr r6885)
2007-01-08patch from bug 1497803 by Gustav Broberg; allow to reflow an already flowed textbulia byak1-4/+14
(bzr r2158)
2006-02-03implement par_indent in flowtext, no ui yet, done via first character's dxbulia byak1-0/+2
(bzr r67)