summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding mised page sizer initializationJon A. Cruz2008-02-281-0/+1
| | | (bzr r4893)
* Convert remaining old RegisteredWdg's to RegisteredWidget's. Removed ↵Johan B. C. Engelen2008-02-272-7/+3
| | | | | RegisteredWdg. (bzr r4887)
* Finished translation stuff for filedialogimpl-win32.cppMarcin Floryan2008-02-261-3/+3
| | | (bzr r4865)
* Added missing src/ui/dialog/filedialogimpl-win32.cpp file to po/POTFILES.in ↵Marcin Floryan2008-02-261-3/+3
| | | | | and changed the former to mark all relevant strings for translation. (bzr r4864)
* Split the "Clones" string to introduce two contexted strings (Clones as ↵Marcin Floryan2008-02-262-1/+4
| | | | | objects to find and Clones as tool to use in ui/dialog/inkscape-preferences.cpp). Asses some comments for translators. (bzr r4861)
* Added preference UI item to toggle tablet tool switchingJon A. Cruz2008-02-262-10/+14
| | | (bzr r4858)
* Line-end fixJon A. Cruz2008-02-252-1809/+1809
| | | (bzr r4845)
* svg element referenced by id part of feImage filter rendering.Felipe Corr??a da Silva Sanches2008-02-251-1/+1
| | | | | | | | | | | This commit introduces some known bugs. I will fill a bug report about it, so that we don't forget it. Nominally they are: * seems to leak memory. I haven't found out how. Needs review. * it works when you create and use the filter, but it crashes when trying to open a file that already contains a filter using feImage referencing an svgelement. (bzr r4844)
* Only add to favorites if path is absoluteJon A. Cruz2008-02-241-14/+21
| | | (bzr r4840)
* Warning and whitespace cleanupJon A. Cruz2008-02-245-76/+79
| | | (bzr r4838)
* Warning and space cleanupJon A. Cruz2008-02-231-12/+12
| | | (bzr r4833)
* Corrected Copyright years in file dialogs from 2007 -> 2008Joel Holdsworth2008-02-236-6/+10
| | | (bzr r4832)
* Merged in Native File Dialogs for Windows BranchJoel Holdsworth2008-02-236-146/+1992
| | | (bzr r4830)
* updating filters infobox iconsFelipe Corr??a da Silva Sanches2008-02-221-1/+1
| | | | | Adjustment of margin spacing (bzr r4823)
* reduced range of basefrequency attribute in the feturbulence settings UIFelipe Corr??a da Silva Sanches2008-02-211-1/+1
| | | (bzr r4806)
* More sensible size constraints for undo history panel.gustav_b2008-02-211-1/+1
| | | (bzr r4804)
* default values for checkbutton, colorbutton, dualspinbutton, spinslider ↵Felipe Corr??a da Silva Sanches2008-02-211-45/+45
| | | | | | | attrWidgets on filters dialog based on SVG spec (bzr r4802)
* * added tooltips for checkboxes and matricesFelipe Corr??a da Silva Sanches2008-02-211-16/+19
| | | | | * removed stitch tiles option from the UI because it is not properly implemented yet (bzr r4801)
* * add tooltips to spinsliders, spinbuttons and comboboxes on the filter ↵Felipe Corr??a da Silva Sanches2008-02-211-53/+103
| | | | | | | | | 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)
* * use enums to deal with displacementmap channel selectorsFelipe Corr??a da Silva Sanches2008-02-192-13/+14
| | | | | * set default values explicitly for all combobox filter settings at the filters dialog. (bzr r4781)
* fix for bug #193228Felipe Corr??a da Silva Sanches2008-02-192-2/+6
| | | (bzr r4779)
* warning cleanupFelipe Corr??a da Silva Sanches2008-02-191-2/+5
| | | (bzr r4777)
* * convolve matrix code refactoring Felipe Corr??a da Silva Sanches2008-02-191-1/+1
| | | | | * filter effects dialog warning cleanup (bzr r4776)
* wrap vfs_read_callback() callback in #ifdef WITH_GNOME_VFSBob Jamison2008-02-171-0/+5
| | | (bzr r4758)
* Fix #192549 "selected style indicator can only call fill&stroke dialog once",gustav_b2008-02-171-1/+10
| | | | | regression by r17207. (Request dialog to presented when panel signals present.) (bzr r4754)
* cosmetics, copyeditbulia byak2008-02-171-4/+6
| | | (bzr r4752)
* do not override myFilename for OCAL inport!Kees Cook2008-02-171-9/+18
| | | (bzr r4751)
* fixups for previous OCAL tempfile wranglingsKees Cook2008-02-171-3/+8
| | | (bzr r4746)
* fix bug #191847, based on patch from Lubomir KundrakKees Cook2008-02-171-11/+21
| | | (bzr r4745)
* fix bug #179326, thanks to Lubomir KundrakKees Cook2008-02-171-52/+29
| | | (bzr r4744)
* add x,y, width and height parameter settings for <filter> node in a separate ↵Felipe Corr??a da Silva Sanches2008-02-162-34/+114
| | | | | | | | | tab on filters dialod (because it these parameters are not specific to a single primitive, but general to the whole filter instance) we should have handles on desktop to ajust this, but currently, setting widgets is all I am capable of creating :-P (bzr r4742)
* fix for bug #184671 (Filter effects properties not updating correctly)Felipe Corr??a da Silva Sanches2008-02-152-15/+33
| | | (bzr r4733)
* i18n patch from MarcinAlexandre Prokoudine2008-02-131-1/+2
| | | (bzr r4719)
* infobox on filter effects dialog now is optionalFelipe Corr??a da Silva Sanches2008-02-123-0/+20
| | | (bzr r4710)
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-0/+2
| | | (bzr r4706)
* Offline work done during weekend:Felipe Corr??a da Silva Sanches2008-02-111-3/+5
| | | | | | | | | | * handle fefuncR, fefuncG, fefuncB and fefuncA nodes * implement fecomponenttransfer renderer ** identity and gamma modes render perfectly ** linear and table modes are rendering with very slight imperfections This commit still mantains feComponentTransfer out of UI (still not implemented) (bzr r4704)
* * Alternative translation text for Grid|New, patch by Marcin Floryan ↵Luca Bruno2008-02-081-1/+2
| | | | | (closes: #189350) (bzr r4687)
* well... this is a better fix for bug #180117 (Filter Dialog soup) !Felipe Corr??a da Silva Sanches2008-02-071-3/+4
| | | (bzr r4679)
* fix for bug #180117 (Filter Dialog soup)Felipe Corr??a da Silva Sanches2008-02-071-5/+3
| | | (bzr r4678)
* Delete trailing whitespaceBryce Harrington2008-02-041-94/+94
| | | (bzr r4656)
* fix emphasize coloring of grid lines (preference, dotted xy-grid and axonomgrid)Johan B. C. Engelen2008-02-041-1/+4
| | | (bzr r4655)
* Whitespace cleanupBryce Harrington2008-02-041-46/+46
| | | (bzr r4645)
* Fix dragging a connection in the filter effects dialog into the primitive ↵Nicholas Bishop2008-02-021-0/+1
| | | | | | | type column. Was incorrectly causing one of the standard sources to be selected. Fixes bug #168790 (bzr r4638)
* When a panel dialog is presented, request it's panel to be presented as well. gustav_b2008-01-301-4/+16
| | | | | Fixes #184499 "Inkscape Preferences dialog does not remember tabs/pages" (bzr r4619)
* * don't strech buttons on lpe dialog when resizing the dialogFelipe Corr??a da Silva Sanches2008-01-301-2/+4
| | | | | * return to "No effects applied" message when one removes an lpe effect (bzr r4616)
* - marked forgoten message for translationAlexandre Prokoudine2008-01-281-1/+1
| | | | | - updated ru.po again (bzr r4611)
* at least gray out the remove button if we can't remove it when no gridsbulia byak2008-01-261-3/+2
| | | (bzr r4602)
* fix: show lpe parameters when new effect is appliedJohan B. C. Engelen2008-01-261-0/+2
| | | (bzr r4601)
* gray out widgets when grid is disabled.Johan B. C. Engelen2008-01-261-4/+4
| | | (bzr r4594)
* * implemented feImage Settings UIFelipe Corr??a da Silva Sanches2008-01-241-4/+139
| | | | | | * created feImage icon * added CC licensing info on feConvolveMatrix-icon (bzr r4586)