summaryrefslogtreecommitdiff
path: root/data/icons
Commit message (Collapse)AuthorAgeFilesLines
* Convert data/icons subdir to non-recursive makeDavid King2015-10-206-22/+0
|
* Use dist_ prefix rather than EXTRA_DISTDavid King2015-10-202-6/+2
|
* icons: Use bookmark icon from themeDavid King2015-01-284-278/+1
| | | | | | | | | The icon naming specification provides for a user-bookmarks icon, which fits well with both yelp-bookmark-add-symbolic and yelp-bookmark-remove-symbolic, which were not used as action icons anyway. https://bugzilla.gnome.org/show_bug.cgi?id=734165
* Massive cleanup of old filesShaun McCance2011-05-1813-22/+0
|
* Don't crash when g-i-t-symbolic not installed, use symbolic properlyShaun McCance2011-04-103-10/+136
|
* moved a pixelAndreas Nilsson2011-02-251-5/+7
|
* Finishing up work on symbolic iconsShaun McCance2011-02-219-1/+832
|
* Remove bookmark directory from page, no editor, use symbolicShaun McCance2011-02-094-1/+153
| | | | | | | | | | | | I've removed the bookmarks editor dialog, because you can't do much editing anyway. Instead, you can now remove a bookmark to the page you're on. There's a menu item for this, and the icon in the location entry is now a toggle. I did the toggle icon with the new symbolic icons, changing the fill color for bookmarked/unbookmarked. And while I was in there, I used symbolic icons for the search and clear icons in the search entry as well.
* [yelp-location-entry] Enable location entry bookmarks + markers in historyShaun McCance2010-05-072-0/+1
|
* Adding icons for page stylesShaun McCance2010-03-318-0/+13
|
* New tango-ified versionDon Scorgie2007-09-051-0/+0
| | | | | | | * data/icons/yelp-icon-big.png: New tango-ified version svn path=/trunk/; revision=2930
* - Adding nice large yelpish icon from HumanShaun McCance2005-02-012-2/+5
| | | | | | | | | | | | | | * data/icons/Makefile.am: * src/yelp-toc-pager.c: - Adding nice large yelpish icon from Human * src/yelp-settings.c: * src/yelp-settings.h: * stylesheets/db2html.xsl.in: - A nice yellow color for admonitions * stylesheets/toc2html.xsl: - Fixed document sorting problem
* data/icons/yelp-watermark-blockquote.xcfShaun McCance2004-12-227-0/+1
| | | | | | | | | | | | * data/icons/Makefile.am: * data/icons/yelp-watermark-blockquote.xcf * data/icons/yelp-watermark-blockquote-00AB.png * data/icons/yelp-watermark-blockquote-00BB.png * data/icons/yelp-watermark-blockquote-201C.png * data/icons/yelp-watermark-blockquote-201D.png * data/icons/yelp-watermark-blockquote-201E.png - Added a single XCF to store the blockquote watermarks - Added watermark for U+201D
* - Themeable icons and watermarksShaun McCance2004-10-2010-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * data/icons/Makefile.am: * data/yelp-icon-caution.png: * data/yelp-icon-important.png: * data/yelp-icon-note.png: * data/yelp-icon-tip.png: * data/yelp-icon-warning.png: * data/yelp-watermark-blockquote-00AB.png: * data/yelp-watermark-blockquote-00BB.png: * data/yelp-watermark-blockquote-201C.png: * data/yelp-watermark-blockquote-201E.png: * src/yelp-db-pager.c: * src/yelp-settings.c: * src/yelp-settings.h: * stylesheets/db2html.xsl.in: - Themeable icons and watermarks * src/yelp-gecko-utils.cpp: * src/yelp-gecko-utils.h: * src/yelp-html-gecko.c: * src/yelp-html.h: * src/yelp-settings.c: * src/yelp-settings.h: - Color settings * src/yelp-utils.c: - Fixed a very stupid crasher * src/yelp-window.c: - Pop the history stack on errors
* - Temporarily removed test programs from the build. - Removed yelp-utilShaun McCance2003-12-311-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * src/Makefile.am: - Temporarily removed test programs from the build. - Removed yelp-util from the yelp build. * src/test-uri.c: - Some changes for GnomeVFSURI, but not enough. * src/yelp-base.c: * src/yelp-cache.h: * src/yelp-db-pager.c: * src/yelp-db-pager.h: * src/yelp-history.c: * src/yelp-history.h: * src/yelp-html-gtkhtml2.c * src/yelp-html.h: * src/yelp-pager.c: * src/yelp-pager.h: * src/yelp-toc-pager.c: * src/yelp-uri.c: * src/yelp-uri.h: * src/yelp-window.c: * src/yelp-window.h: - Switching to GnomeVFSURI.
* configure.in src/Makefile.am - Updates dependencies.Shaun McCance2003-12-276-0/+11
* configure.in * src/Makefile.am - Updates dependencies. * data/Makefile.am: * data/icons/Makefile.am: * data/icons/caution.png: * data/icons/important.png: * data/icons/note.png: * data/icons/tip.png: * data/icons/warning.png: - Adding icons here. * src/yelp-db-pager.c: - Changed params around a bit. * stylesheets/docbook/ - Removing a bunch of stuff. * stylesheets/db2html-admon.xsl: * stylesheets/db2html-html.xsl - Various stylistic improvements. * test/testdoc1/testdoc1.xml: - Changes to admonition samples.