| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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) | ||||
| * | moved some marshalling functions to generic glib calls | Nathan Hurst | 2010-04-29 | 1 | -1/+1 |
| | | | | (bzr r9389) | ||||
| * | 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) | ||||
| * | Revert the inverted coordinate system fix. 3D Boxes and guides | Krzysztof Kosi??ski | 2010-04-06 | 1 | -4/+4 |
| | | | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298) | ||||
| * | Turn off debugging. | Jon A. Cruz | 2010-04-04 | 1 | -1/+1 |
| | | | | (bzr r9292) | ||||
| * | Initial fix for the inverted coordinate system bug | Krzysztof Kosi??ski | 2010-04-03 | 1 | -4/+4 |
| | | | | (bzr r9281.1.1) | ||||
| * | Fix logic to avoid too many updates while dragging color sliders. Fixes bug# ↵ | Jon A. Cruz | 2010-03-30 | 1 | -19/+57 |
| | | | | | | | | | 168557. Fixed bugs: - https://launchpad.net/bugs/168557 (bzr r9258) | ||||
| * | Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ↵ | Jon A. Cruz | 2010-03-29 | 5 | -62/+94 |
| | | | | | | | | | out of lower-level panels. Fixes bug #270623. Fixed bugs: - https://launchpad.net/bugs/270623 (bzr r9252) | ||||
| * | Phase 3 - Convert to C++ class, but still using C-style callbacks and signals. | Jon A. Cruz | 2010-03-28 | 3 | -130/+161 |
| | | | | (bzr r9244) | ||||
| * | Phase 2b - remove use of SPWidget and wire signals directly. | Jon A. Cruz | 2010-03-27 | 1 | -76/+37 |
| | | | | (bzr r9241) | ||||
| * | Phase 2 - remove duplicated code and leave a single copy of each function. | Jon A. Cruz | 2010-03-27 | 1 | -611/+1 |
| | | | | (bzr r9239) | ||||
| * | Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit ↵ | Jon A. Cruz | 2010-03-27 | 6 | -453/+783 |
| | | | | | | panes. (bzr r9238) | ||||
| * | Add needed null check. | Jon A. Cruz | 2010-03-23 | 1 | -1/+1 |
| | | | | (bzr r9225) | ||||
| * | Update to reflect "swatch" gradients as being assumed to be shared. | Jon A. Cruz | 2010-03-23 | 4 | -21/+30 |
| | | | | (bzr r9224) | ||||
| * | C++-ification of enums. | Jon A. Cruz | 2010-03-22 | 4 | -178/+156 |
| | | | | (bzr r9222) | ||||
| * | C++-ification of paint selector. | Jon A. Cruz | 2010-03-22 | 9 | -177/+154 |
| | | | | (bzr r9221) | ||||
| * | Fix crash | Jon A. Cruz | 2010-03-21 | 3 | -3/+16 |
| | | | | (bzr r9220) | ||||
| * | Edit single-stop "swatch"/"solid" gradients in-place in the F&S dialog. | Jon A. Cruz | 2010-03-21 | 5 | -16/+281 |
| | | | | (bzr r9218) | ||||
| * | Whitespace cleanup. | Jon A. Cruz | 2010-03-20 | 1 | -297/+297 |
| | | | | (bzr r9214) | ||||
| * | 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) | ||||
| * | Initial F&S dialog setting of swatch colors. | Jon A. Cruz | 2010-03-09 | 9 | -75/+140 |
| | | | | (bzr r9169) | ||||
| * | Follow-up fix of member/parameter name collision. | Jon A. Cruz | 2010-03-08 | 1 | -1/+1 |
| | | | | (bzr r9165) | ||||
| * | Cleanup of gradient-selector to allow for new mode. | Jon A. Cruz | 2010-03-08 | 3 | -77/+71 |
| | | | | (bzr r9164) | ||||
| * | Cleanup of gradients and stops. | Jon A. Cruz | 2010-03-08 | 1 | -10/+8 |
| | | | | (bzr r9163) | ||||
| * | 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) | ||||
| * | Block "special" solid gradients from gradient F&S dialog. | Jon A. Cruz | 2010-03-06 | 1 | -410/+413 |
| | | | | (bzr r9156) | ||||
| * | i18n. Remove underscores in message context. | Nicolas Dufour | 2010-03-06 | 1 | -4/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/505157 (bzr r9154) | ||||
| * | New tab in Fill&Stroke dialog for swatch fills. | Jon A. Cruz | 2010-03-06 | 5 | -48/+148 |
| | | | | (bzr r9153) | ||||
| * | Updated gradient toolba to not see "solid" one-stops as gradients. | Jon A. Cruz | 2010-03-05 | 1 | -67/+87 |
| | | | | (bzr r9147) | ||||
| * | Implement a preference that determines whether deleting nodes | Krzysztof Kosi??ski | 2010-03-02 | 1 | -3/+3 |
| | | | | | | preserves the shape (bzr r9130) | ||||
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 1 | -1/+1 |
| | | | | (bzr r9127) | ||||
| * | 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) | ||||
| * | Noop: removing and updating comments, fixing indentation | Diederik van Lierop | 2010-02-19 | 1 | -0/+20 |
| | | | | (bzr r9101) | ||||
