dan
ad95610321
- removed calls to wsyserror() and wwarning() inside the WMHost and
...
WMConnection code. do call by yourself wsyserrorwithcode() passing
WCErrorCode, whenever a call don't return the expected value, and
WCErrorCode > 0. If WCErrorCode==0 that is not an system error,
condition, so don't call wsyserrorwithcode() in that case.
- added some assertions where appropriate
2000-11-24 10:31:10 +00:00
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
kojima
52308a0abc
fixed bugs of resized widgets
2000-11-11 18:08:10 +00:00
kojima
47e4e31ba0
*** empty log message ***
2000-11-09 05:02:37 +00:00
dan
366bf50d3c
forgot to update the changelog about wmessage()
2000-11-06 23:15:21 +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
d40425c388
Fixed mem leak in browser code.
2000-11-01 03:40:36 +00:00
kojima
275a2a3782
added scrolled notifcation to scroller
...
added GetVisibleRect function to scrollview
2000-10-11 16:21:50 +00:00
dan
bba6dd1670
- WMDestroyWidget() now first calls WMUnmapWidget()
...
- decided behavior of list selection while scrolling
2000-10-03 22:20:00 +00:00
dan
ed39c92de0
Code to allow multiple selection in WMBrowser
2000-10-03 20:52:15 +00:00
dan
7cf93ae49d
*** empty log message ***
2000-10-02 07:01:27 +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
8ae0b5cc1d
fixed some buffer overflow bugs
2000-10-01 03:20:08 +00:00
dan
67642b7c20
Better behavior of mouse wheel actions (Control and SHift are now
...
accepted as modifiers to select how much it will actually scroll on
each mouse wheel event).
2000-09-29 02:30:55 +00:00
dan
358e3346c3
update changes
2000-09-29 02:20:35 +00:00
dan
aee58cbd36
WMList compiles now, single selection seems to be ok (as it used to be) but
...
multiple selection is not yet complete.
2000-09-29 02:12:40 +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
dan
4193d2265d
- Added WMSetWindowUserPosition()
...
- Replaced FlattenStringList() and TokenizeString() with wtokenjoin()
respective wtokensplit() from WINGs
2000-09-26 00:35:33 +00:00
kojima
edc57cf7a1
added some new functions
2000-09-25 19:21:45 +00:00
dan
c1a77f233f
Finished the WMArray class
2000-09-20 00:30:45 +00:00
dan
595d2b060b
Removed array bag, and restructured the tree bag to be WMBag
2000-09-15 04:57:31 +00:00
kojima
9a89e6cc18
added string utils
2000-07-15 22:08:25 +00:00
kojima
e29fce43b1
- added WMGetLabelText()
...
- added WMReparentWidget()
- added WMCreateTabViewItem()
- added W_CreateUnmanagedTopView()
- fixed deletion from tree bag
2000-07-10 22:37:39 +00:00
kojima
c49ad9cac8
added text widget from nwanua
2000-06-20 23:27:37 +00:00
kojima
79ae37a35c
added options to change default fonts
2000-05-21 23:56:33 +00:00
dan
27838589a5
Added connection opening timeout handling
2000-04-27 04:26:15 +00:00
kojima
c08022a088
updated upzzle, removed SetWindowInitialSize added SetWindowAspectRatio
2000-04-09 23:06:55 +00:00
kojima
ee21c5bea6
changed iface of WMFindInBag
2000-04-02 20:16:30 +00:00
kojima
6672180d77
removed listbag added tree bag
...
started drag & drop
2000-03-28 02:30:13 +00:00
kojima
93941b2c03
*** empty log message ***
2000-03-04 00:18:13 +00:00
dan
503c1e8864
Fixed big memory leak in color panel code (patch from Pascal).
2000-01-07 22:08:35 +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
d6fb042749
Fixed a bug in input event handling.
1999-11-22 04:40:16 +00:00
dan
38807b65c7
- fixed a bug that crashed the programm when a popup button was scrolled.
...
- fixed a bug that caused incorrect drawing position of the popup indicator.
- fixed a bug that prevented selecting no item (-1) in a popup button.
- an assertion will be raised if the program tries to select a popup button
item that is beyond the total number of items present in the popup button.
- changed names of functions for SplitView to be consistent. Some contained
SubView while other Subview. Now all have Subview.
1999-11-07 21:40:22 +00:00
kojima
94f4483dbd
multiview and vertical splitview
...
some bug fixes
configurable default font size
etc
1999-10-27 22:32:12 +00:00
dan
597b04f5f7
- Fixed name completion problem in file panel.
...
- fixed a problem about how notifications were sent for textfield events.
1999-10-23 21:06:11 +00:00
kojima
eb87c40967
added nana stuff
...
added lock option in docked icons
1999-10-20 03:25:06 +00:00
dan
5385a02b33
Fixed bug with sorting list items in WINGs
1999-10-16 03:02:19 +00:00
dan
d66f23813b
Added WMSaveUserDefaults()
1999-10-08 03:32:55 +00:00
dan
f51a301fb9
bug fix in WINGs bag.c WMInsertInBag().
1999-10-07 21:05:47 +00:00
kojima
1c64c62b3b
undocumented WMGetListItems()
1999-10-03 18:46:22 +00:00
kojima
e82c30b205
replaced linked list with WMBag in WMList
...
replaced WMAddSorted*** with WMSort***
fixed crash bug in icon chooser
1999-10-03 03:47:21 +00:00
kojima
dbdb44a4db
added patch with bugfixes for wings/textfield/panel exit with escape/bag etc
...
changed iconchooser to center icons/text
updated po files
1999-10-02 20:24:41 +00:00
kojima
d5fbe62ddd
fixed font bug in WINGs
...
font panel problems
po file problems
misc bugs
1999-09-22 02:09:42 +00:00