summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/win32.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No more PrintWin32, including no special cases for non-Unicode Windows anymore.Jasper van de Gronde2011-04-151-510/+0
| | | (bzr r9508.1.82)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+4
|\ | | | | (bzr r9945.1.1)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | (bzr r9546.1.2)
* | 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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8408)
* get rid of a lot of no longer needed "libnr/nr-..." includes.Johan B. C. Engelen2008-12-301-1/+1
| | | (bzr r7045)
* Merge from trunkTed Gould2008-10-311-6/+19
| | | (bzr r6887)
* Merging from trunkTed Gould2008-10-111-9/+3
| | | (bzr r6884)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-343/+343
| | | (bzr r6612)
* Fixed some further issues with Internal extensions after the introduction of ↵Marcin Floryan2008-04-231-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)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-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)
* fix include pathJohan B. C. Engelen2008-04-151-1/+1
| | | (bzr r5447)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-8/+8
| | | (bzr r5149)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
| | | (bzr r2472)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-3/+3
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-3/+3
| | | | | one major janitorial task we identified.... (bzr r1633)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-2/+3
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould2006-01-301-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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+499
(bzr r1)