summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (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)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-16/+82
| | | | | | | | | | | | | | | | | | | (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)
* 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-061-11/+0
| | | | | 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-041-165/+191
| | | | | Fixes bug #168826. (bzr r4167)
* make the order of buttons the same as that of menu commandsbulia byak2007-11-161-4/+4
| | | (bzr r4089)
* store paint bucket offset units in preferences to work around toolbar ↵John Bintz2007-11-011-3/+4
| | | | | initialization issue (bzr r4000)
* keep family list open when font is selectedMenTaLguY2007-10-051-3/+2
| | | (bzr r3835)
* * Marking empty strings as non-translatableLuca Bruno2007-09-131-12/+12
| | | (bzr r3742)
* add select all, select all in all layers, deselect to selector toolbarbulia byak2007-09-111-0/+4
| | | (bzr r3719)
* ensure select-one labels in tweak and paintbucketbulia byak2007-09-101-10/+10
| | | (bzr r3712)
* 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)
* 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)
* naming: avoid unintentional double-meanings (part 2)MenTaLguY2007-08-191-3/+3
| | | (bzr r3517)
* 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)
* 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)
* 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)
* move the box tool back where it belongs, in shapesbulia byak2007-07-101-1/+1
| | | (bzr r3217)
* Different resizing variant for 3D boxes (8 handles)Maximilian Albert2007-07-101-1/+1
| | | (bzr r3207)
* small cleanupsMaximilian Albert2007-07-101-0/+3
| | | (bzr r3206)
* Two variants of resizing 3D boxes (using three/four handles, respectively, ↵Maximilian Albert2007-07-041-0/+99
| | | | | demonstrating different behaviours). Much of this will be reverted once the final behaviour is settled. (bzr r3184)
* small cleanup (consistently use Box3D::Axis to specify axis directions)Maximilian Albert2007-07-031-12/+8
| | | (bzr r3173)
* More meaningful name for 3D axis directionsMaximilian Albert2007-07-031-1/+1
| | | (bzr r3169)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-271-6/+6
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* unref temporary styles properlybulia byak2007-06-271-1/+10
| | | (bzr r3113)
* Move icon of 3D Box tool between Text tool and Connector toolMaximilian Albert2007-06-261-1/+1
| | | (bzr r3108)
* Complete fix of cast causing compile error on x86-64 (see commit no. 15178)Maximilian Albert2007-06-261-3/+3
| | | (bzr r3107)
* Fix cast causing compile error on x86-64gustav_b2007-06-241-1/+1
| | | (bzr r3093)
* First (very limited) version of the 3D box tool; allows for drawing of new ↵Maximilian Albert2007-06-211-0/+94
| | | | | boxes in a fixed perspective without any live interaction. (bzr r3084)
* Add auto gap filling for Paint Bucket and implement "safety valve" to ↵John Bintz2007-05-281-0/+31
| | | | | prevent runaway fill operations (bzr r3040)
* fixed fixme's in shapeeditor and changed verbs for node editting. helps with ↵Johan B. C. Engelen2007-05-111-13/+45
| | | | | multiple nodepath implementation in shape-editor. (bzr r3000)
* Added preference to allow for system toolbox sizeJon A. Cruz2007-05-081-3/+14
| | | (bzr r2985)
* Set up toolbox so that paint bucket defaults can be resetJohn Bintz2007-04-251-0/+38
| | | (bzr r2963)
* Supress initial change due to feedback loopJon A. Cruz2007-04-221-3/+13
| | | (bzr r2948)
* Switched connector toobar to stock GTK+ toolbarsJon A. Cruz2007-04-211-101/+100
| | | | | Working on bug #146955 (bzr r2940)
* Switched dropper toobar to stock GTK+ toolbarsJon A. Cruz2007-04-201-236/+38
| | | | | Working on bug #146955 (bzr r2933)