Commit Graph

187 Commits

Author SHA1 Message Date
Mandrake 940f327144 Mon Apr 3 12:00:47 PDT 2000
(Mandrake)

the remembered settings dialog was too big.  This has less information in it
but isn't so big when I have a lot of remembered windows on screen.


SVN revision: 2418
2000-04-03 19:04:34 +00:00
Mandrake c4153ac2be Mon Apr 3 10:17:21 PDT 2000
(Mandrake)

fix for iconified windows not getting focus properly when in focuslist.


SVN revision: 2415
2000-04-03 17:05:43 +00:00
Mandrake c4a69d68ef Fri Mar 31 10:38:09 PST 2000
(Mandrake)

some people have problems with this session.c (don't know why)


SVN revision: 2400
2000-03-31 18:41:16 +00:00
Mandrake cb7e3bee1e Thu Mar 30 15:43:39 PST 2000
(Mandrake)

fixed logout dialog box to work properly under xinerama


SVN revision: 2389
2000-03-30 23:47:01 +00:00
Mandrake 23caf31298 Tue Mar 28 10:31:25 PST 2000
(Mandrake)

fixed maximize bug where it would pay attention to iconified windows.


SVN revision: 2359
2000-03-28 18:34:36 +00:00
Mandrake 319302f6af Sun Mar 26 15:40:38 PST 2000
(Mandrake)

new "configpanel" ipc command.  This way I can use my config panels from efm
by building a menu that runs eesh *grin*


SVN revision: 2341
2000-03-26 23:29:58 +00:00
Mandrake 1645050d9a Sun Mar 26 14:16:39 PST 2000
(Mandrake)

added xinerama support for maximizing windows.  They'll stay on the current
had unless you use the "absolute" option, which means you want as much space
as possible


SVN revision: 2340
2000-03-26 22:05:16 +00:00
Mandrake b930be1be0 Sun Mar 26 13:42:23 PST 2000
(Mandrake)

fixed edge resistance between heads when you're using xinerama.


SVN revision: 2338
2000-03-26 21:30:58 +00:00
Mandrake c642472633 Sat Mar 25 20:58:49 PST 2000
(Mandrake)

oops, debugging printfs


SVN revision: 2337
2000-03-26 04:47:03 +00:00
Mandrake 2e2ac95de5 Sat Mar 25 20:51:51 PST 2000
(Mandrake)

more xinerama support.  This time settings dialogs pop up centered on the
current head if there isn't a settings dialog already open.
Next - edge resistance between heads.


SVN revision: 2336
2000-03-26 04:40:38 +00:00
Mandrake 4aff4646d6 Sat Mar 25 18:17:32 PST 2000
(Mandrake)

oops, left a debugging printf in arrange.c


SVN revision: 2335
2000-03-26 02:05:58 +00:00
Mandrake 6c4cc0a561 Sat Mar 25 18:16:11 PST 2000
(Mandrake)

slightly better arranger code for XINERAMA - this should ALSO fix a couple of
KDE arranger problems that people reported, too.


SVN revision: 2334
2000-03-26 02:04:48 +00:00
Mandrake 979cac375a Sat Mar 25 17:32:16 PST 2000
(Mandrake)

This is still slightly hacking xinerama support - needs some more work.
some things will still pop up inbetween heads, but for the most part windows
will pop up on the head that is currently focused and will pop up without
going between heads.


SVN revision: 2332
2000-03-26 01:22:00 +00:00
Mandrake 1f71e1e26e Fri Mar 24 17:53:46 PST 2000
(Mandrake)

working on xinerama (copying home)


SVN revision: 2321
2000-03-25 01:57:02 +00:00
Mandrake 9aa6f39e2c Thu Mar 23 22:02:20 PST 2000
(Mandrake)

redoing libXinerama support.  If you use xinerama, try using the "xinerama"
command.  ALSO - you have to make sure you installed libXinerama.a in the
right place as well as Xinerama.h -- still lots more hacking to do (trying to
do a cleaner implementation than my last hack)


SVN revision: 2312
2000-03-24 05:51:51 +00:00
Tom Gilbert 4a9c871612 Thu Mar 16 23:02:49 GMT 2000
(gilbertt)

Patch from Marius Aamodt Eriksen <marius@linux.com>. Provides option to
include shaded windows in focuslist. Now all we need is an "include
iconified windows" option...


SVN revision: 2249
2000-03-16 23:05:58 +00:00
Tom Gilbert b0193f8997 Tue Mar 14 22:32:08 GMT 2000
(gilbertt)

Patches from Bob Arendt <rdarendt@cwcom.net> to enable a user-configurable
cache-dir. Solves some preformance problems on NFS-mounted home directories.
Also fixes a couple of bugs with the current -econfdir option.

Patches here for scripts and stuff.


SVN revision: 2233
2000-03-14 22:38:14 +00:00
Tom Gilbert 10f1ff3ae7 Tue Mar 14 22:23:27 GMT 2000
(gilbertt)

Patches from Bob Arendt <rdarendt@cwcom.net> to enable a user-configurable
cache-dir. Solves some preformance problems on NFS-mounted home directories.
Also fixes a couple of bugs with the current -econfdir option.

I've tested this fairly well, as has Bob, but let me know if there are any
problems.


SVN revision: 2232
2000-03-14 22:29:04 +00:00
Tom Gilbert ace4dab997 Sun Feb 27 14:55:54 GMT 2000
(gilbertt)

Modified the ipc remember command. It is compatible with the old one
however.

Originally, you'd do:
remember windowid sticky
remember windowid command
remember windowid size
etc

Now you can also do:
remember windowid sticky command size ...

This streamlines epplets in particular, and speeds up Epplet_remember by a
factor of 8. (Significant on certain boxen).


SVN revision: 2138
2000-02-27 15:02:10 +00:00
Tom Gilbert c28e4b58aa Mon Feb 21 20:46:52 GMT 2000
(gilbertt)

Added winops commands/remember options/action definitions for skipping
focus, skipping tasklist, skipping winlist.

The second two work well. skipfocus is not thoroughly implemented in the e
code, ie. you can still focus =) I'm about to go through and add some logic
for that... Then I was gonna make non-ALT button clicks on skip_focus
windows bring up root menus...

Lots of changes, so check for bugs =)


SVN revision: 2114
2000-02-21 20:53:42 +00:00
Tom Gilbert 36de08deae Sun Feb 20 18:10:30 GMT 2000
(gilbertt)

Don't kill meeeee!

;)

People keep asking for this, so I added an option to "Focus Settings",
called "Show sticky windows in focus list". Its selected by default, but if
you deselect it, your ALT+TAB list won't show sticky windows. Keeps loggers
and gkrellm etc out of it...

Feel free to revert the commit if it's inappropriate...


SVN revision: 2110
2000-02-20 18:16:48 +00:00
Carsten Haitzler e8ec009304 Fri Jan 28 10:30:51 PST 2000
(Raster)

now that was silly - setting mode.xselect afterwards to 1 again,..


SVN revision: 1984
2000-01-28 18:31:13 +00:00
Mandrake 8388b82d62 Thu Jan 6 12:23:56 PST 2000
(Mandrake)

updated copyrights to say 2000. muahahaha.


SVN revision: 1864
2000-01-06 08:13:30 +00:00
Mandrake fdac851e59 Wed Dec 8 10:57:56 PST 1999
(Mandrake)

nasty indention issues in ipc.c


SVN revision: 1553
1999-12-08 13:46:41 +00:00
Michael Jennings 1f707abe13 Mon Dec 6 21:32:16 PST 1999
(KainX)

Make this sucker build again.


SVN revision: 1524
1999-12-07 00:42:24 +00:00
Carsten Haitzler 92ff0dd54b Mon Dec 6 14:52:40 PST 1999
(Raster)

gettext internationalisation support & patch
fix to allow setting of which mouse button do what on the pager
fix to border width handlign in icccm
fix to warp foucs
some other stuff i probabyl forgot about...


SVN revision: 1507
1999-12-06 17:12:20 +00:00
Carsten Haitzler d30f90199c Sat Nov 6 11:58:59 PST 1999
(Raster)

use no backing pixel for windows by default... :)


SVN revision: 1191
1999-11-06 09:32:32 +00:00
Carsten Haitzler da14b1fbb1 Mon Oct 4 17:58:33 PDT 1999
(Raster)

my god.. copyright notices..........


SVN revision: 653
1999-10-04 22:06:00 +00:00
Carsten Haitzler 718c90c678 Fri Sep 24 10:58:11 PDT 1999
(Raster)

fix slideout segfault bug problem thingy majigo


SVN revision: 390
1999-09-24 17:02:53 +00:00
Carsten Haitzler 80a8e772f7 Tue Sep 21 19:37:31 PDT 1999
(Raster)

fix possible memory leak

cleaned up some code

fixed positioning on restart/start of internal wins

fixed iconified startup bugs for clients that ask to be iconified on start

fixed icon pixmap bugs

took my iguana for a walk around the block


SVN revision: 359
1999-09-22 02:13:51 +00:00
Carsten Haitzler d749d4c261 Tue Sep 7 11:26:24 PDT 1999
(Raster)

fixed "not recognising clicks when chaded" problem


SVN revision: 190
1999-09-07 18:18:16 +00:00
Mandrake 2ec4be384b Wed Sep 1 17:08:51 PDT 1999
(Mandrake)

still more bugs in ecvs.


SVN revision: 151
1999-09-02 00:05:33 +00:00
Carsten Haitzler 3a6bfb2ef9 Wed Sep 1 16:09:21 PDT 1999
(Raster)


SVN revision: 146
1999-09-01 23:09:20 +00:00
Carsten Haitzler 407e651476 fixed some tooltip pading calculation bugs :) ooh whee buglist is getting
shorter


SVN revision: 111
1999-08-28 05:55:20 +00:00
Carsten Haitzler 43f51931b4 my god.. i spent the last 6 hours finding that obscure pager redraw problem..
i fixed 5 bugs all in one go.. when i eventually found it... but it was to do
with freeing pixmap id's badly and using the wrong pixmaps for the wrong things
...

this shoudl all be solved now 9technoirs problem and other peoples and the
pager bgs not chanign properly etc.)


SVN revision: 109
1999-08-28 04:46:04 +00:00
Carsten Haitzler 1e9f37ebbc fixing lots of stuff and adding bg's to theme :)
SVN revision: 73
1999-08-23 16:53:38 +00:00
Carsten Haitzler c79f01a1d9 re-importing E after cvs failure to comply with orders... thus it DIED!
SVN revision: 37
1999-08-17 22:56:46 +00:00