| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
| |
(bzr r10827)
|
| |
|
| |
(bzr r10826)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/893146
(bzr r10783)
|
| |
|
| |
(bzr r10746)
|
| |
|
|
|
| |
C++faq-lite 10.3
(bzr r10699)
|
| |
|
| |
(bzr r10698)
|
| |
|
| |
(bzr r10691)
|
| |
|
| |
(bzr r10665)
|
| |
|
|
|
| |
Filters. Adding the new "indent" attribute to parameters groups.
(bzr r10529)
|
| |
|
|
|
|
|
| |
turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset.
Fixing this broke the build because some files in the subdir were not compiling.
(bzr r10276)
|
| |
|
|
|
|
| |
- cmake now builds all files that automake does but does NOT link yet
- inlcudes nasty hard coded paths and libs (will replace once linking works)
(bzr r10272)
|
| |
|
|
|
| |
SP_ROOT() gtk type function/macro.
(bzr r10254)
|
| |
|
| |
(bzr r10174)
|
| |
|
| |
(bzr r10173)
|
| |
|
|
|
| |
description element.
(bzr r10129)
|
| |
|
|
|
| |
widgets adjustment.
(bzr r10125)
|
| |
|
|
|
| |
to full.
(bzr r10106)
|
| |
|
| |
(bzr r10105)
|
| |
|
| |
(bzr r10103)
|
| |
|
| |
(bzr r10067)
|
| |\
| |
| | |
(bzr r9945.1.1)
|
| | |
| |
| | |
(bzr r9933)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| | |
| |
| |
| |
| | |
extension parameters.
(bzr r9821)
|
| | |
| |
| |
| |
| |
| |
| |
| | |
fix Bug #585730 (Please split msgid Lines for ja translation).
Fixed bugs:
- https://launchpad.net/bugs/585730
(bzr r9809)
|
| | |
| |
| |
| |
| | |
locale using comma as decimal separator).
(bzr r9791)
|
| |/
|
|
|
| |
parameter.
(bzr r9748)
|
| |
|
|
|
|
|
|
| |
values (Bug #571196).
Fixed bugs:
- https://launchpad.net/bugs/571196
(bzr r9391)
|
| |
|
|
|
| |
"float", "enum" etc. wrappers.
(bzr r9201)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8408)
|
| |
|
| |
(bzr r8407)
|
| |
|
| |
(bzr r7377)
|
| |
|
| |
(bzr r7257)
|
| |
|
| |
(bzr r7233)
|
| |
|
| |
(bzr r6885)
|
| |
|
| |
(bzr r6855)
|
| |
|
|
|
|
|
|
| |
the Inkscape::Preferences class. Removed all use of
prefs_get_string_attribute(), pref_path_get_nth_child() and
create_pref() in favor of the new API. Replaced some "0 or 1" integer
preferences with booleans.
(bzr r6823)
|
| |
|
|
|
| |
instead of radio buttons.
(bzr r5748)
|
| |
|
| |
(bzr r5639)
|
| |
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
| |
implements max_length attribute for string parameters in inx files.
(bzr r5450)
|
| |
|
|
|
|
|
| |
This more or less mimics what is being done by automake with the Makefile_insert files
What we were doing before did not work because add_directories() isn't able to
propagate variables upwards.
(bzr r5397)
|
| |
|
|
|
| |
http://www.nabble.com/Extension-parameters-td9064285.html#a9064285 cleaned up python webbrowser_* scripts by replacing with one generic launch_webbrowser.py. This required a bit of work with extensions to handle hidden GUI parameters better. URLs are now in the inkscape_help_*.inx files.
(bzr r5390)
|
| |
|
| |
(bzr r5326)
|
|
|
New work branch
r18391@shi: ted | 2008-03-08 21:36:03 -0800
Moving the parameters around to clean up the directories.
r18392@shi: ted | 2008-03-08 21:57:14 -0800
Moving the 'get' function to cpp
r18870@shi: ted | 2008-04-03 21:10:20 -0700
Adding in to the parameter prototype the ability to have a gui-tip and a gui-hidden parameter
r18871@shi: ted | 2008-04-03 21:17:39 -0700
Using the _gui-hidden parameter to block the creation of the widget if set.
r18890@shi: ted | 2008-04-03 21:53:55 -0700
Merge from r18024 which got lost in the shuffle.
(bzr r5322)
|