| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- 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
|
| | |
|
| | |
|
| |
|
|
|
| |
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
This turned out to be a bit of a mess due to the interplay between
the classes Script / ExecutionEnv / Effect / PrefDialog.
(Basically they don't talk to each other much but all want to
contribute to the GUI)
Likely "Script" (and possibly "ExecutionEnv") should be refactored
to let the other classes handle UI exclusively and throw errors
where suitable.
|
| |
|
| |
(bzr r15633.1.2)
|
| |
|
|
|
| |
Also use constants for most dimensions so they can easily be chaned in future.
(bzr r15511)
|
| |
|
| |
(bzr r15509)
|
| |
|
| |
(bzr r15368)
|
| |
|
| |
(bzr r15359)
|
| |
|
| |
(bzr r15023.2.5)
|
| |
|
|
|
|
|
|
| |
internal extensions where translation via gettext is desired.
Fixed bugs:
- https://launchpad.net/bugs/1591230
(bzr r14979)
|
| |\
| |
| | |
(bzr r13341.1.255)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In cases where undefined or invalid XML is passed to sp_repr_read_mem(),
it will indicate failure by returning NULL. All callers must check for
this and handle the error condition accordingly.
Fixes: lp: #1170248
Fixed bugs:
- https://launchpad.net/bugs/1170248
(bzr r13556)
|
| |/
|
| |
(bzr r13341.1.192)
|
| |
|
|
|
|
|
|
| |
the values many times).
Fixed bugs:
- https://launchpad.net/bugs/433860
(bzr r13430)
|
| |
|
| |
(bzr r13202)
|
| |
|
| |
(bzr r12181)
|
| |
|
| |
(bzr r11959)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1012741
(bzr r11792)
|
| |
|
| |
(bzr r11660)
|
| |
|
| |
(bzr r11342)
|
| |
|
| |
(bzr r11304)
|
| |
|
| |
(bzr r11017)
|
| |
|
|
|
|
|
|
| |
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)
|
| |
|
| |
(bzr r6264)
|
| |
|
| |
(bzr r5469)
|
| |
|
|
|
| |
Fixing it so that input/output have OK/Cancel like they used to.
(bzr r4935)
|
| |
|
|
|
|
|
|
| |
Fix for LP: #191772
Makes it so that the response handler handles the DELETE_EVENT response
also. Basically handled the same as close.
(bzr r4934)
|
| |
|
|
|
|
|
|
| |
Fix for LP: 169066
Makes it so that the preference dialog doesn't try to run an effect
that doesn't exist for input/output pref dialogs.
(bzr r4909)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Okay, sadly I'm not keeping the version history because I'm not convenced
that SVK will do it right. One mega-patch, but that's life.
Reshuffle the exection-env and prefdialog code so that the state machines
aren't intertwines, which fixes a whole host of bugs with them. I think
the behavior is correct now.
Make it so that the effects can count how many preferences they have to
determine if the dialog should be shown (fix above). Once this code was
written it was easy to make it show an ellipsis on the verb if there is
a dialog or not. This involved removing ellipsis from those effects that
had it hard coded.
Make it so that the parameters know that their command line options are
going into a list. They don't have to acknowledge it, but they can, and
specifically notebook does and handles it differently. This should fix
the notebooks on Win32, but doesn't apparently completely.
Change the script extension on windows to use pythonw instead of python
so that the command line doesn't appear all the time.
(bzr r4908)
|
| |
|
| |
(bzr r4793)
|
| |
|
|
|
| |
Okay, I'm not 100% sure what all these changes are but I want to start working on this again from a checked in point. I'll fix the bugs from here.
(bzr r4653)
|
| |
|
| |
(bzr r4023)
|
| |
|
| |
(bzr r3753)
|
| |
|
|
|
| |
Changes that SVK borked.
(bzr r3656)
|
| |
|
|
|
|
|
| |
One preference dialog per effect. Nothing crazy here. Also setting the
timer to be ref counted in lock/unlock mode. This way the whole thing
stays locked while the dialog is shown.
(bzr r3653)
|
| |
|
|
|
|
| |
Reroute the way that the preferences signal changes so that pinning
works as expected. Fixes a segmentation fault.
(bzr r3645)
|
| |
|
|
|
| |
Removing some debug messages.
(bzr r3644)
|
| |
|
|
|
| |
Making unpinned listen to you liveEffect settings.
(bzr r3643)
|