summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * on-canvas clip and mask editing :) in the object menu you can find how to ↵Johan B. C. Engelen2008-02-231-0/+19
| | | | | | | edit them. * show helperpath toggle on node-edit toolbar. so helperpath is now also available for normal paths (instead of only for LPE'd paths) (bzr r4834)
* Changed how tooltips for verbs are fetched to display translated versions ↵Marcin Floryan2008-02-221-1/+1
| | | | | correctly in the toolbox. Closes #169103. (bzr r4822)
* Fixing preview/swatch sizes.Jon A. Cruz2008-02-182-6/+6
| | | (bzr r4765)
* make the font family drop-down a little less flakeybulia byak2008-02-161-14/+40
| | | (bzr r4740)
* remove old and apparently unused hack that was causing bug 192060bulia byak2008-02-151-7/+0
| | | (bzr r4735)
* comment fixbulia byak2008-02-132-3/+3
| | | (bzr r4726)
* remaining g++ 4.3 compilation fix-upsKees Cook2008-02-111-1/+1
| | | (bzr r4706)
* * Localization for menubar tooltips, patch by Marcin Floryan (closes: #169103)Luca Bruno2008-02-101-1/+1
| | | (bzr r4690)
* fix 189661bulia byak2008-02-061-1/+3
| | | (bzr r4669)
* Iron out some rounding errors in the displaying of the rulers and of guidesDiederik van Lierop2008-02-052-13/+26
| | | (bzr r4662)
* Fix missing ruler and document title updates when a file is opened in an ↵Maximilian Albert2008-02-032-0/+11
| | | | | existing window (bzr r4640)
* Make units pc (pica) and ft (feet) work correctly. Closes: LP #167943.Maximilian Albert2008-02-032-3/+4
| | | (bzr r4639)
* Fix for LP #168959 as per John Cliff's 'patch' in the bug trackerMaximilian Albert2008-02-021-1/+4
| | | (bzr r4637)
* Suppress the jitter that sometimes occurs when drawing the ticks of the rulersDiederik van Lierop2008-02-011-8/+16
| | | (bzr r4632)
* Additional fix for bug #167500Diederik van Lierop2008-01-311-3/+5
| | | (bzr r4630)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-3112-14/+35
| | | (bzr r4629)
* Fix for if LCMS is disabled. (LP# 174854)Bryce Harrington2008-01-302-4/+14
| | | (bzr r4622)
* 2nd part of the fix for bug #167500: correctly update the rulers when they ↵Diederik van Lierop2008-01-304-13/+99
| | | | | change size (bzr r4621)
* fix 169057 and prevent non-numeric input for font sizebulia byak2008-01-301-4/+17
| | | (bzr r4618)
* further fixes to font size combo: activate on defocus except when caused by ↵bulia byak2008-01-281-4/+36
| | | | | esc; parse the value and serialize it back per css rules for setting style only if parsed successfully, to prevent corruption by bogus or empty values (bzr r4608)
* fix 168397 and other font size combo bugsbulia byak2008-01-271-23/+33
| | | (bzr r4607)
* Partially fix bug #167500 (rulers being off)Diederik van Lierop2008-01-181-28/+21
| | | (bzr r4557)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-1/+1
| | | | | | | | | 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-151-1/+1
| | | (bzr r4490)
* remove the strutsbulia byak2008-01-111-13/+0
| | | (bzr r4456)
* patch from bug 175398bulia byak2008-01-111-1/+2
| | | (bzr r4455)
* Fix for Bug #181663 (Font style errors / assert when changing style)Gail Carmichael2008-01-101-6/+38
| | | | | | - I didn't see the problem described in the main part, but the assert was overzealous and, in my new opinion, shouldn't be there, so it's gone. - Fixed other style button problems mentioned in comments. (bzr r4453)
* fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent ↵Johan B. C. Engelen2008-01-091-1/+1
| | | | | name clash on windows compile. (bzr r4437)
* Enable 3D box toolbarMaximilian Albert2008-01-081-259/+280
| | | (bzr r4436)
* noop (cleanup): remove commented line in widgets/toolbox.cpp obviously left ↵Maximilian Albert2008-01-061-1/+0
| | | | | over from copy & paste (bzr r4405)
* Adds 'Save as SVG' button / dialog to clarify when saving file, that itBryce Harrington2008-01-061-2/+5
| | | | | will be saved as SVG. Patch from Gringer. (Closes LP: #169995) (bzr r4401)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-052-79/+175
| | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392)
* Strip out Pango markup from tooltips (fixes bug #167640)Bryce Harrington2007-12-301-2/+1
| | | (bzr r4339)
* non-poppler build fixJon A. Cruz2007-12-171-17/+17
| | | | | Warning and CRLF cleanup (bzr r4246)
* defocus layer selector after choosing layerbulia byak2007-12-171-0/+3
| | | (bzr r4245)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-100/+157
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* Warning cleanupJon A. Cruz2007-12-081-162/+0
| | | (bzr r4192)
* Removed conditional GTK+ < 2.6.0 code since 2.8.0 has been a requirement for ↵Jon A. Cruz2007-12-062-132/+112
| | | | | almost a year (bzr r4184)
* Warning cleanupJon A. Cruz2007-12-061-2/+1
| | | (bzr r4183)
* Add unit selector for node coordinate entriesMaximilian Albert2007-12-051-8/+36
| | | (bzr r4181)
* Always set coord entry fields inactive when switching to the node toolMaximilian Albert2007-12-051-0/+4
| | | (bzr r4179)
* Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool.Johan B. C. Engelen2007-12-051-0/+18
| | | (bzr r4177)
* Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 ↵Maximilian Albert2007-12-051-49/+184
| | | | | and #172113) (bzr r4174)
* Implemented use of "short_label" for toolbar items.Jon A. Cruz2007-12-043-198/+230
| | | | | Fixes bug #168826. (bzr r4167)
* use stockid for label; help text updatebulia byak2007-12-041-4/+8
| | | (bzr r4165)
* warning cleanupJon A. Cruz2007-12-041-3/+6
| | | (bzr r4163)
* UI tweaks for CMS view toggleJon A. Cruz2007-12-021-6/+28
| | | (bzr r4152)
* Adding icon for color managementJon A. Cruz2007-11-291-1/+1
| | | (bzr r4144)
* Menu item to toggle CMS adjustment on and offJon A. Cruz2007-11-262-0/+15
| | | (bzr r4138)
* Implemented per-monitor display adjustment via XICCJon A. Cruz2007-11-241-16/+43
| | | (bzr r4132)