summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-115-676/+676
| | | (bzr r3883)
* noop: ui/widget/selected-style.cpp: Change a local var to be more const, to ↵Peter Moulder2007-10-111-1/+1
| | | | | avoid char* string literal warnings from g++-4.2. (bzr r3882)
* fixing undo problems with LPE widgets. Not completely fixed yet. ↵Johan B. C. Engelen2007-09-276-19/+83
| | | | | CheckButtons still crash, and some changes are not recorded in the history (try the random parameters of curve stitching) (bzr r3809)
* Changed preference to use file chooser buttonJon A. Cruz2007-09-262-26/+52
| | | (bzr r3806)
* Define DockItems' floating state properly. Fixes some issues withgustav_b2007-09-254-12/+15
| | | | | floating docks. (bzr r3799)
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-242-16/+16
| | | (bzr r3791)
* Add functions for showing a specific notebook page in the F&S dialog,gustav_b2007-09-201-6/+19
| | | | | | replaced the use of the old sp_object_properties_{fill,stroke} with them. (bzr r3780)
* Add scrolling of dock on DockItem::present.gustav_b2007-09-203-3/+26
| | | (bzr r3777)
* Add handling of focus tabbing for GdlDockItem + various DockItem focusgustav_b2007-09-161-2/+11
| | | | | fixes. (bzr r3764)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-153-10/+8
| | | (bzr r3753)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b2007-09-103-78/+113
| | | | | cleanups. (bzr r3718)
* Purged fill type enumJon A. Cruz2007-09-102-32/+31
| | | (bzr r3706)
* Group dock related prefs, add hidden prefs for dock bar and switcher appearance.gustav_b2007-09-062-2/+13
| | | (bzr r3699)
* Prevented automatic center docking from happening and added thegustav_b2007-09-061-3/+9
| | | | | | preference "options.dialogscancenterdock" to allow users to disable it completely. (bzr r3692)
* LPE: fix undo bug for applying/removing effectJohan B. C. Engelen2007-09-051-2/+2
| | | (bzr r3686)
* add accessor for the updating statebulia byak2007-09-051-0/+3
| | | (bzr r3681)
* workaround for runaway spinbuttonbulia byak2007-09-051-9/+4
| | | (bzr r3677)
* Fixes for transient dialogs in win32.gustav_b2007-09-022-7/+6
| | | (bzr r3670)
* Fix makefiles for added LPE parameterJohan B. C. Engelen2007-09-021-0/+2
| | | (bzr r3664)
* LPE: add RandomParam type.Johan B. C. Engelen2007-09-024-0/+319
| | | (bzr r3662)
* Make sure gdl-dock-items created withgustav_b2007-08-311-2/+0
| | | | | | GDL_DOCK_ITEM_BEH_CANT_DOCK_CENTER won't dock with center placement. Clean up. (bzr r3631)
* Try to fix translation of LPE names.Johan B. C. Engelen2007-08-301-1/+1
| | | (bzr r3623)
* Dockable dialogs patch applied gustav_b2007-08-295-0/+1040
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* fix 1777084bulia byak2007-08-201-0/+7
| | | (bzr r3545)
* search and reset buttons added to ocal related features. fixed signals in ↵Bruno Dilly2007-08-202-0/+56
| | | | | import from ocal dialog. (bzr r3544)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-147-180/+812
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* Filter effects dialog:Nicholas Bishop2007-08-121-0/+2
| | | | | A couple bug fixes; the Link togglebutton for dual spinsliders now updates properly when switching between primitives. Also, the in2 attribute of feDisplacementMap is now properly checked when reordering primitives. (bzr r3452)
* Filter effects dialog:Nicholas Bishop2007-08-082-94/+0
| | | | | * Removed the FilterEffectChooser base class, no longer used (bzr r3420)
* Filter effects:Nicholas Bishop2007-08-082-101/+3
| | | | | * Removed the "Filter" option from the Blend mode combobox in the Fill and Stroke dialog. (bzr r3419)
* export to ocal bug fixBruno Dilly2007-08-082-3/+2
| | | (bzr r3418)
* 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)