dan
9d98d884ae
- Added WMSetConnectionCloseOnExec() to specify if the socket of a
...
connection survives or not an exec* family call. By default all
connections created by WINGs, set the socket to be closed on an exec*
call. Use the function if you need the reverse.
2000-11-19 23:50:38 +00:00
dan
972620c7cd
- replaced WMBag with WMArray in connection.c and host.c
...
- added WMGetConnectionUnsentData() (WMGetConnectionQueuedData() is an
alias too)
2000-11-19 20:08:14 +00:00
dan
debd7ef5e8
Added wmessage() for printing a variable formatted message to stderr
...
with the program name prepended to it.
2000-11-06 23:13:14 +00:00
dan
a81a0685ef
- added a new version of wstrappend() with different behavior from the
...
old one (the one renamed to wstrconcat). The new wstrappend(dst, src)
will modify and return dst, without creating a new string to hold the
result, except if dst==NULL, in which case its equivalent to calling
wstrdup(src)
2000-11-02 02:51:53 +00:00
dan
2bd2b72af9
- renamed wstrappend() to wstrconcat().
...
be sure to replace wstrappend() with wstrconcat() anywhere in your code
because a new wstrappend() function will be implemented that will have
different semantics and if your code will use the new one instead of
the old will break.
2000-11-01 15:40:15 +00:00
dan
c7a0cd924e
Added a function alias WMDuplicateArray() -> WMCreateArrayWithArray()
2000-10-02 12:37:55 +00:00
dan
b2478b634f
- the list multiple selection code is working now. it still needs some
...
minor work and cleanup.
- made some bag and array functions to return void instead of int.
- a few new array functions.
- better handling of mouse wheel.
!!! make clean after this update before you rebuild. some enums changed.
2000-10-01 23:26:03 +00:00
dan
539fb32795
Small fix for an enum
2000-09-28 22:32:36 +00:00
dan
6973f07f30
Remake of the WMList code to allow multiple selection. Not complete yet.
...
It will not even compile. I Will finish it later today.
2000-09-28 03:09:57 +00:00
kojima
3de3009cee
added wtokennext()
2000-09-26 22:44:38 +00:00
dan
ce8b816c5d
Sorting functions return void now instead of int.
2000-09-26 10:54:37 +00:00
dan
23ac6cc088
Added some typedef'ed functions for readability.
2000-09-25 01:42:06 +00:00
dan
41ff127444
- Fixed WMArray.
...
- Changed WMList to use WMArray instead of WMBag
- Fixed compilation problems in WPrefs.app
2000-09-23 03:49:58 +00:00
dan
c1a77f233f
Finished the WMArray class
2000-09-20 00:30:45 +00:00
dan
85702115f3
Some more functions for the array class
2000-09-17 21:52:24 +00:00
dan
9f98db6791
Some more code to the WMArray class
2000-09-15 09:42:22 +00:00
dan
e01ef57d4b
Removed some unused code from the treebag
2000-09-15 05:02:01 +00:00
dan
595d2b060b
Removed array bag, and restructured the tree bag to be WMBag
2000-09-15 04:57:31 +00:00
dan
446e260186
Bulgarian po and menu files
2000-09-14 22:10:30 +00:00
dan
7832b2a4cf
Rearranged the structure of the WINGs subdirectory.
...
Created Documentation, Examples and Tests subdirectories.
Run update-autoconf after this update.
2000-09-13 20:19:05 +00:00
kojima
9a89e6cc18
added string utils
2000-07-15 22:08:25 +00:00
kojima
71f735069a
*** empty log message ***
2000-05-21 16:15:56 +00:00
dan
27838589a5
Added connection opening timeout handling
2000-04-27 04:26:15 +00:00
dan
a6e19eed31
*** empty log message ***
2000-04-14 03:55:26 +00:00
dan
51a638e821
Added a function to get all keys in a user defaults database (for databases
...
with dynamic contents, where the keys are not known in advance, like a
user = password; type UD database).
2000-04-12 01:45:42 +00:00
dan
b8ca9e2b64
Fixed behaviour of WMData objects regarding the destructor.
...
Merged WMCreateDataWithBytesNoCopy with WMCreateDataWithBytesAndDestructor.
2000-04-09 02:32:17 +00:00
kojima
60a247f271
drag and drop!
...
selection code rewrite!
textfield with new selection code!
etc etc
2000-04-03 03:10:20 +00:00
kojima
ee21c5bea6
changed iface of WMFindInBag
2000-04-02 20:16:30 +00:00
kojima
449a5fde76
fixed misc bugs
2000-04-02 00:04:06 +00:00
kojima
9e45e85dc6
bag tree finished.. updated code to new bags
2000-03-29 02:17:39 +00:00
kojima
6672180d77
removed listbag added tree bag
...
started drag & drop
2000-03-28 02:30:13 +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
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
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
kojima
94f4483dbd
multiview and vertical splitview
...
some bug fixes
configurable default font size
etc
1999-10-27 22:32:12 +00:00
kojima
80fb09a74e
replaced free() with wfree() everywhere
...
fixed bug in wlist that caused colorpanel to crash
1999-10-09 20:07:23 +00:00
dan
d66f23813b
Added WMSaveUserDefaults()
1999-10-08 03:32:55 +00:00
dan
8747093e64
- Fixed some compilation problems, which could lead to sigsegv at run time in
...
the new 'bag' code.
- Fixed PPosition problem.
1999-09-16 21:52:18 +00:00
kojima
052ab01c84
replaced linked lists with WMBag, added progress indicator
1999-09-16 02:55:56 +00:00
dan
f2f71a1f09
Finished the libWUtil library.
1999-09-10 20:13:44 +00:00
kojima
5e4625dafe
many bug fixes, finished some delegate code, updated menu file bug from EXEC
...
to SHEXEC, updated french translations
1999-05-29 21:41:25 +00:00
dan
674eb20ec4
SOme fixes, and added WMGetDefaultsFromPath().
1999-04-18 19:41:42 +00:00
kojima
ea55bc5e3f
Fix some bugs, DisableMiniwindows, _KWM_WIN_ICON_GEOMETRY..
1999-03-18 01:11:18 +00:00
dan
c56756dc73
Update for 0.52.0. This is a test version, which brings the Appearance
...
section to WPrefs for testing purposes.
1999-03-14 22:35:50 +00:00
dan
e7495baff7
0.51.1 pre snapshot. Be careful, it may be buggy. It fixes some bugs though.
1999-02-17 11:06:40 +00:00
dan
416e3a82be
Update for 0.51.0
1999-01-25 19:06:50 +00:00