summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use area ratio instead of diagonal ratio for "Zoom when window is resized"Thomas Holder2009-05-161-3/+1
| | | (bzr r7887)
* fix "Zoom when window is resized", got broken in rev 10439 (Bug #167651)Thomas Holder2009-05-161-3/+1
| | | (bzr r7885)
* When selecting a path with markers but without a stroke, then one should be ↵Diederik van Lierop2009-05-121-3/+37
| | | | | able to change the markers and the stroke width. Therefore these controls should not be greyed out in the stroke & fill dialog (fixes bug #166029, which was first reported in 2004 :-) ) (bzr r7868)
* Update name listJon A. Cruz2009-05-041-0/+3
| | | (bzr r7818)
* Build fix for GCC 3.4.4 (added include for stdio.h)Josh Andler2009-05-011-0/+1
| | | (bzr r7807)
* Cleanup cache and rendering of icons.Jon A. Cruz2009-04-281-47/+22
| | | (bzr r7781)
* Make the snap toolbar unsensitive to undo actions. How could I not have ↵Diederik van Lierop2009-04-271-1/+6
| | | | | noticed this bug before? (bzr r7780)
* Cleaning up legacy stock icons and correct icon sizes to match theme engine ↵Jon A. Cruz2009-04-273-69/+34
| | | | | sizes. (bzr r7779)
* Removed newer GIcon reference.Jon A. Cruz2009-04-221-12/+0
| | | (bzr r7759)
* Restoring needed icon rendering code. Addresses bug #363781.Jon A. Cruz2009-04-211-13/+249
| | | (bzr r7750)
* Fix the rest of missing icons in the geometry tool. Closes: #358132Krzysztof Kosi??ski2009-04-201-3/+3
| | | (bzr r7742)
* Added code to deal with changed icon names. Fixes bug #360964Jon A. Cruz2009-04-181-4/+255
| | | (bzr r7736)
* Correct recent changes that had reverted to always use SPIcon when not ↵Jon A. Cruz2009-04-181-25/+41
| | | | | present as external .png files. (bzr r7735)
* Restore base legacy name supportJon A. Cruz2009-04-181-11/+88
| | | (bzr r7731)
* Warning cleanupJon A. Cruz2009-04-181-1/+1
| | | (bzr r7730)
* Whitespace cleanupJon A. Cruz2009-04-181-3/+3
| | | (bzr r7729)
* Fix most icons in the geometry toolKrzysztof Kosi??ski2009-04-181-5/+5
| | | (bzr r7727)
* Fix most icon issues: blurry icons, tiling, etc. (hooray!)Krzysztof Kosi??ski2009-04-162-30/+23
| | | (bzr r7721)
* Complete the legacy icon mappingKrzysztof Kosi??ski2009-04-131-1/+64
| | | (bzr r7709)
* Add icon mappings (legacy IDs to icon names) for menus, tools andKrzysztof Kosi??ski2009-04-131-27/+232
| | | | | align & distribute dialog. (bzr r7708)
* Only add builtin icons if loading from SVG succeededKrzysztof Kosi??ski2009-04-121-1/+1
| | | (bzr r7696)
* Added a listing of icon name changes that have occurred since last release.Jon A. Cruz2009-04-121-0/+53
| | | (bzr r7694)
* Fix the "select all" icon and remove stuff causing problems from ↵Krzysztof Kosi??ski2009-04-111-324/+56
| | | | | widgets/icon.cpp (bzr r7685)
* Debug enhancementJon A. Cruz2009-04-021-1/+3
| | | (bzr r7605)
* Fixed icon blurriness due to theme changing icon sizesJon A. Cruz2009-03-311-6/+20
| | | (bzr r7596)
* Fix icon cache code to properly render multiple sizes as needed.Jon A. Cruz2009-03-301-2/+22
| | | (bzr r7591)
* blurry zoom magnifying glass icon in left side toolbox fixed by changing ↵Ed Halley2009-03-231-1/+1
| | | | | zoom-when-resizing-window mini-button icon (bzr r7549)
* Switch to widget state for paintingJon A. Cruz2009-03-231-2/+2
| | | (bzr r7547)
* Additional state indicators.Jon A. Cruz2009-03-232-17/+57
| | | (bzr r7546)
* fix squashed vruler: add requisition methonbulia byak2009-03-221-1/+10
| | | (bzr r7543)
* Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz2009-03-203-37/+37
| | | (bzr r7528)
* Rough code to preserve drag-n-drop of solid gradients.Jon A. Cruz2009-03-181-0/+13
| | | (bzr r7518)
* Initial read-only generation of per-document paletteJon A. Cruz2009-03-172-7/+10
| | | (bzr r7510)
* Contextual split of a message, updated Russian translationAlexandre Prokoudine2009-03-161-1/+1
| | | (bzr r7504)
* non-zero page_increment values for sliders (reverts parts of rev 19095)Thomas Holder2009-03-131-10/+10
| | | (bzr r7477)
* Made text entry handle standard web-hex values. Fixes bug #168121.Jon A. Cruz2009-03-091-4/+22
| | | (bzr r7457)
* xml tree widget also shows inkscape:label if anyEd Halley2009-03-081-2/+9
| | | (bzr r7440)
* Reworked internals of color and drag-n-drop.Jon A. Cruz2009-03-082-10/+120
| | | (bzr r7439)
* Moving dnd data generation into the generic ColorDef class.Jon A. Cruz2009-03-072-0/+41
| | | (bzr r7433)
* Zero page size, to accommodate stricter GTK+ API. Fixes bug #338196.Jon A. Cruz2009-03-062-3/+3
| | | (bzr r7429)
* Adding clear-color swatch to complement no-color.Jon A. Cruz2009-03-052-0/+22
| | | (bzr r7422)
* Add layers dialog to top toolbar. Applies patch from bug #336519.Jon A. Cruz2009-03-051-0/+2
| | | (bzr r7419)
* Removed boolean "remove" from swatch, used new type enum in ColorDef.Jon A. Cruz2009-03-042-4/+8
| | | (bzr r7411)
* Added work-around for broken themes that fill in with gtk_paint_border, ↵Jon A. Cruz2009-02-272-8/+25
| | | | | including gtk-qt-engine. Fixes bug #281809. (bzr r7387)
* Several icon name fixesKrzysztof Kosi??ski2009-02-262-3/+4
| | | (bzr r7373)
* Fix GTK includes in widgets/icon.cppKrzysztof Kosi??ski2009-02-251-8/+2
| | | (bzr r7367)
* fix crash when displaying dash selectorbulia byak2009-02-231-0/+1
| | | (bzr r7356)
* Fix snapping when dragging gradients (implement the snap delay, use snap ↵Diederik van Lierop2009-02-231-2/+2
| | | | | tolerances from the object snapper) (bzr r7355)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-2117-932/+4549
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-22/+10
| | | | | rather than for every subdirectory. (bzr r7336)