summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/swatches.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix namespace naming consistencyAlexander Valavanis2018-12-291-2/+2
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Misc. typosluz.paz2018-05-141-1/+1
| | | Found via `codespell` and `grep`
* Remove unused abstract class PreviewFillableStefano Facchini2018-01-181-4/+0
| | | | PreviewHolder is the only implementation.
* swatches: Code cleanupStefano Facchini2018-01-181-21/+8
| | | | | | | | | Now that all our code in a single file, it can be consolidated and cleaned up. The widgetry should be functionally identical to the previous one, with one exception: a Gtk::MenuButton replaces the old menu popper made up with an EventBox.
* panel: Cleanup codeStefano Facchini2018-01-171-1/+6
| | | | | | - fold _addResponseButton into addResponseButton - remove unused setDefaultResponse - includes cleanup
* Move code related to SwatchesPanel where it belongsStefano Facchini2018-01-171-1/+30
| | | | | | | panel.cpp contains a lot of code which is actually used to build the SwatchesPanel. Move it to swatches.cpp. This is mostly just a cut-n-paste, plus some includes cleanup.
* Reverted swatchesLiam P. White2014-03-121-125/+28
| | | | | | | Removed a toy effect (not ready yet) Fixed a bug with Livarot General cleanup (bzr r13090.1.23)
* Added some basic swatch stuff (does not compile)Liam P. White2014-03-041-30/+125
| | | (bzr r13090.1.14)
* Stop tracking SPDocuments as they are deleted.Jon A. Cruz2014-03-021-0/+2
| | | (bzr r13095)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-1/+2
| | | (bzr r11207)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+0
| | | (bzr r11018)
* Queue swatch updates during periods of high UI usage, such as dragging ↵Jon A. Cruz2011-05-301-0/+3
| | | | | | | | gradient handles. Fixes bug #734981. Fixed bugs: - https://launchpad.net/bugs/734981 (bzr r10244)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Implementing the "Convert" popup menu item for gradients/swatches. Part of ↵Jon A. Cruz2010-06-261-1/+2
| | | | | | | | bug #59441. Fixed bugs: - https://launchpad.net/bugs/594441 (bzr r9541)
* Fixing "Auto" palette to be tracked per document, independent of containing ↵Jon A. Cruz2010-03-161-9/+7
| | | | | panel. (bzr r9195)
* Splitting the color swatch class to be separate for easier work.Jon A. Cruz2010-03-131-3/+4
| | | (bzr r9184)
* Auto swatches now update as they are edited in the document. Some flickering ↵Jon A. Cruz2010-03-101-0/+3
| | | | | issues still to be resolved. (bzr r9172)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8407)
* Track stroke and fill of selected object and flag style palette entries in ↵Jon A. Cruz2009-03-231-0/+4
| | | | | use. Fixes wishlist bug #172179. (bzr r7548)
* Added rought preview of gradients in swatches.Jon A. Cruz2009-03-211-1/+1
| | | (bzr r7537)
* Cleaning up interface. Moved internals out of .h file.Jon A. Cruz2009-03-211-60/+2
| | | (bzr r7536)
* Added explicit tagging of "solid color gradients" and base context menu to ↵Jon A. Cruz2009-03-211-1/+5
| | | | | add and edit. (bzr r7535)
* Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz2009-03-201-3/+3
| | | (bzr r7528)
* Initial read-only generation of per-document paletteJon A. Cruz2009-03-171-0/+12
| | | (bzr r7510)
* Adding clear-color swatch to complement no-color.Jon A. Cruz2009-03-051-1/+2
| | | (bzr r7422)
* Removed boolean "remove" from swatch, used new type enum in ColorDef.Jon A. Cruz2009-03-041-2/+0
| | | (bzr r7411)
* Cleanup and prep for more workJon A. Cruz2009-03-041-3/+1
| | | (bzr r7410)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+128
should be. Build libinkscape.a - should reduce link time. (bzr r7337)