summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* nudge things over by a pixel to make them line upMenTaLguY2007-07-281-3/+3
| | | (bzr r3324)
* Filter effects dialog:Nicholas Bishop2007-07-282-25/+33
| | | | | * Limited the upper bounds of the feConvolveMatrix attributes targetX and targetY so that they match the value of Order. (bzr r3323)
* Filter effects dialog:Nicholas Bishop2007-07-281-6/+7
| | | | | * A couple corrections to the way the vertical inputs are displayed and handled. (bzr r3322)
* Filter effects dialog:Nicholas Bishop2007-07-283-3/+42
| | | | | | * Added settings widgets for feConvolveMatrix's target attribute * Changed the order attribute to show both spin widgets on the same row (bzr r3321)
* Filter effects dialog:Nicholas Bishop2007-07-271-2/+2
| | | | | * Changed drawing of vertical input bars to make them stick to the right side of the treeview. (bzr r3319)
* Filter effects dialog:Nicholas Bishop2007-07-273-1/+10
| | | | | * For the Order attribute of feConvolveMatrix, show only the spin control, not the slider (bzr r3318)
* cosmetic improvement to standard filter input bar renderingMenTaLguY2007-07-271-1/+4
| | | (bzr r3316)
* Filter effects dialog:Nicholas Bishop2007-07-272-25/+71
| | | | | | * Double-clicking a filter now applies it to the selection * Updating filter settings widgets no longer updates the filter primitive (bzr r3315)
* Filter effects dialog:Nicholas Bishop2007-07-273-1/+107
| | | | | First commit of improvements to the dialog discussed on the dev list. The dialog now tracks the selection and selects the appropriate filter, as well as displaying a small icon to indicate what filter(s) are applied to the selection. (bzr r3313)
* patch 1750206 by Bruno Dilly - bdillyFelipe Corr??a da Silva Sanches2007-07-271-1/+0
| | | | | Remove "cout" from on_changed() of PrefCombo (bzr r3312)
* SpinSlider:Nicholas Bishop2007-07-261-1/+6
| | | | | If the digits value is set to zero, truncate the value when setting the attribute so it is an int, rather than a double. (bzr r3307)
* Added attr-widgets, missing from my last commitNicholas Bishop2007-07-261-0/+66
| | | (bzr r3306)
* Filter effects dialog:Nicholas Bishop2007-07-265-424/+432
| | | | | | | | | This is a large commit that greatly simplifies the creation and use of all the filter settings in the dialog. * Added AttrWidget class to provide an interface for the settings widgets. Allows the widget to read and write to an attribute. * Modified the ComboBoxEnum, SpinSlider, and ConvolveMatrix widgets to use AttrWidget, more to follow. * Removed lots of specific filter settings code in favor of the more generic system. (bzr r3304)
* Filter effects dialog:Nicholas Bishop2007-07-242-6/+0
| | | | | * Added filtereffects to the preferences-skeleton so that the dialog size is saved and restored. (bzr r3286)
* Filter effects dialog:Nicholas Bishop2007-07-232-131/+150
| | | | | | | * Fixed misnamed primitive input (BackgroundImage was incorrectly called BackgroundGraphic) * Removed the filter primitive input comboboxes in favor of drag-and-drop. The standard inputs are shown as vertical text to the right. * Various minor improvements to the drawing of filter connections (bzr r3285)
* Filter effects dialog:Nicholas Bishop2007-07-222-1/+149
| | | | | Created simple controls for feConvolveMatrix. Currently only handles attributes order and kernelMatrix. (bzr r3277)
* Updated the gtkmmified fill and stroke dialog with the filter effectsgustav_b2007-07-202-60/+81
| | | | | | changes done in the current f&s dialog. I'll probably make the gtkmmified one default pretty soon to avoid double work... (bzr r3268)
* make all-inkscape-files the default filter instead of all-images (do we need ↵bulia byak2007-07-181-10/+9
| | | | | that at all? MIME has some pretty strange notions of what is an image and what not) (bzr r3266)
* Filter effects dialog:Nicholas Bishop2007-07-171-2/+4
| | | | | * Enable duplicating filters (from the popup menu) (bzr r3262)
* Filter effects dialog:Nicholas Bishop2007-07-172-7/+63
| | | | | * Enables drag-and-drop reordering for filter primitives. Removes any connection conflicts caused by reordering. (bzr r3259)
* Filter effects dialog:Nicholas Bishop2007-07-171-16/+20
| | | | | * Prevent filter primitive connections to primitives that come after the selected primitive. (bzr r3258)
* Filter effects dialog:Nicholas Bishop2007-07-161-16/+28
| | | | | * A coule bug fixes; attempting to connect the first filter primitive to another is no longer allowed, same for attempting to connect the input of a filter primitive to its own result. Still todo is preventing a connection to a later primitive. (bzr r3256)
* Filter effects dialog:Nicholas Bishop2007-07-162-76/+45
| | | | | | * Made a lot of strings translatable * Fixed the filter primitive input settings to work more like other ComboBoxEnums. (bzr r3253)
* Filter effects:Nicholas Bishop2007-07-147-254/+104
| | | | | | | * As coded by Johan Engelen, made the filter-effect-enums code more generic; the data and conversion classes are now in src/util, filter-specific data is in filter-enums.h * Improved filter_add_primitive so that default values are filled in appropriately to prevent errors or possible crashes (bzr r3241)
* Filter effects dialog:Nicholas Bishop2007-07-132-36/+66
| | | | | | * Added new combobox for setting the "in2" attribute in the same way as was already possible for the "in" attribute. * Setting in or in2 to Default now unsets that attribute (bzr r3238)
* Filter effects dialog:Nicholas Bishop2007-07-131-27/+51
| | | | | | * Improved spacing of input connections for primitives with multiple inputs * Added basic support for display of feMerge connections. Doesn't yet display the actual connections since feMergeNodes aren't supported yet. (bzr r3237)
* Filter effects dialog:Nicholas Bishop2007-07-124-67/+144
| | | | | | * Added controls for the composite filter primitive (operator and k1-k4). * Simplified setting the filter attributes to remove duplicated code common for spinsliders and comboboxenums (bzr r3228)
* bug 1243190: add tref element support; limited editing support thus far ↵Richard Hughes2007-07-111-1/+2
| | | | | (patch by gbanaszk) (bzr r3227)
* Filter effects interface:Nicholas Bishop2007-07-102-160/+253
| | | | | Modified the display of filter primitive connections to always show all connectins using decreasing widths for the connection cells in the treeview. Also made the "in2" connections work for feBlend and feComposite. (bzr r3205)
* Fix #1740146.Johan B. C. Engelen2007-07-063-83/+162
| | | (bzr r3190)
* Fix for bug #1740146: always get current namedview, because it might have ↵Diederik van Lierop2007-07-061-2/+4
| | | | | changed when multiple documents are open (bzr r3189)
* First stab at a connection UI from NickMenTaLguY2007-07-043-227/+532
| | | (bzr r3185)
* prevent crashes by disconnecting signals on destroybulia byak2007-07-042-1/+7
| | | (bzr r3176)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-273-3/+3
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* more unreffing temporary styles properlybulia byak2007-06-272-2/+2
| | | (bzr r3114)
* initial filter UI code drop from NickMenTaLguY2007-06-2414-2/+1526
| | | (bzr r3095)
* First (very limited) version of the 3D box tool; allows for drawing of new ↵Maximilian Albert2007-06-212-1/+5
| | | | | boxes in a fixed perspective without any live interaction. (bzr r3084)
* Handle the case of gnome_vfs_init failing. (Fixes Debian bug ↵Peter Moulder2007-06-211-9/+21
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=415640.) (bzr r3082)
* patch 1734633: option to save window geometry in prefsbulia byak2007-06-185-15/+46
| | | (bzr r3075)
* remove duplicate entry in /ui/widget/Makefile_insertJohan B. C. Engelen2007-06-041-1/+0
| | | (bzr r3053)
* Gtkmm:ified Fill and Stroke dialog (disabled by default). It's stillgustav_b2007-06-024-16/+302
| | | | | using the old fill/stroke style and paint style widgets, though. (bzr r3050)
* Avoid a gtk g_critical message when building Document Properties dialog.Peter Moulder2007-05-171-3/+3
| | | (bzr r3024)
* noop: Use G_N_ELEMENTS in attach_all callers instead of passing sizeof.Peter Moulder2007-05-171-7/+7
| | | (bzr r3023)
* noop: Fix const usage/confusion.Peter Moulder2007-05-171-9/+9
| | | (bzr r3022)
* Fix a couple of unannotated transactions causing g_warning from ↵Peter Moulder2007-05-171-0/+1
| | | | | finish_incomplete_transaction. (Thanks to johanengelen for help with this.) (bzr r3019)
* Added preference to allow for system toolbox sizeJon A. Cruz2007-05-082-0/+4
| | | (bzr r2985)
* patch 1705533gustav_b2007-04-251-2/+2
| | | (bzr r2956)
* grid: make grid names translatable. use different gridtype names in SVG that ↵Johan B. C. Engelen2007-04-201-4/+5
| | | | | are not translated. (bzr r2936)
* Improve readability and remove some unused codeDiederik van Lierop2007-04-192-33/+3
| | | (bzr r2930)
* typo patch by maximilian albertbulia byak2007-04-171-2/+2
| | | (bzr r2918)