kojima
9e45e85dc6
bag tree finished.. updated code to new bags
2000-03-29 02:17:39 +00:00
dan
8219011758
*** empty log message ***
2000-03-29 02:03:47 +00:00
id
2e154a404d
*** empty log message ***
2000-03-29 01:49:05 +00:00
kojima
190cd648e1
removed list bag
2000-03-28 02:55:12 +00:00
kojima
6672180d77
removed listbag added tree bag
...
started drag & drop
2000-03-28 02:30:13 +00:00
dan
fb802f2d6e
*** empty log message ***
2000-03-24 02:15:35 +00:00
kojima
5bd797b066
fixed color dragging from colorwell
2000-03-24 01:11:54 +00:00
dan
e9cb10749b
*** empty log message ***
2000-03-10 22:48:51 +00:00
kojima
553539748d
added missing macro for bag
2000-03-06 02:54:45 +00:00
kojima
1dc5c1882c
added list and array backends for WMBag
2000-03-05 22:01:34 +00:00
kojima
93941b2c03
*** empty log message ***
2000-03-04 00:18:13 +00:00
kojima
2090f81b40
isprint() used in place of !iscntrl()
2000-02-29 21:50:35 +00:00
kojima
ac38d149e0
*** empty log message ***
2000-02-20 23:54:39 +00:00
dan
d5c2da25c4
Just a small sync of files
2000-01-24 00:12:09 +00:00
kojima
34cd5125e3
fixed bug with icons of different sizes
...
made Apply work in window inspector for windows with no WM_CLASS
2000-01-20 11:51:42 +00:00
dan
14939535b6
Misc bug fixes
2000-01-17 03:07:18 +00:00
dan
e18cba4da9
Some fixes from Alban
2000-01-16 02:08:38 +00:00
dan
049a69a9bf
- Added a test in configure for the version of libPropList that is installed
...
on the system. Further compilation will be aborted if the version of
libPropList that is found is older than expected. Hopefully this will make
go away some annoying messages from people unable to read the release
notes.
- Implemented periodic synchronization of user defaults in WINGs and
notification when user defaults gets changed.
- Fixed the color panel to compile (someone in charge with it check if its
ok, I only changed where the compiler complained, didn't go through the
code).
- Misc fixes, related to latest changes in wrlib.
2000-01-15 02:00:24 +00:00
kojima
7df3e111bc
updated configure to detect x86
2000-01-14 16:48:16 +00:00
dan
c6bc1227de
The right fix for the comparison of hosts. Previous was not good.
2000-01-11 22:07:21 +00:00
dan
e474e18f23
Small bug fix regarding comparison of hosts.
2000-01-11 21:33:18 +00:00
dan
eca1fc5e9f
- converted all floats to double.
2000-01-10 22:12:07 +00:00
dan
448b08de0b
- Fixed some compilation problem with non-existent function on so platforms
2000-01-09 05:28:30 +00:00
dan
ae22c4dc1d
Some more fixes from Alban to the color panel.
2000-01-07 22:17:59 +00:00
dan
503c1e8864
Fixed big memory leak in color panel code (patch from Pascal).
2000-01-07 22:08:35 +00:00
kojima
d98f1fa645
aplied colorpanel fix patches
2000-01-06 21:56:39 +00:00
dan
dba6e4d2d0
- Fixed a bug in popup button code.
...
- Added functions to allow the color of the text in buttons to be specified.
2000-01-05 22:02:22 +00:00
dan
8073c07601
Color update in the menu files
2000-01-04 21:45:57 +00:00
id
95e71d500a
Fixes from Alban and Pascal.
1999-12-29 11:59:30 +00:00
dan
087fc7c82c
Fixes in the host class
1999-12-14 21:35:28 +00:00
dan
bf4c63d657
Updated for changes in WINGs directory
1999-12-14 05:34:15 +00:00
dan
b33d6351e5
Added get-wings-flags and get-wutil-flags
1999-12-14 05:31:49 +00:00
dan
87368574a3
Small enhance to connection client example.
1999-12-14 04:41:56 +00:00
dan
3f9b7858df
Fixed some compilation problems for solaris
1999-12-14 02:21:04 +00:00
dan
e5a7a883eb
Added an example of how to create a network client using WMConnection
1999-12-14 01:45:16 +00:00
dan
c952eb84ae
Fixed a platform dependant problem.
1999-12-14 01:21:56 +00:00
dan
9c59becb31
Added 3 new classes: WMData, WMHost, WMConnection
1999-12-14 01:07:24 +00:00
dan
03748f0fbe
removed WErrorCode
1999-12-12 20:35:12 +00:00
dan
9e47eba187
- Added a global var WErrorCode similar to errno or RErrorCode.
...
- New function wsyserrorwithcode(), like wsyserror() for prints the message
for the specified error code, instead of errno. This is for cases where
you can't call wsyserror() immediately after the error, but save errno
code for a later use.
1999-12-12 04:17:18 +00:00
dan
bb75616aad
Added char* wsterrror(int errnum) to return the string associated with errnum
...
This works even on platforms that don't provide strerror().
1999-12-11 00:39:57 +00:00
dan
4b69ea222e
Changed wrealloc's behaviour to call wfree() and return NULL if the newly
...
requested size is 0.
1999-12-06 02:12:30 +00:00
dan
34c926186c
Rewrote idle and input handlers using WMBag to avoid a functional problem of
...
them, regarding removal of other input/idle handlers next to the called one,
from the called handler.
1999-12-03 07:07:14 +00:00
dan
ef42fce3e6
Fixed wrealloc() to be consistent with the wmalloc() behaviour when it cannot
...
allocate memory.
1999-12-01 22:25:48 +00:00
dan
4313762bdb
Added some () and a comment.
1999-11-26 23:59:06 +00:00
dan
5e32d1cb4f
input handler again. forgot some paranthesis.
1999-11-22 04:53:32 +00:00
dan
d6fb042749
Fixed a bug in input event handling.
1999-11-22 04:40:16 +00:00
dan
8b062b07c1
- fixed the checkTimerHandlers() to flush the ASAP notification queue, even
...
if there are no timer handlers.
- an array was too small in TexturePanel.c (4 instead of 5).
1999-11-20 22:29:58 +00:00
dan
9eb9198bad
Fixed a problem in notification queuing (the coalescing was done wrong if
...
both name and sender were specified).
1999-11-18 01:43:08 +00:00
dan
1d56ad7615
- Fixed problem calling W_FlushIdleNotificationQueue() when there was no idle
...
handler installed.
- Fixed some problem with ASAP notification queues
- fixed a memleak related to notification queues.
1999-11-17 22:01:33 +00:00
kojima
06b390ca01
fixed idle notification posting
1999-11-17 21:35:02 +00:00