summaryrefslogtreecommitdiff
path: root/zwgc
Commit message (Collapse)AuthorAge
* fixes names of variables to set X background colorGravatar Lucien Van Elsen1992-02-11
|
* Ignore "@color" and "@font".Gravatar John F. Carr1991-12-30
|
* Include string.h and use strchr instead of index.Gravatar Lucien Van Elsen1991-12-05
|
* fix pathnames; make sure directory exists beforeGravatar Lucien Van Elsen1991-12-05
| | | | installing in it.
* need target for string_dictionary.hGravatar Lucien Van Elsen1991-12-05
|
* Add newlines to error messages.Gravatar John F. Carr1991-09-02
|
* Work around xlc optimizer bug.Gravatar John F. Carr1991-08-27
|
* Don't dump core on ICCCM violations.Gravatar John F. Carr1991-08-08
|
* Correctly handle buttons and keys being released in any order.Gravatar John F. Carr1991-08-08
| | | | [marc]
* made unauthenic zgrams more obvious.Gravatar Lucien Van Elsen1991-06-30
|
* Made no display warning message shorter & quieterGravatar Lucien Van Elsen1991-06-30
| | | | (for peter)
* Add zsub_ prefix to fields of subscription structure.Gravatar John F. Carr1991-06-20
|
* setpgrp differs from BSD to SYSV.Gravatar John F. Carr1991-06-20
| | | | POSIX doesn't have union wait.
* fix typosGravatar John F. Carr1991-06-20
|
* Install zwgc in CLIENTDIR.Gravatar John F. Carr1991-06-20
|
* AUX supportGravatar John F. Carr1991-06-20
|
* AUX support.Gravatar John F. Carr1991-06-20
|
* ulong is defined in <sys/types.h> on most Sys5 systems.Gravatar John F. Carr1991-06-20
|
* Removed some default initializers.Gravatar Kenneth G Raeburn1991-04-24
| | | | | | | Compute attributes (now including backing store) at startup, use them when creating window. Call XReconfigureWMWindow instead of code section that does the same thing.
* Support for X11R5 per-screen resources.Gravatar John F. Carr1991-03-24
|
* Don't use alternate memory functions unless DEBUG or MEMORY_DEBUGGravatar John F. Carr1991-03-08
| | | | is defined.
* AIX 1.2 defines ulong in <sys/types.h>Gravatar John F. Carr1991-03-08
|
* Made statically defined chaaracter classes "const".Gravatar Kenneth G Raeburn1991-01-08
|
* Make command table "const".Gravatar Kenneth G Raeburn1991-01-08
|
* Add c and PW libraries for macII.Gravatar Kenneth G Raeburn1990-12-21
|
* Use unsigned char, not char, as array index.Gravatar John F. Carr1990-12-21
|
* AIX needs <sys/select.h>Gravatar John F. Carr1990-12-11
|
* Declare signal_child() void; if NO_UNION_WAIT is defined thenGravatar John F. Carr1990-12-04
| | | | wait arg1 is an int.
* Can't pass &time.tv_sec to ctime() (in AIX 3.1, the argument toGravatar John F. Carr1990-12-04
| | | | ctime() is a different type).
* Discard pings on all messages, rather than just class "message".Gravatar Kenneth G Raeburn1990-11-16
|
* Display recipient of class "message" notices. Also reorganized layoutGravatar Kenneth G Raeburn1990-11-16
| | | | to avoid really long lines.
* Include X11/Xresource.h, for XrmUniqueQuark definition.Gravatar Kenneth G Raeburn1990-11-13
|
* Converted mode_to_colorname to use xres_get_resource. Also removedGravatar Kenneth G Raeburn1990-11-13
| | | | | spurious "style" string that was being inserted in the the resource name.
* Bumped version number to 0.4.3.Gravatar Kenneth G Raeburn1990-11-09
|
* In signal_child handler, preserve value of errno.Gravatar Kenneth G Raeburn1990-11-09
|
* Combined xres_get_{geometry,bgcolor} into one function, with dataGravatar Kenneth G Raeburn1990-11-09
| | | | | structures controlling the behavior. Wrote macros with old function names to call new function.
* Documented restriction of one beep per message for tty and X drivers.Gravatar Kenneth G Raeburn1990-11-08
|
* Beep only once per message.Gravatar Kenneth G Raeburn1990-11-08
| | | | | Cleaned up saber-bug/non-ANSI workaround. Made several flags into bitfields.
* Beep at most once.Gravatar Kenneth G Raeburn1990-11-08
|
* Renamed time-to-live to min-time-to-live.Gravatar Kenneth G Raeburn1990-11-07
|
* Changed resource name from timeToLive to minTimeToLive.Gravatar Kenneth G Raeburn1990-11-07
|
* Cast argument of XFree to char* to prevent compiler complaints.Gravatar Kenneth G Raeburn1990-11-04
|
* Documented time-to-live and kill-stack changes.Gravatar Kenneth G Raeburn1990-10-22
|
* Minimum-time-to-live changes from marc.Gravatar Kenneth G Raeburn1990-10-22
|
* [marc] Added can_die time field, indicating the first time theGravatar Kenneth G Raeburn1990-10-22
| | | | windowgram should be killable.
* Added minimum-time-to-live changes from marc.Gravatar Kenneth G Raeburn1990-10-22
| | | | | Also: If control key is down when button is released, kill all windowgrams under cursor.
* Raised version to 0.4.2Gravatar Kenneth G Raeburn1990-10-22
|
* Fixed typo in previous fix.Gravatar Kenneth G Raeburn1990-10-20
|
* Use ZWGCPATH in message instead of explicit path.Gravatar Kenneth G Raeburn1990-10-19
|
* Define ZWGCPATH.Gravatar Kenneth G Raeburn1990-10-19
|