summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unnecessary style selector removed from the Spray tool bar and preferences, ↵Nicolas Dufour2010-04-281-3/+9
| | | | | and string disambiguation. (bzr r9386)
* inkscape-comboboxentry-action:Tavmjong Bah2010-04-271-6/+19
| | | | | | | | | Add option to add extra width to GtkComboBox. Add names to widgets so styles can be set with RC files. toolbox.cpp: Add extra width to font-family GtkComboBox. Change style of font-family drop-down from menu to list. (bzr r9384)
* some copyediting of labelsbuliabyak2010-04-271-6/+6
| | | (bzr r9383)
* Add alt-x shortcut to new text toolbar.Tavmjong Bah2010-04-241-6/+7
| | | (bzr r9369)
* Minor tweaks to text toolbar.Tavmjong Bah2010-04-231-4/+4
| | | (bzr r9366)
* Converted text toolbar to GTK toolbar.Tavmjong Bah2010-04-231-822/+928
| | | | | | | | | | | Moved Bold and Italics buttons to group font items together. Added items for line-height, word-spacing, and letter-spacing. Added ink-comboboxentry-action to wrap a GtkComboBoxEntry widget: Options: Pop-up completion menu. Use of external cell_data_func for formatting (e.g. font preview). Adjustable GtkEntry width. Display warning icon/tooltip if entry isn't in list. (bzr r9365)
* Second step in fixing changing of font faces.Tavmjong Bah2010-04-161-25/+74
| | | (bzr r9340)
* Leave uninitialized bools in preferences to the default 'false' value. Code ↵Jon A. Cruz2010-04-121-1/+1
| | | | | should initialize those explicitly and not count on GUI widgets to do so. (bzr r9318)
* Fixed state sync for node tool booleans. Addressing bug #426032.Jon A. Cruz2010-04-121-430/+378
| | | (bzr r9316)
* Correct calligraphic toggles getting out of sync with behavior.Jon A. Cruz2010-04-111-25/+88
| | | (bzr r9311)
* Fix "show handles" button state on Ctrl+HKrzysztof Kosi??ski2010-04-061-0/+27
| | | (bzr r9299)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-141-1/+1
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* Move new "NodesShow*" action to be with the existing ones on the toolbar.Jon A. Cruz2010-03-081-1/+1
| | | (bzr r9162)
* Restore node toolbar buttons that were just commented out. Fixes bug #534045.Jon A. Cruz2010-03-071-3/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/534045 (bzr r9161)
* Implement a preference that determines whether deleting nodesKrzysztof Kosi??ski2010-03-021-3/+3
| | | | | preserves the shape (bzr r9130)
* Disabled unfinished connection point edit mode. Added ↵Arcadie M. Cracan2010-02-211-3/+3
| | | | | inkscape:connection-start-point, inkscape:connection-end-point attributes for connector endpoints. This corrects the previous approach making drawings created in 0.48 version compatible with earlier versions (new attributes are silently ignored). (bzr r9103.1.1)
* Correcting statements collapsed to a single line.Jon A. Cruz2010-01-151-12/+36
| | | (bzr r8985)
* Warning cleanup.Jon A. Cruz2010-01-151-2/+2
| | | (bzr r8981)
* * Add "show transform handles" toggle button.Krzysztof Kosi??ski2010-01-141-9/+27
| | | | | | * Transform handle mode switching similar to selector tool, when node transform handles are visible. (bzr r8846.2.18)
* Merge GSoC 2009 node tool rewriteKrzysztof Kosi??ski2010-01-141-143/+91
|\ | | | | (bzr r8976)
| * Implement segment weld to make segment join similar to node joinKrzysztof Kosi??ski2010-01-141-1/+1
| | | | | | (bzr r8846.2.12)
| * * Merge from trunkKrzysztof Kosi??ski2010-01-141-679/+1264
| |\ | | | | | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-143/+91
| | | | | | | | | (bzr r8846.1.1)
* | | Adding a 'widescreen' task.Jon A. Cruz2010-01-131-13/+50
| |/ |/| | | (bzr r8972)
* | Initial cut of disabling floating windows on window managers with problems.Jon A. Cruz2010-01-121-8/+20
| | | | | | (bzr r8971)
* | Enabling now that some have confirmed proper functionality on 64-bit.Jon A. Cruz2010-01-121-1/+1
| | | | | | (bzr r8970)
* | Implemented dynamic repositioning of toolboxes.Jon A. Cruz2010-01-111-0/+2
| | | | | | (bzr r8968)
* | Disable questioned code section.Jon A. Cruz2010-01-111-0/+28
| | | | | | | | | | Added name fetch. (bzr r8967)
* | Removed null'd use of icons.Jon A. Cruz2010-01-101-9/+1
| | | | | | (bzr r8966)
* | Temporarily block out code giving problems on 64-bit.Jon A. Cruz2010-01-101-0/+4
| | | | | | (bzr r8965)
* | Completed base code to flip toolbox orientation.Jon A. Cruz2010-01-101-8/+69
| | | | | | | | | | Basic integration of task switching control. (bzr r8963)
* | Avoid crash by uninitialized perspectives.Maximilian Albert2010-01-101-3/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/500507 (bzr r8962)
* | Initial c++-ification of toolbox creation.Jon A. Cruz2010-01-091-38/+85
| | | | | | (bzr r8955)
* | Added UXManager. Cleaning up toolbox creation.Jon A. Cruz2010-01-071-56/+48
| | | | | | (bzr r8951)
* | Refactored common value.Jon A. Cruz2010-01-061-15/+17
| | | | | | (bzr r8946)
* | More refactoring to reduce copy-n-paste duplication.Jon A. Cruz2010-01-041-88/+55
| | | | | | (bzr r8941)
* | Refactoring copy-n-paste duplicate code out of toolbar creation.Jon A. Cruz2010-01-041-79/+18
| | | | | | (bzr r8940)
* | Spray cleanupSteren Giannini2010-01-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------ This line and the following will be ignored -------------- removed: src/ui/dialog/spray-option.cpp src/ui/dialog/spray-option.h modified: src/spray-context.cpp src/ui/dialog/Makefile_insert src/ui/dialog/dialog-manager.cpp src/ui/view/edit-widget.cpp src/ui/view/edit-widget.h src/widgets/toolbox.cpp unknown: backup.bzr/ description-pak doc-pak/ po/.intltool-merge-cache (bzr r8938.1.1)
* | i18n fix in toolbox.cpp (no-c-format %)Nicolas Dufour2010-01-021-0/+2
| | | | | | (bzr r8936)
* | Spray Tool clean up and Toolbar refactoringSteren Giannini2009-12-301-39/+61
|\ \ | | | | | | (bzr r8926)
| * | Spray toolbar is working + spray-context.cpp small cleanupSteren Giannini2009-12-301-5/+5
| | | | | | | | | (bzr r8908.1.5)
| * | rotation and scale variation in toolbar, still need some debugSteren Giannini2009-12-291-2/+2
| | | | | | | | | (bzr r8908.1.4)
| * | french comments translated and some clean upSteren Giannini2009-12-291-6/+6
| | | | | | | | | (bzr r8908.1.2)
| * | Spray UI : first refactoring of the toolbarSteren Giannini2009-12-291-34/+56
| | | | | | | | | (bzr r8908.1.1)
* | | Parens added for safety and misc whitespace cleanup.Jon A. Cruz2009-12-271-421/+422
| | | | | | | | | (bzr r8913)
* | | alignment change accompanied by compensating move, so the text stays put ↵buliabyak2009-12-261-1/+77
| | | | | | | | | | | | | | | inside its box (bzr r8912)
* | | Refactoring of 3D box tool, mainly to avoid unnecessary creation of ↵Maximilian Albert2009-12-261-13/+14
|/ / | | | | | | | | perspectives. (bzr r8910)
* | Warning cleanupJon A. Cruz2009-12-201-17/+19
| | | | | | (bzr r8895)
* | Correctly read and write values for Spray Tool option on Tool Controls Bar.Josh Andler2009-12-071-10/+10
| | | | | | (bzr r8876)
* | Merge GSoC2009 Connectors into trunkArcadie M. Cracan2009-12-021-16/+226
| | | | | | (bzr r8855)