summaryrefslogtreecommitdiffstats
path: root/src/dialogs/swatches.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-1213/+0
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2009-02-16Move app-specific logic and file operations up from the lower level.Jon A. Cruz1-1/+19
(bzr r7308)
2009-02-09adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches1-7/+19
due to JonCruz considerations about the proper way of doing it. (bzr r7254)
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-7/+7
warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-1/+1
suggested parentheses (bzr r7252)
2009-01-27draw red X icon while dragging the "remove color" itemFelipe Corr??a da Silva Sanches1-0/+17
(bzr r7192)
2009-01-24add "remove color" ColorItem to the swatches dialogFelipe Corr??a da Silva Sanches1-15/+25
(bzr r7164)
2008-11-21Merge from fe-movedTed Gould1-7/+4
(bzr r6891)
2008-10-27From trunkTed Gould1-4/+4
(bzr r6885)
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski1-5/+7
the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
2008-08-01Warning cleanupJon A. Cruz1-2/+2
(bzr r6495)
2008-05-22Fixed broken i18n strings causing problems with <b> tagJon A. Cruz1-8/+4
(bzr r5732)
2008-04-23Change status bar text for swatch hoverJohn Bintz1-2/+2
(bzr r5492)
2008-04-22Keep swatch status messages visible while hoveringJohn Bintz1-2/+20
(bzr r5491)
2008-04-21Fix swatch enter-notify event propagationJohn Bintz1-23/+19
(bzr r5485)
2008-04-21Oops, this broke selecting a swatch, rolling back...John Bintz1-18/+23
(bzr r5484)
2008-04-21Show the name of the swatch that is currently under the pointer in the ↵John Bintz1-0/+24
status bar, making it easier to identify a swatch when using a tablet. (bzr r5482)
2008-03-22Fixed skipping of blank lines in .gpl filesJon A. Cruz1-3/+4
(bzr r5159)
2008-02-21Initial implementation of non-square swatchesJon A. Cruz1-2/+2
(bzr r4800)
2008-02-20Decoupled swatch sizes from icon sizesJon A. Cruz1-2/+2
(bzr r4790)
2008-02-18Fixing preview/swatch sizes.Jon A. Cruz1-4/+4
(bzr r4765)
2008-02-14* Translatable context menu on the colours palette, patch by Marcin Floryan ↵Luca Bruno1-2/+4
(closes: #191795) (bzr r4731)
2007-12-07Rework dialog management. Use singleton behavior for dialogs whengustav_b1-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)
2007-11-22The dialog to panel refactoring:gustav_b1-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)
2007-10-13Adding stroke & fill context menu to swatchJon A. Cruz1-0/+71
(bzr r3901)
2007-10-12fix drag-n-drop color problemsJon A. Cruz1-26/+19
(bzr r3897)
2007-09-24fix minor typoBob Jamison1-1/+1
(bzr r3792)
2007-09-24Fixed unsafe hardcoding of buffer sizeJon A. Cruz1-3/+3
(bzr r3791)
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz1-0/+10
(bzr r3753)
2007-07-05Fixed broken Shift+LeftClick to set stroke functionJoel Holdsworth1-1/+3
(bzr r3187)
2007-06-24Right clicking on the swatch now correctly sets the outline colour.Joel Holdsworth1-18/+23
(bzr r3091)
2007-03-18fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY1-6/+6
(Falk Hueffner) (bzr r2695)
2006-10-10undo annotationsbulia byak1-2/+2
(bzr r1793)
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
need to rethink and incrementally change gbooleans to bools (bzr r1637)
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1
one major janitorial task we identified.... (bzr r1633)
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak1-2/+4
(bzr r1315)
2006-05-26Fix compile warningJon A. Cruz1-1/+1
(bzr r1021)
2006-05-23Flipped LCMS onJon A. Cruz1-4/+6
(bzr r981)
2006-05-23Panel refactoringJon A. Cruz1-3/+33
(bzr r976)
2006-05-22Removed panel menu unless requested. Fixes bug #1492597Jon A. Cruz1-1/+1
(bzr r940)
2006-04-28Added CREATE v0.1 support for gradients/swatches/patternsJoshua L. Blocher1-2/+3
(bzr r600)
2006-04-17Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY1-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)
2006-04-09Adding in new icon sizeJon A. Cruz1-2/+2
(bzr r462)
2006-04-01Introducing optional LittleCms use.Jon A. Cruz1-0/+4
(bzr r391)
2006-03-29Renaming temp non-standard attributesJon A. Cruz1-2/+2
(bzr r330)
2006-03-28Changed objects to only get linked to "linkable" colors.Jon A. Cruz1-16/+25
(bzr r321)
2006-03-28Objects will now change when their linked colors change.Jon A. Cruz1-16/+160
(bzr r319)
2006-03-28Experimenting with linked colors.Jon A. Cruz1-33/+316
(bzr r316)
2006-03-24Bringing in new color classJon A. Cruz1-19/+13
(bzr r279)
2006-03-13#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.Peter Moulder1-1/+1
(bzr r232)