| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 2009-02-09 | 1 | -1/+1 | |
| | | | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253) | |||||
| * | Fixed const-correctness and member access | Jon A. Cruz | 2008-08-03 | 1 | -18/+21 | |
| | | | | (bzr r6544) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-04 | 1 | -1/+1 | |
| | | | | (bzr r6156) | |||||
| * | make stroke width adjustable by rotation too | bulia byak | 2008-04-01 | 1 | -3/+97 | |
| | | | | (bzr r5295) | |||||
| * | The dialog to panel refactoring: | gustav_b | 2007-11-22 | 1 | -15/+26 | |
| | | | | | | | | | | | | | | | | | | | * 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) | |||||
| * | * typo fixed | Luca Bruno | 2007-11-11 | 1 | -3/+3 | |
| | | | | (bzr r4060) | |||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 1 | -58/+58 | |
| | | | | (bzr r4043) | |||||
| * | marked three messages from color gestures for translation | Alexandre Prokoudine | 2007-10-31 | 1 | -3/+3 | |
| | | | | (bzr r3987) | |||||
| * | add alt dragging for no change mode | bulia byak | 2007-10-30 | 1 | -5/+13 | |
| | | | | (bzr r3974) | |||||
| * | punctuation | bulia byak | 2007-10-25 | 1 | -2/+2 | |
| | | | | (bzr r3961) | |||||
| * | change cursor for color gestures | bulia byak | 2007-10-24 | 1 | -0/+40 | |
| | | | | (bzr r3956) | |||||
| * | enable color gestures for fill and stroke | bulia byak | 2007-10-24 | 1 | -8/+147 | |
| | | | | (bzr r3950) | |||||
| * | noop: ui/widget/selected-style.cpp: Change a local var to be more const, to ↵ | Peter Moulder | 2007-10-11 | 1 | -1/+1 | |
| | | | | | | avoid char* string literal warnings from g++-4.2. (bzr r3882) | |||||
| * | Fixed unsafe hardcoding of buffer size | Jon A. Cruz | 2007-09-24 | 1 | -15/+15 | |
| | | | | (bzr r3791) | |||||
| * | Add functions for showing a specific notebook page in the F&S dialog, | gustav_b | 2007-09-20 | 1 | -6/+19 | |
| | | | | | | | replaced the use of the old sp_object_properties_{fill,stroke} with them. (bzr r3780) | |||||
| * | Refactoring SPColor to C++ and removing legacy CMYK implementation | Jon A. Cruz | 2007-09-15 | 1 | -1/+1 | |
| | | | | (bzr r3753) | |||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -16/+15 | |
| | | | | (bzr r3706) | |||||
| * | fix 1777084 | bulia byak | 2007-08-20 | 1 | -0/+7 | |
| | | | | (bzr r3545) | |||||
| * | switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵ | bulia byak | 2007-06-27 | 1 | -1/+1 | |
| | | | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116) | |||||
| * | more unreffing temporary styles properly | bulia byak | 2007-06-27 | 1 | -1/+1 | |
| | | | | (bzr r3114) | |||||
| * | spell out Fill and Stroke labels | bulia byak | 2007-02-15 | 1 | -4/+4 | |
| | | | | (bzr r2377) | |||||
| * | text markup; use gradient preview for gradient fills or strokes | bulia byak | 2007-01-18 | 1 | -6/+25 | |
| | | | | (bzr r2239) | |||||
| * | correct annotation; fixme | bulia byak | 2006-11-20 | 1 | -1/+2 | |
| | | | | (bzr r1996) | |||||
| * | change opacity display to 0..100 | bulia byak | 2006-11-19 | 1 | -14/+17 | |
| | | | | (bzr r1988) | |||||
| * | workaround for crash 1580903 and several other issues caused by GTK's ↵ | bulia byak | 2006-10-26 | 1 | -0/+12 | |
| | | | | | | braindead behavior exposed by display interruptibility (bzr r1866) | |||||
| * | undo annotations | bulia byak | 2006-10-05 | 1 | -25/+23 | |
| | | | | (bzr r1768) | |||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -23/+47 | |
| | | | | (bzr r1315) | |||||
| * | fix 4.2 xcompilation: remove array assignment hack | Ralf Stephan | 2006-06-27 | 1 | -3/+4 | |
| | | | | (bzr r1309) | |||||
| * | write no/unset fill/stroke to current style | bulia byak | 2006-04-26 | 1 | -4/+4 | |
| | | | | (bzr r591) | |||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -25/+25 | |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | |||||
| * | Check for null pointer | Jon A. Cruz | 2006-04-02 | 1 | -18/+21 | |
| | | | | (bzr r399) | |||||
| * | #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h. | Peter Moulder | 2006-03-13 | 1 | -1/+1 | |
| | | | | (bzr r232) | |||||
| * | Make color drag to minibar only work when a styled item is selected. | Jon A. Cruz | 2006-03-04 | 1 | -31/+33 | |
| | | | | (bzr r201) | |||||
| * | Made style minibar take color drag-n-drop | Jon A. Cruz | 2006-03-01 | 1 | -1/+94 | |
| | | | | (bzr r193) | |||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+977 | |
| (bzr r1) | ||||||
