| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed panel menu unless requested. Fixes bug #1492597 | Jon A. Cruz | 2006-05-22 | 2 | -14/+22 |
| | | | | (bzr r940) | ||||
| * | guard callback, catch release event, set _rgba: fixes #1491876, #1492332 | Ralf Stephan | 2006-05-21 | 1 | -0/+11 |
| | | | | (bzr r915) | ||||
| * | Fixed localization for metadata license selector. | Kees Cook | 2006-05-18 | 1 | -1/+1 |
| | | | | (bzr r870) | ||||
| * | fix 1480934 | bulia byak | 2006-05-05 | 1 | -1/+1 |
| | | | | (bzr r730) | ||||
| * | fixed broken page unit changing in Document Properties | Andrius Ramanauskas | 2006-05-04 | 1 | -3/+2 |
| | | | | (bzr r723) | ||||
| * | small update for 1480247 fix (cleaned up the redundant code) | Andrius Ramanauskas | 2006-05-03 | 1 | -4/+2 |
| | | | | (bzr r700) | ||||
| * | Fix for Bug-1480247 (wrong page size when switching portrait-landscape) | Andrius Ramanauskas | 2006-05-03 | 1 | -6/+13 |
| | | | | (bzr r699) | ||||
| * | r11667@tres: ted | 2006-05-01 22:48:49 -0700 | Ted Gould | 2006-05-02 | 3 | -7/+18 |
| | | | | | | | Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697) | ||||
| * | (bzr r690) | Ted Gould | 2006-05-02 | 3 | -18/+7 |
| | | |||||
| * | add mnemonic for "Fit page to selection" | Ralf Stephan | 2006-05-01 | 1 | -1/+1 |
| | | | | (bzr r653) | ||||
| * | fix showing style when last-set style is empty (on a new installation of ↵ | bulia byak | 2006-05-01 | 2 | -7/+19 |
| | | | | | | inkscape) (bzr r647) | ||||
| * | enable the widget to listen to a repr to reflect its style | bulia byak | 2006-04-29 | 2 | -2/+132 |
| | | | | (bzr r611) | ||||
| * | write no/unset fill/stroke to current style | bulia byak | 2006-04-26 | 1 | -4/+4 |
| | | | | (bzr r591) | ||||
| * | Move fit canvas button into PageSizer | Aaron Spike | 2006-04-25 | 2 | -1/+29 |
| | | | | (bzr r585) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 6 | -41/+41 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | Adding in new icon size | Jon A. Cruz | 2006-04-09 | 1 | -5/+12 |
| | | | | (bzr r462) | ||||
| * | Purge of OptionMenu | Jon A. Cruz | 2006-04-09 | 2 | -18/+46 |
| | | | | (bzr r460) | ||||
| * | Decoupling from direct use of GtkIconSize to allow for smaller custom ones. | Jon A. Cruz | 2006-04-06 | 1 | -1/+1 |
| | | | | (bzr r439) | ||||
| * | Check for null pointer | Jon A. Cruz | 2006-04-02 | 1 | -18/+21 |
| | | | | (bzr r399) | ||||
| * | more g++ 4.1 fixes (by inkblotter) | Ralf Stephan | 2006-03-28 | 1 | -0/+1 |
| | | | | (bzr r318) | ||||
| * | #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. | Peter Moulder | 2006-03-13 | 2 | -2/+2 |
| | | | | (bzr r232) | ||||
| * | Make color drag to minibar only work when a styled item is selected. | Jon A. Cruz | 2006-03-04 | 2 | -33/+35 |
| | | | | (bzr r201) | ||||
| * | Fix bug with invalid singleton pointer. If we want a single dialog ↵ | Bob Jamison | 2006-03-03 | 2 | -88/+86 |
| | | | | | | displayed, we can do it a safer way. (Callbacks in document-properties.cpp) (bzr r198) | ||||
| * | Made style minibar take color drag-n-drop | Jon A. Cruz | 2006-03-01 | 2 | -1/+105 |
| | | | | (bzr r193) | ||||
| * | Refactoring panel containment. Purged ugly 'X'. | Jon A. Cruz | 2006-02-19 | 2 | -2/+29 |
| | | | | (bzr r159) | ||||
| * | Fixing scrollbar size for embeded color swatches. | Jon A. Cruz | 2006-02-19 | 2 | -0/+11 |
| | | | | (bzr r158) | ||||
| * | remove screen pixel toggle for now, add always-snap widget for all | Ralf Stephan | 2006-02-02 | 2 | -22/+75 |
| | | | | | | modes (bzr r65) | ||||
| * | add tooltips to tolerance slider | Ralf Stephan | 2006-01-31 | 2 | -0/+3 |
| | | | | (bzr r63) | ||||
| * | removing debug command from previous commit | Ralf Stephan | 2006-01-28 | 1 | -1/+0 |
| | | | | (bzr r42) | ||||
| * | snap sensitivity slider no longer changes start value, ends with 50, | Ralf Stephan | 2006-01-28 | 1 | -6/+7 |
| | | | | | | fixes #1395701 (bzr r41) | ||||
| * | remove second label from ToleranceSlider, fixes #1407428 | Ralf Stephan | 2006-01-27 | 2 | -4/+4 |
| | | | | (bzr r39) | ||||
| * | mnemonics for all widgets in the Doc Props dialog | Ralf Stephan | 2006-01-24 | 3 | -9/+21 |
| | | | | | | (fixes #1384494-9+B) (bzr r26) | ||||
| * | applying patch #1407697 by Marco Scholten | Ralf Stephan | 2006-01-17 | 2 | -0/+6 |
| | | | | (bzr r10) | ||||
| * | more precise simplification control | bulia byak | 2006-01-17 | 1 | -1/+1 |
| | | | | (bzr r8) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 55 | -0/+7794 |
| (bzr r1) | |||||
