summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyeditbulia byak2008-01-101-5/+5
| | | (bzr r4450)
* label fix: kbd selection can never go into groups anyway, only layersbulia byak2008-01-101-4/+4
| | | (bzr r4449)
* roll back to 16721 (see discussion in the devel list)bulia byak2008-01-092-132/+10
| | | (bzr r4445)
* Fix LP #181020: When snapping a guide, now only the part of the guide near ↵Diederik van Lierop2008-01-081-1/+1
| | | | | the pointer is considered (bzr r4435)
* Fix missing tooltips in LPE's. (Closes LP: #178471)Bryce Harrington2008-01-061-1/+1
| | | | | Whitespace cleanup. (bzr r4413)
* Adds 'Save as SVG' button / dialog to clarify when saving file, that itBryce Harrington2008-01-061-2/+4
| | | | | will be saved as SVG. Patch from Gringer. (Closes LP: #169995) (bzr r4401)
* Fix LP #179741Johan B. C. Engelen2008-01-021-9/+3
| | | (bzr r4363)
* disable fill-and-stroke blend (separate commit for easy reversion)MenTaLguY2008-01-011-1/+1
| | | (bzr r4358)
* make blend versus blur more configurable on a case-by-case basisMenTaLguY2008-01-015-11/+20
| | | (bzr r4357)
* fix update on layer switch and work around some blur-related glitchesMenTaLguY2008-01-016-13/+18
| | | (bzr r4356)
* separate blend history for objects versus layersMenTaLguY2008-01-013-6/+16
| | | (bzr r4355)
* first crack at enabling blend for layers dialogMenTaLguY2008-01-014-14/+43
| | | (bzr r4354)
* abstraction for style widget subjectsMenTaLguY2008-01-015-71/+364
| | | (bzr r4353)
* factor filter and opacity controls into separate metawidgetMenTaLguY2008-01-015-241/+372
| | | (bzr r4352)
* Add default CC metadata and license to preferences.Bryce Harrington2007-12-312-10/+132
| | | | | (Closes LP: #169954) (bzr r4346)
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-302-18/+18
| | | | | Fix trailing whitespace. (bzr r4342)
* don't zoom when changing dpiKees Cook2007-12-301-2/+2
| | | (bzr r4338)
* beautify rendering options tabKees Cook2007-12-302-35/+66
| | | (bzr r4337)
* rip out gtkmmification of print dialog, to temporarily solve LP: #176018Kees Cook2007-12-302-53/+79
| | | (bzr r4336)
* adjust cairo bitmap origin offset fixupKees Cook2007-12-302-2/+2
| | | (bzr r4335)
* always show grids when adding new gridJohan B. C. Engelen2007-12-291-0/+3
| | | (bzr r4333)
* clean up print dialog for better integration with gtkmmKees Cook2007-12-293-41/+33
| | | (bzr r4331)
* correct build_gridspageJohan B. C. Engelen2007-12-291-5/+2
| | | (bzr r4330)
* Add icons to document properties grid table :-)Johan B. C. Engelen2007-12-292-2/+36
| | | (bzr r4329)
* fix crit bug #168570 Crash when recreating grid using 'redo'Johan B. C. Engelen2007-12-231-0/+1
| | | (bzr r4289)
* Fixed the parenting of the print dialog so that it cannot fall behind the ↵Joel Holdsworth2007-12-222-3/+3
| | | | | main inkscape desktop window (bzr r4278)
* 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-172-11/+11
| | | | | 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-164-4/+33
| | | (bzr r4238)
* Add default grid settings to Inkscape preferences.Johan B. C. Engelen2007-12-145-2/+113
| | | (bzr r4230)
* Add global snapping toggleDiederik van Lierop2007-12-122-3/+19
| | | (bzr r4221)
* Fixed the filter effects dialog always displaying all the filter settings by ↵Nicholas Bishop2007-12-122-1/+9
| | | | | overriding the behavior of show_all. (bzr r4220)
* Do NOT use frames in the snapping tab in the document properties dialog ;-)Diederik van Lierop2007-12-122-41/+19
| | | (bzr r4218)
* Warning cleanupJon A. Cruz2007-12-121-3/+2
| | | (bzr r4216)
* connected a signal to update the filter primitives list treeview when the ↵Felipe Corr??a da Silva Sanches2007-12-121-0/+2
| | | | | filters dialog is resized (bzr r4214)
* I have added beveled edges to the connections on the filter-effects Felipe Corr??a da Silva Sanches2007-12-111-3/+5
| | | | | dialog (bzr r4213)
* Use frames in the snapping tab in the document properties dialogDiederik van Lierop2007-12-112-24/+41
| | | (bzr r4210)
* r17226@mini-emma: ted | 2007-12-10 20:24:40 -0800Ted Gould2007-12-111-0/+1
| | | | | Adding in attr-widget.h (bzr r4208)
* r17222@mini-emma: ted | 2007-12-10 19:23:29 -0800Ted Gould2007-12-111-2/+3
| | | | | Builds for me. A couple of changes that broke things. But this works for me (tm). (bzr r4205)
* include header for close commandAdib Taraben2007-12-101-0/+1
| | | (bzr r4204)
* add #include <io.h> to enable win32 compileBob Jamison2007-12-101-0/+1
| | | (bzr r4202)
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-106-0/+396
| | | (bzr r4199)
* minor whitespace adjustmentKees Cook2007-12-101-2/+2
| | | (bzr r4196)
* Init some checkboxes correctly in document-properties dialogDiederik van Lierop2007-12-091-0/+2
| | | (bzr r4195)
* Warning cleanupJon A. Cruz2007-12-081-2/+2
| | | (bzr r4192)
* Fixes for gcc versions before 4.1.xJon A. Cruz2007-12-081-78/+113
| | | (bzr r4191)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-0721-286/+301
| | | | | | | | 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)
* Change title of tab in document properties dialog ("Snap details" -> "Snap ↵Diederik van Lierop2007-12-042-9/+10
| | | | | points") (bzr r4169)
* copyedit labels for claritybulia byak2007-12-021-3/+3
| | | (bzr r4156)