summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Numeric values on test areaJon A. Cruz2008-03-221-0/+7
| | | (bzr r5164)
* Removed Win32 keep-dialogs-on-top preference, now set permanently to trueJoel Holdsworth2008-03-224-25/+7
| | | (bzr r5160)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-212-5/+4
| | | (bzr r5149)
* Bugfix to prevent the print dialog falling underneath the inkscape desktop ↵Joel Holdsworth2008-03-212-3/+4
| | | | | windows in Win32 (bzr r5147)
* Adding axis detection to new input dialogJon A. Cruz2008-03-212-42/+224
| | | (bzr r5140)
* Adding signals and linkingJon A. Cruz2008-03-201-31/+120
| | | (bzr r5129)
* Add option to treat grups as single objects when converting to guides.Maximilian Albert2008-03-192-1/+4
| | | (bzr r5124)
* A fix for bug #199357 "cannot load emf file" based on the patch submitted by ↵Joel Holdsworth2008-03-171-5/+5
| | | | | Ulferikson (bzr r5109)
* Improved visibility of button indicators and added updating when tools switchJon A. Cruz2008-03-151-31/+50
| | | (bzr r5098)
* Split data mode apart from UI and added button trackersJon A. Cruz2008-03-151-125/+112
| | | (bzr r5092)
* BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista ↵Albin Sunnanbo2008-03-132-2/+4
| | | | | tempfiles breaks some extensions (including Save as XAML) (bzr r5082)
* Turn off debug simulated devicesJon A. Cruz2008-03-131-1/+1
| | | (bzr r5077)
* Adding new extended input devices dialogJon A. Cruz2008-03-134-0/+846
| | | (bzr r5076)
* Better testBob Jamison2008-03-121-1/+3
| | | (bzr r5068)
* Snap to page borderDiederik van Lierop2008-03-122-2/+6
| | | (bzr r5059)
* Got initial JS execution workingBob Jamison2008-03-111-26/+13
| | | (bzr r5057)
* Update to follow new scripting stuffBob Jamison2008-03-101-15/+31
| | | (bzr r5017)
* make the infobox narrower and place add button above itbulia byak2008-03-081-3/+4
| | | (bzr r4988)
* add preferences for path flashing on mouseoverJohan B. C. Engelen2008-03-062-0/+11
| | | (bzr r4977)
* noop: reverted one line of commit #17642 (it's safe to call g_free with NULL)Maximilian Albert2008-03-041-2/+1
| | | (bzr r4953)
* Fixed buffer overrun in FileOpenDialogImplWin32::createFilterMenu, corrected ↵Joel Holdsworth2008-03-041-32/+36
| | | | | a couple of potential memory leaks, and tidied the code a bit (bzr r4950)
* added Marcin Floryan, made Gail's second name match new reality :)Alexandre Prokoudine2008-03-031-0/+2
| | | (bzr r4942)
* fixed another localization issue - file extension names are now localized ↵Marcin Floryan2008-02-281-2/+2
| | | | | properly. (bzr r4901)
* Fixed off-by-one filter bug with the windows native file dialogs, and tidied ↵Joel Holdsworth2008-02-282-67/+42
| | | | | code a bit in filedialogimpl-win32.cpp/h (bzr r4900)
* 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)
* revert a small bit in document-properties.cpp of rev 17540. page sizer ↵Johan B. C. Engelen2008-02-281-1/+1
| | | | | init() was removed while it shouldn't have been so. (bzr r4895)
* Adding mised page sizer initializationJon A. Cruz2008-02-281-0/+1
| | | (bzr r4893)
* 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-276-297/+109
| | | | | 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)
* Stop taking up vertical space when horizontal scrollbar not shown.Jon A. Cruz2008-02-221-0/+20
| | | | | Fixes Bug #168619 (bzr r4820)
* 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)
* 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-212-46/+58
| | | | | | | attrWidgets on filters dialog based on SVG spec (bzr r4802)