summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Filter effects dialog:Nicholas Bishop2007-08-081-2/+1
| | | | | * Connected up the filters and primitives so that changes made outside the filter dialog are properly observed, e.g. deleting a primitive in the XML editor will show up in the filter dialog. (bzr r3417)
* 1) Make snapping of object's center optional 2) Optimize snapping ↵Diederik van Lierop2007-08-063-2/+23
| | | | | preferences dialog (bzr r3399)
* adds export to ocal feature without dialog windowBruno Dilly2007-08-062-2/+34
| | | (bzr r3398)
* Rearrange snapping preferences, put distinction between paths and nodes back ↵Diederik van Lierop2007-08-031-2/+16
| | | | | in, and a bit of refactoring (bzr r3361)
* Filter effects dialog:Nicholas Bishop2007-08-012-5/+6
| | | | | Removed unused header file. (bzr r3359)
* Filter effects dialog:Nicholas Bishop2007-07-312-4/+36
| | | | | | | * Added a "Link" toggle to the DualSpinSlider widget, when active the two values will be set equal to eachother. * Added DualSpinButtons (for attributes that have an optional number, similar to DualSpinSlider but without the gtkscale) * Added MultiSpinButtons (for showing multiple spinbuttons together but with different attributes) (bzr r3352)
* Filter effects dialog:Nicholas Bishop2007-07-293-0/+16
| | | | | | * feMergeNodes can be deleted by clicking the input without dragging. * feMergeNodes can be added using a special empty input at the bottom of primitive. (bzr r3335)
* Filter effects dialog:Nicholas Bishop2007-07-282-0/+8
| | | | | | * 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-272-0/+8
| | | | | * For the Order attribute of feConvolveMatrix, show only the spin control, not the slider (bzr r3318)
* Filter effects dialog:Nicholas Bishop2007-07-271-0/+2
| | | | | 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-263-9/+139
| | | | | | | | | 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:Nicholas Bishop2007-07-145-205/+98
| | | | | | | * 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-122-0/+16
| | | | | | * 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)
* Fix #1740146.Johan B. C. Engelen2007-07-062-80/+157
| | | (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-041-0/+1
| | | (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-272-2/+2
| | | | | 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-271-1/+1
| | | (bzr r3114)
* initial filter UI code drop from NickMenTaLguY2007-06-246-0/+686
| | | (bzr r3095)
* 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-022-3/+3
| | | | | using the old fill/stroke style and paint style widgets, though. (bzr r3050)
* fix range, make integer, remove unnecessary document_done, fix 1635388bulia byak2007-03-262-6/+8
| | | (bzr r2766)
* purge unused stuff, copyeditbulia byak2007-03-262-14/+6
| | | (bzr r2764)
* Monster commit. New grid infrastructure. The old gridmanagement code is ↵Johan B. C. Engelen2007-03-202-41/+70
| | | | | still there; this committed for testing purposes. Goal is to delete the old grid code later on. (bzr r2721)
* patch by cilix42 for bug 1671665bulia byak2007-03-192-14/+20
| | | (bzr r2719)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-192-79/+79
| | | (bzr r2399)
* enable click-action and general tooltip for style swatchesbulia byak2007-02-152-7/+44
| | | (bzr r2378)
* spell out Fill and Stroke labelsbulia byak2007-02-151-4/+4
| | | (bzr r2377)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+2
| | | | | create methods to match DOM (bzr r2253)
* text fixesbulia byak2007-01-181-2/+2
| | | (bzr r2241)
* text markupbulia byak2007-01-181-2/+2
| | | (bzr r2240)
* text markup; use gradient preview for gradient fills or strokesbulia byak2007-01-182-6/+31
| | | (bzr r2239)
* height=12bulia byak2007-01-181-1/+1
| | | (bzr r2238)
* overwritten heap, wrong casts fixed. Closes SF#1575829Kees Cook2007-01-132-15/+16
| | | (bzr r2198)
* transientize the color picker window (it's a bare Gtk::Dialog so it requires ↵bulia byak2007-01-051-0/+4
| | | | | a special treatment) (bzr r2131)
* C++ Find dialog almost complete! (it works, but it is biiig now)Johan B. C. Engelen2006-11-292-16/+18
| | | (bzr r2054)
* New widget helperclass for Gtk:EntryJohan B. C. Engelen2006-11-293-0/+79
| | | (bzr r2051)
* correct annotation; fixmebulia byak2006-11-201-1/+2
| | | (bzr r1996)
* change opacity display to 0..100bulia byak2006-11-191-14/+17
| | | (bzr r1988)
* fixed 1582582gustav_b2006-11-021-0/+3
| | | (bzr r1885)
* workaround for crash 1580903 and several other issues caused by GTK's ↵bulia byak2006-10-261-0/+12
| | | | | braindead behavior exposed by display interruptibility (bzr r1866)
* Added "Other" radio toggle for the URI field on our license dialogJon Phillips2006-10-221-0/+8
| | | (bzr r1829)
* undo annotationsgustav_b2006-10-101-2/+1
| | | (bzr r1795)
* undo annotationsbulia byak2006-10-051-25/+23
| | | (bzr r1768)
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-262-10/+10
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-252-5/+5
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)