| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Connected two toolbar buttons with the associated verbs | Jasper van de Gronde | 2010-09-07 | 1 | -6/+12 |
| | | | | (bzr r9747) | ||||
| * | Automatically add shortcuts to tooltips | Jasper van de Gronde | 2010-09-06 | 1 | -3/+3 |
| | | | | (bzr r9745) | ||||
| * | CSS length attributes must have units. | Tavmjong Bah | 2010-07-10 | 1 | -2/+2 |
| | | | | (bzr r9605) | ||||
| * | Added hidden preference to re-enable floating dialogs on problematic window ↵ | Jon A. Cruz | 2010-07-02 | 1 | -1/+2 |
| | | | | | | managers. (bzr r9557) | ||||
| * | Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663. | Jon A. Cruz | 2010-06-16 | 1 | -51/+0 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/170781 - https://launchpad.net/bugs/171663 (bzr r9503) | ||||
| * | Added icons for Superscript and Subscript. | Tavmjong Bah | 2010-06-07 | 1 | -2/+2 |
| | | | | (bzr r9490) | ||||
| * | "Fix" for bug #583593 (Default tool styles are not loaded for new users). | Tavmjong Bah | 2010-06-07 | 1 | -6/+9 |
| | | | | | | | (Call sp_desktop_set_style() with write_current = false.) Tweak superscript/subscript shifts/sizes. (bzr r9489) | ||||
| * | Moved spray tool down, text tool up. | Tavmjong Bah | 2010-06-05 | 1 | -4/+18 |
| | | | | (bzr r9479) | ||||
| * | Add support for baseline-shift attribute (all possible values). | Tavmjong Bah | 2010-06-04 | 1 | -1/+129 |
| | | | | | | | | | Add superscript and subscript support to Text toolbar. Missing icons for superscript and subscript. Known bug: adding a character to a superscript or subscript text string resets baseline-shift attribute. (bzr r9475) | ||||
| * | Flowed text does not support dx (kerning), dy, and rotation attributes. | Tavmjong Bah | 2010-06-01 | 1 | -20/+36 |
| | | | | | | Disable corresponding widgets if flowed text selected. (bzr r9468) | ||||
| * | copyedit tooltips | buliabyak | 2010-05-18 | 1 | -14/+14 |
| | | | | (bzr r9428) | ||||
| * | Add icons for line-height, letter-spacing, etc. to text toolbar. | Tavmjong Bah | 2010-05-18 | 1 | -6/+12 |
| | | | | | | Include units in tooltips. (bzr r9427) | ||||
| * | Text toolbar: | Tavmjong Bah | 2010-05-16 | 1 | -0/+22 |
| | | | | | | | | | Write out deprecated sodipodi:linespacing attribute (otherwise new line-height value gets overwritten by old linespacing value if text duplicated). "Fixes" 575829. Add calls to sp_document_maybe_done for dx, dy, rotate attributes. (bzr r9424) | ||||
| * | A couple small bug fixes for new text toolbar widgets. | Tavmjong Bah | 2010-05-15 | 1 | -60/+70 |
| | | | | (bzr r9420) | ||||
| * | Add dx (kerning), dy (vertical shifting), and rotate widgets to | Tavmjong Bah | 2010-05-14 | 1 | -3/+216 |
| | | | | | | text toolbar along with routines needed by them. (bzr r9417) | ||||
| * | Get rid of unneeded labels when the icons are self-explanatory. | Tavmjong Bah | 2010-05-13 | 1 | -2/+2 |
| | | | | (bzr r9410) | ||||
| * | Add ability to set icons to insensitive. Used to disable "Justify" | Tavmjong Bah | 2010-05-13 | 1 | -14/+23 |
| | | | | | | button for non-flowed text in text-tool toolbar. (bzr r9408) | ||||
| * | Unnecessary style selector removed from the Spray tool bar and preferences, ↵ | Nicolas Dufour | 2010-04-28 | 1 | -3/+9 |
| | | | | | | and string disambiguation. (bzr r9386) | ||||
| * | inkscape-comboboxentry-action: | Tavmjong Bah | 2010-04-27 | 1 | -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 labels | buliabyak | 2010-04-27 | 1 | -6/+6 |
| | | | | (bzr r9383) | ||||
| * | Add alt-x shortcut to new text toolbar. | Tavmjong Bah | 2010-04-24 | 1 | -6/+7 |
| | | | | (bzr r9369) | ||||
| * | Minor tweaks to text toolbar. | Tavmjong Bah | 2010-04-23 | 1 | -4/+4 |
| | | | | (bzr r9366) | ||||
| * | Converted text toolbar to GTK toolbar. | Tavmjong Bah | 2010-04-23 | 1 | -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 Bah | 2010-04-16 | 1 | -25/+74 |
| | | | | (bzr r9340) | ||||
| * | Leave uninitialized bools in preferences to the default 'false' value. Code ↵ | Jon A. Cruz | 2010-04-12 | 1 | -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. Cruz | 2010-04-12 | 1 | -430/+378 |
| | | | | (bzr r9316) | ||||
| * | Correct calligraphic toggles getting out of sync with behavior. | Jon A. Cruz | 2010-04-11 | 1 | -25/+88 |
| | | | | (bzr r9311) | ||||
| * | Fix "show handles" button state on Ctrl+H | Krzysztof Kosi??ski | 2010-04-06 | 1 | -0/+27 |
| | | | | (bzr r9299) | ||||
| * | Move around files to remove some vanity directories. | Krzysztof Kosi??ski | 2010-03-14 | 1 | -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. Cruz | 2010-03-08 | 1 | -1/+1 |
| | | | | (bzr r9162) | ||||
| * | Restore node toolbar buttons that were just commented out. Fixes bug #534045. | Jon A. Cruz | 2010-03-07 | 1 | -3/+3 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/534045 (bzr r9161) | ||||
| * | Implement a preference that determines whether deleting nodes | Krzysztof Kosi??ski | 2010-03-02 | 1 | -3/+3 |
| | | | | | | preserves the shape (bzr r9130) | ||||
| * | Disabled unfinished connection point edit mode. Added ↵ | Arcadie M. Cracan | 2010-02-21 | 1 | -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. Cruz | 2010-01-15 | 1 | -12/+36 |
| | | | | (bzr r8985) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2010-01-15 | 1 | -2/+2 |
| | | | | (bzr r8981) | ||||
| * | * Add "show transform handles" toggle button. | Krzysztof Kosi??ski | 2010-01-14 | 1 | -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 rewrite | Krzysztof Kosi??ski | 2010-01-14 | 1 | -143/+91 |
| |\ | | | | | (bzr r8976) | ||||
| | * | Implement segment weld to make segment join similar to node join | Krzysztof Kosi??ski | 2010-01-14 | 1 | -1/+1 |
| | | | | | | | (bzr r8846.2.12) | ||||
| | * | * Merge from trunk | Krzysztof Kosi??ski | 2010-01-14 | 1 | -679/+1264 |
| | |\ | | | | | | | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11) | ||||
| | * | | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -143/+91 |
| | | | | | | | | | | (bzr r8846.1.1) | ||||
| * | | | Adding a 'widescreen' task. | Jon A. Cruz | 2010-01-13 | 1 | -13/+50 |
| | |/ |/| | | | (bzr r8972) | ||||
| * | | Initial cut of disabling floating windows on window managers with problems. | Jon A. Cruz | 2010-01-12 | 1 | -8/+20 |
| | | | | | | | (bzr r8971) | ||||
| * | | Enabling now that some have confirmed proper functionality on 64-bit. | Jon A. Cruz | 2010-01-12 | 1 | -1/+1 |
| | | | | | | | (bzr r8970) | ||||
| * | | Implemented dynamic repositioning of toolboxes. | Jon A. Cruz | 2010-01-11 | 1 | -0/+2 |
| | | | | | | | (bzr r8968) | ||||
| * | | Disable questioned code section. | Jon A. Cruz | 2010-01-11 | 1 | -0/+28 |
| | | | | | | | | | | | Added name fetch. (bzr r8967) | ||||
| * | | Removed null'd use of icons. | Jon A. Cruz | 2010-01-10 | 1 | -9/+1 |
| | | | | | | | (bzr r8966) | ||||
| * | | Temporarily block out code giving problems on 64-bit. | Jon A. Cruz | 2010-01-10 | 1 | -0/+4 |
| | | | | | | | (bzr r8965) | ||||
| * | | Completed base code to flip toolbox orientation. | Jon A. Cruz | 2010-01-10 | 1 | -8/+69 |
| | | | | | | | | | | | Basic integration of task switching control. (bzr r8963) | ||||
| * | | Avoid crash by uninitialized perspectives. | Maximilian Albert | 2010-01-10 | 1 | -3/+3 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/500507 (bzr r8962) | ||||
| * | | Initial c++-ification of toolbox creation. | Jon A. Cruz | 2010-01-09 | 1 | -38/+85 |
| | | | | | | | (bzr r8955) | ||||
