summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/win32.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-15No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde1-510/+0
(bzr r9508.1.82)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(bzr r10025)
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)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
(bzr r9546.1.2)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8408)
2008-12-30get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen1-1/+1
(bzr r7045)
2008-10-31Merge from trunkTed Gould1-6/+19
(bzr r6887)
2008-10-11Merging from trunkTed Gould1-9/+3
(bzr r6884)
2008-08-12NR:: to Geom:: for most of src/extension/Johan B. C. Engelen1-343/+343
(bzr r6612)
2008-04-23Fixed some further issues with Internal extensions after the introduction of ↵Marcin Floryan1-1/+1
schema for INX files (the boolean values now spelled in lower case). This fixes an intermediate problem of Inkscape concerning its native SVG files as a loosy format. (bzr r5496)
2008-04-21r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould1-1/+1
Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483)
2008-04-15fix include pathJohan B. C. Engelen1-1/+1
(bzr r5447)
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-8/+8
(bzr r5149)
2007-03-01API change: render methods now take a cairo_t (not yet used)bulia byak1-1/+1
(bzr r2472)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-3/+3
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-3/+3
one major janitorial task we identified.... (bzr r1633)
2006-05-28replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY1-2/+3
allocator a little more instead of the others (aside from libgc) (bzr r1044)
2006-01-30r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould1-1/+3
Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55)