dan
f5dcab0663
- moved WINGs's internal handlers (timer, idle and input) to handlers.c
...
to avoid code duplication.
- simplified wevent.c and wutil.c
- renamed WMAddEternalTimerHandler() to WMAddPersistentTimerHandler()
2001-03-20 23:46:57 +00:00
kojima
f91e2693f9
fixed mem leak
2001-03-15 21:13:54 +00:00
kojima
7f8d51555b
fixed timerhandler cpu eater
2001-03-14 04:19:06 +00:00
kojima
c1840e943d
*** empty log message ***
2001-03-14 03:58:55 +00:00
kojima
3b7b2ef6b7
*** empty log message ***
2001-03-14 03:18:16 +00:00
kojima
51b1bf34b9
fixed some signal handling bugs
2001-03-14 02:54:54 +00:00
nwanua
f8e94406df
restoring copy of wtext.c to cvs (wif ssh)
2001-03-10 04:58:18 +00:00
dan
77e1b7038b
testing new loginfo script
2001-03-09 02:48:32 +00:00
dan
6dafb928fe
testing new loginfo script
2001-03-09 02:47:16 +00:00
dan
34c2bb0f0e
testing new loginfo script
2001-03-09 02:41:29 +00:00
dan
a00fb1b2cf
test for loginfo
2001-03-09 00:47:58 +00:00
dan
607bbb7e3a
Fixed splitviews regarding index access (first element was never accesible)
2001-03-08 00:49:21 +00:00
dan
012d995ab1
Fixed uninitialized pointer in wtext.c
2001-02-28 05:40:45 +00:00
dan
99defe80a5
added WMGetLabelFont()
2001-02-26 14:53:30 +00:00
dan
1a1775bae0
- Made scrolling of text in dialog panel smoother
...
- Added WMGetPanelFont()
2001-02-26 14:51:17 +00:00
dan
c720860ed3
Fixed crashes in 24 and 32bpp after introduction of hermeslib support
2001-02-26 00:43:44 +00:00
kojima
64defd4d22
fixed scroller bug when displaying scroller before
...
setting initial values
2001-02-25 20:47:04 +00:00
nwanua
9451aae632
now when a button click "links" to another page, instead of it
...
being destroyed right away, a timer handler queues it for 10 seconds
later (hopefully enough time for the buttons callback to have returned).
... 10 seconds may not be enough for ALL widget callbacks...
2001-02-22 07:48:28 +00:00
nwanua
ae9e955f10
added a #define for WMClearText
2001-02-22 07:32:36 +00:00
dan
f6a889910a
removed no longer needed done members in panel structures.
2001-02-22 04:13:35 +00:00
kojima
affcc3babd
various fixes, scrollview scrollers, text painting
2001-02-20 23:38:36 +00:00
nwanua
6684492033
more cursor motion and text entry fixes, esp. for graphic blocks...
...
also added stipple overlay for selected graphics
2001-02-19 07:22:38 +00:00
kojima
b04c4ea500
added WINDOWS_MENU to rootmenu
2001-02-17 21:44:22 +00:00
kojima
50e85f57f2
fixed vertical scrolling bug
2001-02-16 01:34:21 +00:00
kojima
07c9bb7d8d
programmatic scroller changes send notifications
...
fixed bug with tableview resize
made tableview column resizing
2001-02-13 23:00:14 +00:00
nwanua
bc7d29d46e
fixed arrow navigation quirks and color mem leaks
2001-02-12 06:09:08 +00:00
richard
14f2db1eb2
bracket enum declarations with preprocessor defines to avoid
...
redefinition of the same enums.
2001-02-10 18:13:32 +00:00
nwanua
e4ce88e7f1
fixed reqBlockSize... sometimes X%Y was zero... very bad
2001-02-09 17:06:15 +00:00
nwanua
21ab029532
tiny updates
2001-02-09 17:01:51 +00:00
kojima
05f2a74ef5
fixed modifier bug in textfield again
2001-02-09 16:03:09 +00:00
richard
4d8e691608
Make window stacking level changes to match GNUstep.
2001-02-09 15:56:52 +00:00
dan
40386e1d40
.
2001-02-09 03:20:54 +00:00
dan
a1fb870fe8
- Added example of using WMCOnnection for a server like program.
...
- Added README with a short description of what each example does.
2001-02-09 03:12:16 +00:00
dan
17ae285f37
Fixed a bug causing sigsegv for a WMList with more than 32767 items
2001-01-30 21:04:52 +00:00
kojima
2cf8c125a5
misc. fixes
2001-01-26 19:30:53 +00:00
dan
8493be9734
Added a missing function declaration
2001-01-23 02:52:14 +00:00
kojima
070645e329
*** empty log message ***
2001-01-21 15:43:07 +00:00
dan
714db5cb3a
Updated header file for latest changes in the function prototypes
2001-01-21 03:00:00 +00:00
kojima
e0fbdaa15e
changed stuff in WMSetBoxExpandsToParent
2001-01-21 00:19:02 +00:00
dan
f9778df784
Fixed a mem leak in WMList
2001-01-19 01:45:29 +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
dan
6a3b06e609
Finished the generic tree node data type
2001-01-18 16:59:15 +00:00
kojima
bb886be82e
added responder chain alike stuff for relaying kbd events from widget to widget
2001-01-18 02:00:56 +00:00
kojima
b4851afbb7
*** empty log message ***
2001-01-16 16:08:40 +00:00
kojima
5c62197542
fixed autoexpand to parent
2001-01-11 16:31:23 +00:00
dan
7d88519c75
updates to the tree code
2001-01-11 02:59:32 +00:00
dan
a7ec9dab95
- Preliminary tree code
...
- added a key enumerator to hashtables (similar to value enumerator,
just that it enumerates all keys in the hash)
2001-01-11 02:35:21 +00:00
dan
9a43af3d83
Fixed wrong size of the alert panel buttons
2001-01-11 01:41:14 +00:00
kojima
b6f543df77
fixed various bugs
2001-01-10 21:10:39 +00:00
dan
61675a7e19
Fixed a couple of crashing bugs generated by dereferencing of 0x0
...
pointers (added by the new modal loop code)
2001-01-10 04:54:22 +00:00