summaryrefslogtreecommitdiffstats
path: root/src/context-fns.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-2/+3
| | | | | | - 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
* Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White2014-08-311-10/+5
| | | | | GThread deprecation errors. (bzr r13341.1.190)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-2/+11
| | | (bzr r12782)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | (bzr r11608.1.111)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-2/+2
| | | (bzr r10766.1.1)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-0/+1
| | | (bzr r10347.1.21)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.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)
* NR => Geom for context-fnsJohan B. C. Engelen2008-08-301-4/+20
| | | (bzr r6733)
* context-fns.h: Supply missing #includes/declarations so that we don't depend ↵Peter Moulder2008-07-051-0/+2
| | | | | on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6168)
* Use golden ratio as additional constrained ratio during Ctrl+dragging ↵Maximilian Albert2007-12-171-0/+2
| | | | | rectangles (fixes bug/RFE #170540) (bzr r4248)
* optimized includesRalf Stephan2006-01-181-1/+1
| | | (bzr r16)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+27
(bzr r1)