summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-1/+1
| | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
* Fixed const-correctness and member accessJon A. Cruz2008-08-031-18/+21
| | | (bzr r6544)
* Warning cleanupJon A. Cruz2008-07-041-1/+1
| | | (bzr r6156)
* make stroke width adjustable by rotation toobulia byak2008-04-011-3/+97
| | | (bzr r5295)
* The dialog to panel refactoring:gustav_b2007-11-221-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 fixedLuca Bruno2007-11-111-3/+3
| | | (bzr r4060)
* warning cleanupJon A. Cruz2007-11-081-58/+58
| | | (bzr r4043)
* marked three messages from color gestures for translationAlexandre Prokoudine2007-10-311-3/+3
| | | (bzr r3987)
* add alt dragging for no change modebulia byak2007-10-301-5/+13
| | | (bzr r3974)
* punctuationbulia byak2007-10-251-2/+2
| | | (bzr r3961)
* change cursor for color gesturesbulia byak2007-10-241-0/+40
| | | (bzr r3956)
* enable color gestures for fill and strokebulia byak2007-10-241-8/+147
| | | (bzr r3950)
* noop: ui/widget/selected-style.cpp: Change a local var to be more const, to ↵Peter Moulder2007-10-111-1/+1
| | | | | avoid char* string literal warnings from g++-4.2. (bzr r3882)
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-241-15/+15
| | | (bzr r3791)
* Add functions for showing a specific notebook page in the F&S dialog,gustav_b2007-09-201-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 implementationJon A. Cruz2007-09-151-1/+1
| | | (bzr r3753)
* Purged fill type enumJon A. Cruz2007-09-101-16/+15
| | | (bzr r3706)
* fix 1777084bulia byak2007-08-201-0/+7
| | | (bzr r3545)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-271-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 properlybulia byak2007-06-271-1/+1
| | | (bzr r3114)
* spell out Fill and Stroke labelsbulia byak2007-02-151-4/+4
| | | (bzr r2377)
* text markup; use gradient preview for gradient fills or strokesbulia byak2007-01-181-6/+25
| | | (bzr r2239)
* correct annotation; fixmebulia byak2006-11-201-1/+2
| | | (bzr r1996)
* change opacity display to 0..100bulia byak2006-11-191-14/+17
| | | (bzr r1988)
* workaround for crash 1580903 and several other issues caused by GTK's ↵bulia byak2006-10-261-0/+12
| | | | | braindead behavior exposed by display interruptibility (bzr r1866)
* undo annotationsbulia byak2006-10-051-25/+23
| | | (bzr r1768)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-23/+47
| | | (bzr r1315)
* fix 4.2 xcompilation: remove array assignment hackRalf Stephan2006-06-271-3/+4
| | | (bzr r1309)
* write no/unset fill/stroke to current stylebulia byak2006-04-261-4/+4
| | | (bzr r591)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-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 pointerJon A. Cruz2006-04-021-18/+21
| | | (bzr r399)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-131-1/+1
| | | (bzr r232)
* Make color drag to minibar only work when a styled item is selected.Jon A. Cruz2006-03-041-31/+33
| | | (bzr r201)
* Made style minibar take color drag-n-dropJon A. Cruz2006-03-011-1/+94
| | | (bzr r193)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+977
(bzr r1)