| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | further fixes to font size combo: activate on defocus except when caused by ↵ | bulia byak | 2008-01-28 | 1 | -4/+36 |
| | | | | | | esc; parse the value and serialize it back per css rules for setting style only if parsed successfully, to prevent corruption by bogus or empty values (bzr r4608) | ||||
| * | fix 168397 and other font size combo bugs | bulia byak | 2008-01-27 | 1 | -23/+33 |
| | | | | (bzr r4607) | ||||
| * | Partially fix bug #167500 (rulers being off) | Diederik van Lierop | 2008-01-18 | 1 | -28/+21 |
| | | | | (bzr r4557) | ||||
| * | stop toggling insensitive state for modification flag updates (fixes ↵ | MenTaLguY | 2008-01-15 | 1 | -1/+1 |
| | | | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491) | ||||
| * | abstract use of sodipodi:modified | MenTaLguY | 2008-01-15 | 1 | -1/+1 |
| | | | | (bzr r4490) | ||||
| * | remove the struts | bulia byak | 2008-01-11 | 1 | -13/+0 |
| | | | | (bzr r4456) | ||||
| * | patch from bug 175398 | bulia byak | 2008-01-11 | 1 | -1/+2 |
| | | | | (bzr r4455) | ||||
| * | Fix for Bug #181663 (Font style errors / assert when changing style) | Gail Carmichael | 2008-01-10 | 1 | -6/+38 |
| | | | | | | | - I didn't see the problem described in the main part, but the assert was overzealous and, in my new opinion, shouldn't be there, so it's gone. - Fixed other style button problems mentioned in comments. (bzr r4453) | ||||
| * | fix compile. rename Proj::FINITE and INFINITE to VP_* because of apparent ↵ | Johan B. C. Engelen | 2008-01-09 | 1 | -1/+1 |
| | | | | | | name clash on windows compile. (bzr r4437) | ||||
| * | Enable 3D box toolbar | Maximilian Albert | 2008-01-08 | 1 | -259/+280 |
| | | | | (bzr r4436) | ||||
| * | noop (cleanup): remove commented line in widgets/toolbox.cpp obviously left ↵ | Maximilian Albert | 2008-01-06 | 1 | -1/+0 |
| | | | | | | over from copy & paste (bzr r4405) | ||||
| * | Adds 'Save as SVG' button / dialog to clarify when saving file, that it | Bryce Harrington | 2008-01-06 | 1 | -2/+5 |
| | | | | | | will be saved as SVG. Patch from Gringer. (Closes LP: #169995) (bzr r4401) | ||||
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 2 | -79/+175 |
| | | | | | | | | | | | | | | | | | | | | (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) | ||||
| * | Strip out Pango markup from tooltips (fixes bug #167640) | Bryce Harrington | 2007-12-30 | 1 | -2/+1 |
| | | | | (bzr r4339) | ||||
| * | non-poppler build fix | Jon A. Cruz | 2007-12-17 | 1 | -17/+17 |
| | | | | | | Warning and CRLF cleanup (bzr r4246) | ||||
| * | defocus layer selector after choosing layer | bulia byak | 2007-12-17 | 1 | -0/+3 |
| | | | | (bzr r4245) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -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 cleanup | Jon A. Cruz | 2007-12-08 | 1 | -162/+0 |
| | | | | (bzr r4192) | ||||
| * | Removed conditional GTK+ < 2.6.0 code since 2.8.0 has been a requirement for ↵ | Jon A. Cruz | 2007-12-06 | 2 | -132/+112 |
| | | | | | | almost a year (bzr r4184) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-12-06 | 1 | -2/+1 |
| | | | | (bzr r4183) | ||||
| * | Add unit selector for node coordinate entries | Maximilian Albert | 2007-12-05 | 1 | -8/+36 |
| | | | | (bzr r4181) | ||||
| * | Always set coord entry fields inactive when switching to the node tool | Maximilian Albert | 2007-12-05 | 1 | -0/+4 |
| | | | | (bzr r4179) | ||||
| * | Add icon for "Edit next LPE parameter" and add it to toolbar of nodetool. | Johan B. C. Engelen | 2007-12-05 | 1 | -0/+18 |
| | | | | (bzr r4177) | ||||
| * | Add entry fields for x/y coordinates of selected nodes (fixes bugs #170116 ↵ | Maximilian Albert | 2007-12-05 | 1 | -49/+184 |
| | | | | | | and #172113) (bzr r4174) | ||||
| * | Implemented use of "short_label" for toolbar items. | Jon A. Cruz | 2007-12-04 | 3 | -198/+230 |
| | | | | | | Fixes bug #168826. (bzr r4167) | ||||
| * | use stockid for label; help text update | bulia byak | 2007-12-04 | 1 | -4/+8 |
| | | | | (bzr r4165) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-12-04 | 1 | -3/+6 |
| | | | | (bzr r4163) | ||||
| * | UI tweaks for CMS view toggle | Jon A. Cruz | 2007-12-02 | 1 | -6/+28 |
| | | | | (bzr r4152) | ||||
| * | Adding icon for color management | Jon A. Cruz | 2007-11-29 | 1 | -1/+1 |
| | | | | (bzr r4144) | ||||
| * | Menu item to toggle CMS adjustment on and off | Jon A. Cruz | 2007-11-26 | 2 | -0/+15 |
| | | | | (bzr r4138) | ||||
| * | Implemented per-monitor display adjustment via XICC | Jon A. Cruz | 2007-11-24 | 1 | -16/+43 |
| | | | | (bzr r4132) | ||||
| * | The dialog to panel refactoring: | gustav_b | 2007-11-22 | 1 | -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 view | Jon A. Cruz | 2007-11-20 | 1 | -16/+159 |
| | | | | (bzr r4114) | ||||
| * | add one fractional digit to zooms less than 10% | bulia byak | 2007-11-19 | 1 | -2/+7 |
| | | | | (bzr r4113) | ||||
| * | Prevent CMS button from pinning space used by scrollbars | Jon A. Cruz | 2007-11-17 | 1 | -0/+4 |
| | | | | (bzr r4100) | ||||
| * | Adding ICC Profiles in X support | Jon A. Cruz | 2007-11-17 | 2 | -39/+66 |
| | | | | (bzr r4095) | ||||
| * | make the order of buttons the same as that of menu commands | bulia byak | 2007-11-16 | 1 | -4/+4 |
| | | | | (bzr r4089) | ||||
| * | Don't force focus on the canvas when the desktop is given | gustav_b | 2007-11-12 | 1 | -4/+1 |
| | | | | | | | focus. Instead, focus will be given to the widget in the desktop that had focus the last time. (bzr r4070) | ||||
| * | Minor cleanup | Jon A. Cruz | 2007-11-11 | 1 | -4/+4 |
| | | | | (bzr r4056) | ||||
| * | Added rough ui to flip colors to be icc-color | Jon A. Cruz | 2007-11-10 | 1 | -8/+46 |
| | | | | (bzr r4053) | ||||
| * | store paint bucket offset units in preferences to work around toolbar ↵ | John Bintz | 2007-11-01 | 1 | -3/+4 |
| | | | | | | initialization issue (bzr r4000) | ||||
| * | First step adding switching of colors to profiles | Jon A. Cruz | 2007-10-30 | 1 | -21/+40 |
| | | | | (bzr r3973) | ||||
| * | Cleanup on color changers | Jon A. Cruz | 2007-10-30 | 14 | -237/+265 |
| | | | | (bzr r3972) | ||||
| * | Moving functionality into <color-profile> | Jon A. Cruz | 2007-10-29 | 2 | -96/+109 |
| | | | | (bzr r3971) | ||||
| * | Add hack to prevent the dock paned from catching F6 and F8 key presses. | gustav_b | 2007-10-09 | 1 | -0/+7 |
| | | | | (bzr r3868) | ||||
| * | Cliff's nice patch: [ 1803881 ] Stock Patterns Support in Fill/Stroke | Johan B. C. Engelen | 2007-10-09 | 1 | -34/+155 |
| | | | | (bzr r3865) | ||||
| * | Adding profile manager and user-visible drop-down in CMS picker | Jon A. Cruz | 2007-10-08 | 2 | -0/+44 |
| | | | | (bzr r3862) | ||||
| * | keep family list open when font is selected | MenTaLguY | 2007-10-05 | 1 | -3/+2 |
| | | | | (bzr r3835) | ||||
| * | non-lcms build fixes | Jon A. Cruz | 2007-10-03 | 1 | -2/+6 |
| | | | | (bzr r3830) | ||||
| * | #ifdef improvement | Jon A. Cruz | 2007-10-03 | 1 | -2/+16 |
| | | | | (bzr r3828) | ||||
