summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Reducing size of pop-up menu triggerJon A. Cruz2008-02-221-4/+10
| | | (bzr r4819)
* Warning cleanupJon A. Cruz2008-02-221-3/+3
| | | (bzr r4818)
* default values for checkbutton, colorbutton, dualspinbutton, spinslider ↵Felipe Corr??a da Silva Sanches2008-02-211-1/+13
| | | | | | | attrWidgets on filters dialog based on SVG spec (bzr r4802)
* Initial implementation of non-square swatchesJon A. Cruz2008-02-211-17/+51
| | | (bzr r4800)
* Warning cleanupJon A. Cruz2008-02-211-1/+1
| | | (bzr r4799)
* * add tooltips to spinsliders, spinbuttons and comboboxes on the filter ↵Felipe Corr??a da Silva Sanches2008-02-213-6/+14
| | | | | | | | | settings UI * add "no parameters required" label for feComposite primitive settings tab A future commit will add the tooltips for color-chooser-widget, checkboxes and matrix-entries (bzr r4798)
* Fixed an issue with the use of Q_ macro as introduced in rev 17415Marcin Floryan2008-02-201-2/+2
| | | (bzr r4792)
* Decoupled swatch sizes from icon sizesJon A. Cruz2008-02-201-8/+8
| | | (bzr r4790)
* yet another contextual splitAlexandre Prokoudine2008-02-201-1/+1
| | | (bzr r4788)
* initialize default value to zero when it is not provided as parameter to the ↵Felipe Corr??a da Silva Sanches2008-02-191-1/+1
| | | | | combobox constructor (bzr r4782)
* * use enums to deal with displacementmap channel selectorsFelipe Corr??a da Silva Sanches2008-02-192-3/+39
| | | | | * set default values explicitly for all combobox filter settings at the filters dialog. (bzr r4781)
* New submenu for tuning swatch appearanceJon A. Cruz2008-02-191-3/+27
| | | (bzr r4773)
* Fixing preview/swatch sizes.Jon A. Cruz2008-02-182-2/+18
| | | (bzr r4765)
* fix sticking in rotation mode after click (correct fix this time, sorry)bulia byak2008-02-171-0/+2
| | | (bzr r4748)
* fix sticking in rotation mode after clickbulia byak2008-02-171-2/+2
| | | (bzr r4747)
* fix for bug #184671 (Filter effects properties not updating correctly)Felipe Corr??a da Silva Sanches2008-02-152-2/+78
| | | (bzr r4733)
* * Missing localization for Reset preferences buttonLuca Bruno2008-02-112-2/+2
| | | (bzr r4707)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
| | | (bzr r4629)
* gray out widgets when grid is disabled.Johan B. C. Engelen2008-01-262-5/+5
| | | (bzr r4594)
* Hide the Image filter effect primitive from the filter effects dialog. Files ↵Nicholas Bishop2008-01-171-0/+14
| | | | | containing that filter will still show the filter in the dialog, but the settings area warns that the filter is not yet implemented in Inkscape. (bzr r4537)
* RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> ↵gustav_b2008-01-172-39/+32
| | | | | instead of old RegisteredWdg (bzr r4530)
* remove unnecessary cast + cosmetic changes.Johan B. C. Engelen2008-01-162-42/+63
| | | (bzr r4524)
* RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old ↵Johan B. C. Engelen2008-01-163-79/+46
| | | | | RegisteredWdg (bzr r4523)
* RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵Johan B. C. Engelen2008-01-162-47/+23
| | | | | RegisteredWdg (bzr r4521)
* No need to use pointers for the widgets of document-properties.cpp, so don't.Johan B. C. Engelen2008-01-161-0/+3
| | | | | Add easy upcast to gtk::widget to registered-widget.h (bzr r4520)
* r17673@shi: ted | 2008-01-15 23:01:59 -0800Ted Gould2008-01-161-1/+0
| | | | | SVK messed this up (bzr r4511)
* r17645@shi: ted | 2008-01-14 22:05:15 -0800Ted Gould2008-01-161-0/+2
| | | | | pre0 marking (bzr r4505)
* RegisteredCheckbutton is now subclassed from RegisteredWidget<CheckButton>Johan B. C. Engelen2008-01-152-77/+39
| | | (bzr r4500)
* RegisteredWidget has been renamed to RegisteredWdg. This is a deprecated ↵Johan B. C. Engelen2008-01-153-61/+115
| | | | | | | class, all that use it should be recoded and RegisteredWdg should be deleted as soon as possible. The *new* RegisteredWidget is a template class and should be subclassed (eventually) from Gtk::Widget, for example RegisteredWidget<Scalar> will be subclassed from Scalar, which is subclassed from Labelled, => Gtk::HBox => Gtk::Widget. This way, a RegisteredWidget<T> can be directly used as Gtk::Widget, and gtk::manage works, etc! This all should solve the problem of having multiple widgets for the same parameters. (bzr r4496)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-152-5/+6
| | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491)
* abstract use of sodipodi:modifiedMenTaLguY2008-01-152-3/+3
| | | (bzr r4490)
* make blend versus blur more configurable on a case-by-case basisMenTaLguY2008-01-014-10/+19
| | | (bzr r4357)
* fix update on layer switch and work around some blur-related glitchesMenTaLguY2008-01-015-12/+17
| | | (bzr r4356)
* separate blend history for objects versus layersMenTaLguY2008-01-012-5/+14
| | | (bzr r4355)
* first crack at enabling blend for layers dialogMenTaLguY2008-01-012-14/+39
| | | (bzr r4354)
* abstraction for style widget subjectsMenTaLguY2008-01-015-71/+364
| | | (bzr r4353)
* factor filter and opacity controls into separate metawidgetMenTaLguY2008-01-013-0/+368
| | | (bzr r4352)
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-302-18/+18
| | | | | Fix trailing whitespace. (bzr r4342)
* beautify rendering options tabKees Cook2007-12-302-35/+66
| | | (bzr r4337)
* clean up print dialog for better integration with gtkmmKees Cook2007-12-291-1/+1
| | | (bzr r4331)
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-191-4/+2
| | | (bzr r4258)
* Renaming captions and labels in snapping preferences dialog, and inverting ↵Diederik van Lierop2007-12-171-3/+3
| | | | | the behaviour of the 'snap at any distance' checkbox (bzr r4252)
* start of getting angled guidelines.Johan B. C. Engelen2007-12-161-1/+1
| | | | | | define guide's normal instead of vertical/horizontal. rendering is not implemented for angled guides yet. (bzr r4243)
* add default unit to grid preferences.Johan B. C. Engelen2007-12-162-0/+27
| | | (bzr r4238)
* Add default grid settings to Inkscape preferences.Johan B. C. Engelen2007-12-143-1/+36
| | | (bzr r4230)
* r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800Ted Gould2007-12-111-0/+1
| | | | | Adding in attr-widget.h (bzr r4208)
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-103-0/+158
| | | (bzr r4199)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-072-1/+42
| | | | | | | | started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-011-3/+3
| | | (bzr r4150)
* Remove debug messagesJohan B. C. Engelen2007-11-281-2/+0
| | | (bzr r4141)