| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | copyedit | bulia byak | 2008-04-27 | 1 | -2/+2 |
| | | | | (bzr r5531) | ||||
| * | Initial cut of eraser tool | Jon A. Cruz | 2008-04-26 | 1 | -0/+2 |
| | | | | (bzr r5524) | ||||
| * | Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug ↵ | Jon A. Cruz | 2008-04-25 | 1 | -6/+14 |
| | | | | | | #221676. (bzr r5514) | ||||
| * | replace text strings by ints for tools/bounding_box | bulia byak | 2008-04-17 | 1 | -2/+2 |
| | | | | (bzr r5459) | ||||
| * | Removed Win32 keep-dialogs-on-top preference, now set permanently to true | Joel Holdsworth | 2008-03-22 | 1 | -10/+3 |
| | | | | (bzr r5160) | ||||
| * | Add option to treat grups as single objects when converting to guides. | Maximilian Albert | 2008-03-19 | 1 | -0/+3 |
| | | | | (bzr r5124) | ||||
| * | add preferences for path flashing on mouseover | Johan B. C. Engelen | 2008-03-06 | 1 | -0/+8 |
| | | | | (bzr r4977) | ||||
| * | Split the "Clones" string to introduce two contexted strings (Clones as ↵ | Marcin Floryan | 2008-02-26 | 1 | -0/+1 |
| | | | | | | objects to find and Clones as tool to use in ui/dialog/inkscape-preferences.cpp). Asses some comments for translators. (bzr r4861) | ||||
| * | Added preference UI item to toggle tablet tool switching | Jon A. Cruz | 2008-02-26 | 1 | -3/+6 |
| | | | | (bzr r4858) | ||||
| * | infobox on filter effects dialog now is optional | Felipe Corr??a da Silva Sanches | 2008-02-12 | 1 | -0/+4 |
| | | | | (bzr r4710) | ||||
| * | Delete trailing whitespace | Bryce Harrington | 2008-02-04 | 1 | -94/+94 |
| | | | | (bzr r4656) | ||||
| * | fix emphasize coloring of grid lines (preference, dotted xy-grid and axonomgrid) | Johan B. C. Engelen | 2008-02-04 | 1 | -1/+4 |
| | | | | (bzr r4655) | ||||
| * | - marked forgoten message for translation | Alexandre Prokoudine | 2008-01-28 | 1 | -1/+1 |
| | | | | | | - updated ru.po again (bzr r4611) | ||||
| * | Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used ↵ | Maximilian Albert | 2008-01-20 | 1 | -3/+3 |
| | | | | | | for randomness, Shift doubles dot size; clearer preferences labels (bzr r4568) | ||||
| * | Make creation of dots via Ctrl+click also possible in pen context; fill dots ↵ | Maximilian Albert | 2008-01-19 | 1 | -0/+12 |
| | | | | | | with current stroke color (and unset stroke); add preferences settings for dot radius and status bar messages; Shift+Ctrl+click varies the radius slightly (bzr r4563) | ||||
| * | Add option in Preferences to keep objects after conversion to guides | Maximilian Albert | 2008-01-16 | 1 | -0/+5 |
| | | | | (bzr r4514) | ||||
| * | Move 'bounding box' option up one level (from Selector to Tools page in ↵ | Maximilian Albert | 2008-01-16 | 1 | -8/+8 |
| | | | | | | Preferences) since it applies more globally than just in the Selector tool (see discussion on the mailing list) (bzr r4513) | ||||
| * | Add preference so people can choose which behaviour they want. (bug 167422) | Johan B. C. Engelen | 2008-01-14 | 1 | -0/+2 |
| | | | | (bzr r4485) | ||||
| * | Use visual/geometric bbox (as specified in Selector tool preferences) when ↵ | Maximilian Albert | 2008-01-13 | 1 | -0/+8 |
| | | | | | | converting to guidelines. Also, provide options to convert rectangles and 3D boxes using their bbox, too (i.e., disregarding their true shapes). (bzr r4477) | ||||
| * | Add missing selection cue option to preferences for tweak, calligraphy, and ↵ | Maximilian Albert | 2008-01-11 | 1 | -0/+6 |
| | | | | | | paint bucket tools (bzr r4457) | ||||
| * | copyedit | bulia byak | 2008-01-10 | 1 | -5/+5 |
| | | | | (bzr r4450) | ||||
| * | label fix: kbd selection can never go into groups anyway, only layers | bulia byak | 2008-01-10 | 1 | -4/+4 |
| | | | | (bzr r4449) | ||||
| * | roll back to 16721 (see discussion in the devel list) | bulia byak | 2008-01-09 | 1 | -97/+3 |
| | | | | (bzr r4445) | ||||
| * | Add default CC metadata and license to preferences. | Bryce Harrington | 2007-12-31 | 1 | -3/+97 |
| | | | | | | (Closes LP: #169954) (bzr r4346) | ||||
| * | add default unit to grid preferences. | Johan B. C. Engelen | 2007-12-16 | 1 | -2/+4 |
| | | | | (bzr r4238) | ||||
| * | Add default grid settings to Inkscape preferences. | Johan B. C. Engelen | 2007-12-14 | 1 | -0/+50 |
| | | | | (bzr r4230) | ||||
| * | copyedit labels for clarity | bulia byak | 2007-12-02 | 1 | -3/+3 |
| | | | | (bzr r4156) | ||||
| * | UI tweaks for CMS view toggle | Jon A. Cruz | 2007-12-02 | 1 | -2/+2 |
| | | | | (bzr r4152) | ||||
| * | Implemented per-monitor display adjustment via XICC | Jon A. Cruz | 2007-11-24 | 1 | -1/+11 |
| | | | | (bzr r4132) | ||||
| * | The dialog to panel refactoring: | gustav_b | 2007-11-22 | 1 | -14/+15 |
| | | | | | | | | | | | | | | | | | | | * 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 | -29/+15 |
| | | | | (bzr r4114) | ||||
| * | * added reference link for translators | Luca Bruno | 2007-11-11 | 1 | -0/+1 |
| | | | | (bzr r4062) | ||||
| * | implement no-forking option | bulia byak | 2007-10-11 | 1 | -8/+15 |
| | | | | (bzr r3886) | ||||
| * | - marked forgotten message for translation | Alexandre Prokoudine | 2007-10-07 | 1 | -6/+6 |
| | | | | | | | - removed dots from checkboxes (GNOME HIG) - fixed a typo (bzr r3850) | ||||
| * | Exposed preference for smaller tool icons on the left. (Needed for | Jon A. Cruz | 2007-10-07 | 1 | -0/+4 |
| | | | | | | smaller displays now that more tools are present) (bzr r3846) | ||||
| * | Guards for lcms < 1.15 | Jon A. Cruz | 2007-10-05 | 1 | -2/+12 |
| | | | | (bzr r3837) | ||||
| * | Enabled custom out of gamut warning color | Jon A. Cruz | 2007-10-05 | 1 | -2/+16 |
| | | | | (bzr r3836) | ||||
| * | tune-up for lcms disabled | Jon A. Cruz | 2007-10-04 | 1 | -1/+6 |
| | | | | (bzr r3834) | ||||
| * | few more CMS options | Jon A. Cruz | 2007-10-04 | 1 | -8/+30 |
| | | | | (bzr r3833) | ||||
| * | Variable rename | Jon A. Cruz | 2007-10-04 | 1 | -37/+37 |
| | | | | (bzr r3832) | ||||
| * | Change CMS preference widgets to not expand | Jon A. Cruz | 2007-10-04 | 1 | -7/+7 |
| | | | | (bzr r3831) | ||||
| * | non-lcms build fixes | Jon A. Cruz | 2007-10-03 | 1 | -0/+2 |
| | | | | (bzr r3830) | ||||
| * | Split CMS to separate prefs page | Jon A. Cruz | 2007-10-03 | 1 | -17/+22 |
| | | | | (bzr r3829) | ||||
| * | Added profile intent options | Jon A. Cruz | 2007-10-03 | 1 | -0/+15 |
| | | | | (bzr r3827) | ||||
| * | Initial cut of softproofing | Jon A. Cruz | 2007-10-03 | 1 | -0/+43 |
| | | | | (bzr r3826) | ||||
| * | Added searching for icc profiles in standard locations, and preference to ↵ | Jon A. Cruz | 2007-10-01 | 1 | -4/+31 |
| | | | | | | combo box. (bzr r3819) | ||||
| * | remove obsolete import-as-pattern option | bulia byak | 2007-09-26 | 1 | -3/+0 |
| | | | | (bzr r3807) | ||||
| * | Changed preference to use file chooser button | Jon A. Cruz | 2007-09-26 | 1 | -1/+4 |
| | | | | (bzr r3806) | ||||
| * | Added display profile calibration | Jon A. Cruz | 2007-09-26 | 1 | -0/+26 |
| | | | | (bzr r3804) | ||||
| * | Dockable dialogs patch applied | gustav_b | 2007-08-29 | 1 | -2/+11 |
| | | | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) | ||||
