aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/toolbar
Commit message (Collapse)AuthorAgeFilesLines
* (tool-bar-mode): Make it a no-op if imagesEli Zaretskii2001-08-301-15/+16
| | | | | aren't supported. This avoids the annoying grey strip drawn by the Windows version instead of the missing tool bar.
* (tool-bar-add-item-from-menu): HandleGerd Moellmann2001-08-061-3/+9
| | | | old-style menu definitions.
* (tool-bar-add-item-from-menu, tool-bar-add-item): Don't call image-relatedEli Zaretskii2001-07-171-2/+2
| | | | primitives if the display doesn't support images.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* Cleaned up.Gerd Moellmann2001-07-0922-36/+33
| | | | From Luis Fernandes <[email protected]>.
* (tool-bar-setup): Remove the EXIT button.Eli Zaretskii2001-06-211-1/+3
|
* (tool-bar-setup): Don't suppress write-fileDave Love2001-03-101-4/+8
| | | | and save-buffer if buffer-file-name non-nil. From rms.
* (tool-bar-add-item): Doc fix.Eli Zaretskii2001-01-311-3/+3
|
* Use the same colors as exit.xpm.Gerd Moellmann2001-01-112-37/+33
|
* (tool-bar-add-item-from-menu): UseGerd Moellmann2000-11-291-23/+18
| | | | | face-attribute instead of face-foreground and face-background. (tool-bar-add-item): Likewise, and handle unspecified colors.
* (tool-bar-mode): Doc fix.Gerd Moellmann2000-11-291-1/+1
|
* (tool-bar-add-item-from-menu): Handle caseGerd Moellmann2000-11-271-18/+19
| | | | | that foreground and/or background colors of the face `tool-bar' are unspecified.
* comment fixDave Love2000-11-171-3/+3
|
* (tool-bar-mode): Drop unneeded positional args.Stefan Monnier2000-11-031-1/+0
|
* (tool-bar-add-item-from-menu)Dave Love2000-10-231-11/+31
| | | | (tool-bar-add-item): Set foreground and background for XBM icons.
* Re-convert from full-color version (using the Gimp) to eliminateMiles Bader2000-10-164-148/+137
| | | | dithering artifacts.
* Retouch.Dave Love2000-10-132-0/+0
|
* Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).Gerd Moellmann2000-10-1328-1140/+780
|
* Reduce colour requirements to 25 overall. (Probably wantsDave Love2000-10-1128-2292/+1325
| | | | revisiting from the originals to reduce further.)
* Fix a typo.Eli Zaretskii2000-10-111-1/+1
|
* *** empty log message ***Dave Love2000-10-101-0/+162
|
* Fix transparent index.Dave Love2000-10-106-141/+39
|
* *** empty log message ***Dave Love2000-10-1028-0/+0
|
* (tool-bar-add-item)Dave Love2000-10-101-6/+16
| | | | | (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
* Make b/g transparent.Dave Love2000-10-091-1/+1
|
* (tool-bar-add-item-from-menu): Add autoload cookie.Dave Love2000-10-091-0/+1
|
* (tool-bar-mode): Check whether tool-bar-mapDave Love2000-10-091-1/+5
| | | | has been initialized before calling tool-bar-setup.
* Flip to put highlight in correct place.Miles Bader2000-10-091-71/+68
| | | | Correct image size.
* Correct image size.Miles Bader2000-10-091-3/+2
|
* *** empty log message ***Dave Love2000-10-087-0/+387
|
* (tool-bar-map): Define it empty.Dave Love2000-10-081-27/+43
| | | | | | | | (global-map): Bind [tool-bar] to a filtered map. (tool-bar-add-item): Remove MAP arg. Allow PBM icons. (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map. Allow PBM icons. (tool-bar-setup): Adjust calls of tool-bar-add-item.
* (tool-bar-setup): New function.Dave Love2000-10-041-48/+41
| | | | (tool-bar-mode): Use it.
* (tool-bar-help): Use `mouse-pixel-position'.Miles Bader2000-09-271-1/+1
|
* (tool-bar-help): New function.Gerd Moellmann2000-09-261-6/+16
|
* Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:Miles Bader2000-09-201-0/+2
| | | | | (tool-bar-add-item-from-menu): Like in toolbar-add-item, if image doesn't have a mask add a `:mask heuristic'.
* renamedDave Love2000-09-191-152/+0
|
* Renamed from toolbar.el. Change `toolbar'Dave Love2000-09-191-0/+162
| | | | | | | to `tool-bar' generally in symbols. Make some items invisible in `special' major modes. (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item. Add arg PROPS.
* (toolbar-like-menu-item): Like inGerd Moellmann2000-09-181-0/+2
| | | | | toolbar-add-item, if image doesn't have a mask add a `:mask heuristic'.
* (toolbar-add-item): Use the same imageGerd Moellmann2000-09-151-4/+1
| | | | | specification if or if not tool-bar item contains an `:enabled' property.
* (toolbar-add-item): Use image-mask-p.Gerd Moellmann2000-09-151-1/+1
|
* (toolbar-add-item): Use `:mask heuristic'Gerd Moellmann2000-09-151-4/+4
| | | | instead of `:heuristic-mask t'.
* (toolbar-like-menu-item): Doc fix.Dave Love2000-09-141-1/+2
|
* New. (Gnome icon by tigert.)Dave Love2000-09-1421-0/+1908
|
* New.Dave Love2000-09-141-0/+152