1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00
Commit Graph

620 Commits

Author SHA1 Message Date
dan
ae22c4dc1d Some more fixes from Alban to the color panel. 2000-01-07 22:17:59 +00:00
dan
503c1e8864 Fixed big memory leak in color panel code (patch from Pascal). 2000-01-07 22:08:35 +00:00
kojima
d98f1fa645 aplied colorpanel fix patches 2000-01-06 21:56:39 +00:00
dan
dba6e4d2d0 - Fixed a bug in popup button code.
- Added functions to allow the color of the text in buttons to be specified.
2000-01-05 22:02:22 +00:00
dan
d5f177fe66 - Put back DisplayFont in defaults.c. It either was removed by error, or the
change was incomplete (it was still accessed as a 0x0 pointer from
  moveres.c at least).
- Removed innapropriate comments about sloppy focus from dialog.c.
  Even if we think it's not a good focus mode, and don't like it, there is no
  need to be rude with people who use it. Better not support sloppy focus at
  all, than to suport it and tell to its users they're stupid.
2000-01-05 21:58:04 +00:00
dan
8073c07601 Color update in the menu files 2000-01-04 21:45:57 +00:00
kojima
96902f5b9d fixed bug of handling non string values in string type options in defaults.c 2000-01-03 23:57:52 +00:00
id
95e71d500a Fixes from Alban and Pascal. 1999-12-29 11:59:30 +00:00
id
8eb0c79c54 Virtual desktop code (very experiment!!!!!) 1999-12-18 11:52:49 +00:00
dan
087fc7c82c Fixes in the host class 1999-12-14 21:35:28 +00:00
dan
bf4c63d657 Updated for changes in WINGs directory 1999-12-14 05:34:15 +00:00
dan
b33d6351e5 Added get-wings-flags and get-wutil-flags 1999-12-14 05:31:49 +00:00
dan
87368574a3 Small enhance to connection client example. 1999-12-14 04:41:56 +00:00
dan
285dea0340 This should be the last try with autoconf & friends for Solaris >:-| 1999-12-14 04:09:59 +00:00
dan
3c5a587313 Another try with autoconf on Solaris. 1999-12-14 03:48:06 +00:00
dan
534bb721a9 New try :) 1999-12-14 03:26:52 +00:00
dan
2472bd3c89 Another try with autoconf 1999-12-14 03:24:38 +00:00
dan
3f9b7858df Fixed some compilation problems for solaris 1999-12-14 02:21:04 +00:00
dan
e5a7a883eb Added an example of how to create a network client using WMConnection 1999-12-14 01:45:16 +00:00
dan
c952eb84ae Fixed a platform dependant problem. 1999-12-14 01:21:56 +00:00
dan
9c59becb31 Added 3 new classes: WMData, WMHost, WMConnection 1999-12-14 01:07:24 +00:00
id
d39bb888a0 From man localtime, January is 0 and December is 11, compare it to 12 won't do such a thing. 1999-12-12 23:53:23 +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
id
adaa3e0aeb another assert crash. 1999-12-11 21:37:58 +00:00
id
c4c42d9ff6 fix an assert crash. 1999-12-11 21:22:56 +00:00
id
c2cbce6d84 fix an assert crash. 1999-12-11 02:34:07 +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
8800cd0b67 Fixed a crashing bug 1999-12-03 02:59:30 +00:00
dan
3a8499143f Some menu entry beautification 1999-12-03 00:25:00 +00:00
dan
ef42fce3e6 Fixed wrealloc() to be consistent with the wmalloc() behaviour when it cannot
allocate memory.
1999-12-01 22:25:48 +00:00
dan
c914639b8c Fixed a function name. 1999-12-01 00:43:24 +00:00
dan
4313762bdb Added some () and a comment. 1999-11-26 23:59:06 +00:00
dan
5e32d1cb4f input handler again. forgot some paranthesis. 1999-11-22 04:53:32 +00:00
dan
d6fb042749 Fixed a bug in input event handling. 1999-11-22 04:40:16 +00:00
dan
8b062b07c1 - fixed the checkTimerHandlers() to flush the ASAP notification queue, even
if there are no timer handlers.
- an array was too small in TexturePanel.c (4 instead of 5).
1999-11-20 22:29:58 +00:00
dan
9eb9198bad Fixed a problem in notification queuing (the coalescing was done wrong if
both name and sender were specified).
1999-11-18 01:43:08 +00:00
dan
1d56ad7615 - Fixed problem calling W_FlushIdleNotificationQueue() when there was no idle
handler installed.
- Fixed some problem with ASAP notification queues
- fixed a memleak related to notification queues.
1999-11-17 22:01:33 +00:00
kojima
06b390ca01 fixed idle notification posting 1999-11-17 21:35:02 +00:00
kojima
8cd13fe96e few more fixes to std colormap code 1999-11-16 01:53:43 +00:00
kojima
7698ba2f1c - added standard colormap support
- made icon images scale in the same proportion as the tiles
1999-11-16 00:16:07 +00:00
kojima
33b8c225e1 - standard colormap support for PseudoColor visuals
- set wrlib library version to 4:0:3 (1.3.0)
1999-11-16 00:13:21 +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
eaba3dc788 fixed bug in popupbutton scrolling 1999-11-07 13:15:03 +00:00
dan
24682a9471 Syncing files. configure become a 0 length file in the previous commit. 1999-11-06 21:53:53 +00:00
kojima
1176559ef7 changed back default png gamma to 2.0 1999-11-05 23:42:38 +00:00
kojima
a1e552d988 removed broken optiomized selection frame patch
added Select Window button to attribute panel
1999-11-05 23:23:48 +00:00
kojima
7347ef3a2f nothing 1999-11-05 23:16:56 +00:00