summaryrefslogtreecommitdiffstats
path: root/src/dialogs/swatches.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change status bar text for swatch hoverJohn Bintz2008-04-231-2/+2
| | | (bzr r5492)
* Keep swatch status messages visible while hoveringJohn Bintz2008-04-221-2/+20
| | | (bzr r5491)
* Fix swatch enter-notify event propagationJohn Bintz2008-04-211-23/+19
| | | (bzr r5485)
* Oops, this broke selecting a swatch, rolling back...John Bintz2008-04-211-18/+23
| | | (bzr r5484)
* Show the name of the swatch that is currently under the pointer in the ↵John Bintz2008-04-211-0/+24
| | | | | status bar, making it easier to identify a swatch when using a tablet. (bzr r5482)
* Fixed skipping of blank lines in .gpl filesJon A. Cruz2008-03-221-3/+4
| | | (bzr r5159)
* Initial implementation of non-square swatchesJon A. Cruz2008-02-211-2/+2
| | | (bzr r4800)
* Decoupled swatch sizes from icon sizesJon A. Cruz2008-02-201-2/+2
| | | (bzr r4790)
* Fixing preview/swatch sizes.Jon A. Cruz2008-02-181-4/+4
| | | (bzr r4765)
* * Translatable context menu on the colours palette, patch by Marcin Floryan ↵Luca Bruno2008-02-141-2/+4
| | | | | (closes: #191795) (bzr r4731)
* Rework dialog management. Use singleton behavior for dialogs whengustav_b2007-12-071-7/+1
| | | | | | | | started in floating dialogs mode and use one dialog/desktop behavior when started in dockable dialogs mode. Replace the panels use of the SP_ACTIVE_DESKTOP macro and unify the panels' handling of desktop activation events. (bzr r4188)
* The dialog to panel refactoring:gustav_b2007-11-221-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)
* Adding stroke & fill context menu to swatchJon A. Cruz2007-10-131-0/+71
| | | (bzr r3901)
* fix drag-n-drop color problemsJon A. Cruz2007-10-121-26/+19
| | | (bzr r3897)
* fix minor typoBob Jamison2007-09-241-1/+1
| | | (bzr r3792)
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-241-3/+3
| | | (bzr r3791)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-0/+10
| | | (bzr r3753)
* Fixed broken Shift+LeftClick to set stroke functionJoel Holdsworth2007-07-051-1/+3
| | | (bzr r3187)
* Right clicking on the swatch now correctly sets the outline colour.Joel Holdsworth2007-06-241-18/+23
| | | (bzr r3091)
* fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY2007-03-181-6/+6
| | | | | (Falk Hueffner) (bzr r2695)
* undo annotationsbulia byak2006-10-101-2/+2
| | | (bzr r1793)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-2/+4
| | | (bzr r1315)
* Fix compile warningJon A. Cruz2006-05-261-1/+1
| | | (bzr r1021)
* Flipped LCMS onJon A. Cruz2006-05-231-4/+6
| | | (bzr r981)
* Panel refactoringJon A. Cruz2006-05-231-3/+33
| | | (bzr r976)
* Removed panel menu unless requested. Fixes bug #1492597Jon A. Cruz2006-05-221-1/+1
| | | (bzr r940)
* Added CREATE v0.1 support for gradients/swatches/patternsJoshua L. Blocher2006-04-281-2/+3
| | | (bzr r600)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-2/+2
| | | | | 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 sizeJon A. Cruz2006-04-091-2/+2
| | | (bzr r462)
* Introducing optional LittleCms use.Jon A. Cruz2006-04-011-0/+4
| | | (bzr r391)
* Renaming temp non-standard attributesJon A. Cruz2006-03-291-2/+2
| | | (bzr r330)
* Changed objects to only get linked to "linkable" colors.Jon A. Cruz2006-03-281-16/+25
| | | (bzr r321)
* Objects will now change when their linked colors change.Jon A. Cruz2006-03-281-16/+160
| | | (bzr r319)
* Experimenting with linked colors.Jon A. Cruz2006-03-281-33/+316
| | | (bzr r316)
* Bringing in new color classJon A. Cruz2006-03-241-19/+13
| | | (bzr r279)
* #include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder2006-03-131-1/+1
| | | (bzr r232)
* Changed color dragging to have a color preview.Jon A. Cruz2006-03-101-0/+21
| | | (bzr r221)
* Fixed bug with color drag-n-dropJon A. Cruz2006-02-281-11/+7
| | | (bzr r189)
* Cleanup of embedded swatches palette switching.Jon A. Cruz2006-02-281-0/+4
| | | (bzr r188)
* Fix for mssing error incoudeJon A. Cruz2006-02-271-0/+2
| | | (bzr r186)
* Refactoring embedded swatches panel.Jon A. Cruz2006-02-271-1/+23
| | | (bzr r185)
* Refactoring panel containment. Purged ugly 'X'.Jon A. Cruz2006-02-191-1/+1
| | | (bzr r159)
* Fixing scrollbar size for embeded color swatches.Jon A. Cruz2006-02-191-2/+4
| | | (bzr r158)
* Removed horizontal scroll bar from swatches when embedded.Jon A. Cruz2006-02-181-0/+9
| | | (bzr r155)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+516
(bzr r1)