summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-045-13/+14
| | | (bzr r6561)
* Fixed const-correctness and member accessJon A. Cruz2008-08-032-30/+35
| | | (bzr r6544)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-2/+2
| | | (bzr r6513)
* whitespaceMaximilian Albert2008-07-301-1/+1
| | | (bzr r6476)
* Make text widget for TextParams work and re-enable itMaximilian Albert2008-07-303-6/+4
| | | (bzr r6469)
* New registered widget (text entry box).Maximilian Albert2008-07-295-0/+210
| | | (bzr r6461)
* Fixed regression: changing blend mode in layers dialog didn't workNiko Kiirala2008-07-241-3/+9
| | | (bzr r6409)
* cleanup includesJohan B. C. Engelen2008-07-212-15/+1
| | | (bzr r6385)
* fix includes a bit for imagetogglerJohan B. C. Engelen2008-07-212-11/+1
| | | (bzr r6384)
* extract ImageToggler from layers dialogJohan B. C. Engelen2008-07-204-0/+226
| | | (bzr r6377)
* Warning cleanupJon A. Cruz2008-07-202-12/+12
| | | (bzr r6367)
* fix combo enum, to handle enums of all types (not only the ones that range ↵Johan B. C. Engelen2008-07-161-3/+3
| | | | | from 0..10) (bzr r6333)
* ui/widget/tolerance-slider.h: Supply missing #includes/declarations so that ↵Peter Moulder2008-07-051-1/+4
| | | | | we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6189)
* Warning cleanupJon A. Cruz2008-07-041-1/+1
| | | (bzr r6156)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-41/+1
| | | (bzr r6046)
* Fixed uninitialized membersJon A. Cruz2008-06-061-4/+9
| | | (bzr r5825)
* Fixed uninitialized memberJon A. Cruz2008-06-061-0/+2
| | | (bzr r5824)
* Made possible to use blur on object that has a complex filter appliedNiko Kiirala2008-06-022-29/+32
| | | (bzr r5785)
* Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop2008-04-302-11/+27
| | | (bzr r5562)
* noop: Address a couple of warnings from g++-4.3.Peter Moulder2008-04-242-4/+4
| | | (bzr r5504)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-121-1/+2
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-78/+78
| | | (bzr r5379)
* RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2008-04-052-4/+4
| | | | | LPE PointParam: set transform in RegisteredTransformedPoint-widget (bzr r5348)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-3/+0
| | | (bzr r5299)
* make stroke width adjustable by rotation toobulia byak2008-04-012-4/+121
| | | (bzr r5295)
* add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen2008-03-301-0/+79
| | | (bzr r5240)
* Fixed initialization orderJon A. Cruz2008-03-281-3/+3
| | | (bzr r5217)
* make sure we explicitly use geometric bbox for calculating blur marginsbulia byak2008-03-231-2/+3
| | | (bzr r5173)
* changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen2008-03-224-7/+31
| | | (bzr r5171)
* * add RegisteredTransformedPoint widget, that transforms the point before ↵Johan B. C. Engelen2008-03-224-2/+74
| | | | | | | | displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165)
* Reworked swatches context menu slightly to make it more compact and a bit ↵Marcin Floryan2008-02-281-58/+78
| | | | | clearer. Added some strings. (bzr r4899)
* Whitespace & misc cleanupJon A. Cruz2008-02-281-62/+66
| | | (bzr r4892)
* added randomize icon, cleaned defs in icons.svg, and saved with preferences ↵Josh Andler2008-02-271-1/+1
| | | | | tweaked for smaller file size. (bzr r4889)
* Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed ↵Johan B. C. Engelen2008-02-274-290/+106
| | | | | RegisteredWdg. (bzr r4887)
* 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)