summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* The dialog to panel refactoring:gustav_b2007-11-221-2/+1
| | | | | | | | | | | | | | | | | | * Made the current dialogs subclass the Panel class instead of the Dialog class. * Extended the Panel class with some functionality that the dialogs relied on. * Added a PanelDialog class which is a dialog container for a single panel with the dialog behavior as a template parameter. (* Fixed coding style for the Panel and Dialog class) For details, see http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html (bzr r4126)
* Display CMS adjustment per-desktop viewJon A. Cruz2007-11-201-16/+159
| | | (bzr r4114)
* add one fractional digit to zooms less than 10%bulia byak2007-11-191-2/+7
| | | (bzr r4113)
* Prevent CMS button from pinning space used by scrollbarsJon A. Cruz2007-11-171-0/+4
| | | (bzr r4100)
* Adding ICC Profiles in X supportJon A. Cruz2007-11-172-39/+66
| | | (bzr r4095)
* make the order of buttons the same as that of menu commandsbulia byak2007-11-161-4/+4
| | | (bzr r4089)
* Don't force focus on the canvas when the desktop is givengustav_b2007-11-121-4/+1
| | | | | | focus. Instead, focus will be given to the widget in the desktop that had focus the last time. (bzr r4070)
* Minor cleanupJon A. Cruz2007-11-111-4/+4
| | | (bzr r4056)
* Added rough ui to flip colors to be icc-colorJon A. Cruz2007-11-101-8/+46
| | | (bzr r4053)
* store paint bucket offset units in preferences to work around toolbar ↵John Bintz2007-11-011-3/+4
| | | | | initialization issue (bzr r4000)
* First step adding switching of colors to profilesJon A. Cruz2007-10-301-21/+40
| | | (bzr r3973)
* Cleanup on color changersJon A. Cruz2007-10-3014-237/+265
| | | (bzr r3972)
* Moving functionality into <color-profile>Jon A. Cruz2007-10-292-96/+109
| | | (bzr r3971)
* Add hack to prevent the dock paned from catching F6 and F8 key presses.gustav_b2007-10-091-0/+7
| | | (bzr r3868)
* Cliff's nice patch: [ 1803881 ] Stock Patterns Support in Fill/StrokeJohan B. C. Engelen2007-10-091-34/+155
| | | (bzr r3865)
* Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz2007-10-082-0/+44
| | | (bzr r3862)
* keep family list open when font is selectedMenTaLguY2007-10-051-3/+2
| | | (bzr r3835)
* non-lcms build fixesJon A. Cruz2007-10-031-2/+6
| | | (bzr r3830)
* #ifdef improvementJon A. Cruz2007-10-031-2/+16
| | | (bzr r3828)
* Added mismatch fixup button and misc tuning slider setting.Jon A. Cruz2007-09-282-78/+104
| | | (bzr r3812)
* Fixed color sliders and calculationJon A. Cruz2007-09-281-65/+51
| | | (bzr r3810)
* remove duplicate button, useless nowbulia byak2007-09-261-37/+0
| | | (bzr r3801)
* Hide sliders when not validJon A. Cruz2007-09-251-0/+7
| | | (bzr r3796)
* Initial support for icc color selection including CMYKJon A. Cruz2007-09-258-22/+944
| | | (bzr r3794)
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-241-3/+3
| | | (bzr r3791)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-1510-92/+140
| | | (bzr r3753)
* * Marking empty strings as non-translatableLuca Bruno2007-09-132-13/+13
| | | (bzr r3742)