Commit Graph

  • 83824dbcc3 RCombineArea* will detect the intersec geometry. id 2000-12-06 03:07:51 +00:00
  • 5d0157cf7b pass pixmap to the plugin. id 2000-12-05 00:53:11 +00:00
  • 762d37f1fb fix id 2000-12-05 00:51:23 +00:00
  • eac0eff3ba wrong assert? id 2000-12-05 00:43:22 +00:00
  • 3a52326385 fix a big id 2000-12-04 07:36:57 +00:00
  • 3fdb6a6f27 fix id 2000-12-04 03:14:52 +00:00
  • edcfd4a321 fix bugs id 2000-12-04 02:24:54 +00:00
  • 5e5730389f initiate id 2000-12-03 22:27:42 +00:00
  • fa5af19285 initiate id 2000-12-03 22:18:20 +00:00
  • d361ee2cc0 remove libwmfun package. id 2000-12-03 20:05:28 +00:00
  • 7aadc1ef00 initiate plugins branch id 2000-12-03 18:58:41 +00:00
  • 932cfc1bd4 drawstring plugin and a small change in vdesk id 2000-12-03 14:04:08 +00:00
  • 9b2ca26ce8 using unsigned for height and width cause a lot of confusion. I grab X's header and see that XImage use int for its width and height so I change RImage to follow that. id 2000-12-03 13:37:30 +00:00
  • de969c0b5e extendable drawstring function, hopefully last change to the function. id 2000-11-30 15:37:27 +00:00
  • 1752587a4a Make draw string plugin more extendable in future. id 2000-11-30 15:32:19 +00:00
  • 867ed95485 destroy func must has the arguments to consider the right destroy sub-func. id 2000-11-30 01:53:43 +00:00
  • 331e85fd85 destroyDrawString id 2000-11-30 00:26:59 +00:00
  • 211ccf79f4 . dan 2000-11-29 05:23:46 +00:00
  • bb6182f4f7 Fixed the buryChild thingie about the zombies problem. dan 2000-11-29 05:15:59 +00:00
  • 1a754844bb gnome panel patch code and pass full text to the plugin id 2000-11-28 01:20:52 +00:00
  • 4ec9827c4e oops again id 2000-11-25 21:22:12 +00:00
  • 1f22c07051 Add delay to send configure notify in virtual edge and fix a bug in move window with keyboard. id 2000-11-25 21:06:31 +00:00
  • 4eb26a0bd3 Some changes that try to address the zombie proccesses some people seem to have. dan 2000-11-25 04:13:39 +00:00
  • ad95610321 - removed calls to wsyserror() and wwarning() inside the WMHost and WMConnection code. do call by yourself wsyserrorwithcode() passing WCErrorCode, whenever a call don't return the expected value, and WCErrorCode > 0. If WCErrorCode==0 that is not an system error, condition, so don't call wsyserrorwithcode() in that case. - added some assertions where appropriate dan 2000-11-24 10:31:10 +00:00
  • a9b75e03e2 cleaning id 2000-11-23 10:15:21 +00:00
  • 80d5d196c1 Added check for strcasecmp dan 2000-11-23 02:13:00 +00:00
  • 9d44d6c177 I changed unsigned int to just int for window width because it confused some comparitions and while other widths use int.. hope that won't cause bugs. id 2000-11-22 07:36:48 +00:00
  • 527bbcf271 - some small fixes to make it compile on werider systems. dan 2000-11-22 07:34:03 +00:00
  • 9a4037ebf1 misc. oversight fixes nwanua 2000-11-22 04:48:40 +00:00
  • 6aafaaa63c auto shrink & expand vdesk id 2000-11-21 19:30:16 +00:00
  • 8055698df0 forget something in v edge id 2000-11-20 01:57:17 +00:00
  • 9d98d884ae - Added WMSetConnectionCloseOnExec() to specify if the socket of a connection survives or not an exec* family call. By default all connections created by WINGs, set the socket to be closed on an exec* call. Use the function if you need the reverse. dan 2000-11-19 23:50:38 +00:00
  • 972620c7cd - replaced WMBag with WMArray in connection.c and host.c - added WMGetConnectionUnsentData() (WMGetConnectionQueuedData() is an alias too) dan 2000-11-19 20:08:14 +00:00
  • b0506c3737 Changes relate to virtual edge. id 2000-11-19 10:33:41 +00:00
  • 9bd00e5cd2 - Added readme about handling ConnectionDidDie or ConnectionDidTimeout notifications. dan 2000-11-19 00:16:37 +00:00
  • 816ce22875 Changes relate to virtual edge. id 2000-11-17 02:10:32 +00:00
  • 899226207d - Fixed a flickering problem with the scrollview. - Use of uppercase letters when getting keysyms dan 2000-11-16 18:07:12 +00:00
  • 2d20abd00e WMReplaceTextSelection is now implemented nwanua 2000-11-16 01:43:32 +00:00
  • e4dbd1fe0d fixed tab view clicking kojima 2000-11-13 13:22:22 +00:00
  • d7f924c5e7 added new style kojima 2000-11-12 15:06:27 +00:00
  • 2c5809c383 . dan 2000-11-12 04:40:09 +00:00
  • fad7c5d3ec missing function declaration dan 2000-11-12 04:34:03 +00:00
  • b74fad4bd6 fixed msg texts kojima 2000-11-12 04:03:30 +00:00
  • dc67e81437 added table widget kojima 2000-11-12 03:29:53 +00:00
  • 29ceeb870d *** empty log message *** kojima 2000-11-12 03:28:56 +00:00
  • 52308a0abc fixed bugs of resized widgets kojima 2000-11-11 18:08:10 +00:00
  • 4d41658e1a fix a typo. id 2000-11-11 17:58:16 +00:00
  • bb9a2e7445 FindInTextStream completed for forward, backward, case (in)sensitive searches nwanua 2000-11-11 01:03:56 +00:00
  • cd57646835 Put back check for root menu. dan 2000-11-10 18:20:34 +00:00
  • 7d463ca48d added support for Getting and Setting Selection Fonts/Colors/Underline... nwanua 2000-11-10 07:24:49 +00:00
  • b0dbbb3536 - fixed uncompilable tree. - wrong parameter passed in some tabview function. dan 2000-11-09 21:22:47 +00:00
  • 336e2c3678 added ScreenSwitchKey kojima 2000-11-09 17:43:03 +00:00
  • d9d5a52200 added shortcut to switch screens kojima 2000-11-09 17:42:20 +00:00
  • 1863d60e3a added WMAddTabViewItemWithVie() kojima 2000-11-09 14:07:48 +00:00
  • 6bb9c58de1 removed default autowrap from button and label kojima 2000-11-09 13:19:42 +00:00
  • 47e4e31ba0 *** empty log message *** kojima 2000-11-09 05:02:37 +00:00
  • 19160e8dfd added box widget kojima 2000-11-09 05:01:58 +00:00
  • 366bf50d3c forgot to update the changelog about wmessage() dan 2000-11-06 23:15:21 +00:00
  • debd7ef5e8 Added wmessage() for printing a variable formatted message to stderr with the program name prepended to it. dan 2000-11-06 23:13:14 +00:00
  • 77670119a1 Optimized some of the previous changes related to order of evaluation. dan 2000-11-06 14:36:22 +00:00
  • e7ce6468fc - fixed code in wrlib dependant on the order of evaluation. dan 2000-11-06 04:21:25 +00:00
  • f7b4e85525 - added the wraster lib dependancies at link time, so they will be written in the libwraster.la file allowing automatic linking against all the libs libwraster depends upon without specifing them again when linking programs that use libwraster. -lwraster will be enough. dan 2000-11-06 03:24:30 +00:00
  • d2decce5e7 Fixed those // comments nwanua 2000-11-04 04:06:35 +00:00
  • a1dc24bab1 Another // comment dan 2000-11-04 03:53:19 +00:00
  • d00e72bc45 - Changed ConvertFont et al. to WMEmphasizeFont, and added WMNormalizeFont() nwanua 2000-11-04 03:47:39 +00:00
  • 731656cbed nwanua tests logging nwanua 2000-11-04 03:27:26 +00:00
  • 857b56c502 Fixed some // style comments dan 2000-11-04 03:24:34 +00:00
  • 902e985a53 - Test of log nwanua 2000-11-04 03:16:25 +00:00
  • fae5a42f65 - Made changes to reflect API changes in wtext.c nwanua 2000-11-04 03:10:49 +00:00
  • 3ad4bf5ad8 *** empty log message *** nwanua 2000-11-04 02:45:23 +00:00
  • 54a46fa513 *** empty log message *** nwanua 2000-11-04 00:58:42 +00:00
  • decf2571a8 *** empty log message *** nwanua 2000-11-03 07:44:59 +00:00
  • 5f746a3efa *** empty log message *** nwanua 2000-11-03 02:33:29 +00:00
  • a81a0685ef - added a new version of wstrappend() with different behavior from the old one (the one renamed to wstrconcat). The new wstrappend(dst, src) will modify and return dst, without creating a new string to hold the result, except if dst==NULL, in which case its equivalent to calling wstrdup(src) dan 2000-11-02 02:51:53 +00:00
  • 2bd2b72af9 - renamed wstrappend() to wstrconcat(). dan 2000-11-01 15:40:15 +00:00
  • 1a8c578a1c *** empty log message *** nwanua 2000-11-01 03:41:49 +00:00
  • d40425c388 Fixed mem leak in browser code. dan 2000-11-01 03:40:36 +00:00
  • 84ba62ba6b *** empty log message *** nwanua 2000-11-01 02:54:50 +00:00
  • a20c49b80f *** empty log message *** nwanua 2000-11-01 00:51:37 +00:00
  • 497e34b6b8 - Replaced all free() with wfree() where appropriate - Fixed some memory leaks dan 2000-10-31 14:57:22 +00:00
  • 581ab58f70 . dan 2000-10-28 01:45:29 +00:00
  • 9903bf9ca8 *** empty log message *** nwanua 2000-10-27 00:10:55 +00:00
  • af5e3da105 Fixed scrolling directions for mice wheels. dan 2000-10-26 23:52:07 +00:00
  • b1baf21532 *** empty log message *** nwanua 2000-10-26 23:08:18 +00:00
  • 99ce8b2d85 Fixed wtrimspace() whih had wrong behavior. dan 2000-10-25 22:41:03 +00:00
  • e215328d81 lotsa new features nwanua 2000-10-16 15:38:41 +00:00
  • 172da48a60 Gah!. New incompatible change in wtext.c broke the compilation of code using WMText widget dan 2000-10-15 00:11:41 +00:00
  • 9b0e0c6c54 lot's a cleavage... nwanua 2000-10-14 01:45:16 +00:00
  • 2bc40c47eb Fixed compilation problem dan 2000-10-12 19:21:30 +00:00
  • 275a2a3782 added scrolled notifcation to scroller added GetVisibleRect function to scrollview kojima 2000-10-11 16:21:50 +00:00
  • bdaacb6daa Fixed bug with WPrefs not selecting the menu appearance options after startup dan 2000-10-08 23:29:11 +00:00
  • 88ed406e08 . dan 2000-10-03 22:29:25 +00:00
  • 6fd8101b73 small update dan 2000-10-03 22:22:40 +00:00
  • bba6dd1670 - WMDestroyWidget() now first calls WMUnmapWidget() - decided behavior of list selection while scrolling dan 2000-10-03 22:20:00 +00:00
  • ed39c92de0 Code to allow multiple selection in WMBrowser dan 2000-10-03 20:52:15 +00:00
  • b24b51b514 Small fix dan 2000-10-03 12:44:05 +00:00
  • eeda795db1 Added select while scrolling the list, when the mouse pointer leaves the list area, at either top or bottom having the mouse button pressed. dan 2000-10-03 12:38:23 +00:00
  • c7a0cd924e Added a function alias WMDuplicateArray() -> WMCreateArrayWithArray() dan 2000-10-02 12:37:55 +00:00
  • 399439d338 Better behavior for the multiple selection in lists. dan 2000-10-02 11:43:28 +00:00
  • 7cf93ae49d *** empty log message *** dan 2000-10-02 07:01:27 +00:00