dan
046403dbbb
- added WMRemoveFromArrayMatching(array, match, cdata), which will remove the
...
first element in the array that is matched by match(item, cdata)==True.
- added WMArrayFirst(), WMArrayLast(), WMArrayNext() and WMArrayPrevious()
functions and also WM_ITERATE_ARRAY() and WM_ETARETI_ARRAY() macros, to make
interfaces to WMBag and WMArray similar and to make life a little simpler
when iterating through all elements of an array.
- replaced bags with arrays wherever appropriate. This will improve
performance a bit.
- replaced some recursive code with iterative code in WINGs/selection.c
- some code cleanup is src/
2001-04-15 01:22:56 +00:00
dan
527bbcf271
- some small fixes to make it compile on werider systems.
2000-11-22 07:34:03 +00:00
kojima
9e45e85dc6
bag tree finished.. updated code to new bags
2000-03-29 02:17:39 +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
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
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
dan
b28e491fd4
Fixed compile proflem in fontpanel
1999-09-22 19:51:47 +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
kojima
e7df5ed456
font panel and textfield font
1999-09-18 22:57:19 +00:00
kojima
0e263f7394
fixed hashtable crash bug with WMStringHashCallbacks
1999-09-17 22:10:28 +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
scottc
9d2e6ef9f1
Initial revision
1998-09-29 22:36:29 +00:00