summaryrefslogtreecommitdiff
path: root/src/scrollbar.h
Commit message (Collapse)AuthorAgeFilesLines
* Tue Jan 6 01:08:47 2009 Michael Jennings (mej)Michael Jennings2009-01-061-1/+1
| | | | | | | | Update copyright dates and fix a bad license. ---------------------------------------------------------------------- SVN revision: 38480
* Wed Jan 4 04:22:13 2006 Michael Jennings (mej)Michael Jennings2006-01-041-1/+1
| | | | | | | | Update copyright dates. ---------------------------------------------------------------------- SVN revision: 19522
* Sun Jan 11 17:09:07 2004 Michael Jennings (mej)Michael Jennings2004-01-111-1/+1
| | | | | | | It's too bad you can't just say, "Copyright 1997-2999." SVN revision: 8349
* Wed Feb 19 16:17:00 2003 Michael Jennings (mej)Michael Jennings2003-02-191-1/+1
| | | | | | | Updated copyright statements for 2003. SVN revision: 6698
* Sun Feb 3 15:51:38 2002 Michael Jennings (mej)Michael Jennings2002-02-031-1/+1
| | | | | | | Apparently I forgot to commit these copyright date changes. :( SVN revision: 5895
* Wed Jun 13 21:13:51 PDT 2001 Michael Jennings <mej@eterm.org>Michael Jennings2001-06-141-1/+1
| | | | | | | | | | | | | There is now a new mechanism for dealing with the background image collection, including a new update script. Please read the newly- rewritten bg/README.backgrounds for details. Also, I'm trying to flesh out the Contributors list in that file, but my memory isn't cooperating. So if you contributed one of the backgrounds, or know someone who did, please let me know. SVN revision: 4810
* Fri Jun 9 22:33:29 PDT 2000 Michael Jennings <mej@eterm.org>Michael Jennings2000-06-101-1/+1
| | | | | | | | | Fixed a seg fault when resizing to one row while on the secondary screen. I have no clue how that bug crept in there all of a sudden, but thanks to Marius Gedminas <mgedmin@takas.lt> for pointing it out. SVN revision: 2772
* Fri May 26 20:43:03 PDT 2000 Michael Jennings <mej@eterm.org>Michael Jennings2000-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Okay, there are a few changes here. First off, I made multi-byte font support the default now, as long as you have ISO 10646 fonts. In order to do this, I made the default encoding type "Latin1" so as not to interfere with 8-bit ISO 8859-1 characters. This means that if you relied on the default multi-byte encoding method to be SJIS, you'll need to update your theme files. I also set it up so that Eterm will ignore SIGHUP, at least until I do something with it (like reloading the theme or something). I fixed the proportional font size algorithm. If there is more than a 3-pixel variance between the minimum and maximum sizes for glyphs in a proportional font, Eterm will set the size to 2 standard deviations above the average width. This is so that they won't look so spread out and ugly, but it still doesn't look perfect. Not much I can do on that front...terminals must have fixed-width columns. And then there's the biggie. I put in the ability to configure the now-infamous font effects. I left a black drop shadow in as the default, but you can now customize it via the --font-fx option or in the config file using "font effects <stuff>" in the attributes context. You can even use "fx" instead of "effects" for short. So what goes in the <stuff> part? Well, you have several options. To use a single-color outline, say "outline <color>". Likewise, a single-color drop shadow is "shadow [corner] <color>"; "bottom_right" is the default corner if you don't specify one. For a 3-D embossed look, "emboss <dark_color> <light_color>". The opposite, a carved- out look, can be had with "carved <dark_color> <light_color>". (Of course, with those last two, the 3-D look will only work if you choose the colors wisely.) Those are all the shortcuts. The long way is to specify a series of corner/color pairs, like "tl blue" for top-left blue, or "bottom_right green". You can abbreviate using "tl," "tr," "bl," or "br," or you can spell out "top_left," "top_right," "bottom_left," or "bottom_right." If you omit a corner name, the first one defaults to top-left, the second to top-right, and so on as listed above. SVN revision: 2714
* Wed Apr 12 21:18:19 PDT 2000 Michael Jennings <mej@eterm.org>Michael Jennings2000-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the initial commit with Imlib2 support. READ THIS CAREFULLY. There is important information in this commit message that will keep you from getting screwed. First off, support for Imlib 1.x is GONE. It is no longer supported as of now. If you want to continue using it, do NOT install this version. I tried to support both for awhile, but the code ended up being way too ugly and hackish. Imlib2 is the future. And trust me, when you see what we do with this future, you'll be happy for the switch. The good news is that most of the basics work. Transparency still works, and the basic image stuff works. Most users won't notice any major problems, so long as your Imlib2 is 100% up-to-date. However, a few things still don't work: 1. Auto mode is a bit broken. You'll get X errors in XFree86 4.0. Don't use it if you're running XFree 4. 2. Color modifiers for images don't work. At all. 3. Transparency shading/tinting will not work in 8bpp or lower. Life blows sometimes. Sorry. Time for a real video card. :-) 4. The built-in icon is broken. 5. You WILL need to update your theme.cfg files. The borders on the horizontal and vertical bar images were incorrect when combined with the new anti-aliased scaling. The horizontal bars should have a right border of 3. Vertical bars should have a bottom border of 3. The menu images should have both right *and* bottom borders of 3. You can either make those changes by hand, or use the --with-theme-update option to autogen.sh. Your call. I think that covers everything I've run into. I will point out that I don't really take advantage of a lot of the Imlib2 features just yet. My first priority is to make all the stuff that worked before work again (or at least the important stuff). Then I'll work on new features. So there it is. If you're not ready for it, don't use it. But if you are, I hope you like it. SVN revision: 2478
* Wed Mar 8 19:35:36 PST 2000 Michael Jennings <mej@eterm.org>Michael Jennings2000-03-091-0/+1
| | | | | | | | | | Added a new --pipe-name option to allow Eterm to read from a console device/tty/pipe other than /dev/console. This is useful for folks on Debian, where "console" messages actually go to the /dev/xconsole named pipe rather than to /dev/tty0. SVN revision: 2212
* Tue Feb 15 19:31:04 PST 2000 Michael Jennings <mej@eterm.org>Michael Jennings2000-02-161-1/+5
| | | | | | | | | | | | | | | | | The buttonbar can now be toggled on and off both in the config file and via an escape sequence. The themes in CVS use Ctrl-Shift-Button3. You can also specify in the config file whether to dock the buttonbar at the top or the bottom of the Eterm window. You can't move it on the fly yet, but that will come. I also fixed resizing so that the term window didn't redraw itself unnecessarily. Hopefully I didn't break anything in the process. :-) Plus, I fixed poor handling of X-generated ConfigureNotify events, and the terminfo stuff is now done at install time instead of build time. SVN revision: 2077
* Thu Feb 10 15:10:01 PST 2000 Michael Jennings <mej@eterm.org>Michael Jennings2000-02-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first public availability of the work thus far on Eterm 0.9.1. There's quite a bit of new stuff here. * Added scrollbar thumb support. * Completely redid the terminfo/termcap stuff. The terminfo file is now compiled (by tic) and installed by default (unless you specify --without-terminfo). The config files still say xterm, though, because some programs (like SLang and GNU mc) use the silly algorithm of "Is $TERM set to xterm?" to detect mouse reporting support in a terminal. =P But if you don't ever use xterm, you can use Eterm's termcap and just name it "xterm" instead. Thanks to Marius Gedminas <mgedmin@takas.lt> for his patch that started this whole revamp. * Added the kEsetroot script for KDE users from Dax Games <dgames@isoc.net>. * You can now configure the Home and End emulation via --with-home= and --with-end= options to configure. The --with-terminfo option is also new, and --enable-xim is now the default. * Added a new image state, disabled, for when Eterm loses focus. This is supported by all widgets (well, all those that could possibly be on screen when Eterm lost focus), even the background image. So you could actually have all your images darken on focus out and restore to normal on focus in. * Widget colors formerly dealt with as colors (menu text color, scrollbar color, etc.) are now handled by the imageclasses. Each image state can have a foreground and background color defined. The current exception is the background image; I hope to add that later. The foreground is the text color and the background is the object color (for solid color mode). So menu text color is set by the menu imageclass. And again, for unfocused colors, use the disabled state of the imageclass. * Proportionally-spaced fonts are now handled much better. They are still forced into evenly-spaced columns (it's a terminal for crying out loud!) but at least you don't end up with Eterm's wider than your screen. :-) * Home on refresh is gone, as is home on echo. It's now much simpler. There are two options: home on output, and home on input, the former being a combination of echo and refresh. Also, keypresses that don't necessarily have corresonding output can trigger a home on input, like Ctrl-End or whatever...ones that don't have special meaning. Credit to Darren Stuart Embry <dse@louisville.edu> for pointing out this issue and the one with "m-" in font names. * I finally got around to re-merging the new parser stuff from my work on the Not Game. Closed up some old potential behavior quirks with theme parsing. * Added a new escape sequence to fork-and-exec a program. Also added a scrollback search capability to highlight all occurances of a string in your scrollback buffer. Use the new "Etsearch" utility to access it. "Etsearch string" to search for a string, then "Etsearch" by itself to reset the highlighting. * And of course, the biggie. Eterm now supports a completely- customizeable buttonbar. Not a menubar, a buttonbar. It can have an arbitrary number of buttons, and each button can perform an action, just like a menuitem. So a button could bring up a menu (like a menubar) or launch a program (like a launchbar) or perform an operation (like a toolbar). Each button can have an icon, text, or both. And you can have buttons left- or right-justified in the buttonbar. You will eventually be able to have an arbitrary number of buttonbars, but I'm still working on that. As with any change this big, things could very easily be broken. So beware. :-) I have tested this myself, and everything seems to work, but I can't test every possibility. Let me know if you find anything that's broken, and enjoy! SVN revision: 2048
* Fri Jan 21 12:52:26 PST 2000 Michael Jennings <mej@eterm.org>Michael Jennings2000-01-211-2/+2
| | | | | | | | Fixed an off-by-one error in the scrollbar click-handling pointed out by Malcolm Tredinnick <malcolmt@smart.net.au>. SVN revision: 1958
* Wed Jan 5 21:23:56 PST 2000 Michael Jennings <mej@eterm.org>Michael Jennings2000-01-051-1/+1
| | | | | | | Copyright date updates. SVN revision: 1860
* Fri Nov 19 18:43:58 PST 1999 Michael Jennings <mej@eterm.org>Michael Jennings1999-11-201-1/+2
| | | | | | | | Fixed some other stuff I found, and cleaned up the remaining occurances of calls to the old scrollbar_show() function. SVN revision: 1343
* Fri Nov 19 16:55:22 PST 1999 Michael Jennings <mej@eterm.org>Michael Jennings1999-11-191-1/+5
| | | | | | | | | Okay, I think I have everything back in working order. PLEASE test this thoroughly, as an awful lot has changed. Let me know what I broke. :) SVN revision: 1339
* Thu Nov 18 21:47:02 PST 1999 Michael Jennings <mej@eterm.org>Michael Jennings1999-11-191-112/+100
| | | | | | | | | | I've rewritten almost the entire scrollbar. It mostly works, but it still has issues. I've put an #error directive in so that it won't compile; take it out if you *really* wanna try it. It's much more efficient than before. SVN revision: 1333
* Fri Nov 12 19:37:35 PST 1999 Michael Jennings <mej@eterm.org>Michael Jennings1999-11-131-0/+2
| | | | | | | | | | | | | | | | Okay, I've fixed a lot here. First off, I fixed the bug Gnea <gnea@rochester.rr.com> pointed out with toggling Max Size in E. Turned out to be a symptom of a much larger problem, but it should be fixed now. Then I corrected the XIM issues pointed out by Sung-Hyun Nam <namsh@lgic.co.kr> and Jerome De Greef <jerome_degreef@hotmail.com>, as well as a stupid typo on my part that Jerome happened upon. Next I fixed the bug Adam Lucas <ALucas@wcom.net> spotted with changing the scrollbar type. While fixing that, I also fixed changing the scrollbar width. Both operations are a lot smoother and cleaner now. SVN revision: 1292
* Thu Oct 28 13:12:17 PDT 1999 Michael Jennings <mej@eterm.org>Michael Jennings1999-10-281-6/+6
| | | | | | | | | | | | | | I fixed the popup scrollbar bug with transparency, but I fixed lots more than that. I removed a lot of duplicate event handling, lots of duplicate redraws, and lots of unnecessary transparency updates. In doing so, I fixed the latency problem people had been reporting with several shaded/tinted transparent Eterms while changing desktops. I also threw solid color transparency support in the mix while I was at it. All in all, you should notice significant speedups in transparent Eterms. SVN revision: 1031
* Wed Oct 27 18:46:04 PDT 1999 Michael Jennings <mej@eterm.org>Michael Jennings1999-10-271-3/+3
| | | | | | | | | | | Fixed lots of issues revealed by the -ansi -pedantic flags. The only warnings you get with those flags now are implicit declaration warnings for non-ANSI functions and warnings specific to certain OS's and their non-ANSI implementations of ANSI functions, neither of which I can do much about. :-) SVN revision: 1010
* Mon Oct 11 15:54:52 PDT 1999 Michael Jennings <mej@eterm.org>Michael Jennings1999-10-111-1/+2
| | | | | | | | | | Lots of cleanups here, including a couple fixes for bugs noticed by Tom Gilbert <gilbertt@tomgilbert.freeserve.co.uk> and Martin Tyler <martin@boo.org>. Also removed the requirement of glibc 2.1 for using SVR4-style pty's (/dev/pts/*) under Linux. SVN revision: 798
* Thu Oct 7 18:48:31 PDT 1999 Michael Jennings <mej@eterm.org>Michael Jennings1999-10-071-1/+1
| | | | | | | | | Shaved off around 100 KB of memory usage per Eterm by moving more code into the shared library, removing lots of unneeded variables, and fixing some small leaks here and there. SVN revision: 710
* Thu Oct 7 16:12:38 PDT 1999 Michael Jennings <mej@eterm.org>Michael Jennings1999-10-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | Auto mode has been fixed to work with the newest E. If you don't have the newest E, it won't work. So don't bug me about it; just upgrade. Your version of E must be dated October 7th or later, or all bets are off. I also cleaned up some stuff to save lots of unnecessary redraws and (if you're in auto mode) E IPC transactions. A bug in the value set for $IFS was also fixed. Thanks to Kimball Thurston <kimball@sgrail.com> for pointing out my oversight. Furthermore, I added a parameter to the --enable-multi-charset option for configure. You can now specify =utf-8 to get UTF-8 fonts for the multi-byte mode stuff. If you pass =kanji (or no value at all), you will still get the old Kanji fonts. If you use multi-byte Eterm and have a set of fonts for other setups (Big 5, Cyrillic, etc.), please let me know and I'll add a parameter for those too. SVN revision: 706
* Mon Sep 20 18:32:01 PDT 1999 Michael Jennings <mej@eterm.org>Michael Jennings1999-09-211-25/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | Lots of changes here. First off, this should fix the background draw bug with transparency that several people pointed out. While I was at it, I also cleaned up a lot of other related stuff. Three-state images should be a lot more robust now. Then again, some stuff may be broken entirely from this, so let me know. :-) For one thing, the various image modes should work as expected now. You can allow and disallow modes for the various widgets. The fallback mode is "solid" now, rather than "image," so you can cause a certain widget to refuse to use an image if you want to. If you specify an image without specifying a "mode" line that allows the "image" mode, your image will not appear. <-- READ THIS TWICE! I had to go back and fix all the theme files because of this, so you will need to remove your current theme directory and allow Eterm's "make install" to put the new ones in place; otherwise, everything will go back to being solid colors. =] Anytime something changes this drastically, there are bound to be problems. Let me know if you find any of them. :) SVN revision: 348
* Reverting last change for now. Something's very wrong here.Michael Jennings1999-09-201-26/+25
| | | | SVN revision: 347
* Mon Sep 20 16:08:41 PDT 1999 Michael Jennings <mej@eterm.org>Michael Jennings1999-09-201-25/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | Lots of changes here. First off, this should fix the background draw bug with transparency that several people pointed out. While I was at it, I also cleaned up a lot of other related stuff. Three-state images should be a lot more robust now. Then again, some stuff may be broken entirely from this, so let me know. :-) For one thing, the various image modes should work as expected now. You can allow and disallow modes for the various widgets. The fallback mode is "solid" now, rather than "image," so you can cause a certain widget to refuse to use an image if you want to. If you specify an image without specifying a "mode" line that allows the "image" mode, your image will not appear. <-- READ THIS TWICE! I had to go back and fix all the theme files because of this, so you will need to remove your current theme directory and allow Eterm's "make install" to put the new ones in place; otherwise, everything will go back to being solid colors. =] Anytime something changes this drastically, there are bound to be problems. Let me know if you find any of them. :) SVN revision: 345
* Tue Aug 17 18:06:01 PDT 1999 Michael Jennings <mej@eterm.org>Michael Jennings1999-08-181-67/+136
| | | | | | | | Now that we have a fixed CVS server.... This includes the old 0.8.10 code, but it's now 0.9. It also includes a timer subsystem. SVN revision: 52
* Initial import of Eterm 0.8.9 sourcesMichael Jennings1999-08-171-0/+91
SVN revision: 38