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
a20aebdef2
- Made all changes for moving WINGs headers in the WINGs subdirectory.
...
- Updated get-{wings|wutil}-flags accordingly
2001-01-18 19:21:56 +00:00
kojima
a7d22c48b4
added item copying to menu editor in wprefs
2001-01-06 17:43:18 +00:00
dan
497e34b6b8
- Replaced all free() with wfree() where appropriate
...
- Fixed some memory leaks
2000-10-31 14:57:22 +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
9c9f7e6c0c
new hide/unhide functions
2000-09-25 18:40:56 +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
kojima
6ec980095a
fixed some bugs in menu editor
2000-07-16 06:29:12 +00:00
kojima
1a7c397d57
"finished" new menu editor
2000-07-16 04:05:49 +00:00
kojima
ce7db48e25
fixed problem with motion event compression
2000-07-16 01:08:13 +00:00
kojima
dcd44b17b1
more updates to editable menu
2000-07-15 22:00:41 +00:00
kojima
bb6acdad3c
added close button to editable menu
2000-07-14 15:16:46 +00:00
kojima
6d5f1817d3
new menu editor updates
2000-07-14 05:48:35 +00:00
kojima
e958044d00
updated editable menu widget
2000-07-10 22:49:07 +00:00
kojima
bdd18ccdf0
fixed compilation problem
1999-05-29 22:53:01 +00:00
dan
ea5d3bcde3
Some fixes over 0.51.2-pre2, in WINGs, wwindow.c, and FAQ
1999-03-10 15:47:10 +00:00
dan
088c0ac230
Update for 0.51.2-pre2
1999-03-09 14:58:01 +00:00
dan
60980735fe
syncing with latst changes, because cvs will be moved
1999-02-23 14:46:39 +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