summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* add select all, select all in all layers, deselect to selector toolbarbulia byak2007-09-112-0/+11
| | | (bzr r3719)
* ensure select-one labels in tweak and paintbucketbulia byak2007-09-101-10/+10
| | | (bzr r3712)
* Purged fill type enumJon A. Cruz2007-09-102-42/+29
| | | (bzr r3706)
* rearrange, disable fidelity for color modesbulia byak2007-09-101-2/+8
| | | (bzr r3705)
* reorder widgets for better logical groupingbulia byak2007-09-101-5/+6
| | | (bzr r3704)
* Decent support for setting the direction of infinite VPs via the toolbar and ↵Maximilian Albert2007-09-011-34/+251
| | | | | partial fix for wrong undo behaviour (?) (bzr r3659)
* copyeditbulia byak2007-08-301-2/+2
| | | (bzr r3618)
* Dockable dialogs patch applied gustav_b2007-08-292-9/+47
| | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613)
* four more modesbulia byak2007-08-271-11/+154
| | | (bzr r3592)
* add Affect: label, fill in presets for shape toolsbulia byak2007-08-211-20/+43
| | | (bzr r3558)
* add Affect: labelbulia byak2007-08-211-0/+7
| | | (bzr r3557)
* make zoom value update immediatebulia byak2007-08-211-0/+3
| | | (bzr r3556)
* naming: avoid unintentional double-meanings (part 2)MenTaLguY2007-08-191-3/+3
| | | (bzr r3517)
* Reword transform toggle tooltips based on user feedback regarding theMenTaLguY2007-08-171-2/+2
| | | | | frequent confusion about what they do (bzr r3484)
* Remove second option for resizing 3D boxes (now we have 8 handles; the four ↵Maximilian Albert2007-08-161-97/+0
| | | | | front ones resize in XY-plane, the four rear ones along the Z axis) (bzr r3477)
* fix 1767940bulia byak2007-08-101-40/+14
| | | (bzr r3449)
* Hold perspectives on document level rather than globally; this corrects the ↵Maximilian Albert2007-08-091-8/+10
| | | | | changes made in commit #15681 (bzr r3445)
* tweak toolbulia byak2007-08-081-1/+157
| | | (bzr r3423)
* Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape ↵Maximilian Albert2007-08-071-22/+7
| | | | | boxes when state of a VP changes (bzr r3412)
* add a way to set a radio toggle in aux toolbar via desktop, by the toggles idbulia byak2007-08-072-0/+14
| | | (bzr r3408)
* Don't draw auxiliary vanishing points any moreMaximilian Albert2007-08-061-1/+0
| | | (bzr r3396)
* Store a global list of existing perspectives; for each perspective hold a ↵Maximilian Albert2007-08-061-8/+8
| | | | | list of associated boxes; explicitly pass perspectives as arguments when creating PLs (bzr r3380)