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
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
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
dan
24682a9471
Syncing files. configure become a 0 length file in the previous commit.
1999-11-06 21:53:53 +00:00
dan
aa27686912
Fixed problems in menu scrolling caused by the patch sent by Swivel.
1999-11-05 22:36:46 +00:00
dan
d425538578
Changed the browser to use bold fonts for branches. Hardcoded for now.
1999-11-02 21:17:07 +00:00
dan
9c2026eb44
syncing wtextfield.c
1999-10-24 22:48:11 +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
dan
6dd37d5972
Syncing the code for discussing it.
1999-10-22 23:39:39 +00:00
dan
652caa1f93
- Fixed a bug in dock, and a typo.
...
- syncing the source tree.
1999-10-21 00:54:37 +00:00
dan
471862a8b1
Forgot to update the changelog
1999-10-17 00:40:07 +00:00
dan
d4ebd574d2
Fixed crashing bug in WPrefs.app's appereance section.
1999-10-17 00:38:35 +00:00
dan
5385a02b33
Fixed bug with sorting list items in WINGs
1999-10-16 03:02:19 +00:00
dan
08903ea9ea
Removed some #if 0 ... #endif surrounded code, related to KeepAttractedIcons
1999-10-14 00:45:52 +00:00
dan
d6566ff6bd
Removed "Keep Attracted Icons" from Clip's menu.
1999-10-13 21:22:37 +00:00
dan
3ac51d8e32
Updated korean menu files
1999-10-08 16:22:05 +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
dan
1401269ae4
fixed WMInsertInBag
1999-10-07 19:13:05 +00:00
dan
28636cc873
Updated menu.pl, and added plmenu.pl (polish)
1999-10-07 17:03:20 +00:00
dan
c11f146ec0
- Korean po file update.
...
- Added note about new libPropList requirement in NEWS, so bonehead users
will maybe stop flooding the bug tracker and the mailing lists with their
crap.
1999-10-07 01:18:59 +00:00
dan
d7937630b2
Chnaged user defaults to use PLShallowSynchronize instead of PLSave
1999-10-04 00:18:08 +00:00
dan
e2dba622bf
Removed testnot.c from distrib
1999-10-02 21:57:16 +00:00
dan
d527e845c5
Chnaged version number to 0.61.1
1999-10-02 21:40:37 +00:00
dan
b76072162d
Syncing files.
1999-10-02 21:13:24 +00:00
dan
845ceca24c
syncing trees
1999-09-27 15:58:05 +00:00
dan
d1ee3cadb3
Fixed crashing bug related to omnipresent icons in clip (fixes bug #1167 )
1999-09-26 01:29:04 +00:00
dan
9b34f23b50
Fixed a bug with a patch sent to wm-dev by someone.
1999-09-25 22:02:54 +00:00
dan
fb0710d31a
Updated korean po files
1999-09-22 20:54:24 +00:00
dan
b28e491fd4
Fixed compile proflem in fontpanel
1999-09-22 19:51:47 +00:00
dan
412b2a052e
Fixed crashing bug on restart/exit/save session.
1999-09-22 00:25:46 +00:00
dan
2525c5d1fa
Fixed problem with "make dist", generated by flags placed in the wrong place
...
in WINGs/Makefile.am for testnot program.
1999-09-20 20:20:05 +00:00
dan
0a615406df
Fixed compile problems.
1999-09-20 20:07:32 +00:00
dan
48bbd508e1
Fixed problem with undefined EXTENDED_WINDOWSHORTCUTS in WPrefs.app
1999-09-19 14:43:00 +00:00
dan
3aa1d977b7
fixed some compilation warnings.
1999-09-18 22:50:11 +00:00
dan
81c2bf97c2
Removed some unneded files (generated anyway fom .in files) from the generated
...
tar-ball.
1999-09-18 21:19:41 +00:00
dan
e230ca4245
misc bug fixes.
1999-09-18 20:37:23 +00:00
dan
5f4618e8e7
Sync
1999-09-18 00:09:30 +00:00
dan
72ac523394
reverted to KeepInsideScreen
1999-09-17 23:57:48 +00:00
dan
dfe360e5c0
- Fixed the PPosition/PSize code (I hope) --Dan
...
- removed "Ignore PPosition/PSize hints" user options, and reverted to
the old "Keep Inside Screen"
1999-09-17 23:52:59 +00:00
dan
c917f68883
Changed "Keep Inside Screen" user option with "Ignore PPosition/PSize hints"
1999-09-17 22:11:43 +00:00
dan
4dabd2ec8c
- Fixed function naming problem in WINGs.
1999-09-17 16:42:36 +00:00
dan
ac64e68fcb
- Fixed compilation warnings.
...
- Readded 'Auto placement' mode, with the old behavior, and made
'Smart placement' mode behave in the new way.
Auto and Smart are no longer aliases.
1999-09-17 16:18:37 +00:00
dan
a66bff850c
syncing trees.
1999-09-17 02:19:11 +00:00
dan
623106e922
Changed PPosition fix a little.
1999-09-17 01:07:27 +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
dan
f2f71a1f09
Finished the libWUtil library.
1999-09-10 20:13:44 +00:00
dan
d214a2ca98
Started to make modifications to support libWUtil
1999-09-09 13:46:59 +00:00
dan
65f617ad0c
Syncing some libtool files.
1999-08-30 19:51:07 +00:00
dan
124822d720
Fixed code in wevent.c to allow the callback handler to remove its InputHandler
...
if the peer closed connection.
1999-08-08 20:12:08 +00:00
dan
d7384c2e07
Fixed buggy RSaveXPM() in wraster library.
1999-07-25 20:28:30 +00:00
dan
e0423a1276
Fixed a bad Makefile.am
1999-07-17 21:11:55 +00:00
dan
55f0f37a66
Updated the italian po files.
1999-07-13 12:34:07 +00:00
dan
f6bd8f0b7a
Updated some po files.
1999-07-06 23:15:26 +00:00
dan
c865218351
Bug fixes.
1999-07-04 20:43:53 +00:00
dan
6d90da02ef
Fixed compilation problem with WS_INDICATOR defined.
1999-07-04 19:58:35 +00:00
dan
62240a0f26
Various bug fixes.
1999-07-03 23:50:05 +00:00
dan
bb50f8368b
Fixed a bug in userdefaults.c, and upgraded to libtool-3.2
1999-06-19 20:01:44 +00:00
dan
83062312fd
Added BUGS in WINGs directory
1999-06-04 20:22:31 +00:00
dan
b9c1aba415
Fixed some problems in 0.60.0
1999-06-04 20:13:40 +00:00
dan
7648e92c36
Changes for omnipresent icons in clip (menu entries redone).
1999-06-02 22:31:46 +00:00
dan
937f7f5b33
Moved the omnipresent setting from settings panel to clip's menu.
1999-06-02 12:14:27 +00:00
dan
9099fe535e
Added russian po file for WPrefs
1999-06-02 09:43:25 +00:00
dan
cf4f0910b7
Updates to omnipresent clip icons.
1999-06-01 14:24:35 +00:00
dan
38bb25a732
Omnipresent appicon mark
1999-06-01 08:47:25 +00:00
dan
81d1ec430f
Fixed a bug in wmsetbg.c
1999-05-31 19:10:38 +00:00
dan
6e97e4cae5
Fixed return of WMGetUDStringForKey to be only a reference, not an allocated
...
string.
1999-05-26 01:55:54 +00:00
dan
df7998e9e1
Updated the Spanish menu
1999-05-25 20:20:24 +00:00
dan
01b5fe34cc
Some enhancements to the look of the clip menu entry text, regarding
...
single/multiple selected icon(s).
1999-05-25 20:07:36 +00:00
dan
adb74c688c
Added WMGetPopUpButtonItemEnabled() and WMGetPopUpButtonEnabled() functions.
1999-05-25 02:15:44 +00:00
dan
9ca84c07bb
Hmmm. Please check the thing compiles before commiting changes.
1999-05-24 20:04:41 +00:00
dan
4df40ab8e0
Chnaged the scroller not to move the knob when touched, until dragged.
1999-05-18 20:52:09 +00:00
dan
b4d4d52d49
Put back order in text field delegate structure, so we won't discuss
...
useless crap.
1999-05-18 00:16:36 +00:00
dan
35735b2f36
Fixed a crashing bug related to textfield selections, and reordered the
...
items in the textfield delegate structure to be grouped togheter based
on their meaning.
1999-05-18 00:01:59 +00:00
dan
d9347ea4cf
Fixed crashing bugs in color panel, and a bug in wprefs.app
1999-05-17 21:44:30 +00:00
dan
37ba5a836f
bug fixes.
1999-05-17 16:04:48 +00:00
dan
d95a0af324
Fixed a bug related to omnipresent icons in Clip
1999-05-17 13:04:17 +00:00
dan
b06fb162df
Bug fixes related to global icons in Clip.
1999-05-17 01:31:16 +00:00
dan
237fa3ce01
Added WMSetTabViewFont().
1999-05-16 15:11:13 +00:00
dan
64fcfedd48
Fixed some bugs in browser code, related to delegates when setting title of
...
browser.
1999-05-16 12:40:47 +00:00
dan
0380d048b1
Remvoed some redundant definitions after the notification code change.
1999-05-16 00:55:35 +00:00
dan
55d51e546d
Some cleanup after the notification removal in textfields.
1999-05-16 00:45:34 +00:00
dan
ff8138f584
Fixed a bug in Clip's omnipresent icons code.
1999-05-15 20:45:09 +00:00
dan
12ff477910
Synced some Makefile.in's.
1999-05-15 19:28:53 +00:00
dan
70a363de7b
Added ability to set omnipresent icons in Clip.
1999-05-14 23:49:07 +00:00
dan
2f178db0b9
Adjusted the list size in WPrfs.app/Paths.c
1999-05-04 23:18:54 +00:00
dan
6fc9e2a2e5
- fixed a bug with setting initial path in browsers.
...
- made the paths selector in WPrefs.app use the open file panel.
1999-05-04 23:14:47 +00:00